/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear {
	clear:both;
}

/* main theme styles */
html, body, div, span, p, blockquote,
a, abbr, acronym, address, cite, del, dfn, em, font, ins, kbd, q, s, samp,
h1, h2, h3, h4, h5, h6, big, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Helvetica, Arial, sans-serif;
}
body{
	font-size:14px;
	line-height:1.36;
	color:#333;
	text-align:center;
	background-color:#555;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#cc0000;
}
.wp-caption-text {
	font-size:12px;
	line-height:16px;
}
#wrapper {
	width:1024px;
	padding:0 8px;
	margin:0 auto;
	text-align:left;
	background:#fff url('../images/bg_main.png?v=1') repeat-y 0px 0px;
}
#header{
	width:750px;
	height:159px;
	overflow:hidden;
	float:left;
	padding:0 24px 19px 0;
	background:#fff url('../images/header-border.png?v=1') no-repeat left 159px;
	position:relative;
}
#header h1{
	margin:0;
	padding:0;
	float:left;
}
#header h1 a{
	width:400px;
	height:159px;
	display:block;
	padding:15px 20px 20px 20px;
}
#header .bubble_donate {
	float:right;
	margin:16px 0 0 0;
	padding:20px 20px 30px 25px;
	width:194px;
	height:77px;
	background:url('../images/bg_bubble_rebuilt_c22.png') no-repeat left top;
	color:#fff;
}
#header .bubble_donate h2{
	font-size:23px;
	text-transform:uppercase;
}
#header .bubble_donate p{
	font-size:13px;
	line-height:1.33;
}
.bubble_donate a{
	color:#fff;
	text-decoration:none;
}
.bubble_donate a:hover{
	color:#ddd;
}
#mainnav {
	width:250px;
	float:right;
	color:#fff;
}
#mainnav .inner {
	background: url('../images/bg_mainnav.png?v=1') no-repeat right top;
	width:242px;
	padding:0 0 20px 8px;
	min-height:796px;
    position: relative;
}
#mainnav .buttons {
	float:left;
	width:237px;
	padding:0 5px 16px 0;
	color:#ccc;
}
#mainnav .buttons li{
	float:left;
}
#mainnav a{
	text-decoration:none;
}
#mainnav a:hover{
	text-decoration:underline;
}

#signupform {
    padding: 10px 4px; 
    margin: 0 0 40px; 
    left: 8px;
    right: 0;
    position: absolute;
    z-index: 51;
		font-size: 16px; /* our own little internal reset */
    }

.js #signupform { display: none } /* so we can fade in - avoid FOUC */

#signupform, #fullpagesignup form {
	background: #c22;
}

form.email {
    color: #fff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
}

form.email h2 {
    padding: 4px 8px;
    font-size: 1.125em; /* 16->18px */
    line-height: 1.167;
    color: #eee;
    text-transform: uppercase;
    font-family: 'Avenir Heavy',Helvetica,Arial,sans-serif;
    font-weight: 800;
    }

.modal form.email h2 {
	padding: 12px 0;
}

form.email fieldset {
    padding: .308em .308em 8px;
    margin: 0 -.308em;
    border-top: 6px solid #c22; /* fake margin */
    border-bottom: 6px solid #c22; /* fake margin */
    clear: left;
    background: #981919;
}

form.email label {
    font-size: .8125em; /* 16->13px */
}

form.email fieldset h3 {
    color: #ccc;
    font-size: .6875em; /* 16->11px */
    text-transform: uppercase;
    font-weight: bold;
}

form.email label {
    float: left;
    margin: .2em 0 0 .4em;
}

form.email fieldset p {
    clear: both !important;
    padding-top: .4em;
    font-size: 1em;
}

form.email .searchfield {
    margin: 0;
}

#signupform .close {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 29px;
    height: 29px;
    display: block;
    text-indent: -5000px;
    background: url('../images/button-close.png') no-repeat 0 0;
}

