/*
Theme Name: Money Blog
Theme URI: http://www.moneymagazine.ws
Description: Money Blog
Version: v1.0
Author: Intense Trade S.A.
Author URI: none
Tags: money, blogs


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 14px;
	line-height: 21px;
	}

.widecolumn .entry p {
	font-size: 14px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 21px;
	}

.widecolumn {
	line-height: 21px;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: white;
}
.thread-even {
	background-color: white;
}


#footer {
	background: #E7E7E7;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#333;
	}

h1 {
	font-size: 2em;
	text-align: center
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #069;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #069;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #069;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #999;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 590px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn {
	padding-top: 5px;
	}
	
.postmetadata {
	padding-top: 5px;
	font-size:11px;
	line-height:18px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}


.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
span.post_comments a, span.post_comments:visited a, .posted_by a, .posted_by:visited a {
	color: #666;
	text-decoration: underline;
	}
span.post_comments:hover a, .posted_by:hover a {
	color: #069;
	}		
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 690px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Styles */

div.ilsb_parent {margin:0px auto 0px 0px;}
div.ilsb-child {position:absolute; display:none; margin:0px; padding:0px 0px 6px 0px;}
div.ilsb-child span {padding:0px;}

.ilsb {padding:3px 22px 3px 25px; line-height:26px; background-position:0 50%; background-repeat:no-repeat;}

.ilsb-arial {font-family:Arial, Helvetica, sans-serif;}
.ilsb-century {font-family:'Century Gothic', 'Lucida Grande', sans-serif;}
.ilsb-courier {font-family:'Courier New', Courier, monospace;}
.ilsb-georgia {font-family:Georgia, 'Times New Roman', Times, serif;}
.ilsb-lucida {font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}
.ilsb-tahoma {font-family:Tahoma, Verdana, Helvetica, sans-serif;}
.ilsb-times {font-family:'Times New Roman', Times, serif;}
.ilsb-verdana {font-family:Verdana, Arial, Helvetica, sans-serif;}

/* EXTRA */

/* Starting with definition of the "clearfix" class to minimize the use of
empty "clearing" divs in the HTML */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cl,
.clear {clear: both}
.cr    {clear: right}
.cl    {clear: left}

/* from equalize.css */

* {margin:0; padding:0}
a:link, a:visited {text-decoration:none; color:#333}
a:hover {text-decoration:underline}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
body * {line-height:1.22em;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
fieldset, img, iframe{border:0; border:none}
ol,ul {list-style:none}
strong, .bold {font-weight:bold}
em {font-style:italic}
small {font-size:.85em}
big {font-size:1.3em}
pre, code {font-size:92%; font-family:monaco, monospace}
.normal {font-weight:normal}
.block {display:block}

.dropcap {font-size:400%; line-height:.85em; display:block; float:left; padding-right:.08em; text-transform:uppercase; font-weight:bold;}

ul.inline li {float:left; display:block; margin-right:1.6em}
ul.simple li, ul.checklist li {margin-left:-3.2em}
div.simple p {text-indent:-1.75em; padding-left:2em; margin:0; line-height:1.2em;}

ul.square, ul.round {margin-bottom:.8em; list-style-type:square; margin-left:2em;}
ul.round {list-style-type:disc}
ul.checklist {margin-bottom:1em}
ul.checklist li {}



.verdana {font-family:Verdana, Arial, Helvetica, sans-serif;}

.georgia {font-family:Georgia, "Times New Roman", Times, serif}
.georgia_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.arial {font-family:Arial, Helvetica, sans-serif;}

.small_caps {text-transform:uppercase; font-size:80%}

a.blue {color:#069;}
a.red {color: #c00}
a.blue:hover,
a.blue:hover span
a.red:hover {text-decoration:none; color:#999}

.f9 {font-size:9px}
.f10 {font-size:10px}
.f11 {font-size:11px}
.f12 {font-size:12px}
.f13 {font-size:13px}
.f14 {font-size:14px}
.f15 {font-size:15px}
.f16 {font-size:16px}
.f17 {font-size:17px}
.f18 {font-size:18px}
.f19 {font-size:19px}
.f20 {font-size:20px}
.f21 {font-size:21px}
.f22 {font-size:22px}
.f23 {font-size:23px}
.f24 {font-size:24px}
.f25 {font-size:25px}

.lh16 {line-height:16px;}

.noborder {border:none !important;}

/* legacy styles, mostly shortcuts for editorial */
.fl {float:left;}
.fr {float:right;}

/* --- text alignment --- */
.tal { text-align:left}
.tac, .center {text-align:center}
.tar, .t_ar {text-align:right}
.nobreak {white-space: nowrap}
.caps {text-transform:uppercase}
.t_grey, .c777 {color:#777}
.cC00 {color:#c00}
.c069 {color:#069}
.c333 {color:#333}
.c555 {color:#555}
.c666 {color:#666}
.c999 {color:#999}

/* --- padding --- */

.p0 {padding:0;}
.p5 {padding:.4em;}
.p10 {padding:.8em;}
.p20 {padding:1.6em;}
.p25 {padding:1.8em}
.pt10 {padding-top:.8em}
.pl10 {padding-left:.8em}
.pl20 {padding-left:1.6em}
.pl20 {padding-left:1.6em}
.pl25 {padding-left:25px}

/* --- margins --- */
.m5 {margin:5px}
.m10 {margin:10px}
.m15 {margin:15px}
.m20 {margin:20px}
.m25 {margin:25px}

.mt5 {margin-top:5px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px}
.mt20 {margin-top:20px}
.mt25 {margin-top:25px}
.mt30 {margin-top:30px}

.mr5 {margin-right:5px}
.mr10 {margin-right:10px}
.mr15 {margin-right:15px}
.mr20 {margin-right:20px}
.mr25 {margin-right:25px}

.mb5 {margin-bottom:5px}
.mb10 {margin-bottom:10px}
.mb15 {margin-bottom:15px}
.mb20 {margin-bottom:20px}
.mb25 {margin-bottom:25px}

.ml5 {margin-left:5px}
.ml10 {margin-left:10px}
.ml15 {margin-left:15px}
.ml20 {margin-left:20px}
.ml25 {margin-left:25px}


body {
  background:#fff url(bg.gif);
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  text-align:left;
  color:#333;
}
body.hub_front_door {padding-bottom: 1.5em;}

p { 
	font-size:1.3em;
	line-height:1.8em;
}



#custom-doc {
  background:#FFFFFF;
  width:950px;
  padding:0 15px;
  margin: 10px auto 10px auto;
}
.hub_front_door #custom-doc {padding-bottom: 15px}

#bd {
  position:relative;
  background: #fff url(d7d7d7_1.gif) 61em top repeat-y;
  margin-top:1em;
}

a.red_btn, 
input.red_btn {
  background:#d9050a; 
  color:#fff; 
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px; 
  padding:0px 3px;
  display:inline-block;
  cursor:pointer;
  text-transform:uppercase;
  text-decoration:none; 
  border-bottom:2px solid #670102; 
  border-left:2px solid #670102;
  border-top:1px solid #e45051;
  border-right:1px solid #e45051;
  width:auto;
  position:relative;
}
a.red_btn:hover, 
input.red_btn:hover {color:#ddd; text-decoration:none}



/* Logo and Header */

.hub_front_door .logo {
  margin:1.2em 0 1em 6.5em;
}

#left_hd_ad {
  float:left;
}

#right_hd_ad {
  float:right;
}

#right_hd_ad, 
#left_hd_ad {
  width:18.4em;
  height:9em;
  background:#ccc;
  margin-top:1.5em;
}
#hd_subpg {
	width:205px;
	float:left;
  margin-top: 1em;
}
#hd_subpg .logo {
	margin:10px 0; 
}
#hd #leaderboard {
float:right;
padding:10px 0 0 5px;
width:728px;
}
#hd #leaderboard .madison_ad div {
float:left;
clear:none;
width:728px;
}
#hd_subpg_ch .logo{
	margin-bottom:.6em;
}
#hd_subpg_ch img.tagline {
  margin:0 0 2em 1.8em;
}
#hd_subpg_ch #leaderboard {
	float:none;
	padding-bottom:1em;
	margin-bottom:1.4em;
  border-bottom:1px solid #ccc;
  text-align:center
}
#spec_coverage {
  position:relative;
  line-height:1.1em;
  height:1.8em;
}

