* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #3c6793;
	font-weight: bold;
}
/* Sructure */
#wrapper {
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
	border: solid #CCCCCC 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	width: 970px;
	margin: 0 15px 0 15px;
}
#header {
	height: 100px;
}

#menu {
	width: 100%;
	border-bottom: solid #CCCCCC 1px;
	float: left;
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
}

#menu ul {
	background-color: #F00;
	display:block;
	/*height: 20px;*/
}
#menu ul li {
	float: left;
	list-style-type:none;
	margin-right: 10px;
}

	#logo {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: solid #CCCCCC 1px;
		float: left;
		height: 40px;
	}
	
	#logo .left {
		float: left;
		/*background-color:#F00;*/
		height: 10px;
		width: 550px;
		margin-top: 8px;
	}
	#logo .left form {
		margin-top: 8px;
	}
	#logo .right {
		float: right;
		height: 10px;
		margin-top: 8px;
	}
	#logo .right form input#s {
		border: 2px solid #DDDDDD;
		padding: 5px;
		width: 180px;
	}
	#logo .right form input#searchsubmit {
		padding: 3px;
	}

	#logo h1 a {
		text-decoration: none;
		color: #2F3439;
		font-size: 26px;
		letter-spacing: -1px;
		/*padding-top: 8px;*/
		float: left;
	}
	#logo h2 {
		color: #909aa4;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: normal;
		padding-top: 8px;
		padding-left: 10px;
		float: left;
		text-transform: uppercase;
	}
#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;
	/*padding: 10px;*/
}
#sidebar li {
	list-style: none;
}
	#sidebar h2 {
		text-transform: uppercase;
		color: #888;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		margin-top: 16px;
		padding-bottom: 4px;
	}
	#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;
		}
	#column {
		width: 665px;
		float: left;
	}
	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 {
		background: url(images/post-background.gif) repeat-y #fff;
		border: 1px solid #ccc;
		border-top: 5px solid #444;
		width: 635px;
		float: left;
		margin-bottom: 10px;
		padding: 10px;
	}
	div.post h2 a {
		text-decoration: none;
		color: #2f3439;
		font-size: 16px;
		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; 
}