#fullpagesignup .close {
    position: absolute;
    bottom: -30px;
    left: -22px;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -5000px;
    background: url('../images/button-close-big.png') no-repeat 0 0;
}

#signupform .close:hover, #fullpagesignup .close:hover {
    background-position: right 0;
}

form.email .searchsubmit {
    background: #300;
    float: right;
    margin-right: 2px;
    font-size: .8125em;
}

form.email .note {
    font-size: .8125em; /* 16->13px */
    padding: 4px 8px 0;
    color: #eee;
    line-height: 1.308;
    clear: both;
}

.modal form.email .note {
	font-size: .714em; /* 21->15px */
	padding: 1em 6em 0 0;
}

form.email .error {
    clear: both;
    margin: 8px -4px;
    background: #fff;
    color: #c00;
    padding: 12px;
}

form.email .error li {
    margin-left: 1em;
}

.signup_overlay {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/black75.png');
    background: rgba(0,0,0,0.75);
}

.placeholder {
    color: #aaa; /* JS-generated content match browser defaults */
}

/* =modal/full page form
-------------------------------------------------------------- */

#fullpagesignup {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 18px;
}

.no-js #fullpagesignup {
	display: none;
}

#fullpagesignup .inner {
	font-size: 1.125em;
	z-index: 200;
	min-height: 18em;
	position: relative;
	background: #e7e7e7;
	border-bottom: 11px solid #000;
	box-shadow: 0 0 0 18px rgba(255,255,255,0.1);
}

#fullpagesignup .signup_overlay {
	z-index: -1;
}

.headline h1, .headline h2 {
	font-size: 1em;
	line-height: 1.0625;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.headline h1 {
	color: #fff;
	background: #444;
	text-transform: uppercase;
}

.headline h2 {
	color: #c22;
	padding: .5em 10%;
}

.headline h1, #fullpagesignup form, .modal .continue a {
	padding: 1em 10% .5em;
}

.modal .continue a {
	display: block;
	font-size: .66em;
}

.modal form.email .searchsubmit {
	height: auto;
	margin-right: -1px;
	width: 6em;
	padding: .15em .8em;
}

.modal form.email .branding {
	position: absolute; 
	bottom: 0; 
	right: 1em;
	margin: 0;
}

.modal .branding img {
	display: block;
	width: 4.8em; 
}

@media(min-width: 42em) {
	#fullpagesignup .inner {
		font-size: 1.5em;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.headline h1, .headline h2 {
		font-size: 1.25em;
	}
}

@media(min-width: 56em) and (min-height: 30em) {
	#fullpagesignup {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#fullpagesignup .inner {
		position: absolute;
		top: 0;
		left: 1.5em;
		right: 1.5em;
		bottom: 3em;
		margin: auto;
		height: 18em;
	}
	.headline h1, .headline h2 {
		font-size: 1.5em;
	}
}
/*
@media(min-width: 56em) and (min-height: 35em) { #fullpagesignup .inner { margin-top: 3em } }
@media(min-width: 56em) and (min-height: 40em) { #fullpagesignup .inner { margin-top: 8em } }
*/
@media(min-width: 56em) {
	#fullpagesignup .inner {
		font-size: 1.5em;
		padding-right: 16em;
	}
	
	#fullpagesignup form.email {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 14.25em;
		padding: 2.5em 1em 0 .75em;
	}

	#fullpagesignup form.email fieldset {
		margin-right: -1em;
	}
	
	.headline {
		padding-bottom: 2.5em;
	}
	
	.headline .arrow {
		position: absolute;
		top: 0;
		left: 0;
		right: 16em;
		bottom: 0;
		margin-right: -2px;
		border-right: 2px solid #c22;
		background: url('../images/arrow-big-red-knockout.png') no-repeat right 50%;
	}
	
	.modal .continue {
		position: absolute;
		bottom: 1em;
		left: 0;
		right: 16em;
	}
}