#spec_coverage dl {
  background:#454545;
  height:2em;
}

#spec_coverage dt {
  position:absolute;
  background:#d4d4d4 url(ltgr-dkg.gif) no-repeat top right;
  height:1.8em;
  font-size:1em;
  color:#000;
  text-transform:uppercase;
  letter-spacing:-.1em;
  padding:0.5em 30px 0 .8em;
}

#spec_coverage dd {
  position:absolute;
  left:13em;
  color:#fff;
  height:1.6em;
  padding-top:0.3em;
  overflow:hidden;
  font-family:verdana, arial, sans-serif;
  font-size:10px;
  font-weight:bold;
}

#spec_coverage dd a {
  color:#fff;
  text-decoration:none;
  padding:0 1em;
}

#spec_coverage dd a:hover {
  color:#d4d4d4;
}

#rbx_netxp1_parent {
  padding: 2px 0;
}

/* TOP NAV */
#nav_tier1{
  background:#d4d4d4;
  position:relative;
  padding:.5em .3em 0;
  z-index: 999; /* setting index to 999 per sales */
}

#nav_tier1 ul#main_menu {
  position:relative;
  background: url(nav-bg00.gif) repeat-x; 
  padding: 0.5em 0 0 0 !important;
}
#nav_tier1 ul#main_menu li {
  display:block;
  padding:0;
  float:left;
  list-style:none;
  margin:0;
  z-index: 9999;
}
#nav_tier1 ul#main_menu li a {
  font: bold 1.4em Georgia,Times,serif;
  color:#c00;
  text-transform:uppercase;
  text-decoration:none;
  padding:.2em .5em .3em .5em;
  border-left: 1px solid #d4d4d4; 
  border-right: 1px solid #d4d4d4;
}

#nav_tier1 ul#main_menu li a.selected,
#nav_tier1 ul#main_menu li a.selected:hover {
  background:transparent url(nav-bg-h.gif) top left repeat-x;
  color:#FFFFFF;
}

.hub_front_door #nav_tier1 ul#main_menu li#main_menu_home .menu_link_text a,
.hub_boards #nav_tier1 ul#main_menu li#main_menu_boards .menu_link_text a,
.recipes #nav_tier1 ul#main_menu li#main_menu_recipes .menu_link_text a,
.regions #nav_tier1 ul#main_menu li#main_menu_places .menu_link_text a,
.stories #nav_tier1 ul#main_menu li#main_menu_stories .menu_link_text a,
.hub_videos #nav_tier1 ul#main_menu li#main_menu_videos .menu_link_text a,
.blog #nav_tier1 ul#main_menu li#main_menu_blog .menu_link_text a,
.profile #nav_tier1 ul#main_menu li#main_menu_profile .menu_link_text a,
.newsletters #nav_tier1 ul#main_menu li#main_menu_profile .menu_link_text a {
  background-image:url(nav-bg-h.gif);
  color:#FFFFFF;
  cursor:pointer;
}

#nav_tier1 ul#main_menu li a:hover {
  color:#FFFFFF;
  background:url(nav-bg-h.gif) repeat-x;
}
#nav_tier1 ul#main_menu li#main_menu_blank {
  position:relative;
  top:-0.3em;
  height:2.4em;
  width:1px;
  border-left:1px solid #d4d4d4;
}



