body { 
	padding: 0; 
	margin: 0; 
	font: 1em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #fff url(images/top.jpg) repeat-x top; 
	color: #454545; 
	}
	
a { color: #006699; background: inherit; text-decoration: none; }
p {	margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }
code {
font:115% monospace;
*font-size:100%;
}
input, textarea {
border: 1px solid #d1d1d1;
}

.content { margin: 0px auto; width: 100%; }

/* main area */
#main { margin-top: 25px; }
	#post { float: left; background: #FFF; margin-bottom: 10px; width: 100%; }
		#post h2 { height: 30px; padding: 0; margin: 0; font: bold 1.5em Arial, Sans-Serif; height: 1.2em; }
		#post h2 a { color: #555; text-decoration: none; }
		#post h2 a:hover { color: #DA3B3B; }
		#post h3 { font-size: 1.2em; margin: 0; padding: 4px 0; color:#aaa; }
		#post h4 { border-bottom: 1px dashed #ccc; padding-bottom:3px; }
		#post .postcontent { color: #555; padding: 0 5px 0 0; text-align: justify; line-height:1.8em; font-family:Verdana, Arial, Helvetica, sans-serif; }
		#post p { margin-top: 1.8em; }
		#post img { border: 1px solid #efefef; padding: 4px; background-color: #fafafa; }
		#post blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 35px 0; text-align: right; }
		#post .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5;  }
		#post ul { list-style-position: inside; margin-left: 2px }
		#post ul li { list-style-type: square; margin-left: 15px;  }
		#post ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

.centered {
	display: block;
	margin: 0 auto;
}

/* poof */
#top, #footer, #sidebar, .hide, #tabs, .fulldiv {
display: none;
}