.banner-top {
	color: #ccc;
	background: #333;
	font-size: 1.5em;
	padding: 1em;
	position: relative;
	z-index: 44;
}

.banner-top .close {
	text-decoration: none;
	color: #c22;
	font-weight: normal;
	float: right;
}

.banner-top .close:hover {
	color: #fff;
}

#mainnav .buttons a, a.button, .searchsubmit {
	display:block;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	margin:0 0 0 5px;
	padding:5px;
	min-width:64px;
	height:13px;
	background-color:#c00;
	color:#ccc;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family:"Avenir Black",Helvetica,Arial,sans-serif;
	font-weight:900;
}

.searchsubmit{
	height:23px;
	line-height:23px;
	min-width:74px;
	padding:0;
}

a.searchsubmit{
	line-height:13px;
	height:13px;
	padding:5px;
	min-width:64px;
}
#mainnav .buttons a:hover, a.button:hover, .searchsubmit:hover{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#mainnav .search{
	padding: 150px 3px 0 5px;
}
.searchform label {
	display:none;
}
.searchfield {
	width:143px;
	height: 1.3em;
	background-color:#fff;
	padding:5px;
	margin:0;
	border:none;
	font-size: .769em; /* 13->10px */
	line-height: 1.3;
	float:left;
}

#primary_nav {
	clear:left;
	color:#fff;
	font-size:13px;
	line-height:24px;
	text-transform:uppercase;
	padding:18px 10px 60px 20px;
	width:212px;
}
#primary_nav a{
	color:#fff;
}
#primary_nav li ul {
	display:none;
	padding:0 0 0 1em;
	font-size:12px;
	line-height:18px;
}
#primary_nav li.current_page_item ul, #primary_nav li.current-page-ancestor ul{
	display:block;
}
#primary_nav li ul a {
	text-transform:none;
}
#primary_nav li ul li {
	text-indent:-0.9em;
	margin:0 0 0 1.75em;
}
#primary_nav li ul li.current_page_item,
#primary_nav li ul li.current_page_ancestor{
	margin-left:0.9em;
}
#primary_nav li ul li.current_page_item:before,
#primary_nav li ul li.current_page_ancestor:before{
	content:'> ';
}
#social_links{
	font-size:12px;
	line-height:18px;
	color:#ccc;
	padding:0 10px 30px 20px;
	float:left;
	width:212px;
}
#social_links ul{
	float:left;
	text-transform:lowercase;
}
#social_links li{
	float:left;
}
#social_links a{
	color:#ccc;
}
#social_links .link_facebook a, #social_links .link_twitter a {
	width:74px;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url('../images/social.png') no-repeat 0px 0px;
	margin:0 7px 0 0;
}
#social_links .link_twitter a {
	background-position:-88px 0px;
	margin:0 0 0 7px;
}
#social_links .link_twitter {
	border-left:1px solid #ddd;
}
#second_nav {
	clear:left;
	margin:0 22px 0 12px;
	padding:8px 6px 0 6px;
	border-top:1px solid #CC0000;
	border-left:1px solid #CC0000;
	color:#ccc;
	font-size:12px;
	line-height:21px;
}
#second_nav a{
	color:#ccc;
}
#nav_phone {
	padding:0 10px 22px 20px;
	font-size:12px;
	line-height:16px;
	color:#ccc;
}
#nav_phone span{
	display:block;
	font-size:18px;
	line-height:18px;
}
#nav_address{
	color:#999;
	font-size:12px;
	line-height:14px;
	padding:30px 0 0 0;
}
#nav_contact{
	color:#999;
	padding:14px 10px 0 20px;
	font-size:12px;
	line-height:14px;
}
#nav_contact a, #hosting a{
	color:#999;
}
#copyright, #hosting{
	color:#999;
	font-size:10px;
	line-height:14px;
	padding:14px 30px 1em 17px;
}
#copyright p{
	margin:0;
}

