* {
	margin: 0;
	padding: 0;
}
body {
	background: #DFE3E6;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
}
* html .clearfix { 
	height: 1%; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
p {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #3c6793;
	/*color: #003366;*/
	text-decoration: none;
}
h2 {
	font-size: 14px;
}
#wrapper {
	width: 100%;	
	margin: 0 auto;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #DFE3E6;
}
#main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 100px;
	text-align: center;
}
#header #logo {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	padding-bottom: 10px;
	height: 40px;
}
#header #logo .left {
	float: left;
	height: 10px;
	width: 550px;
	margin-top: 8px;
}
#header #logo .left form {
	margin-top: 8px;
}
#header #logo .right {
	float: right;
	height: 10px;
	margin-top: 8px;
}
#header #logo .right form input#s {
	border: 2px solid #DDDDDD;
	padding: 5px;
	width: 180px;
}
#header #logo .right form input#searchsubmit {
	padding: 3px;
}

#header #logo h1 a {
	text-decoration: none;
	color: #2F3439;
	font-size: 26px;
	letter-spacing: -1px;
	float: left;
}
#header #logo h2 {
	color: #909aa4;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 10px;
	float: left;
	text-transform: uppercase;
}
#header #menu {
	width: 100%;
	height: 40px;
	background-image:url(images/bg-menu.png)
}
#header #menu ul {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #F00;
	/*display:block;*/
	/*height: 20px;*/
}
#header #menu ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type:none;
	margin-top: 7px;
	margin-left: 5px;
}
#header #menu ul li.active {
	background-image: url(images/bg-menu-active.png);
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}
#header #menu ul li a {
	color: #FFFFFF;
}
#column {
	width: 665px;
	float: left;
}
#column h2.category {
	display:block;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	padding-bottom: 2px;
}


#rss {
	float: right;
	padding: 10px;
	padding-top: 14px;
}
	#rss a {
		padding: 4px;
		color: #909aa4;
		text-decoration: none;
		padding-left: 20px;
		background: url(images/rss.gif) no-repeat left;
	}
#nav {
	clear: both;
	/*margin-left: 90px;*/
	margin-top: -43px;
	display: block;
	float: left;
	width: 700px;
}
	#nav ul li {
		float: left;
		display: block;
		list-style: none;
	}
	#nav ul li a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 95px;
		height: 40px;
		background: url(images/nav.gif) no-repeat;
		display: block;
		padding-top: 12px;
		font-size: 12px;
		margin-right: 10px;
	}
		#nav ul li a:hover {
			background: url(images/nav-hover.gif) no-repeat;
		}
#search {
	float: right;
	width: 260px;
	margin-top: -50px;
}
	#search form input[type=text] {
		width: 192px;
		height: 36px;
		background: url(images/search-input.gif) no-repeat;
		display: block;
		padding: 10px;
		border: none;
		color: #777;
		float: left;
	}
	#search form input[type=image] {
		text-decoration: none;
		text-indent: -99999px;
		float: right;
	}
