 @import url("reset.css");
 button::-moz-focus-inner {
 border: 0;
}
/*--------- BASIC STYLES & TYPOGRAPHY ---------*/

body {
	font: 13px/18px arial, sans-serif;
	color: #222;
	background-color:#ece9d9;
}
a {
	color: #ba3b25;
}
p {
	padding:0 0 10px;
	text-align:justify;
	margin:0;
}
#post-copy p {
	margin:0 !important;
}
p.align_right {
	margin:0;
	text-align:right;
	line-height:normal !important;
}
h1 {
	font-size:20px;
	line-height:21px;
	letter-spacing:-1px;
	color:#000;
	margin:15px 0 10px 0;
}
h2 {
	font-size:18px;
	line-height:19px;
	letter-spacing:-1px;
	color:#000;
}
h3 {
	font-size:16px;
	line-height:17px;
	letter-spacing:-0.04em;
	color:#000;
}
h4 {
	font-size:14px;
	color:#000;
	letter-spacing:-0.01em;
}
p.aside {
	font-size:11px;
	color:#555;
	max-height:18px;
	line-height:18px;
	overflow:hidden;
	padding:0 0 2px;
}
p.emphasis {
	background:url("arrow.png") no-repeat left 5px;
	padding-left:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:5px;
}
p.emphasis a {
	text-decoration:none;
}
p.emphasis a:hover {
	text-decoration:underline;
}
#quiet_moment_text p.emphasis {
	float:left;
	margin-right:12px;
}
/*--------- MAIN CONTAINERS ---------*/

#container {
	width:1014px;
	margin:0 auto;
}
#top_banner {
	width:728px;
	height:90px;
	margin:0 auto;
	padding:8px 0 5px 0;
}
#header {
	width:1014px;
	height:100px;
	background:url("header_bg.png") no-repeat center top;
}
#content {
	width:970px;
	background:url("container_bg.png") repeat-y center top;
	padding:15px 22px;
	float:left;
}
/*--------- MAIN NAVIGATION ---------*/

#header a.logo {
	display:block;
	width:193px;
	height:90px;
	text-indent:-3000px;
	margin:7px 0 0 7px;
	float:left;
}
#nav {
	float:right;
	margin:18px 22px 0 0;
}
#nav li {
	display:inline;
	margin-left:2px;
	float:left;
}
#nav li a {
	background:url("nav_bg.png") no-repeat center top;
	display:block;
	width:95px;
	height:35px;
	font-size:15px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
	text-decoration:none;
}
#nav li a:hover {
	background:url("nav_bg_hover.png") no-repeat center top;
}
#nav li:hover ul {
	display: block;
	margin-top:4px;
}
#nav li ul {
	display:none;
	position:absolute;
	z-index:1000;
	border-top:1px solid #990000;
	border-right:1px solid #660000;
	border-left:1px solid #660000;
}
#nav li ul li {
	display:block;
	float:none;
	margin:0;
}
#nav li ul li a {
	width:160px;
	height:auto;
	padding:0.65em 0.6em;
	background-image:none;
	background-color:#b60002;
	border-top:1px solid #f37373;
	border-bottom:1px solid #660000;
	color:#fff;
	font-size:0.92em;
	letter-spacing:normal;
	text-align:left;
	line-height:1.3em;
}
#nav li ul li a:hover {
	border-top:1px solid #f48989;
	background-image:none;
	background-color:#d72a2c;
	color:#fff;
}
#nav li a.selected {
	background:url("nav_bg_selected.png") no-repeat center top;
	color:#000;
}
/* overlays hover state on main nav */
.extender {
	position:absolute;
	z-index:1000;
	border:none !important;
	background:none;
	top:211px;
	margin-top:0 !important;
}
.extender li a {
	background:url("nav_bg_hover.png") no-repeat center top !important;
	display:block !important;
	width:95px !important;
	height:39px !important;
	font-size:15px !important;
	line-height:35px !important;
	text-align:center !important;
	font-weight:bold !important;
	color:#fff !important;
	letter-spacing:-1px !important;
	text-decoration:none !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
#search {
	float:right;
	height:26px;
	margin:30px 22px 0 0;
	display: inline;
}
#search button {
	background:url("search_btn.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-3000px;
	outline:none;
	border:none;
	margin:0 0 0 4px;
	cursor:pointer;
	vertical-align:middle;
}
#search form input {
	width:180px;
	padding:4px 1px 3px 1px;
	background:#ccc url("input_bg.png") repeat-x left top;
	font: 12px arial, sans-serif;
	color: #222;
	border:none;
}
#header #nav-sub {
	float: right;
	clear: right;
	height: 27px;
	margin-right: 23px;
	margin-top: 7px;
}
#header #nav-sub li {
	float: left;
	padding-left: 5px;
}
#header #nav-sub .link-subscribe {
	background: url("subscribe_btn.png") no-repeat left center;
	width: 183px;
	height: 27px;
	padding-left: 0;
}
#header #nav-sub li.link-facebook a {
	height: 27px;
	width: 24px;
	background: url("facebook-24.png") no-repeat center center;
	display: block;
	text-indent: -900em;
}
#header #nav-sub li.link-twitter a {
	height: 27px;
	width: 24px;
	background: url("twitter-24.png") no-repeat center center;
	display: block;
	text-indent: -900em;
}
#header #nav-sub .link-subscribe a {
	display: block;
	height: 27px;
	text-align: left;
	text-indent: -9000em;
}
/*--------- MAIN COLUMN ELEMENTS ---------*/
	
