/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/



img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}



/* Content */

#content {
	float: left;
	width: 590px;
	padding: 5 5 0 5px;
	
}

.post {
	margin-bottom: 5px;
	color: #0A416B;
	background-repeat: no-repeat;
	background-color: #fff;
	border: medium groove #FFFF99;
}

.post a {
	color: #0A416b;
}

.post a:hover {
	color: #465B6A;
}

.post .title {
	margin: 0;
	padding: 11px 30px 0;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.post .links {
	margin: 0;
	background: url('images/img06.gif') repeat-x left bottom;
	border-top: 1px solid #2872A6; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

.post .links a {
	padding-left: 10px;
	background: url('images/img08.gif') no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 180px;
}

.sidebar ul {
	margin: 5;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	background: url('img08.gif') no-repeat 0 12px;
	border-bottom: 1px solid #2872A6; padding-left:10px; padding-right:0; padding-top:2px; padding-bottom:6px
}

.sidebar li li a {
	text-decoration: none;
	color: #465B6A;
}

.sidebar li li a:hover {
	color: #3C606E;
}

.sidebar li h2 {
	padding-top: 3px;
	color: #fff;
	font-size: 14px;
	background-color: #557FA6;
	background-position: center;
	padding-bottom: 3px;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 0px;
}

