* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-family: Tahoma,Helvetica,Arial, sans-serif;
	font-size: 12px;
	background: url(images/background.gif) repeat-x top #125d7d
}
a {
	color: #dd0000;
	font-weight: bold;
}
	a:hover {
		color: #444;
	}
h2 {
	color: #888;
}
h3 {
	color: #125d7d;
}

p {
        text-align: justify;
}

#container {
	width: 864px;
	margin: 0 auto;
}
#header {
	height: 110px;
	padding-bottom: 20px;
}
#logo {
	width: 500px;
	padding: 20px 0;
	padding-bottom: 33px;
}
#logo h2 a {
	color: #275b7e;
	font-size: 24px;
	letter-spacing: -1px;
	text-decoration: none;
}
#logo h3 {
	color: #8d8e8e;
	font-size: 12px;
}
#header ul.navigation {
	list-style: none;
}
#header ul.navigation li {
	float: left;
	display: block;
}
#header ul.navigation li a {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #275b7e;
	font-weight: bold;
	background: url(images/nav.gif) no-repeat top;
}
	#header ul.navigation li a:hover {
		background: url(images/nav-hover.gif) no-repeat top;
		color: #fff;
	}
#content {
	clear: both;
	width: 864px;
	padding-bottom: 20px;
	margin-top: 10px;
	background: url(images/content-top.gif) no-repeat top #f8f8f8;
}
div.post {
	width: 570px;
	padding: 20px;
	padding-bottom: 0;
	float: left;
}
div.post h2 a {
	font-weight: lighter;
	color: #275b7e;
	padding-top: 10px;
	font-size:24px;
	letter-spacing: -1px;
	text-decoration: none;
}
div.post  p {
	line-height: 1.6em;
	font-size: 13px;
	color: #333;
	padding-bottom: 10px;
}
div.post small {
	display: block;
	font-size: 10px;
	color: #444;
	line-height: 1.6em;
	padding-bottom: 10px;
}
div.post span.info {
	background: #e5e4e4;
	border: 1px solid #c2bebe;
	padding: 3px;
	width: 580px;
	display: block;
	color: #444;
	font-size: 11px;
}
#sidebar {
	width: 240px;
	float: right;
	padding-top: 20px;
}
#sidebar p {
	display: block;
	font-size: 12px;
	padding: 10px;
	color: #444;
	line-height: 1.6em;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
}
#sidebar h2 {
	width: 225px;
	height: 43px;
	padding-top: 10px;
	text-align: center;
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
	background: url(images/sidebar-header.gif) no-repeat top;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	display: block;
	width: 210px;
	padding: 5px 0;
	padding-left: 15px;
	border-top: #fff 1px solid;
	border-bottom: #e6e4e4 1px solid;
	text-decoration: none;
	color: #5eb3d7;
	background: url(images/arrow.gif) no-repeat left;
}
#sidebar ul li a {
	color: #5eb3d7;
	font-weight: bold;
}
	#sidebar ul li:hover {
		background: url(images/arrow.gif) no-repeat left #5eb3d7;
		color: #fff;
	}
	#sidebar ul li:hover a {
		color: #fff;
	}
#footer {
	background: url(images/content-bottom.gif) no-repeat top;
	width: 864px;
	padding: 30px 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
	#footer a {
		color: #fff;
	}
#comments {
	width: 540px;
	padding: 10px;
	float: left;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	padding: 5px;
	margin: 10px 0;
	width: 500px;
	background: #fafafa;
	border-left: 10px solid #eee;
	clear: left;
	line-height: 1.6em;
	font-size: 11px;
	color: #555;
}