#content {
	clear: both;
}
	div.f-post {
		background: url(images/f-post-background.gif) repeat-y #fff;
		border: 1px solid #ccc;
		border-top: 5px solid #444;
		width: 295px;
		height: 270px;
		float: left;
		padding: 10px;
		margin-right: 9px;
		margin-bottom: 10px;
	}
	div.f-post0 {
		margin-right: 0px;
	}
	div.f-post.third {
		float: right;
	}
	div.f-post h2 a {
		text-decoration: none;
		color: #2f3439;
		font-size: 16px;
		display: block;
	}
	div.f-post h3 {
		color: #777;
		font-weight: normal;
		font-size: 12px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
	}
	div.f-post a.readmore {
		padding: 4px;
		display: block;
		padding-left: 27px;
		background: url(images/readmore.gif) no-repeat left;
	}
	#sidebar {
		width: 280px;
		float: right;
		padding: 0 10px 10px 10px;
	}
	#sidebar li {
		list-style: none;
	}
	#sidebar div.init {
		font-size: 16px;
		border-bottom: 5px solid #444;
		margin-top: 0px;
		padding: 5px 10px 5px 10px;
	}
	#sidebar div {
		font-size: 16px;
		font-weight: normal;
		border-bottom: 5px solid #444;
		margin-top: 16px;
		padding: 5px 10px 5px 10px;
	}
	#sidebar ul li {
		padding: 4px 0;
		border-bottom: 1px solid #ccc;
		padding-left: 20px;
		list-style: none;
		line-height: 1.6em;
		background: url(images/bullet.gif) no-repeat left;
	}
	#sidebar ul li a {
		text-decoration: none;
	}
	#sidebar ul.blogposts li {
		padding: 8px 0;
		border-bottom: 1px solid #ccc;
		padding-left: 20px;
		list-style: none;
		line-height: 1.6em;
		background: url(images/post.gif) no-repeat left;
	}
	#sidebar ul.blogposts li a {
		text-decoration: none;
	}
	div.title {
		border-bottom: 5px solid #444;
		width: 635px;
		float: left;
		margin-bottom: 10px;
		padding: 5px 10px 5px 10px;
	}
	div.title span{
		color:#2F3439;
		font-weight: bold;
		font-size:14px;
	}
	div.title div.left{
		float: right;
	}
	div.post h2.list {
		padding-bottom: 5px;
		border-bottom: 1px solid #CCCCCC;
	}
	div.post ul.list {
		list-style-type: none;
		margin-top: 10px;
	}
	div.post ul.list li{
		height: 20px;
		line-height: 20px;
	}
	div.post {
		width: 635px;
		float: left;
		padding: 10px;
	}
	div.post h2 a {
		text-decoration: none;
		/*color: #2f3439;*/
		font-size: 14px;
		display: block;
		padding-bottom: 5px;
	}
	div.post h3 {
		color: #777;
		font-weight: normal;
		font-size: 12px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
	}
	div.post a.readmore {
		padding: 4px;
		display: block;
		padding-left: 27px;
		background: url(images/readmore.gif) no-repeat left;
	}
	#footer {
		border-top: solid #CCCCCC 1px;
		width: 100%;
		clear: both;
		margin-top: 5px;
		padding-top: 10px;
		height: 30px;
	}
	#footer-wrapper {
		width: 980px;
		margin: 0 auto;
		text-align: left;
	}
	table#wp-calendar {
		padding: 3px;
	}
	table#wp-calendar caption {
		font-size: 18px;
		padding: 5px 0;
	}
	table#wp-calendar td {
		padding: 7px;
		border-bottom: 1px solid #eee;
		font-size: 12px;
	}
		table#wp-calendar td:hover {
			background: #eee;
		}
	small.post {
		padding: 10px;
		color: #777;
		line-height: 1.7em;
		display: block;
	}
.alignright {
		text-align: right;
	}
	.alignleft {
		text-align: left;
	}
	.aligncenter {
		text-align: center;
	}	
.comments {
	padding: 0px; border-top: dotted 4px #F6F4F4; clear: both; margin-top: 0px;
}
.comment-meta { 
	width: 100%; float: left; padding: 0px 0 10px 0; text-align: right;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.comment-text {
	float: left;
	width: 550px;
	text-align: left;
}
.comments div.cgravatar {
	float: left;
	padding: 4px;
	border: 1px dotted #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-author { /*display: block;*/ font-weight: bold; }
.comment-date { font-size: 12px; color: #B4AB9D; /*display: block;*/ }
.comment-meta a { color: #000000; text-decoration: underline; }
.comment { margin-bottom: 15px; clear: both; }
h2#comments { display: block; padding-bottom: 10px; margin: 10px 0 10px 0; border-bottom: solid 3px #dddddd; }
#commentform span { display: block; font-size: 14px;  margin-bottom: 10px;}
#commentform input { border: solid 2px #dddddd; background-color: #ffffff; padding: 3px; width: 300px; margin-right: 10px; }
#commentform textarea { width: 560px; border: solid 2px #dddddd; padding: 3px;  margin-bottom: 10px;}
table#wp-calendar {
	padding: 3px;
}
table#wp-calendar caption {
	font-size: 18px;
	padding: 5px 0;
}
table#wp-calendar td {
	padding: 7px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
table#wp-calendar td:hover {
	background: #eee;
}
div.thumb_img {
	float: left;
	border: solid #CCCCCC 1px;
	width: 90px;
	height: 134px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
}
div.thumb_img img {
	background: url(images/loading.gif) no-repeat center center; 
}