#main {
	width:655px;
	float:left;
}
#feature {
	width:655px;
	height:225px;
	float:left;
}
#small_features {
	width:655px;
	float:left;
}
#small_features li {
	display:inline;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:0 8px 0 0;
	float:left;
}
#small_features li.last {
	width:209px;
	margin:0;
}
#small_features li img {
	margin-bottom:10px;
}
#small_features li a {
	display:block;
	width:209px;
	font-weight:bold;
	color:#000;
	font-size:14px;
	line-height:20px;
	letter-spacing:-1px;
	text-decoration:none;
}
#small_features li a:hover {
	text-decoration:underline;
}
#quiet_moment_header {
	width:655px;
	height:10px;
	background:url("quiet_moment_bg_top.png") no-repeat center top;
	margin-top:15px;
	float:left;
}
#quiet_moment_body {
	width:623px;
	overflow:hidden;
	border-right:1px solid #ebe9e9;
	border-left:1px solid #ebe9e9;
	background-color:#f5f5f5;
	padding:5px 15px;
	float:left;
}
#quiet_moment_body h1, #quiet_moment_body h3 {
	margin:0 0 10px 0;
	font-weight:normal;
}
#quiet_moment_body h4 {
	color:#000000;
	font-size:16px;
	letter-spacing:-0.03em;
	line-height:18px;
}
#quiet_moment_body img {
	width:166px;
	height:166px;
	margin-right:10px;
	float:left;
}
#quiet_moment_text {
	width:447px;
	float:left;
}
#quiet_moment_text h3 {
	font-size:1.2em;
}
#quiet_moment_footer {
	width:655px;
	height:10px;
	background:url("quiet_moment_bg_bottom.png") no-repeat center top;
	float:left;
}
p.moment_copy {
	max-height:54px;
	overflow:hidden;
}
p.author {
	font-weight:bold;
	margin:0;
	max-height:18px;
	overflow:hidden;
}
#selector {
	width:320px;
	float:left;
	margin:25px 15px 0 0;
}
#selector button {
	width:128px;
	height:28px;
	background:url("sel_tab.png") no-repeat center top;
	outline:none;
	border:none;
	cursor:pointer;
	font: 13px/28px arial, sans-serif;
	letter-spacing:-0.03em;
	position:relative;
	top:2px;
}
#selector button.selected {
	background:url("sel_tab_selected.png") no-repeat center top;
	font-weight:bold;
}
#selector_header {
	width:320px;
	height:10px;
	background:url("selector_bg_top.png") no-repeat center top;
	float:left;
}
.selector_body {
	width:288px;
	overflow:hidden;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:0 15px;
	float:left;
}
.selector_body img {
	float:left;
	margin-right:8px;
}
.selector_body p.aside {
	margin-bottom:0;
}
.selector_body p.article_desc {
	font-size:0.95em;
	margin: 2px 0 12px 0;
}
.selector_body h4 {
	font-size:14px;
	letter-spacing:-0.01em;
	max-height:36px;
	overflow:hidden;
}
.selector_body h4 a {
	color:#000;
	text-decoration:none;
}
.selector_body h4 a:hover {
	text-decoration:underline;
}
.selector_body p.link {
	font-size:0.95em;
	margin:0;
	padding:0;
}
#most_popular div, #most_recent div {
	width:288px;
	float:left;
	margin-top:9px;
	padding-bottom:9px;
	border-bottom:1px solid #cdcaba;
	overflow:hidden;
}
#selector_footer {
	width:320px;
	height:10px;
	background:url("selector_bg_bottom.png") no-repeat center top;
	float:left;
}
#blogs {
	width:320px;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
