@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #262f36 url(images/bg.gif) repeat;
	margin: 0;
	padding: 0;	
}

#top_bg {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}

#wrapper {
	background-image: url(images/wraper_bg.png);
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#page {
	padding: 10px;
}

#header {
	text-align: center;
	margin-bottom: 10px;
}

#content {
	width: 600px;
	background-color: #FFF;
	padding: 10px;
	float: left;
}

#topmenu {
	margin-bottom: 30px;
	font-size: 11px;
}

#topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	display: block;
	color: #273036;
	border-right: #666 solid 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#topmenu a.rightlink {
	border-right: none;
}

#sidebar {
	width: 200px;
	float: right;
	margin-top: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
}

#sidebar ul li a {
	color: #0d5b65;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 3px;
}

#sidebar ul li.widget a {
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar h2 {
	color: #232c31;
	font-weight: normal;
	display: block;
	background-color: #EEE;
	padding: 2px;
	font-size: 12px;
	margin-bottom: 5px;
}

.clearfix {
	clear: both;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.png);
	padding-top: 90px;
	text-align: center;
	height: 90px;
	color: #FFF;
}

img {
	border: none;
}

h1, h2 {
	color: #FF9900;
	margin-bottom: 0px;
	font-weight: normal;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.frontpage_post {
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

p.postmetadata a {
	color: #0d5b65;
}

small {
	color: #999;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

li.widget {
	background-color: #FFF;
}