.main_nav {position: relative}

#nav_tier1 ul#main_menu li#main_menu_home a {border-left: none}

#menu_profile li { 
clear:left;
}
#user_menu {
  position:absolute;
  top:0;
  right:0;
  background: url(dkgr-wht.gif) no-repeat #fff;
  width:240px;
  height:2.5em;
  text-align:right;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}

#user_menu p {
  padding-left:22px;
  font-size:1em;
}

#user_menu a {
  color:#c00;
  text-decoration:none;
}

#user_menu a:hover {
  color:#999;
}

#main_body {
  width:59em;
  float:left;
  padding-right:2em;
}

#fd_carousel_wrap {
  position:relative;
  left:-1em;
  top:-1em;
  width:61em;
  z-index:0;
}

/* SIDEBAR CONTENT */

#sidebar, .sidebar  {
  width:32em;
  float:right;
  height:auto;
  padding-left:20px;
}

.sidebar-heading {
	font-family:georgia,times,serif;
	font-weight:bold;
	font-size:1.5em;
	color:#333;
	text-align:center;
}

.sidebar .module_body .gumball {
	margin-bottom:1em;
}

/* SEARCH IN SIDEBAR */
#Search {
  position:relative;
  top:10px;
}

.searchbar {
  background:#e5e5e5;
  padding:0 1em 1em 0;
  width:31em;
  float:right;
  text-align:right;
}
#sidebar .searchbar,
.sidebar .searchbar {margin-top: -1em;}

.searchbar input.entry {
	font-size:1.2em;
	height:1.3em;
	width:215px;
	margin:10px 5px 0 10px;
	float:left;
}
#sidebar_autocomplete,
#side_autocomplete {width:215px; top:2.5em; position:absolute; left:0; text-align:left; margin:5px 0 0 10px; z-index:9999}

#topics_autocomplete {width:38.5em; top:1.7em; position:absolute; left:11.1em; text-align:left;z-index:9999} 

.sidebar input#searchbar_entry,
#sidebar input#searchbar_entry {
	background-color:#fff;
}
#feature_recipe .searchbar {
  background:#fff;
  padding:1em 0;
  width:28em;
  float:left;
} 
#feature_recipe .searchbar input.entry {
	float:left;
	width:16.5em;
	margin: .4em .5em 0 0;
  padding:1px 0;
}

/*search map*/
.searchmap-name, .searchmap-name a{
color:#333 !important;	
font-size:13px;
line-height:13px;
text-decoration:none;
font-family:georgia;
font-weight:bold;
margin-bottom:3px;
}
.searchmap-name a:hover {
	color:#666 !important;
}

#ad_box {
  padding: 15px 15px 15px 15px;
  margin:0 0 2px 0;
  z-index: 100;
  border: 1px solid #ccc;
}

.hub_front_door  #ad_box {
	margin:5.2em 0 2em 0;
}

#ad_box.empty {display:none}

#push_down_lb {z-index:1;}
#pushdownWrapper{padding-top:10px}
a#pushdownFeedbackImg {right:3px; top:10px}


/*overwrite parent styles */
#nav_tier1 ul#main_menu li .nav_tier2 a {
  color:#666;
  text-decoration:none;
  padding: .2em;
  display:block;
  background-image: none !important;
  height:auto;
  font: bold 10px Arial, Helvetica, sans-serif;
  border:none;
}

#nav_tier1 ul#main_menu li .nav_tier2 li a:hover,
#nav_tier1 ul#main_menu li .nav_tier2 dd a:hover {
  background-color:#cc0000;
  color:#fff;
  text-decoration:none
}

.about_boards li,
.about_boards p,
.about_boards ul {
  display:inline;
}

#nav_tier1 ul#main_menu li .nav_tier2 a.subnav_menu_button:hover {
	background:none;
}



/* FRONT DOOR */

.hub_front_door .post_info {
  display:none;
}

.hub_front_door a {
	color:#333;text-decoration:none;
	}
.hub_front_door a:hover {
	text-decoration:underline;
	}

#mid_column {
  float:right;
  width:29em;
}

#left_column {
  float:left;
  width:27.5em;
  border-right:1px solid #d7d7d7;
  padding-right:1em;
  margin:0 1em 1em 0;
}

#left_column h2.topic_header_underline, 
#recipes .topic_header_underline {
	margin-bottom:.5em;
}
.topic_header {
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  font-family:Georgia,Times,serif;
  margin-bottom:1em;
}

.topic_header a {
  color:#c00; /*red*/
  text-decoration:none;
}

h1.heading a:link, h1.heading a:visited,
.topic_header_underline a:link, .topic_header_underline a:visited {
		color:#c00 !important;
		margin:0;
}
.topic_header a:hover {
  text-decoration:underline;
}

