
* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 980px;
	background: #FFF url(i/top-bg.gif) repeat-x;
}
body {
	font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
	width: 100%;
  background: url(i/header.jpg) 50% 0 no-repeat;
  border-bottom: 29px solid #F4F4F4;
}
a {
	color: #0E7DA6;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 980px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 153px;
	position: relative;
}

#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 60px 5px 10px 177px;
	font-size: 11px;
  font-weight: normal;
	color: #000;
	text-decoration: none;
}
#logo span {
	display: none;
}

#stats {
	position: absolute;
	top: 65px;
	right: 0;
	font-size: 11px;
}
#stat1, #stat2 {
  font-size: 14px;
	padding: 0 0 0 20px;
  background: url(i/stats.gif) 0 1px no-repeat;
}
#stat1 {
	color: #4AA7D7;
}
#stat2 {
	color: #539A19;
  background-position: 0 -33px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 2px;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 234px 0 176px;
}

#intro {
  background: #E5F1F6 url(i/intro.gif) no-repeat;
	margin: 0 0 10px;
}
#inb {
  background: url(i/intro.gif) 100% 100% no-repeat;
	padding: 13px 19px 1px;
}
#intro .adsense {
  text-align: center;
	margin: 0 0 12px;
}

.post {
	margin: 0 0 10px;
	padding: 0 1px 1px;
  border: 1px solid #E3E3E3;
	position: relative;
	height: 1%;
}
.ptop,
.pbot {
	width: 570px;
	height: 7px;
	overflow: hidden;
  background: url(i/post.gif) no-repeat;
	position: relative;
	margin: -1px -2px 0;
}
.pbot {
	position: absolute;
	background-position: 100% 0;
	left: 0;
	bottom: 0;
	margin: -1px;
}
.phead {
  background: url(i/phead.gif) 0 100% no-repeat;
	padding: 4px 12px 5px;
	margin: 0 0 15px;
}
#content h2 {
	font: 20px/1 Arial, Tahoma;
	margin: 0 0 7px;
}
#content h2 a {
	color: #D52401;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.pmeta {
	font-size: 11px;
	color: #575859;
}
.pmeta a {
	color: #4E8F00;
}
.pdate {
  font-weight: bold;
	color: #167289;
  background: url(i/icons.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
  margin-right: 17px;
}
.pcat {
  background: url(i/icons.gif) 0 -30px no-repeat;
	padding: 0 0 0 11px;
}
.entry {
	padding: 0 12px;
	font: 12px/18px Verdana, Tahoma, Arial;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 24px/1 Arial, Tahoma;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 18px}
#content .entry h4 {font-size: 17px}
#content .entry h5 {font-size: 16px}
#content .entry h6 {font-size: 15px}
.entry .adsense {
	margin: 20px 0;
  text-align: center;
}
.pmeta2 {
  border-top: 1px solid #EFEFEF;
	height: 26px;
	padding: 1px 0 0;
	overflow: hidden;
  background: url(i/pmeta2.gif) repeat-x;
  font-weight: bold;
}
.single .pmeta2 {
	height: auto;
	padding: 14px 9px;
	background-position: 0 100%;
}
.comments {
	float: right;
	height: 26px;
	line-height: 25px;
	background: #5AA112 url(i/comments.gif) 100% 0 no-repeat;
	padding: 0 35px 0 12px;
}
.comments a {
	color: #FFF;
}
.more {
	float: left;
	width: 68px;
	height: 26px;
	padding: 0 0 0 14px;
	line-height: 24px;
  background: #02779F url(i/more.gif) no-repeat;
	color: #FFF;
  font-size: 12px;
}
#download {
	display: block;
	width: 119px;
	height: 38px;
	padding: 0 0 0 57px;
  background: #0885B0 url(i/download.gif) no-repeat;
	margin: 20px auto;
	color: #FFF;
	font: bold 18px/38px Arial, Tahoma;
  text-decoration: none;
}
#download:hover {
  text-decoration: underline;
}
#stat {
  background: url(i/stats.gif) 0 -32px no-repeat;
	padding: 0 0 0 23px;
}

.adv {
  text-align: center;
	margin: 14px 0;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	margin-left: 18px;
}

#content h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 5px 0 20px;
	text-align: center;
	font-size: 18px;
}

.recent {
  border: 1px solid #E3E3E3;
	margin: 0 0 13px;
	padding: 8px 11px;
  background: #EEF6FA url(i/recent-searches.gif) repeat-x;
	position: relative;
	height: 1%;
}
.recent .ptop {
	margin: -9px -12px 2px;
}
#content .recent h3 {
  font-size: 11px;
  text-transform: uppercase;
}
.recent a {
	color: #167289;
  background: url(i/bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 9px;
	margin: 0 3px 0 0;
}
.recent a.first {
	background: none;
	padding: 0;
}

.info {
  background: #E5F1F6 url(i/info.gif) no-repeat;
	margin: 0 0 10px;
}
.infb {
	padding: 14px 19px 1px;
  background: url(i/info.gif) 100% 100% no-repeat;
}

#related {
	margin: 18px 0;
}
#related h3 {
  font-size: 11px;
  text-transform: uppercase;
  background: url(i/related.gif) no-repeat;
	padding: 0 0 0 23px;
}
#related ul {
	overflow: hidden;
	margin: -3px 0 0;
	height: 1%;
}
#related li {
	list-style: none;
	font: 11px/14px Verdana, Tahoma, Arial;
  border-top: 1px dotted #000;
  margin-top: -1px;
	padding: 6px 0 7px 16px;
  background: url(i/bullet2.gif) 1px 10px no-repeat;
}
#related li a {
  font-size: 12px;
  font-weight: bold;
	display: block;
	color: #D52401;
  text-decoration: none;
	margin: 0 0 3px;
}
#related li a:hover {
  text-decoration: underline;
}

