* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Arial, sans-serif;
	color: #444444;
	width: 100%;
	background: #e8e8e8 url(i/bg-top.jpg) repeat-x;
}
a {
	color: #0163ce;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0163ce;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
form {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(i/header.jpg) 50% 0 no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 116px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 150px;
	font: 12px Tahoma, Arial;
	text-decoration: none;
	color: #898d91;
	padding: 67px 0 0 130px;
}
#logo span {
	display: none;
	text-indent: -9999px;
}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	height: 33px;
	background: url(i/menu-bg.gif) no-repeat right top;
}
#menu ul li {
	display: block;
	margin-right: 3px;
	list-style-type: none;
	margin-top: 5px;
	padding: 2px 10px 3px 9px;
	background: url(i/bg-t-mn.gif) repeat-x left top;
	border: 1px solid #3a8be0;
	float: left;
	line-height: normal;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	line-height: normal;
}
#menu a:hover {
	color: #C8E6FE;
	text-decoration: none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	background: #fff;
	border-left: 130px solid #fff;
	border-right: 240px solid #fff;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 10px 30px 10px 30px;
}
#content h2 {
	font: 18px/20px Tahoma, Geneva, sans-serif;
}
#content h2 a {
	color: #002247;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	width: 100%;
	overflow: hidden;
}
.phead {
	border: 1px solid #E5EAEC;
	padding: 13px 15px 14px;
	margin: 0 0 18px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	background: url(i/box-grey-bg.gif) repeat-x;
}
.page .phead {
	padding: 13px 15px 14px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}
.pmeta {
  font: 11px/1 Tahoma, Arial, sans-serif;
	color: #8EA4AF;
	margin: 8px 0 0;
}
.pdate {
  font-weight: bold;
}
.pbot {
	width: 100%;
	overflow: hidden;
}
div.pagetitle {
	margin: 10px 0 25px;
	text-align: center;
	font-size: 18px;
}
.navigation {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}
.navigation a,
.navigation span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	padding: 1px 0;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #D0D9DD;
	background: #FBFCFD;
}
.navigation a {
	color: #4F5C62;
}
.navigation a:hover {
	background: #EDF5F8;
}
.navigation span.current {
	background: #EDF5F8;
	font-weight: bold;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}
#related {
	margin: 5px 0 0;
}
#related h3 {
	font-size: 12px;
	background: url(i/related.gif) no-repeat;
	padding: 0 0 0 21px;
	height: 1%;
	color: #1C4670;
}
#related ul {
	margin: -7px 0 20px 14px;
	list-style: none;
	font-size: 11px;
}
#related li {
	background: url(i/arrow2.gif) 0 7px no-repeat;
	padding: 0 0 0 8px;
	position: relative;
}
#related li a {
	color: #069F95;
}
#related li a:hover {
	color: #E20146;
}
.prss {
	font-weight: bold;
	background: url(i/prss.gif) 0 2px no-repeat;
	padding: 0 0 20px 22px;
}
.prss a {
	color: #D40041;
}
.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #DDD;
	padding: 2px;
	margin: -2px 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
	background: url(i/icon-comment.gif) 0 2px no-repeat;
	padding: 0 0 2px 20px;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #888;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
	background: #EDF6FB url(i/reply.gif) 13px 6px no-repeat;
	padding: 2px 0 5px 35px;
	text-transform: lowercase;
}
#respond h3,
h3#respond {
	margin: 0 0 16px;
	color: #D40041;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {
	padding: 0 0 10px;
}
#commentform p {
	margin: 0 0 5px;
}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #B0B0B0;
	background: url(i/shadow.gif) repeat-x;
}
#comment {
	width: 500px;
	height: 150px;
}
#submit {
	width: 175px;
	height: 22px;
	padding: 0 0 1px;
	background: #ECECEC url(i/submit-comment.gif) no-repeat;;
	border: none;
	cursor: pointer;
	overflow: visible;
	font: 11px Verdana, Arial, Tahoma;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 130px;
	padding: 15px;
	position: relative;
	left: -130px;
}
#sideLeft h2 {
	font-weight: normal;
	color: #002247;
	padding-bottom: 5px;
	border-bottom: 2px solid #e4e4e4;
	font-size: 17px;
}
#sideLeft ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}
#sideLeft li {
	background: url(i/arr.gif) no-repeat left center;
	padding: 5px 5px 5px 18px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}
#sideLeft a {
	font-weight: normal;
	color: #8a0101;
	text-decoration: none;
}
#sideLeft a:hover {
	color: #002247;
	text-decoration: none;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -240px;
	width: 240px;
	padding: 15px;
	position: relative;
	background: url(i/sideright-bg.gif) no-repeat right top;
}
#sideRight h2 {
	font-weight: normal;
	color: #002247;
	padding-bottom: 5px;
	border-bottom: 2px solid #e4e4e4;
	font-size: 17px;
}
#sideRight ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}
#sideRight li {
	background: url(i/arr.gif) no-repeat left center;
	padding: 5px 5px 5px 18px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}
#sideRight a {
	font-weight: normal;
	color: #8a0101;
	text-decoration: none;
}
#sideRight a:hover {
	color: #002247;
	text-decoration: none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 25px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-top: 1px dotted #b5b6b6;
	border-bottom: 2px solid #e4e4e4;
}