#main{
	width:757px;
	padding:0 17px 20px 0;
	float:left;
}
#container {
	width:515px;
	padding:0 0 33px 0;
	float:right;
}
#primary {
	width:242px;
	float:left;
}
#section-title-wrap{
	background-color:#fff;
	padding:0 0 1px 0;
}
#section-title {
	width:129px;
	margin:0 42px 18px 0;
	padding:12px 55px 12px 16px;
	background-color:#CC0000;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	-webkit-box-shadow:2px 2px 4px #999;
	-moz-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}
#section-title h2{
	font-size:18px;
	line-height:20px;
	color:#fff;
}
#section-title a {
	color:#fff;
	text-decoration:none;
}
.sidebar-widgets{
	padding:0 32px 0 14px;
	background:url('../images/bg_sidebar.png?v=1') repeat-y 0px 0px;
	font-size:14px;
	line-height:24px;
	color:#333;
}
.sidebar-widgets .widget-container {
	margin:0 0 26px 0;
}
.sidebar-widgets h3.widget-title{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}
.sidebar-widgets h3.widget-title a{
	text-decoration:none;
}
.sidebar-widgets h3.widget-title a:hover{
	text-decoration:underline;
}
ul.twitter-user-widget .tweet, .really_simple_twitter_widget .tweet{
	display:block;
}
ul.twitter-user-widget a.permalink, li.really_simple_twitter_widget a.permalink{
	text-decoration:none;
}

.really_simple_twitter_widget li {
    padding: 0 0 1em;
    font-size: 12px;
    line-height: 17px;
}

.rstw_comma {
    display:none;
}

ul.twitter-user-widget a.permalink:hover{
	text-decoration:underline;
}
ul.twitter-user-widget .date, .twitter-timestamp, ul.twitter-user-widget .source {
	font-size:10px;
	display: block;
}
.widget_bca_recent_posts{
	padding:0 0 1px 0;
}
.widget_bca_recent_posts li{
	width:186px;
	background-color:#CC0000;
	position:relative;
	color:#fff;
	margin:0 0 11px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:2px 2px 4px #999;
	-moz-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}
.widget_bca_recent_posts .post_date{
	display:block;
	float:left;
	padding:4px 5px;
	background-color:#333;
	font-size:13px;
	line-height:14px;
}
.widget_bca_recent_posts .post_details{
	clear:left;
	display:block;
	padding:6px 24px 6px 8px;
	font-size:12px;
	line-height:15px;
}
.widget_bca_recent_posts .post_title{
	display:block;
	text-decoration:none;
}
.widget_bca_recent_posts a{
	color:#fff;
}
.widget_bca_recent_posts .post_link{
	position:absolute;
	top:0px;
	right:0px;
	padding:8px;
	font-size:10px;
	line-height:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.widget_bca_recent_posts .post_link:after{
	content:' >';
}
.widget_bca_child_pages ul {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 0 1.2em;
}
.widget_categories ul {
	margin:0 0 0 9px;
}
.widget_categories li {
	font-size:12px;
	line-height:15px;
	margin:0 0 6px 0;
}
.widget_categories a {
	text-decoration:none;
}
.widget_categories a:hover{
	text-decoration:underline;
}

#content h1{
	font-size:24px;
	line-height:32px;
	margin:0 0 20px 0;
}
#content h2{
	font-size:18px;
	line-height:24px;
}
#content .entry-content{
	margin:0;
	font-size:14px;
	line-height:19px;
}
#content .entry-content p{
	margin:0 0 19px 0;
}
#content .aftercontent{
	float:left;
	width:100%;
	margin-bottom:25px;
}
#content .aftercontent p, #content .aftercontent div{
	float:left;
	margin:0 10px 0 0;
}
#content .aftercontent .end{
	clear:left;
}

