*
{
    font-family: Arial;
    font-size: 10px;
}

a
{
    text-decoration: none;
}

a:link, a:visited, a:active
{
    color: #AE4230;
}

img
{
    border: 0;
}

body
{
    text-align: center;
    background-image: url("/images/cloud/cover.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}

div
{
    box-sizing: content-box;
}

.round
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.edge
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

.front
{
    position: absolute;
    background-color: white transparent;
    border: thin solid black;
    z-index: 101;
}

.back
{
    position: absolute;
    background-color: white;
    border: thin solid white;
    opacity: 0.75;
    filter:alpha(opacity=75);
    padding: 0px 0px 0px 0px;
    z-index: 99;
}

.title
{
    color: black;
    text-align: center;
    font-size: 20px;
    height: 30px;
    width: 800px;
}

.sidebar
{
    text-align: center;
    top: 80px;
    color: black;
    height: 435px;
    width: 75px;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
}

.body
{
    margin: 0px 0px 0px 115px;
    top: 80px;
    color: black;
    height: 435px;
    width: 665px;
    font-size: 12px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    overflow: auto;
}

.panel
{
    margin: 35px auto;
    text-align: left;
    width: 800px;
    height: 500px;
}

ul
{
    list-style-image: url(/images/bullet.jpg);
    list-style-type:  circle;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.container
{
    float: left;
    position: relative;
    width: 640px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
}

div.entry
{
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    border-top: 1px solid #84967d;
    border-left: 100px solid #ebf9e6;
    width: 535px;
}

div.data
{
    float: left;
    position: relative;
    width: 515px;
    margin: 0px 0px 0px 0px;
}

div.commentData
{
    float: left;
    position: relative;
    width: 488px;
    margin: 0px 0px 0px 0px;
}

div.blogtitle
{
    float: left;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: larger;
}

div.date
{
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
}

div.comments
{
    float: left;
    position: relative;
    margin-left: 25px;
    width: 608px;
    display: none;
}

div.add
{
    float: left;
    position: relative;
    margin-left: 25px;
    width: 610px;
    display: none;
}

div.comment
{
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    border-top: 1px solid #84967d;
    border-left: 100px solid #ebf9e6;
}

div.author
{
    float: left;
    position: relative;
    width: 100px;
    margin-right: 5px;
    background-color: #ebf9e6;
    margin-left: -100px;
}

div.name
{
    float: left;
    position: relative;
    width: 100%;
    border: 0;
    text-align: center;
}

div.icon
{
    float: left;
    position: relative;
    width: 100%;
    border: 0;
    text-align: center;
}

div.content
{
    float: left;
    position: relative;
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-left: 10px;
}

div.options
{
    float: left;
    position: relative;
    width: 100%;
    text-align: right;
}

div.gallerycontainer
{
	float: left;
	position: relative;
	width: 92px;
	text-align: center;
	border: 0;
	margin-left: 10px;
	margin-top: 5px;
}

div.folder
{
	background-image: url(/images/folder.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: 0px;
	width: 92px;
	height: 92px;
	text-align: center;
}

div.image
{
	float: left;
	position: relative;
	top: 0px;
	width: 92px;
	height: 92px;
	text-align: center;
}

div.thumbnail
{
	float: left;
	position: relative;
	top: 8px;
	height: 92px;
	width: 92px;
	text-align: center;
}

div.caption
{
	float: left;
	position: relative;
	top: 5px;
	width: 92px;
	text-align: center;
	border: 1px dotted #84967d;;
}

div#pagebody
{
	margin: 0 auto;
	text-align: left;
	border: 0;
	width: 645px;
}

div#pagetitle
{
	border: 0;
	float: left;
	position: relative;
	width: 645px;
	margin-top: 10px;
	text-align: left;
}

div#pagechildren
{
	border: 1px dotted #84967d;;
	float: left;
	position: relative;
	width: 625px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

div.pagechild
{
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 15px;
	width: auto;
}

div#pagecontent
{
	border: 1px solid #84967d;;
	float: left;
	position: relative;
	width: 635px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
