body {
background-color:#fcdbac;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0px; 
padding:0px; 
margin:0px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#container {
width:901px;
top:20px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
position:relative;
}

#header1 {
background-image:url(../images/acai_blog_header.gif);
top:0px;
width:901px;
height:71px;
margin: 0px 0px 0px 0px; 
position:relative;
}

#header2 {
background-image:url(../images/acai_blog_header2.gif);
top:0px;
width:901px;
height:51px;
margin: 0px 0px 0px 0px; 
position:relative;
}

#main {
background-image:url(../images/acai_blog_bodybg.gif);
top:0px;
width:901px;
height:auto;
padding:2px 0px 2px 0px; 
position:relative;
}

#author{
top:0px;
left:16px;
width:165px;
height:auto;
font-size:11px;
line-height:16px;
position:absolute;
}

#maincontent{
top:0px;
left: 240px;
width:630px;
height:auto;
position:relative;
}

#footer {
background-image:url(../images/acai_blog_footer.gif);
top:0px;
width:901px;
height:77px;
position:relative;
}

.header1text {
top:25px;
left:16px;
display: block;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
letter-spacing: 0px;
color: #000;
line-height:22px;
position:relative;
}

.header2text {
top:9px;
left:16px;
display: block;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
letter-spacing: 0px;
color: #fff;
line-height:24px;
position:relative;
}

.header2text a{
display: block;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #fff;
text-decoration:none;
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #333;
	background: url(index_files/post.gif) no-repeat 0 6px; 
	padding-left: 23px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 600px;
	background: #def7f8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 550px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}

#copyright {
top:30px;
width:900px;
height:30px;
position:relative;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
}

.clear{clear:both;}