* {
	margin:0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #ebebe2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
p { 
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	font-family: verdana, arial, sans-serif;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a { color: #2b7c9a; font-weight: bold; font-family: verdana, arial, sans-serif; }
a:hover { color: #444; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 739px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.gif) no-repeat right bottom;
	height: 194px;
	width: 739px;
	margin-top: 10px;
}
#logo {
	padding: 60px 50px;
}
	#logo h2 a {
		text-decoration: none;
		color: #fff;
		font-size: 38px;
		letter-spacing: -1px;
	}
	#logo h3 {
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
#rss {
	background: url(images/rss.gif) no-repeat right bottom;
	height: 27px;
	width: 181px;
	float: right;
	clear: right;
	text-indent: -9999999px;
	margin-right: 10px;
}
#categories {
	list-style: none;
	clear: both;
	height: 56px;
	padding-left: 20px;
}
	#categories li {
		float: right;
		display: block;
	}
	#categories li a {
		float: right;
		display: block;
		padding: 18px;
		text-decoration: none;
		color: #fff;
		font-size: 11px;
		font-family: verdana, sans-serif;
	}
		#categories li a:hover {
			background: url(images/nav-hover.gif) repeat-x;
		}
#nav {
	list-style: none;
	clear: both;
	padding-top: 1px;
	padding-left: 10px;	
	float: left;
	width: 739px;
	height: 49px;
	margin-left: -5px;
	background: url(images/navigation.gif) no-repeat top;
}
	#nav li {
		float: left;
		display: block;
		margin-bottom: 5px;
	}
	#nav li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 11px;
		font-family: verdana, sans-serif;
		padding: 15px 20px;
		padding-top: 16px;
		text-align: center;
		font-weight: bold;
	}
		
		#nav li a:hover {
			background: url(images/nav-hover2.gif) repeat-x top right;
			color: #fff;
		}
#content {
	clear: both;
	background: url(images/content.gif) repeat-y right #fff;
}
#column {
	width: 435px;
	padding: 20px;
	float: left;
	padding-top: 20px;
}
	div.post {
		padding: 0 10px;
		background: url(images/post-bottom.gif) no-repeat center bottom;
		border-top: 0;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	div.post h4 {
		color: #999;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 11px;
		padding: 1px 0;
		letter-spacing: 1px;
		font-family: verdana, sans-serif;
	}
	div.post h2 a {
		color: #333;
		font-size: 22px;
		text-decoration: none;
		width: 340px;
		float: left;
		padding: 5px 0;
		padding-top: 15px;
	}
	a.comments {
		background: url(images/comments.gif) no-repeat top;
		width: 100px;
		height: 50px;
		float: right;
		margin: 10px;
		text-align: center;
		padding-top:10px;
		color: #847b50;
		font-size: 21px;
		margin-top: 20px;
		margin-right: -40px;
		text-decoration: none;
		font-weight: bold;
	}
	div.post-bottom {
		padding: 10px 0;
	}
	div.post-bottom a {
		padding: 10px;
		padding-left: 20px;
		background: url(images/bullet.gif) no-repeat left;
	}
#search {
	background: url(images/search.gif) no-repeat right bottom;
	height: 61px;
	width: 638px;
	margin-left: -1px;
	margin-bottom: 20px;
}
#sidebar {
	width: 180px;
	padding: 10px;
	padding-left: 35px;
	float: left;
}
	#sidebar a img {
		border: 1px solid #ddd;
		margin: 5px;
	}
	#sidebar h2 {
		font-size: 12px;
		text-transform: uppercase;
		font-family: verdana, sans-serif;
		font-weight: normal;
		color: #777;
		margin-top: 10px;
		width: 195px;
		padding: 10px;
		margin-bottom: 10px;
		background: url(images/sidebar-header.gif) no-repeat left;
	}
	#sidebar ul li {
		list-style: none;
		padding: 5px;
		display: block;
		margin-left: 10px;
		padding-left: 25px;
		color: #777;
		background: url(images/bullet.gif) no-repeat left;
	}
	#sidebar li {
		list-style: none;
	}
	#sidebar li a {
		
		font-family: verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
#footer {
	background: url(images/footer.gif) repeat-x top;
	height: 54px;
	clear: both;
}
#footer-w {
	width: 763px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 11px;
		font-family: verdana, sans-serif;
}
	#footer-w span.wordpress {
		padding: 20px 30px;
		float: right;
		color: #fff;
	}
	#footer-w span.copyright {
		padding: 20px 30px;
		float: left;
		color: #fff;
	}

div.comments
{
	clear: both;
	padding: 0px;
}
.comment-meta
{
	float: left;
	padding: 10px;
	text-align: right;
	width: 50px;
}
.commenttext
{
	border-left: dotted 1px #ddd;
	float: right;
	margin-bottom: -5px;
	padding-left: 20px;
	width: 250px;
	margin-bottom: 20px;
}
.comments div.cgravatar
{
	border: 1px dotted #ddd;
	float: left;
	margin: 10px 50px;
	margin-top: 10px;
	padding: 4px;
}
.comment-author
{
	display: block;
	font-weight: bold;
}
.comment-date
{
	color: #B4AB9D;
	display: block;
	font-size: 12px;
}
.comment-meta a
{
	color: #333;
	text-decoration: none;
}
.comment
{
	clear: both;
	margin-bottom: 15px;
	color: #444  ;
		font-family: Georgia, serif;
		font-style: italic;
}
h2#comments
{
	border-bottom: dotted 1px #eee;
	display: block;
	color: #444  ;
		font-family: Georgia, serif;
		font-style: italic;
		text-align: center;
		padding: 15px 0;
}
#commentform span
{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
#commentform input
{
	background-color: #ffffff;
	border: solid 2px #dddddd;
	margin-right: 10px;
	padding: 3px;
	width: 300px;
}
#commentform textarea
{
	border: solid 2px #dddddd;
	margin-bottom: 10px;
	padding: 3px;
	width: 450px;
}

blockquote {
	padding: 10px;
	margin: 10px;
	background: #eee;
	border: 1px dotted #ddd;
	border-left: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
#column ul {
	list-style: none;
	margin: 20px;
}
	#column ul li {
		padding: 5px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.65em;
		color: #2e6a97;
		border: 1px dotted #ddd;
		font-weight: bold;
		margin: 4px 0;
		font-family: verdana, arial, sans-serif;
	}
#column ol {
	list-style: none;
	margin: 20px;
}
	#column ol li {
		padding: 5px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.65em;
		color: #5e0000;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
	}
#column h1 {
	font-size: 18px;
	padding: 20px 0;
	color: #666;
}
#column h2 {
	font-size: 16px;
	color: #666;
}

#column h3 {
	font-size: 14px;
	padding: 20px 0;
	color: #666;
}