/*  
Theme Name: Shaolin
Description: 
Version: 1.0
Author:
Author URI: 

*/

* {
	margin:0;
	padding:0;
}
body {
	background:#edeeef url(images/bg.png) repeat-x;
	font:normal .625em/1em Verdana, Geneva, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
p {
	padding: 10px 0 0 0;
}
#wrapper {
	margin: 0 auto;
	width:837px;
	background:url(images/wrapper.png) repeat-y;
}
#header {
	height:240px;
	background:url(images/header.png) no-repeat;
}
#logo {
	display:block;
	width:401px;
	height:90px;
	margin:0 0 0 35px; position:relative; top:42px;
}
#navigation {
	list-style:none;
	margin:220px 0 0 18px;
	width:400px;
	padding:0 0 0 35px; float:left;
        display: none;
}
#navigation li {
	float:left;
	font:bold 1.2em Tahoma;
	border-left:1px solid #000; 
}
#navigation li#first {
	border:none;
}
#navigation li a {
	color:#0c33fb;
	padding:0 15px;
}
#navigation li a:hover { color:#0c33fb; text-decoration:underline; }
#content {
	background:url(images/container.png) no-repeat left top;
	overflow:hidden;
	height:1%; clear:both;
}
#container {
	
	float: left;
	width:442px;
	padding:15px 0 0 55px;
}
#container ul { padding:10px 20px; }
.post {
	padding: 0 0 30px 0;
	margin:0 0 20px;
	border-bottom:1px solid #8b8b8b;
}
.post h2 {
	font:bold 2.0em Verdana;
}
.post h2 a {
	color:#000;
}
.entry {
	line-height: 18px;
	font:normal 1.1em Verdana;
}
p.postmetadata {
	font:bold 1.1em Verdana;
	color:#171616;
	padding:15px 0 10px 0;
}
p.postmetadata a, span.category a {
	color: #0c33fb;
	font:bold 1.1em Verdana;
}
span.author, span.date {
	color:#171616;
}
.read-comments {
	font:bold .9em Verdana;
	text-transform:uppercase;
	position:relative;
	background:#FFF;
	padding:9px 20px 0 10px;
	float:right;
	position:relative;
	top:15px;
	
}
.read-comments a {
	color:#0c33fb;text-decoration:underline;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: right;
	width:231px;
	padding:10px 40px 0 0;
}
.sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}
.sidebar ul ul { margin:0 0 0 25px;}
.sidebar ul li {
	padding: 10px 0 10px;
	clear:both;
}
.sidebar ul li h2 {
	background:url(images/sidebar-h2.png) no-repeat;
	height:30px;
	font:normal 1.6em/2em Verdana;
	color:#FFF;
	width:202px;
	padding:0 0 10px 29px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 18px !important;
	background:url(images/arrow.png) no-repeat left 7px;
	font:normal 1.1em Tahoma;
	padding:0 0 0 13px;
}
.sidebar ul ul li a {
	color:#434343;
}
.sidebar #categories li {
	background:url(images/arrow.png) no-repeat left 7px;
}
#search { float:right; width:227px; position:relative; top:-3px; margin:220px 35px 0 0;}
#searchform label {
	float:left;
	font:bold 1.2em Tahoma;
color:#326191;
}
#s {
	width:140px;
	height:20px;
	border:1px solid #a8a8a8;
	margin:0 5px 0 0;
}
#searchsubmit {
	float:right;
	width:31px;
}
table#wp-calendar {
	width: 100%;
}
#footer {
	clear: both;
	background:#edeeef url(images/footer.png) no-repeat;
	height:175px;
	width:860px;
}
#footer p {
	line-height: 18px;
	text-indent:-1000em;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
