/* CSS Document */

body {
	background:#fff;
	margin: 15px 30px;
	font: 13px verdana, geneva, sans-serif;
	/*margin:0;*/
	color:#666;
	padding-top:20px;
	border:3px solid #eee;
	min-width:870px;
}

html {
	/*border:15px solid #f6f6f6;
	border-left:30px solid #f6f6f6;
	border-right:30px solid #f6f6f6;*/
	background: #f6f6f6;
}

* {
	margin:0;
	padding:0;
	outline:none;
}

#footer {
	padding:20px 50px;
	margin-top:50px;
	clear:both;
	border-top:2px solid #eee;
	font: Verdana, geneva, sans-serif;
	line-height:25px;
}

#footer a {
	color:#999;
}

#footer .validate {
	float:right;
}

#container {
	width:95%;
	margin:0 auto;
}

#content ul {
	margin:15px 0 15px 25px;
}

#content ul li {
	/*border-bottom:1px solid #eee;
	padding:10px; */
	color:#444;
}

#content img .border {
	background:#fff;
	padding:1px;
	border:3px solid #eee;
	margin:10px;
}

#content {
	width:70%;
	float:left;
	margin-bottom:50px;
	font-size: 14px;
	color: #000;
	line-height:25px;
}

#content a {
	color:#036EBF;
}

#content a:hover {
	text-decoration:none;
}

#sidebar {
	margin-left:75%;
	border-left:1px solid #eee;
	padding-left:30px;
	/*overflow:hidden;*/
}

.articleinfo {
	font: verdana, geneva, sans-serif;
	font-size: 80%;
	color:#999;
	padding:2px 0 5px;
}

.articleinfo a {
	color:#187db5;
}

.articleinfo a:hover {
	text-decoration:none;
}

.authorinfo {
	padding: 2px 0 15px 22px;
	font-size: 11px;
	font-weight:normal;
}

#content h3 {
	margin:20px 0;
	color: #136490;
	font-size: 18px;
}

#content h3 a {
	text-decoration:none;
	color: #136490;
}

blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Georgia;
}

#content p {
	line-height:25px;
	margin:15px 0;
	/*word-spacing:2px;*/
}

#content p a {
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#content p a:hover {
	border-bottom:1px solid #aaa;
}

#content h2 {
	font: 24px Verdana, Geneva, sans-serif;
	margin-top:20px;
	color: #FF6600;
	border-bottom:1px solid #eee;
}

#content h2 a {
	color:#FF6600;
	text-decoration:none;

}

#header {
	width:100%;
	margin:0 auto;
	padding:20px 0;
}

#header .right {
	float:right;
}

#header h1 {
	font:290% Arial, helvetica, sans-serif;
	letter-spacing:-2px;
	margin-bottom:5px;
	margin-left:35px;
}

#header img {
	margin-bottom:5px;
	margin-left:35px;
	border: none;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header h1 a span {
	color:#ccc;
}

#header h1 a:hover span {
	color:#A3E800;
}

#header h3 {
	font:13px Verdana;
	color:#999;
	/*display:inline;*/
	margin-left:35px;
}

#loginlogout {
	float: right;
	font:13px Verdana;
	color:#999;
	padding: 12px 25px;
}

#loginlogout a {
	color:#187db5;
}

#loginlogout a:hover {
	text-decoration:none;
}

ul#nav {
	background:#4f9ec9;
	padding:18px 10px 18px 20px;
	font-size: 13px;
	border-top:3px solid #187db5;
	border-bottom:3px solid #187db5;
	font-weight:bold;
	margin:40px 0 0 0;


}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:4px;
	margin-left:4px;
}

ul#nav li a {
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
}

ul#nav li a:hover {
	background:#388cba;
	color:#fff;
}

ul#nav li a.active {
	background:#fff;
	color:#333;
	border-right:2px solid #187db5;
	border-bottom:2px solid #187db5;
}

.comment_body{
	margin: 0 0 30px 20px;
}