@charset "UTF-8";

/* CSS Document */

body {
	border: none;
	font: 11px Verdana, sans-serif;
	color: #636363;
}

h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

#content {
	background: #ffffff;
	width: 990px;
	margin: 0 auto; /*  */
	padding: 20px 0;
	text-align: left; /*  */
	min-height: 400px;
}

#comments h3 {
	border-bottom: 1px dotted #eee;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.comment_section hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 80%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

code, samp {
	color: #6600FF;
}

pre {
	border: 1px dotted #ccc;
	padding: 0.2em 0.5em;
}

/* Redefine Menu */

#menu {
	border-left: none;
	border-top: none;
	margin: 0;
	padding: 0;
	position: inherit;
	right: auto;
	top: auto;
	width: 200px;
	text-transform:capitalize;
	font: 11px/14px Verdana, sans-serif;
	text-decoration: none;
}

#menu form {
	margin: 0;
}

#menu a {
	display: block;
	padding: 4px 0;
	width: 160px;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font: 11px/14px Verdana, sans-serif;
	text-transform:capitalize;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: #000000;
}

#menu ul li {
	font: normal normal 110% Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 10px;
	padding-bottom: 2px;
	text-transform:capitalize;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% Verdana, sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

#menu ul ul li a {
	color: #999999;
	display: block;
	padding: 4px 0;
	width: 160px;
	background-color: #ffffff;
	border-bottom: 1px dotted #999999;
	font: 11px/14px Verdana, sans-serif;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color: #666666;
	border-bottom: 1px dotted #666666;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* blog searchform */

#searchform {
	margin-bottom: 20px;
}

#searchform #s {
	width: 90%;
	background-color: white;
}

/* post section */

.post_section {
	margin-bottom: 22px;
}

/* comment section */

.comment_section {
	border: 1px #CCCCCC solid;
	width: 90%;
	padding: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#commentlist {
	margin: 0;
}

#comment_form_block {
	border: 1px #CCCCCC solid;
	padding: 10px;
}

/* blog side navigation */

.sidenavblog {
	width: 200px;
	margin: 20px 0;
	padding: 0;
}

.sidenavblog ul {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: #000000;
}

.sidenavblog a {
	display: block;
	padding: 4px 0;
	width: 160px;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.sidenavblog a:link, .navlistblog a:visited {
	color: #999999;
	text-decoration: none;
}

.sidenavblog a:hover {
	color: #666666;
}

.sidenavblog ul li a.current {
	color: #000000;
}
#comment {
	width: auto;
	padding: 0;
}

.commentlist li {
	background-color: #EDEDED;
	border:1px solid #e5e4e2;
	margin: 0 0 10px -15px;
	padding: 12px;
}

.commentlist li ul li {
	background-color: #fefefe;
	border:1px solid #F4F4F4;
	padding:10px;
	margin: 15px 0 20px -30px;
	list-style: none;
	width: 100%;
	}
.commentlist li ul li ul li {
	background-color: white;
}