#blogs h3 {
	font-weight:normal;
	margin:0 0 10px 0;
	float:left;
}
#blogs div {
	width:320px;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
}
#blogs h4 {
	font-size:14px;
	letter-spacing:-0.01em;
	max-height:36px;
	overflow:hidden;
}
#blogs h4 a {
	color:#000;
	text-decoration:none;
}
#blogs h4 a:hover {
	text-decoration:underline;
}
#blogs p.header_aside {
	font-size:11px;
	color:#555;
	margin-bottom:12px;
}
#blogs img {
	float:left;
	margin-right:8px;
}
#blogs p.aside {
	margin-bottom:0;
}
#blogs p.link {
	font-size:0.95em;
	margin: 2px 0 0 0;
}
/*--------- INNER PAGES ---------*/

#sidebar_left {
	width:180px;
	float:left;
}
#sidebar_left h3 {
	font-size:15px;
	line-height:27px;
	float:left;
}
#sidebar_left h3.sidebar_nav_h3 {
	float:none;
	width:160px;
	height:27px;
	background:url("sidebar_nav_header_bg.png") no-repeat top center;
	padding:0 10px;
}
#sidebar_nav {
	width:178px;
	margin-bottom:15px;
	border-left:1px solid #cdcaba;
	border-right:1px solid #cdcaba;
}
#sidebar_nav li a {
	display:block;
	width:158px;
	background-color:#ece9d9;
	text-decoration:none;
	padding:3px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #cdcaba;
	font-size:0.95em;
	color:#000;
}
#sidebar_nav li a:hover {
	background-color:#cdcaba;
}
#sidebar_nav li img {
	vertical-align:top;
	padding:3px 1px 0 0;
}
.sidebar_nav_header {
	width:160px;
	height:27px;
	background:url("sidebar_nav_header_bg.png") no-repeat center top;
	padding:0 10px;
	line-height:27px;
	color:#000;
}
.sidebar_nav_header img {
	float:left;
	margin:7px 5px 0 0;
}
.sidebar_nav_body {
	width:158px;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:10px 10px 5px 10px;
}
.sidebar_nav_body form {
	margin-top:10px;
}
.sidebar_nav_body form input {
	width:158px;
	padding:3px 1px 2px 1px;
	background:#fff url("input_bg-1.png") repeat-x left top;
	font: 12px arial, sans-serif;
	color: #222;
	border:none;
}
.sidebar_nav_body form button {
	background:url("btn_sign_up.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-3000px;
	outline:none;
	border:none;
	margin:10px 0 0 88px;
	cursor:pointer;
}
.sidebar_nav_body p {
	line-height:1.4em;
	margin:0;
}
#sidebar_left p.ad_bg {
	width:180px;
	height:19px;
	background:url("ad_bg.png") repeat-x left top;
	text-align:center;
	line-height:19px;
	margin:0 0 5px 0;
}
.sidebar_nav_footer {
	width:180px;
	height:10px;
	background:url("sidebar_nav_footer_bg.png") no-repeat center top;
	margin-bottom:15px;
}
#sub_sections {
	margin:20px 0 0 0;
	border-bottom:1px solid #CBCBCB;
}
#sub_sections li {
	padding:12px 0;
	border-top:1px solid #CBCBCB;
}
#sub_sections li span.title {
	display:block;
	margin:0 0 15px 230px;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}