.topic_header_underline a.see_all,
 	a.see_all {float:right; font: bold 9px Verdana, Arial, Helvetica, sans-serif; color: #333 !important}
.topic_header_underline a.see_all:hover,
 	a.see_all:hover {text-decoration: none; color:#999 !important; cursor:pointer}
.topic_header_underline a.see_all .arrow,
 	a.see_all .arrow{color:#c00; margin-right:2px}

h1.heading, .topic_header_underline {
	font-weight:bold;
	font-size:11px;
	color:#cc0000;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
  margin: 0 0 1.0em 0;
  padding-bottom:0;
  line-height:15px;
}
h1.heading .colon {position:relative; top:-2px;}

.topic_header_underline.large {
	color:#666; 
	font-size:2.2em; 
	text-align:center;
	border-bottom:5px solid #333;
  padding-bottom:8px;
}
.topic_header_underline.medium {color:#333; padding-bottom:3px; text-align:center; font-size:1.4em; border-bottom: 2px solid #333}

.topic_header_underline.black {color:#333; border-color:#333 !important; font-size:1.1em; margin: 0 0 3px 0}
.topic_header_underline.black.double {border-top:1px solid #333; margin:5px 0; padding-top:2px; font-family:Georgia, "Times New Roman", Times, serif}
.tags_topic .topic_header_underline.large {margin: 1em 0 5px 0}

.topic_header_underline.large.gray {font-size:20px; color:#333; border-bottom: 4px solid #666; padding-bottom:5px}
.topic_header_underline.x.large.gray {font-size:24px; text-align:left; padding-bottom:8px; text-transform:none}
.topic_header.yellow {font: bold 14px Arial, Helvetica, sans-serif; color:#333 !important; background-color:#fffaeb; text-transform:uppercase; border-top:1px solid #666; border-bottom: 1px solid #666; padding:3px 5px}

.topic_header {color:#c00;}

.underline_dashed {border-bottom:1px dashed #999; color:#666; padding:2px 0 5px 0}
.underline_dashed.last {border-bottom:none}

.img_sliver {display:block; height:9px; width:62px; overflow:hidden; margin:2px 0 0 5px}
.img_sliver.right {float: right}
.img_sliver img {margin-top:-48px; margin-left: -21px} /* center img. assumes img is 105px x 105px */

h1, h2, h3, h4 {font-family:georgia,times,serif; font-weight:normal; font-size:2.4em; text-align: left;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em; color:#333; margin-top:0;}

.description { 
	font-family:arial,helvetica,sans-serif; 
	font-size:1.1em; 
	line-height:1.4em;
	color:#999;
}
.description a {
	color:#999;
}

.topic a {
	color:#333;
}

.hub_front_door .fr {
  float:right;
  width:18em;
}

/* promo imgs are floated left, but should be flush with gumball edges,
   so this looks essentially like padding for the gumball stuff */
.gumball h4,
.gumball p {
  padding-right: .8em;
}
.module_body p {
	line-height: 14px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-style:oblique;
	padding-bottom: 5px;
}
#rotator h4,
.gumball h4 {font-size: 1.3em;
  padding: 5px 0px 0px 0px;}

#rotator h4 a,
.gumball h4 a {
  color:#333;
  font-weight:bold;
}
.firstpost h4 a {
	font-size: 1.3em; /* 17px */
}

p.blog {
  color:#666666;
  font-size:1.2em;
  margin: -.25em 0 .5em 0;
}

.gumball p.blog {margin:0}

p.blog a {color:#069;}

.topic {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.gumball .topic {color:#999}

.topic a {color: #666}
 
.topic.video a {
  padding-left: 17px; 
  background: url(video_ic.png) left center no-repeat;
}
.topic.gallery a {
  padding-left: 15px; 
}
#sidebar2 .topic.gallery a { 
}
#recipes .gumball .topic,
.featured_item .topic,
.gumball .topic {
  line-height:1em;
  font-size:1.2em;
}
/* These 6 styles space text next to the 105images down 10px*/
div.gumball105 {
	margin-top:10px;
}
div.gumball105 img {
	margin:0 5px 0 0;
}

.sidebar .module_body div.gumball105 {
	margin-top:20px;
}

#stories .story_list_entry.first.gumball105 img,
#stories .story_list_entry.first.gumball105 {
	margin-top:0; float:left;
}
#stories .story_list_entry.first {
	width:275px;
}
#stories .story_list_entry.gumball img {
	margin:4px 5px 0 0;
}
#stories .story_list_entry.gumball img.gallery_icon {
	margin-top:3px;
}
.sidebar .module_body div.gumball105 img {
	margin-top:-10px;
}
.hub_module div.gumball105 {
	margin-top:20px;
}

.gumball_thumb h4 {
  margin-bottom: .4em;
}

.gumball .description a {
  text-decoration: none;
}
.gumball img {
	float:left;
	margin:5px 5px 0 0;
}
.sp2 {margin:0; padding:0; position:absolute; top: -8px; right:0; width:170px}


.sidebar #stories {
	margin-top:2em;
}
.story_list_entry {
	margin-bottom:15px;
}
#stories .story_list_entry.first a img,
#fd_blog_list .firstpost img,
#columns .story_list_entry a img {
	width: 60px;
	height:60px;
}
#columns .story_list_entry img.video_icon {
	margin-top:3px;
}
#fd_blog_list {
	margin-bottom:2em;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#fd_blog_list .first img{
	width:64px;
	height:64px;
	padding-bottom:1em;
}
#fd_blog_list .topic {
	font-weight:normal;
  margin:.2em 0 0 0;
  text-transform:uppercase;
}
#fd_blog_list .time {
	font-size:1.4em;
	color:#666;
}
#fd_blog_list .topic a,
#fd_blog_list .blog a,
#fd_blog_list a.more {
	color:#666;
	font-weight:bold;
}
#fd_blog_list a.more {white-space:nowrap}

#fd_blog_list .topic a:hover,
#fd_blog_list .blog a:hover,
#fd_blog_list a:hover.more {
	color:#999;
}

#fd_blog_list .story_list_entry h4{
	font-size:1.3em;
}
#fd_blog_list .firstpost h4 a {
	font-size:13px;
}
#fd_blog_list .story_list_entry .blog {
	color:#999;
	line-height:1.3em;
  font-size:1em;
  text-transform:uppercase;
}
#fd_blog_list p.topic {
	font-size:10px;
}

/* * * LEADERBOARD AD PLUS SPONSOR LOGO * * */
#horizontal_ad #leader_board {padding: .33em; background-color: #fff; margin: 0 0 .75em 0 ;float: left;}
#horizontal_ad #sponsored_unit {padding: .33em; background-color: #fff; margin: 0 0 .75em 0 ;float: right;}
#horizontal_ad #leader_board.empty,
#horizontal_ad #sponsored_unit.empty {padding:0; margin:0;}