#content ol, #content ul{
	margin: 0 0 1em 3em;
}
#content ol{
	list-style: decimal outside;
}
#content ul{
	list-style: disc outside;
}
#content ul li, #content ol li {
	margin:0 0 0.5em 0;
}
#content .alignleft{
	float:left;
	margin: 0 12px 12px 0;
}
#content .alignright{
	float:right;
	margin: 0 0 12px 12px;
}

.navigation{
	font-size:10px;
	padding:1em 0;
	float:left;
	width:508px;
}
#nav-below{
	padding-bottom:3em;
}
.navigation .nav-previous{
	float:left;
}
.navigation .nav-next{
	float:right;
}
#comments{
	margin:1em 0 0 0;
	border-top:1px solid #ccc;
	padding:1em 0 0 0;
	clear:left;
}
#comments form{
	font-size:12px;
}
#comments form input,#comments form textarea{
	display:block;
}
#comments p.form-allowed-tags{
	font-size:10px;
	color:#999;
}
.archive .hentry, .blog .hentry, .search .hentry {
	margin:0 0 2em 0;
}
.archive .aftercontent, .blog .aftercontent, .search .aftercontent, 
.archive .afterexcerpt, .blog .afterexcerpt, .search .afterexcerpt {
	display:none;
}
.entry-meta {
	font-size:12px;
	color:#333;
	margin:0 0 6px 0;
}
.entry-utility{
	clear:left;
	font-size:12px;
	color:#333;
}
.attachment-post-thumbnail {
	float:left;
	margin:3px 12px 12px 0;
}
body.archive .has_thumb, body.search .has_thumb, body.blog .has_thumb {
	float:left;
	width:100%;
}
.has_thumb .entry-thumb {
	float:left;
	margin:0 15px 10px 0;
}
body.blog .entry-thumb {
	display:none;
}
.has_thumb .entry-listing {
	float:left;
	width: 400px;
}

/** home overrides **/
.home #wrapper{
	background-color:#000;
	background-image:url('../images/bg_main_home.png?v=1');
	position:relative;
}
.home #header {
	background-color:transparent;
	background-image:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
.home #header h1 a{
	background:url('../images/logo-trans-lighter.png?v=0') no-repeat 47px 35px;
	text-indent:-9999px;
}

.home #mainnav {
	background:url('../images/bg-trans.png?v=1') repeat-y right top;
	position:absolute;
	right:8px;
	top:0px;
	z-index:10;
}
.home #mainnav .inner {
	height:912px;
}
.home #main {
	height:932px;
	width:782px;
	padding:0;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#home_slides{
	position:relative;
	width:782px;
	height:932px;
	z-index:1;
}
#home_slides .home_slide{
	display:none;
	position:absolute;
	width:782px;
	height:932px;
	left:0px;
	top:0px;
	z-index:1;
}
#home_slides .home_slide.active{
	display:block;
	z-index:10;
}
#home_slides .home_slide.last-active{
	z-index:9;
}
#home_slides .big-banner{
	font-family:"Helvetica Neue UltraLight",Helvetica,Arial,sans-serif;
	font-weight:100;
	position:absolute;
	width:746px;
	background-color:#330000;
	font-weight:lighter;
	color:#c00;
	font-size:61px;
	line-height:61px;
	height:61px;
	padding:14px 36px 14px 0;
	text-align:right;
	top:178px;
	left:0px;
}
#home_slides .description{
	position:absolute;
	top:290px;
	left:60px;
	width:290px;
	padding:15px;
	color:#ccc;
	text-align:right;
}
#home_slides .lightbg .description{
	background-color:rgba(0,0,0,0.75);
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#home_slides .description h3 {
	font-size:21px;
	line-height:25px;
	margin:0 0 12px 0;
}
#home_slides .description p {
	font-size:14px;
	line-height:17px;
}
#home_slides a.button {
	padding:7px 5px 3px 5px;
	font-size:23px;
	line-height:23px;
	height:23px;
	color:#333;
	float:right;
	margin:12px 0 0 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:"Avenir Black",Helvetica,Arial,sans-serif;
	font-weight:900;
}
#home_widgets {
	z-index:20;
	position:absolute;
	top:655px;
	left:60px;
	width:254px;
	float:left;
}
#home_widgets h2{
	display:none;
}
#home_widgets .widget_bca_recent_posts li{
	float:left;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin:0 0 10px 0;
	width:254px;
}
#home_widgets .post_date {
	font-size:14px;
	line-height:14px;
}
#home_widgets .post_details{
	color:#ccc;
}
#home_widgets .post_title{
	color:#fff;
}
#home_widgets .post_link{
	font-size:12px;
	line-height:12px;
}
/** end home overrides **/
/** printer friendly widget **/
.printerfriendly_button a{
	display:block;
	min-height:16px;
	font-size:13px;
	line-height:16px;
	background:url('../images/printerfriendly.png?v=1') no-repeat left center;
	padding:0 0 0 22px;
	text-decoration:none;
}
.printerfriendly_button a:hover{
	text-decoration:underline;
}
/** end printer friendly widget **/
/** pages/posts with no sidebar **/
body.no_sidebar #wrapper{
	background-image:url('../images/bg_main_nosidebar.png?v=1');
}
#main.no_sidebar #container{
	width:auto;
	float:none;
	padding:0 0 0 20px;
}
/** end pages/posts with no sidebar **/