#request {
  border: 1px solid #E3E3E3;
  background: #EEF6FA url(i/request-bg.gif) repeat-x;
	padding: 0 22px;
	margin: 0 0 18px;
	position: relative;
	height: 1%;
}
#request .ptop {
	margin: -1px -23px 7px;
}
#request h3 {
  font-size: 11px;
  text-transform: uppercase;
	color: #4E8F00;
	margin: 0 0 17px;
}
#request h4 {
  font-size: 12px;
	margin: 17px 0 12px;
	color: #167289;
}

.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;
}
.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;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {
	padding: 0 0 10px;
}
#commentform p {margin: 0 0 12px}
#author, #comment {
	font: 11px Tahoma, Arial;
	padding: 4px 8px;
	width: 260px;
	border: 1px solid #CCC;
  border-top: 1px solid #B0B0B0;
  background: #FFF url(i/shadow.gif) repeat-x;
}
#author {
  margin-right: 5px;
}
#comment {
	width: 505px;
	height: 110px;
  margin-top: 3px;
}
#submit {
	width: 109px;
	height: 23px;
	background: #EBF2F8 url(i/submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	font: bold 11px Verdana, Tahoma, Arial;
}
#submit::-moz-focus-inner{border:0}

.navigation {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.wp-pagenavi {
  padding: 11px 0 12px;
  margin: 0 0 12px;
  background: #F7FAF3;
}
.navigation a,
.navigation span {
	padding: 0 3px;
	margin: 0 2px;
	text-decoration: none;
}
.navigation a.prev,
.navigation a.next,
.navigation a.last {
	text-decoration: underline;
}
.navigation a:hover {
	color: #2C8F00;
	text-decoration: underline;
}
.navigation span.current {
	font-size: 14px;
	color: #D52401;
}
.navigation span.pages {
	padding-left: 0;
	margin-left: 0;
	font-size: 14px;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
  font-size: 11px;
	background: none;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 160px;
	margin-left: -100%;
	position: relative;
  line-height: 14px;
}

#search {
	height: 131px;
  background: #F5FAFC url(i/search.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 19px 0 0 10px;
}
#search h3 {
  font-size: 11px;
  text-transform: uppercase;
	margin: 12px 0 35px 50px;
}
#search form {
	width: 198px;
	height: 24px;
	overflow: hidden;
  background: #FFF url(i/search.gif) no-repeat;
}
#search input {
	font: 11px Tahoma, Arial;
	float: left;
	border: none;
	background: none;
}
.search {
	width: 161px;
	padding: 6px 0 6px 10px;
}
#search input.go {
	cursor: pointer;
	width: 27px;
	height: 24px;
}
#top100 {
	float: right;
	color: #FFF;
  font-weight: bold;
	width: 30px;
  text-decoration: none;
	margin: -1px 13px 0 0;
}
#top100:hover {
  text-decoration: underline;
}
.example {
	margin: 10px 0 0 2px;
	color: #578493;
}
.example a {
	color: #578493;
}

.section {
  border: 1px solid #E3E3E3;
	margin: 0 0 9px;
	padding: 0 8px;
	height: 1%;
}
.stop, .sbot {
	height: 10px;
	overflow: hidden;
  background: url(i/section.gif) no-repeat;
	margin: -1px -9px 0;
	position: relative;
}
#left .stop,
#left .sbot {
	width: 160px;
}
.red .stop {
	background-position: -160px 0;
}
.sbot {
	background-position: -320px 0;
	margin: 0 -9px -1px;
}
.section h3 {
  font-size: 11px;
	margin: 7px 0 15px 8px;
}
.section li {
	list-style: none;
  padding-left: 16px;
  background: url(i/bullets1.gif) 0 3px no-repeat;
  font-weight: bold;
}
.section.red li {
	background-position: -151px 3px;
  font-weight: normal;
}
#left .section li {
	padding-bottom: 5px;
}
.section li a {
	color: #000;
}
.section li a:hover {
	color: #00899A;
  text-decoration: underline;
}
.section.red li a:hover {
	color: #D52401;
  text-decoration: underline;
}
#categories {
  font-weight: bold;
}
.section li ul {
	margin: 5px 0 -5px;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 217px;
	margin-left: -217px;
  margin-top: -12px;
	position: relative;
  line-height: 14px;
}

#right .stop,
#right .sbot {
	width: 217px;
}
#right .stop {
	background-position: -480px 0;
}
#right .blue .stop {
	background-position: -697px 0;
}
#right .sbot {
	background-position: 100% 0;
}
#right .section li {
	padding-bottom: 14px;
  padding-left: 20px;
  background: url(i/bullets2.gif) 0 2px no-repeat;
  font-weight: normal;
}
#right .section.blue li {
	background-position: -268px 4px;
}
#right .section li a:hover {
	color: #4E8F00;
}
#right .section.blue li a:hover {
	color: #00899A;
}
#right .section li ul {
	margin: 14px 0 -14px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	line-height: 29px;
	margin: 0 0 -29px;
  text-align: center;
  font-size: 11px;
	position: relative;
}