tr.digest_banner {
	display:none;
}
#boards_buffer tr.digest_banner {
	display:table-row;
}


/* BLOGS */
.post_item_title {
	margin:0;
	padding:0;
	font-size:1.8em;
	font-weight:bold;
	line-height:2.2em;
	margin:5px 0;
}
.post .description {
	margin-bottom:1em;
}
.post_item_title a{
	color:#333;
}

.post_title {
	padding:0;
	margin:0;
	width:60%;
}
.blog_logo { 
	padding:0 0 0 .75em; 
	text-transform:uppercase; 
	color:#666; 
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size:1.2em;
	height:2.2em;
}
.post_item_title {
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
}
.post .description img {
	float:right;
	margin-right:.8em;
}
#chow_pick_recent .description {
	float:left;
}
.post .description {
	font-size:1.3em;
	line-height:1.8em;
}
.post .more a{
	text-transform:uppercase; 
	color:#cc0000;
}

/* FOOTER */

#ft.ft_fd {
	background: #F4F4F7;
	padding:24em 20px 15px;
}

#ft #ft_nav p {
	text-align:right;
	font-size:.9em; 
	color: #666666;
	text-transform:uppercase;
	background: #F4F4F7;
}

#ft.subpage {border-top:2px solid #000; margin: 2em 0 1.5em 0; padding-bottom:15px}
#ft_body {margin-bottom:1.5em}
.footer_column {float:left; width:24%; margin-right:1.3%; font-size:1.1em; font-weight:bold;}
.footer_column.last {margin-right:0}
.footer_column a, .footer_column a:visited {color:#069 !important}
.footer_column .head {text-transform:uppercase; border-bottom:1px solid #000000}
.footer_column .head a, .footer_column .head a:visited {color: #333333 !important}
.footer_column a:hover, .footer_column .head a:hover {text-decoration:none; color:#999999 !important}
.footer_column .head a span {color:#c00;}
.footer_column li {border-bottom: 1px dashed #999999; padding:.4em 0; margin-left: -2px /*fixes dashed border overhang*/;}
.footer_column li.last {border-bottom:none}

#ft.subpage #ft_nav {
	background: #F4F4F7;
	padding:15px 20px;
} 

#ft #ft_nav a:link, #ft #ft_nav a:visited {
	color: #000033;
}
#ft #ft_nav p.corporate_links, 
#ft #ft_nav p.corporate_links a {
	color: #003333;
}
#ft #footer_form {
	float:left;
	margin-top:-15px;
	text-transform:uppercase
}
#ft #ft_nav form div {float: left}
#ft #ft_nav form label {display: block}

#cbsi_f label {margin-top:15px} 
	
.topics #ft.subpage {
	padding-bottom: 0;
  border: 1.5em solid #fff;
	border-top: none;
  margin: 2em -1.5em;
  background-color: #fff;
}

.topics #ft_body {
  border-top:2px solid #000000;
}

.topics #ft.subpage #cbsi_f {margin-bottom:0}



#old-posts {
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:1em 0;
	color:#000;
}
#old-posts p.heading{
	font-size:1.2em;
	font-family:georgia,times,serif;
	font-style:normal;
}
#old-posts .col1, 
#old-posts .col2 {
	width:22em; 
	margin-top:1em;
	float:left;
}
#old-posts .col2 {
	float:right;
}
#old-posts .tags {
	margin-bottom:1em;
}
#old-posts .tags a {
	text-decoration:underline;
	color:#666;
}
#old-posts ul {
	margin-bottom:1.25em;
	margin-left:2em;
}
#old-posts ul li.heading {
	list-style-type:none;
	font-size:1.2em;
	font-family:georgia, times, serif;margin-left:-1.5em;
	}
#old-posts ul li {
	margin-bottom:.25em;
	font-size:.9em;
	list-style-type:disc;
	color:#666;
}
#old-posts ul li a:link, 
#old-posts ul li a:visited {
	color:#006699;
	font-size:1.3em;
}
#old-posts ul li.heading a:link, 
#old-posts ul li.heading a:visited {
	color:#666;
	}
#old-posts ul li .more a {
	font-size:1em;
}

#more-posts {
	font-size:1.3em;
	line-height:1.8em;
	padding: .2em; 
	text-align: center;
	margin: 0 0 1em 0; 
	padding:1em;
	border:	1px solid #ccc;
}
#more-posts li {
	display: inline; padding: 0 5px;
}

/* tags index */
.tags_index .tag_group ul{
  width: 26em; 
  float: left; 
  margin:0 2.8em 2em 0; 
  color:#666;
}
.tags_index .tag_group ul {margin-top:2em}

.tags_index .tag_group a {
  font-size: 140%; 
  color:#000; 
  font-family:Georgia, "Times New Roman", Times, serif
}


/* Error pages/404 */
.error {font-family:georgia, times, serif;}
.error h3 {font-size:24px;font-weight:bold;}
.error a:link, .error a:visited {text-decoration:underline;} 
.error p {line-height:18px;}
.error form {margin:20px 0;font-size:13px;}
.error form input {padding:1px 0 1px 2px;}


/* -- tabby -- */
#tabby {margin-top: 1em; clear: both; background: #fff}
ul#tabby_list {border-bottom:5px solid #242424;}
ul#tabby_list li {
  float: left;
  width: 33%;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  background: #ccc;
  text-transform:uppercase;
  margin-right:.15em;
}
ul#tabby_list li.last {margin-right:0}

ul#tabby_list li a .first_line {
  display:block; 
  font-size:1.8em; 
  font-family:arial black, arial, helvetica, sans serif; 
  font-weight:normal; 
  letter-spacing: -2px;
}