#sub_sections li span.author {
	display:block;
	margin:0 0 15px 230px;
	font-size:0.95em;
	color:#444;
}
#sub_sections li span.desc {
	display:block;
	margin:0 0 15px 230px;
	color:#000;
}
#sub_sections li span.more {
	display:block;
	text-align:right;
	text-decoration:underline;
}
#sub_sections li a {
	display:block;
	height:100px;
	width:655px;
	text-decoration:none;
}
#copy {
	float:right;
	width:775px;
}
#copy h2 {
	margin:20px 0 10px;
}
#copy h4 {
	margin:20px 0 10px 0;
}
#copy div.section_nav {
	width:775px;
	margin:10px 0;
	float:left;
}
#copy div.section_nav p {
	float:left;
	margin-bottom:0;
}
#copy div.section_nav p select {
	border:1px solid #CBCBCB;
	font-size:11px;
	padding:1px;
}
#copy div.section_nav ul.pager {
	float:right;
	clear: none;
	border-top: none;
	padding: 0;
	margin: 0;
}
#copy div.section_nav ul.pager li {
	display:inline;
}
#copy div.section_nav ul.pager li a {
	display:block;
	padding:0 5px;
	background-color:#eee;
	border:1px solid #cbcbcb;
	margin-left:4px;
	float:left;
	text-decoration:none;
	outline:none;
	color:#333;
}
#copy div.section_nav ul.pager li a:hover, #copy div.section_nav ul.pager li a.selected:hover {
	background-color:#666;
	color:#fff;
}
#copy div.section_nav ul.pager li a.selected {
	background-color:#cbcbcb;
	border:1px solid #999;
}
#copy ul.article_list {
	border-bottom:1px solid #CBCBCB;
	float:left;
}
#copy ul.article_list li {
	width:775px;
	padding:12px 0;
	border-top:1px solid #CBCBCB;
	float:left;
}
#copy ul.article_list li p.thumbnail {
	float:left;
	margin:0;
}
#copy ul.article_list li p.title {
	margin:0 0 0 230px;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-0.05em;
}
#copy ul.article_list li p.title a {
	color:#000;
	text-decoration:none;
}
#copy ul.article_list li p.title a:hover {
	text-decoration:underline;
}
#copy ul.article_list li p.author {
	margin:0 0 15px 230px;
	font-size:0.95em;
	color:#444;
}
#copy ul.article_list li p.summary {
	margin:10px 0 10px 230px;
}
#copy ul.article_list li p.watch {
	margin:10px 0 10px 230px;
}
#copy #player {
	width:480px;
	float:left;
	margin-right:15px;
}
#copy #file_desc {
	width:280px;
	float:left;
}
#copy p.pdf_link {
	background:transparent url(icon-pdf.png) no-repeat scroll left 3px;
	padding:5px 25px;
}
#copy #post-copy ul li {
	margin:0 0 0 15px;
	list-style:disc;
	list-style-position:outside;
}
#copy #post-copy ol li {
	margin:0 0 0 15px;
	list-style:decimal;
	list-style-position:outside;
}
#author-info {
	width:753px;
	margin-top:25px;
	border:1px solid #ebe9e9;
	background-color:#f5f5f5;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
}
#author-info p {
	padding-left:85px;
	margin-bottom:5px;
	font-size:0.95em;
	font-style:italic;
}
#author-info p.author-name {
	font-weight:bold;
	font-style:normal;
}
#author-info p.author-image {
	float:left;
	width:75px;
	height:75px;
	overflow:hidden;
	padding-left:0 !important;
	margin:0;
}
#author-info p.bio {
	font-size:0.9em;
}
#author-info p.author-find {
	font-weight:bold;
}
#author-info #social_media {
	margin-left:85px;
}
#author-info #social_media li {
	display:inline;
	border:none;
	padding:0;
	float:left;
}
#author-info #social_media li a {
	display:block;
	font-size:0.82em;
	text-decoration:none;
	color:#666;
}
#author-info #social_media li.email a {
	background:url("email_icon.png") no-repeat left 2px;
	padding:0 5px 0 20px;
}
#author-info #social_media li.facebook a {
	background:url("facebook.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.twitter a {
	background:url("twitter.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.wordpress a {
	background:url("wordpress.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.blogger a {
	background:url("blogger.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.my_space a {
	background:url("myspace.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.flickr a {
	background:url("flickr.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.linked_in a {
	background:url("linkedin.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li.youtube a {
	background:url("youtube.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
#author-info #social_media li a:hover {
	text-decoration:underline;
}
#leave_comment {
	float:left;
}
img.left_image {
	float:left;
	margin:0 15px 5px 0;
}
img.right_image {
	float:right;
	margin:0 0 5px 15px;
}
div #slideshow {
	float:right;
	margin:0 0 10px 20px;
	width:422px;
	height:345px;
}
div #photo {
	float:right;
	margin:0 0 10px 20px;
	width:422px;
}
div #slideshow div, div #photo div {
	padding:9px;
	border:1px solid #ebe9e9;
	background-color:#f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div #slideshow div img {
	border:1px solid #ebe9e9;
}
div #slideshow span.caption, div #photo span.caption {
	display: block;
	font-weight: bold;
	text-align:center;
	background-color:#f5f5f5;
	padding:10px 10px 0;
	width:380px;
	overflow-x:hidden;
}
p.nav_hierarchy {
	font-size:0.87em;
}
#share_options {
	width:775px;
	padding-bottom:5px;
	border-bottom:1px solid #CBCBCB;
	margin-bottom:15px;
	float:left;
}
#share_options li {
	display:inline;
	float:left;
}
#share_options li a {
	display:block;
	float:left;
	font-size:0.82em;
	text-decoration:none;
	color:#666;
}
#share_options li.add_this {
	padding:0 8px 0 0;
}
#share_options li.rss a {
	background:url("rss_icon-1.png") no-repeat 10px 2px;
	padding:0 10px 0 26px;
	border-left:1px solid #CBCBCB;
}
#share_options li.email a {
	background:url("email_icon.png") no-repeat 10px 2px;
	padding:0 10px 0 30px;
	border-left:1px solid #CBCBCB;
}
#share_options li.add_comment a {
	background:url("comment_icon.png") no-repeat 10px 2px;
	padding:0 10px 0 28px;
	border-left:1px solid #CBCBCB;
}
#share_options li.read_comments a {
	background:url("read_comment_icon.png") no-repeat 10px 2px;
	padding:0 0 0 28px;
	border-left:1px solid #CBCBCB;
}
#share_options li a:hover {
	text-decoration:underline;
}
#share_options li.add_this a {
	margin-right:2px;
	text-decoration:none;
}
#share_options li.add_this a:hover {
	text-decoration:none;
}
/*for addthis share icon*/
span.at300bs.at15t_compact {
	background:url("add_this_icon.png") no-repeat left 1px;
}
span.at300bs {
	display:inline-block;
	vertical-align:top;
}
p.subline {
	font-size:1.1em;
	margin:10px 0 15px 0;
}
#copy p.author {
	font-size:1.1em;
	margin:10px 0;
}
#copy p.aside {
	margin:20px 0 10px 0;
	color:#333;
}
p.h_rule {
	margin:20px 0 10px 0;
	border-bottom:1px solid #CBCBCB;
}
p.error {
	padding:10px;
	background-color:#fed8d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#comments {
	margin:15px 0 20px 0;
	border-top:1px solid #cbcbcb;
	padding-top:10px;
	float:left;
}
#comments h3 {
	margin-bottom:20px;
}
#comments li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cbcbcb;
}
#comments span.user {
	font-weight:bold;
	padding-right:5px;
}
#comments span.date, #comments p.comment-meta {
	font-size:0.9em;
	color:#666;
}
#comments p {
	margin:5px 0 0 0;
}
#leave_comment ul {
	margin-top:20px;
}
#leave_comment ul li label {
	width:170px;
	text-align:right;
	margin-right:8px;
	float:left;
	vertical-align:middle;
}
#leave_comment ul li {
	margin-bottom:0.8em;
}
#leave_comment ul li input {
	width:200px;
}
#leave_comment ul li input, #leave_comment ul li select, #leave_comment ul li textarea {
	font-size:12px;
	padding:3px 2px;
	background-color:#fff;
	border:1px solid #bbb;
	font-family:"lucida sans unicode", "lucida grande", verdana, sans-serif;
}
#leave_comment ul li textarea {
	width:450px;
	height:80px;
}
#leave_comment ul li button {
	background:url("btn_submit.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-3000px;
	outline:none;
	border:none;
	cursor:pointer;
	margin-left:175px;
}
#poll_results {
	margin-top:15px;
}
#poll_results li {
	width:775px;
	margin-bottom:15px;
	float:left;
}
#poll_results .question {
	float:left;
	padding:4px 0 0 7px;
}
#poll_results .graph {
	padding: 0.75em 0 0.75em 0.75em;
}
#poll_results .graph div {
	width: 180px;
	line-height: 1.75em;
	background: url("graph_bg.gif") no-repeat;
	text-align: center;
	border: 1px solid #ddd;
	font-weight:bold;
	float:left;
}
/*--------- SIDEBAR ELEMENTS ---------*/

