/* 
	Freshpilot Theme v3.0 by Tobias Garder
	http://www.freshpilot.com/
*/
body {
	text-align: center;
	background-image: url(images/darkbg.gif);
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0;
	padding: 0;
}
#bigcontainer {
	width: 869px;
	padding: 0;
	margin: 0 auto;
  background-color: #ececec;
}
#page {
  background-color: #ececec;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 869px;
	text-align: left;
	float: left;
}
#page .navigation {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  margin: 8px 0px 8px 0px;
  padding-bottom: 14px;
}
#page .navigation .alignleft {
  width: 50%;
  float: left;
  text-align: left;
}
#page .navigation .alignright {
  width: 50%;
  float: left;
  text-align: right;
}
#page .navigation a:link, #page .navigation a:visited {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#header {
  float: left;
	width: 869px;
	height: 78px;
 	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#header #logo {
  float: left;
  margin: 9px 0px 0px 28px;
}
#header #payoff {
  float: left;
  margin: 25px 0px 0px 10px;
}
#header #payoff h1 {
  display: inline;
  font-family: arial,verdana,sans-serif;
  font-size: 12px;
  color: #444;
  margin: 0;
  padding: 0;
}
#header #rss {
  float: left;
  margin: 16px 0px 0px 40px;
}
#header #searchbox {
  float: left;
  margin: 16px 0px 0px 10px;
	width: 277px;
	height: 52px;
 	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#header #searchbox #searchbox_text {
  margin: 16px 0px 0px 30px;
  float: left;
}
#header #searchbox #searchbox_input {
  float: left;
  margin: 13px 0px 0px 2px;
}
#header #searchbox #searchbox_input #s {
  font-family: arial,verdana,sans-serif;
  font-size: 12px;
  color: #444;
  width: 130px;
}
#header #searchbox #searchbox_submit {
  float: left;
  margin: 13px 0px 0px 5px;
}
#content {
	text-align: left;
	float: left;
	margin: 0px 0px 0px 14px;
	width: 498px;
}
.post {
  float: left;
  padding: 14px 14px 3px 14px;
  width: 470px;
  margin: 0;
  background-color: #fff;
 	background-image: url(images/top1.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.post p {
  margin: 2px 0px 10px 0px;
}
.postfooter {
  float: left;
  width: 498px;
  height: 9px;
  margin-bottom: 12px;
 	background-image: url(images/postfooter.gif);
	background-repeat: no-repeat;
	background-position: top left;
  
}
#newnavi {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 80px;
}
#adcontainer {
  float: left;
  margin-left: 14px;
  width: 160px;
  height: auto;
}
#sidebar {
	float: left;
	width: 155px;
	margin: 0px 0px 0px 14px;
}
#sidebar ul { 
  margin: 0px 0px 10px 0px;
  padding: 0;
}
#sidebar li {
	list-style: none;
}
.fplast_img {
  display: block;
  background-image: none !important;
  padding: 0 !important;
  margin: 0px 0px 3px 0px !important;
  text-align: center;
}
.fplast_img img {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
}
.latestimg {
  display: block;
  width: 99%;
  float: left;
  clear: left;
  text-align: center;
  padding: 4px 0px 4px 0px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.latestimg img {
  border: none;
}
.latestimg a {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.latestimg:hover {
  border: 1px solid #ddd;
}
.sidebarbox {
	background-color: #fff;
 	background-image: url(images/top2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 2px 5px 5px 5px;
	margin-bottom: 10px;
}
.icontags {
 	background-image: url(images/icon_tag.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.iconpage {
 	background-image: url(images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.iconchart {
 	background-image: url(images/icon_chart.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.icontime {
 	background-image: url(images/icon_time.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.iconpages {
 	background-image: url(images/icon_pages.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.iconlink {
 	background-image: url(images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.iconfeed {
 	background-image: url(images/icon_feed.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 18px;
}
.searchresultlink {
   font-size: 16px;
   color: #666;
}
.searchresultdate {
   font-size: 12px;
}
.sidebarbox h2 {
  color: #666;
  font-family: arial,verdana,sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 13px 0px 6px 0px;
}
.sidebarbox li {
  margin-bottom: 4px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
.sidebarbox .nodeco li {
  margin-bottom: 2px;
  padding: 0;
  border: none;
}
.sidebarbox li a {
  display: inline;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 8px;
  text-decoration: none;
}
#adcontainer .splitter {
  width: 160px;
  height: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #bbb;
}

#page hr {
	display: none;
}
#footer {
	margin: 15px 15px 15px 15px;
	padding: 10px 0px 0px 0px;
	clear: both;
	font-size: 13px;
}
.entry {
	margin: 0;
	padding: 0;
}
.icont {
        margin: 6px 0px 9px 0px;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
code {
	font-family: "Courier New", Courier, Fixed;
	font-size: 12px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.banner468 {
        font-family: "Trebuchet MS", arial,verdana,sans-serif;
        font-size: 10px;
        color: #666;
}
.banner140x350 {
        font-family: "Trebuchet MS", arial,verdana,sans-serif;
        font-size: 10px;
        color: #666;
}

/* TYPOGRAPHY */
.tagblock {
	margin: 10px 0px 1px 0px;
	padding: 0;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}
a:link, a:visited, a:active {
	color: #4a8797;
}
a:hover {
	color: #2c6371;
}
div, #page {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #333;
}
.post, #sidebar {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.post a:link, .post a:visited, .post a:active {
	color: #4a8797;
}
.post a:hover {
	color: #2c6371;
}
.post h2, .post h3 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -2px;
	padding: 0;
	margin: 4px 0px 8px 0px;
	color: #4a8797;
        line-height: 95%;
}
.post h3 {
        font-size: 18px;
        font-weight: normal;
        margin: 0px 0px 8px 0px;
        letter-spacing: 0px;
        color: #666;
        line-height: 70%;
}
.post small {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", arial, verdana,sans-serif;
	color: #666;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:active {
	text-decoration: none;
	color: #4a8797;
}
.post h2 a:hover {
	color: #2c6371;
}
.post .via {
	font-size: 10px;
	color: #666;
}
.post .via a {
	color: #666;
	text-decoration: none;
}
.ettasmallrub {
        font-size: 21px;
        letter-spacing: -1px;
        color: #ccc;
}
.postmetadata {
	text-align: center;
	padding: 5px 5px 8px 5px;
	background-color: #EEEFF0;
	border-top: 3px solid #D9DCDE;
	margin: 0px 0px 3px 0px;
}
.postmetadata a {
	font-weight: normal;
	color: #666;
}
.postmetadata small {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	text-transform: none;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #4a8797;
}
#sidebar a:hover {
	color: #2c6371;
}
.tagblock a:link, .tagblock a:visited {
	color: #feb900;
}
.tagblock a:hover {
	color: #fe8900;
}

/* Begin Comments*/
#comment {
	width: 460px;
}
#comments {
	padding: 0;
	margin: 0;
}
#respond,#comments {
	font-family: arial,verdana,sans-serif;
	font-size: 18px;
	color: #444;
	letter-spacing: -1px;
}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.commentlist {
        clear: both;
	padding: 0;
        margin: 0;
	font-size: 12px;
}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentholder {
	float: left;
}
#commentform {
	margin-bottom: 20px;
}
#commentform p {
	display: block;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}
#commentform fieldset {
	border: 1px solid #b5b5b5;
	background-color: #f4f4f4;
	padding: 12px;
}
#commentform legend {
	font-family: arial,verdana,sans-serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
}
#commentform label {
	float: left;
	width: 185px;
	text-align: left;
}
#commentform  .inpfield {
	width: 255px;
}
#commentform .mandatory {
	color: #d00;
	font-weight: bold;
}
#commentform h3 {
	margin-bottom: 2px;
}
.commentmetadata {
	font-weight: normal;
}
.catimg {
   float: right;
   padding: 0px 0px 10px 10px;
}

.sublistholder {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 3px solid #ccc;
}
.sublist {
	font-size: 12px;
}

.sublistholder ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.sublistholder h2 {
	letter-spacing: -1px;
}
.sublistholder li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	font-family: arial, verdana, sans-serif;
	color: #aaa;
	font-size: 19px;
	letter-spacing: -1px;
}