ul#tabby_list a {
  text-align: center;
  width:100%;
  padding: .5em 0;
  display: block;
  outline: none;
  color: #666;
  line-height: .5em;
}

ul#tabby_list li a:hover {
color:#fff; 
text-decoration:none; 
background: #f90 url(tabby_bg.gif) left bottom repeat-x;
}

ul#tabby_list li.selected {
  background: #ca0202 url(tabby_bg.gif) left bottom repeat-x;
  margin-bottom:-5px;
  padding-bottom:5px;
}
ul#tabby_list li.selected a:hover {background:none; cursor: auto;}


.topics ul#tabby_list li a {border-top-color: #efeeee}

ul#tabby_list li.selected a {
  color: #fff;
  border-top: none;
}

ul#tabby_list li .tabby_corner { /* corner pieces are 50px apart vertically */
  width:8px;
  height:8px;
  position:absolute;
  background: url(tabby_co.gif) no-repeat;
  top:0;
  left:0;
  font-size:1px; /* IE6 fix */
}

ul#tabby_list li .tabby_corner.right {
  left:auto;
  right:0;
  background-position: 0 -50px;
}

ul#tabby_list li a:hover .tabby_corner.left {background-position: 0 -100px}
ul#tabby_list li a:hover .tabby_corner.right {background-position: 0 -150px}

ul#tabby_list li.selected .tabby_corner.left,
ul#tabby_list li.selected a:hover .tabby_corner.left {background-position: 0 -200px}

ul#tabby_list li.selected .tabby_corner.right,
ul#tabby_list li.selected a:hover .tabby_corner.right {background-position: 0 -250px}


.tabby_content {
  border: 5px solid #242424;
  border-top: none;
  clear: both;
  color: #666;
  display: none;
  font-weight:bold;
}
.tabby_content.active {display: block}