#sidebar {
	width:300px;
	float:right;
}
.sidebar_header {
	width:280px;
	height:27px;
	background:url("sidebar_header_bg.png") no-repeat center top;
	padding:0 10px;
	line-height:27px;
	color:#000;
}
.sidebar_header img {
	vertical-align:top;
	margin:7px 5px 0 0;
}
.sidebar_body {
	width:278px;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:10px 10px 5px 10px;
}
.sidebar_body p {
	line-height:1.4em;
	margin:0;
}
.sidebar_body form {
	margin-top:0px;
}
.sidebar_body form input {
	width:199px;
	padding:4px 1px 3px 1px;
	background:#fff url("input_bg-1.png") repeat-x left top;
	font: 12px arial, sans-serif;
	color: #222;
	border:none;
}
.sidebar_body form button {
	background:url("btn_sign_up.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-3000px;
	outline:none;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}
.sidebar_footer {
	width:300px;
	height:10px;
	background:url("sidebar_footer_bg.png") no-repeat center top;
	padding:0 0 10px;
}
p.ad_bg {
	width:300px;
	height:19px;
	background:url("ad_bg.png") repeat-x left top;
	text-align:center;
	line-height:19px;
	margin:0;
}
span.ad_txt {
	background-color:#fff;
	padding:0 5px;
	color:#cbcbcb;
	font-size:11px;
}
button.latest_video {
	background:url("btn_latest_video.png") no-repeat center top;
	width:300px;
	height:89px;
	margin:15px 0;
	text-indent:-3000px;
	outline:none;
	border:none;
	cursor:pointer;
}
.sidebar_header img.survey {
	margin:5px 5px 0 0;
}
.sidebar_body form button.btn_submit {
	background:url("btn_submit.png") no-repeat center top;
}
#survey_body {
}
#survey {
	float:left;
	margin-bottom:5px;
	overflow:hidden;
}
#survey li {
	float:left;
	margin:0 0 4px 5px;
}
#survey input.radio {
	width:auto;
	border:0;
	background:none;
	float:left;
}
#survey label {
	margin:0 0 0 5px;
	width:245px;
	float:left;
	line-height:1.5em;
}
#large_rectangle {
	width:300px;
	height:250px;
	padding:0 0 10px;
}
#small_rectangle {
	width:300px;
	height:100px;
	margin-bottom:15px;
}
#rectangle {
	width:180px;
	height:150px;
	margin-bottom:20px;
}
#wide_skyscraper {
	width:160px;
	height:600px;
	margin:0 10px 20px 10px;
}
img.cover_pic {
	margin-left:10px;
	float:lefpxt;
}
#subscribe_body {
	overflow:hidden;
	padding:15px 10px 0 10px;
}
#subscribe {
	width:106px;
	float:right;
	margin:5px 12px 0 0;
}
#subscribe li a {
	display:block;
	background:url("btn_big_button.png") no-repeat center top;
	width:96px;
	height:35px;
	color:#000;
	text-align:center;
	font-size:15px;
	letter-spacing:-0.02em;
	line-height:1.1em;
	font-weight:bold;
	text-decoration:none;
	padding:10px 5px;
	margin-bottom:5px;
}
#subscribe_body #cover_thumb {
	float:left;
	font-size:11px;
	width:133px;
}
#subscribe_body #cover_thumb p {
	width:123px;
	margin-left:10px;
	text-align:center;
	font-weight: bold;
}
#feedburner {
	position:absolute;
}
/*--------- FOOTER ---------*/