.sublistholder a:link, .sublistholder a:visited, .sublistholder a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6E6C66;
}
.sublistholder a:hover {
	color: #243344;
}
.redtext {
       color: #2e5f71;
}
.nicebutton {
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
} 
.sidebarbox li a:hover {
  color: #feb900;
}

#newfooter {
  float: left;
  clear: both;
  width: 869px;
  height: 106px;
  text-align: left;
  background-color: #000;
  background-image: url(images/footerbg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
#footerc {
  float: left;
  padding: 13px 14px 13px 14px; 
  color: #eee;
}
#footerc #footerrss {
  width: 147px;
  float: right;
  height: auto;
  margin: 13px 25px 0px 0px;
  padding: 0;
}
#footerbox1, #footerbox2, #footerbox3 {
  float: left;
  background-image: url(images/footerdiv.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0px 15px 0px 0px;
  margin: 12px 15px 0px 0px;
  color: #efefef;
}
#footerbox3 {
  margin-right: 0px;
}
#footerc h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 15px;
  color: #fff;
  margin: 0px 0px 4px 0px;
  padding: 0;
}
#footerc a:link, #footerc a:visited {
  color: #0bc8f1;
}


.comment_wrap {
	margin: 7px 0 0 0;
	padding: 0;
}
.comment_top {
	height: 7px;
	font-size: 1px;
	background-image: url(images/comment_top.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
.comment_mid {
	background-image: url(images/comment_mid.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	padding: 5px 13px 9px 13px;
}
.comment_mid p {
	padding: 0;
	margin: 0;
}
.comment_foot {
	background-image: url(images/comment_foot.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
	padding: 9px 0px 0px 75px;
}
.comment_foot .dateline {
	font-size: 10px;
	color: #666;
}

.addcomment {
	margin: 0;
	padding: 0;
}
.tlabox {
  margin: 5px 0 5px 0;
}
.tlabox h4 {
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  padding: 0 0 3px 0;
  margin: 0;
  color: #aaa;
}
.tlabox h4 a {
  color: #999;
}
.tlabox ul {
  margin: 0 0 4px 0;
  padding: 0;
}
.tlabox li {
  list-style: none;
}
.tlabox .addlink {
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
}

.gotreferrer { margin: 8px 0; background-color: #eee; border: 1px solid #ddd; padding: 3px 8px 8px 8px; line-height: 140%; }
.gotreferrer h5 { color: #4A8797; margin: 0; padding: 0; font-size: 17px; letter-spacing: -0.5px; line-height: 150%; }