/** cufon webkit override **/
body cufon{
	vertical-align:inherit !important;
}

.single-bcanewsletter .entry-content {
	padding:1em 0;
	border-bottom: 2px dotted #333;
}
.single-bcanewsletter .featured {
	clear:left;
	float:left;
	width:100%;
	padding:1.5em 0 1em 0;
	border-bottom: 2px dotted #333;
}
.single-bcanewsletter .thumb {
	float:left;
	width:150px;
	max-height:300px;
	margin:0 20px 14px 0;
	overflow:hidden;
}
.single-bcanewsletter .thumb img {
	display:block;
	margin:0;
}
.single-bcanewsletter .featured .content {
	float:left;
}
.single-bcanewsletter .has_thumb .content {
	width:567px;
}
.single-bcanewsletter #content .featured h2 {
	font-size:24px;
	line-height:1.2;
	margin:0 0 1em 0;
}
.single-bcanewsletter #content .featured h2 a {
	text-decoration:none;
}
.single-bcanewsletter .articles {
	padding:1.5em 0 1.5em 0;
	clear:left;
	border-bottom: 2px dotted #333;
	margin:0 0 1.5em 0;
}
.single-bcanewsletter .articles h3 {
	font-size:24px;
	line-height:1.2;
	margin:0 0 1em 0;
}
.newsletter_article_list {
	padding:0 40px 0 14px;
	margin:0 0 26px 0;
}
.newsletter_article_list h3 {
	color:#333;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 4px 0;
}
.newsletter_article_list ul {
	margin:0 0 0 9px;
}
.newsletter_article_list li {
	font-size:12px;
	line-height:15px;
	margin:0 0 6px 0;
}
.newsletter_article_list a {
	text-decoration:none;
}
.newsletter_article_list a:hover{
	text-decoration:underline;
}
.newsletter_article_list .active a{
	color:#c00;
}
.breadcrumbs {
	border-top: 1px solid #CCCCCC;
	clear: left;
	margin: 2em 0 0;
	padding: 1em 0 0;
	font-size:12px;
	line-height:14px;
}
/* page listing the source issues */
.the_source_issues .issue_list {
	padding:1em 0;
	border-bottom: 1px solid #ccc;
}
.the_source_issues .navigation {
	width:100%;
	font-size:12px;
}
.the_source_issues .issue {
	margin:0 0 1em 0;
	font-size:16px;
}
.the_source_issues h3 a {
	text-decoration: none;
}
.the_source_issues h3 a:hover {
	color:#;
}
.the_source_issues .post_date {
	font-size:14px;
}