.tabby_content li.even {background-color: #ececec;}

.tabby_content li .inner {
  padding:8px 0;
  margin: 0 10px; 
  border-bottom: 1px dashed #b3b3b3;
}
.tabby_content li .inner.last {border-bottom:none}

a.tab_headline {
  color: #069;
  font: bold 1.4em/14px Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom:2px;
}

a.tab_by_line {
  color: #666;
  font-size: .9em;
}

a.tab_region {
  color: #c00 !important;
  font-size: .9em;
  text-transform: uppercase;
}

/* author bio */
p.author_bio_new {
border-top:1px dashed #ccc;
font-size:11px !important;
font-style:italic;
color:#666;
line-height: 15px;
padding-top: 1em;
height: 1%; /* IE fix */
}
p.author_bio_new a {color:#069}
p.author_bio_new a.red {color:#c00 !important}


/* sponsored links */ 
#sponsored_iframe {margin-top: 1.8em} 

/*
AUTO COMPLETE
http://yui.yahooapis.com/2.7.0/build/autocomplete/assets/skins/sam/autocomplete.css
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-skin-sam .yui-ac{position:relative;font-family:arial;font-size:100%;}.yui-skin-sam .yui-ac-input{position:absolute;width:100%;}.yui-skin-sam .yui-ac-container{position:absolute;top:1.6em;width:100%;}.yui-skin-sam .yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;}.yui-skin-sam .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;z-index:9049;}.yui-skin-sam .yui-ac iframe{;padding-right:.3em;padding-bottom:.3em;}.yui-skin-sam .yui-ac-content ul{margin:0;padding:0;width:100%;}.yui-skin-sam .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;}.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{background:#B3D4FF;}.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#426FD9;color:#FFF;}

/*Hacks to widen the home page by eliminating the padding in #custom-doc so it can accomodate a 970px pushdown ad*/
.hub_front_door #custom-doc {padding:0 5px 15px; width:970px;}
.hub_front_door #hd {padding: 0pt 10px;}
.hub_front_door #bd {background:#FFFFFF url(d7d7d7_1.gif) repeat-y scroll 62em top;}
.hub_front_door #main_body {padding-left:10px;}
.hub_front_door #sidebar {padding-right:10px}
.hub_front_door #bd #boards_buffer {padding-right:11px}
.hub_front_door #ft.ft_fd {margin: 0 10px;}
#push_down_lb {padding-bottom:10px; margin-left:-1px;}
#push_down_lb.empty {display:none;}



/*
Yui Yahoo
*/
#yui-navset {margin-top: 1em; clear: both; background: #FFFFFF;}
.yui-nav {border-bottom:5px solid #242424; display: inline-block; width: 100%;}
.yui-nav li {
  float: left;
  width: 33%;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  background: #ccc;
  text-transform:uppercase;
  margin-right:.15em;
}
.yui-nav li.last {margin-right:0}

.yui-nav li a .first_line {
  display:block; 
  font-size:1.8em; 
  font-family:arial black, arial, helvetica, sans serif; 
  font-weight:normal; 
  letter-spacing: -2px;
}

.yui-nav a {
  text-align: center;
  width:100%;
  padding: .5em 0;
  display: block;
  outline: none;
  color: #666;
  line-height: .5em;
}

.yui-nav li a:hover {
color:#fff; 
text-decoration:none; 
background: #f90 url(tabby_bg.gif) left bottom repeat-x;
}

.yui-nav li.selected {
  background: #ca0202 url(tabby_bg.gif) left bottom repeat-x;
  margin-bottom:-5px;
  padding-bottom:5px;
}
.yui-nav li.selected a:hover {background:none; cursor: auto;}


.topics .yui-nav li a {border-top-color: #efeeee}

.yui-nav li.selected a {
  color: #fff;
  border-top: none;
}

.yui-nav li .tabby_corner { /* corner pieces are 50px apart vertically */
  width:8px;
  height:8px;
  position:absolute;
  background: url(tabby_co.gif) no-repeat;
  top:0;
  left:0;
  font-size:1px; /* IE6 fix */
}

.yui-nav li .tabby_corner.right {
  left:auto;
  right:0;
  background-position: 0 -50px;
}

.yui-nav li a:hover .tabby_corner.left {background-position: 0 -100px}
.yui-nav li a:hover .tabby_corner.right {background-position: 0 -150px}

.yui-nav li.selected .tabby_corner.left,
.yui-nav li.selected a:hover .tabby_corner.left {background-position: 0 -200px}

.yui-nav li.selected .tabby_corner.right,
.yui-nav li.selected a:hover .tabby_corner.right {background-position: 0 -250px}

.yui_content {
  border: 5px solid #242424;
  border-top: none;
  clear: both;
  color: #666666;
  font-weight:bold;
}
.yui_content.active {display: block}

.yui_content li.even {background-color: #ececec;}

.yui_content li .inner {
  padding:8px 0;
  margin: 0 10px; 
  border-bottom: 1px dashed #b3b3b3;
}
.yui_content li .inner.last {border-bottom:none}

a.tab_headline {
  color: #069;
  font: bold 1.4em/14px Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom:2px;
}

a.tab_by_line {
  color: #666;
  font-size: .9em;
}

a.tab_region {
  color: #c00 !important;
  font-size: .9em;
  text-transform: uppercase;
}
.yui-hidden{border:0;height:0;width:0;padding:0;position:absolute;left:-999999px;overflow:hidden;visibility:hidden;}

/* BLOG */

#blog_bd{background:#FFF url(d7d7d7_2.gif) repeat-y scroll 610px top;margin-top:10px;}
#wp_content #wp_breadcrumbs {color:#C00;font-size:12px;font-weight:700;text-transform:uppercase;text-align:left;outline:none;margin:0 4px 0 0;padding:0;}
#wp_content #wp_breadcrumbs a{color:#C00;font-size:12px;font-weight:700;text-transform:uppercase;text-align:left;outline:none;margin:0 4px 0 0;padding:0;}
#wp_content #bread_blog{float:left;}
#bread_digest{float:left;}
.single h2{font-size:36px;line-height:36px;clear:both;padding-top:10px;}
#wp_content{clear:both;}
#wp_content h3{font-size: 15px;line-height: 18px;margin:5px 0 0; font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
#wp_content h3 a{color:#069;}
#wp_content h2 a{color:#069;}
#wp_content h1 a{color:#069;}
#wp_content .category_tag{font-size:12px;font-weight:700;color:#C00;text-transform:uppercase;}
#wp_content .category_tag a:hover{color:#C00;}
#wp_content .category_tag a{color:#333;font-size:10px;}
h2.pagetitle{text-align:center;font-size:24px;font-weight:700;clear:both;margin:2px 0 0;}
#under_title{border-bottom:1px solid #CCC;text-align:center;margin-bottom:20px;padding-bottom:3px;}
.entry p{font-size:14px;line-height:21px;margin:10px 0;}
.entry li {
	 font-size:14px;
}
a:link{color:#069;}
a:visited{color:#069;}
#wp_content a:hover{color:#999;}
#wp_content.narrowcolumn{float:left;width:590px;margin:0;padding:0 0 20px;}
#wp_content.widecolumn{float:left;width:590px;margin:0;padding:0 0 20px;}
#wp_content .post{padding-bottom:5px;margin-bottom:5px;}
.single #wp_content .post{border-bottom:none;margin-bottom:5px;padding-bottom:10px;}
#wp_content .single_navigation{border-bottom:1px dashed #999;border-top:1px dashed #999;font-size:12px;line-height:12px;padding:10px 0;}
#wp_content .single_navigation .alignleft{width:295px;border-right:1px solid #999;padding-right:10px;}
#wp_content .single_navigation .alignleft img{float:left;margin-right:10px;}
#wp_content .single_navigation .alignright{width:280px;text-align:right;}
#wp_content .single_navigation .alignright img{float:right;margin-left:10px;}
#wp_content p.postmetadata{font-size:11px;line-height:18px;padding-top:5px;margin:15px 0;}
#wp_content #blog_action_icons{border-top:1px solid #CCC;border-bottom:1px solid #CCC;margin-top:2px;color:#333;}
#wp_content #blog_action_icons a{color:#333;}
#wp_content #blog_action_icons a:visited{color:#333;}
#wp_content #blog_action_icons a:hover{color:#999;}
#wp_content #blog_action_icons #blog_print{width:30px;float:right;margin:4px 0;}
#wp_content #blog_action_icons div.ilsb-parent{width:29px;float:right;margin-top:3px;}
#wp_content #blog_action_icons .ilsb-share{background-image:none;}
#wp_content #blog_action_icons .ilsb{background-position:0 50%;background-repeat:no-repeat;line-height:13px;padding:0;}
#wp_content #blog_action_icons a.ilsb{color:#333;outline:none;}
#wp_content #blog_action_icons a:visited.ilsb{color:#333;outline:none;}
#wp_content #blog_action_icons a:hover.ilsb{color:#999;outline:none;}
#wp_content #blog_action_icons .ilsb-child .ilsb{background-position:0 50%;background-repeat:no-repeat;line-height:26px;margin-left:5px;padding:3px 22px 3px 25px;}
#wp_sidebar{width:320px;float:right;margin:0;}
#wp_sidebar .searchbar{margin:-10px 0 10px;}
#wp_sidebar .categories{text-align:center;margin-bottom:20px;color:#333;}
#wp_sidebar #archive_list{text-align:center;margin-bottom:20px;color:#333;}
#wp_sidebar #archive_list h2{margin-bottom:10px;font-size:14px;font-weight:700;border-bottom:1px solid #333;padding-bottom:0;line-height:18px;}
#wp_sidebar .categories h2{margin-top:15px;font-size:14px;font-weight:700;border-bottom:1px solid #333;padding-bottom:0;line-height:18px;}
#wp_sidebar .categories li{text-align:left;border-bottom:1px dashed #999;font-size:10px;padding:8px 0;}
#wp_sidebar .categories li ul{margin-top:8px;}
#wp_sidebar .categories li a{font-size:12px;}
#wp_sidebar p.topic a{color:#666;font-family:Georgia, "Times New Roman", Times, serif;font-size:10px;}
#wp_sidebar p.topic a:hover{text-decoration:underline;}
#wp_sidebar h4 a:hover{text-decoration:underline;}
#wp_sidebar h4 a:link{color:#333;}
#wp_sidebar .description a{color:#999;}
#wp_sidebar .description a:hover{color:#999;}
#wp_sidebar li.cat-item-238543{border-bottom:none;visibility:hidden;padding:0;}
#wp_sidebar li#moreLinkLi.cat-item-238543{visibility:visible;padding:10px 0;}
#wp_sidebar li.cat-item-238543 ul{display:none;}
#wp_sidebar li.cat-item-238543.show ul{display:block;}
#wp_sidebar a#moreCategories{background:#fff url(plus_min.gif) left 2px no-repeat;display:block;float:right;height:12px;margin-top:1px;width:87px;outline:none;padding-left:10px;}
#wp_sidebar a:hover#moreCategories{color:#999;}
#wp_sidebar li#moreLinkLi.cat-item-238543.show a#moreCategories{background-position:0 -10px;}
#ft.subpage{clear:both;}
.commentlist li .avatar{float:left;border:1px solid #eee;background:#fff;overflow:hidden;margin:-6px 4px 4px 0;padding:2px; margin-top:5px;}
.commentlist span{font-weight:700;font-style:normal;font-size:1.1em;}
.commentlist span a{font-weight:700;font-style:normal;font-size:1.1em;}
.commentlist .comment-author{display:inline;}
.commentlist .comment-meta{display:inline;}
.commentlist .post_info{margin-top:3px;border-top:1px dotted #666;padding:15px 0 6px;}
.commentlist li{list-style:none;font:11px Arial, Helvetica, sans-serif;margin:-10px 0 0;padding:0 5px 10px 10px;}
.depth-1{border:10px solid #ccc;}
#wp_content #comments{color:#C00;font-size:12px;font-family:Georgia, "Times New Roman", Times, serif;margin-bottom:15px;text-transform:uppercase;font-weight:700;}
#wp_content h3#reply{border-bottom:1px solid #CCC;color:#C00;font-size:12px;font-family:Georgia, "Times New Roman", Times, serif;margin-bottom:15px;text-transform:uppercase;font-weight:700;}
#wp_content #reply_block{width:400px;margin-left:86px;}
#wp_content #reply_block_container{background:#EEE none repeat scroll 0 0;border-top:1px solid #CCC;padding:5px 8px 12px;}
#commentform p{font-size:10px;}
#commentform{margin:5px 10px 0 0;}
#commentform input{font:11px Arial, Helvetica, sans-serif;width:150px;font-size:10px;margin:5px 5px 1px 0;padding:2px;}
#commentform textarea{font:11px Arial, Helvetica, sans-serif;}
.wp-pagenavi{float:right;}
.wp-pagenavi a{text-decoration:none;border:1px solid #777;color:#555;background-color:#FFF;margin:2px;padding:2px 4px;}
.wp-pagenavi a:link{text-decoration:none;border:1px solid #777;color:#555;background-color:#FFF;margin:2px;padding:2px 4px;}
.wp-pagenavi a:visited{text-decoration:none;border:1px solid #777;color:#555;background-color:#FFF;margin:2px;padding:2px 4px;}
.wp-pagenavi a:hover{border:1px solid #777;color:#333;background-color:#FFF4AA;}
.wp-pagenavi a:active{text-decoration:none;border:1px solid #777777;color:#555;background-color:#FFF;margin:2px;padding:2px 4px;}
.wp-pagenavi span.pages{color:#555;border:1px solid #777;background-color:#FFF;margin:2px;padding:2px 4px;}
.wp-pagenavi span.current{font-weight:700;border:1px solid #777;color:#555;background-color:#EEE;margin:2px;padding:2px 4px;}
.wp-pagenavi span.extend{border:1px solid #777;color:#555;background-color:#FFF;margin:2px;padding:2px 4px;}

/*
Payment Systems
*/

.alertpay {
	width: 60px;
	height: 21px;
	border: 0;
	display: block;
	float: left;
	background: #FFFFFF url(http://www.hyipobserver.com/images/AlertPay.gif) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
.solidtrustpay {
	width: 60px;
	height: 21px;
	border: 0;
	display: block;
	float: left;
	background: #FFFFFF url(http://www.hyipobserver.com/images/SolidTrustPay.gif) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
.libertyreserve {
	width: 60px;
	height: 21px;
	border: 0;
	display: block;
	float: left;
	background: #FFFFFF url(http://www.hyipobserver.com/images/LibertyReserve.gif) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
.perfectmoney {
	width: 60px;
	height: 21px;
	border: 0;
	display: block;
	float: left;
	background: #FFFFFF url(http://www.hyipobserver.com/images/PerfectMoney.gif) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
.globaldigitalpay {
	width: 60px;
	height: 21px;
	border: 0;
	display: block;
	float: left;
	background: #FFFFFF url(http://www.hyipobserver.com/images/GlobalDigitalPay.gif) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
.home_category_title {
	border: 1px solid #E8E8E8;
	color: #656565;
	background: #F8F8F8;
	padding-left: 5px;
	font-size:14px;
	letter-spacing: 2px;
}