#footer {
	width:970px;
	padding:0 22px;
	float:left;
	background:url("footer_bg.png") no-repeat center top;
	color:#7c7b75;
	font-size:12px;
}
#footer a {
	color:#7c7b75;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#logo {
	width:165px;
	border-right:1px solid #cdcaba;
	padding:0 15px 0 0;
	margin:20px 15px 0 0;
	float:left;
}
#nav_footer {
	width:758px;
	margin:20px 0 0 0;
	float:left;
}
.bayard_logo {
	float:left;
}
.bayard_blurb {
	width:105px;
	line-height:16px;
	margin:15px 0 0 8px;
	float:left;
}
p.links {
	color:#cdcaba;
	margin-bottom:8px;
}
p.links strong {
	color:#7c7b75;
}
p.links img {
	vertical-align:top;
	padding:3px 0 0 0;
}
p.mission {
	line-height:1.7em;
}
span.divider {
	color:#cdcaba;
}
#network {
	width:120px;
	height:40px;
	line-height:40px;
	border-right:1px solid #cdcaba;
	padding:0 15px 0 0;
	margin:20px 20px 0 0;
	float:left;
	clear:left;
}
#sites {
	width:812px;
	margin:20px 0 0 0;
	float:left;
}
#sites img {
	vertical-align:middle;
	margin-right:13px;
}
#copyright {
	width:970px;
	float:left;
	text-align:center;
	margin:25px 0 20px 0;
	font-size:11px;
}
#copyright a {
	font-weight:bold;
	text-decoration:none !important;
}
#copyright a:hover {
	text-decoration: underline !important;
}
a.swfclick {
	display: block;
	position: absolute;
	background: transparent url("blank.gif") top left;
	cursor: pointer;
	z-index: 1000;
}
ul.pager {
	text-align: center;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0.66em 0;
	margin: 0 40px;
}
ul.pager li {
	display: inline;
}
ul.pager li a {
	display:block;
	padding:0 5px;
	background-color:#eee;
	border:1px solid #cbcbcb;
	margin-left:4px;
	float:left;
	text-decoration:none;
	outline:none;
	color:#333;
}
ul.pager li a:hover, ul.pager li a.selected:hover {
	background-color:#666;
	color:#fff;
}
ul.pager li a.selected {
	background-color:#cbcbcb;
	border:1px solid #999;
}
#small_features.bonus img {
	padding: 0 19px;
	margin:0;
}
#small_features.bonus p {
	padding:0 0 2px;
	text-align:center;
}
#picks .issue {
	float:left;
	overflow:hidden;
	padding: 0;
	text-align:left;
	width:170px;
}
#picks .navi {
	width:278px;
}
#picks .issue ul li {
	color:#BA3B25;
	font-size:13px;
	font-weight:normal;
	padding:5px 0;
}
#picks .navi ul li {
	background:url("navi.gif") no-repeat scroll 0px 5px transparent;
	border-bottom:1px solid #CCCCCC;
	padding-left:20px;
	width:258px;
}
#picks .navi ul li a{
	text-decoration:none;
}
#picks .navi ul {
	height:auto;
}

