/* @override
	http://thecanadiancharger.com/templates/css/screen.css
*/

/*************************************************
	Canadian Charger 2009

	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/

/********** BASIC STYLES **********/
body{
	background: #868d90;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #324960;
}

a {
	text-decoration: none;
	color: #1d58a0;
}

ul {
	list-style: none;
}

a img {
	border:none;
}

:focus {
	outline: none;
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table {
	margin: 0;
	padding: 0;
}

.main_h3 {
	font: 14px/16px "Arial", Helvetica;
	color: #656b6d;
}

.main_h2 {
	font: 14px/16px "Arial", Helvetica;
	font-weight: bold;
	/*color: #af5721;*/
	color: #868D90;
}

.main_h1 {
	font: 24px/27px "Arial", Helvetica;
	font-weight: bold;
	color: #af5721;
}

.main_blackp {
	font: 12px/18px "Arial", Helvetica;
	color: #000;
}

#more_author{
	display: block;
	color: #AF5721;
	/*color: #868D90;*/
	font: 11px/13px "Arial", Helvetica;
	margin-top: 6px;
}

#more_author:hover, #more_author.selected {
	text-decoration:underline;
}


#article_bio img{
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

#article_bio {
	color: #868D90;
}

#article_summary {
	font-weight: bold;
	padding-bottom: 8px;
}

#contributor {
	border-bottom: 1px solid #B6BDB5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#contributor_short{
	border-bottom: 1px solid #B6BDB5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 80px;
}

#contributor span.c_name{
	margin-bottom: 7px !important;
}

.section_heading {
	color: #656b6d;
	margin-top: 21px;
	margin-bottom: 19px;
	border-bottom: 12px solid #d5d5d5;
	height: 21px;
	width: 95%;
}

.center_heading {
	color: #656b6d;
	margin-top: 21px;
	margin-bottom: 19px;
	border-bottom: 12px solid #d5d5d5;
	height: 21px;
	width: 425px;
}

.section_heading span, .center_heading span {
	display: none !important;
}

.no_heading {
	color: #656b6d;
	margin-top: 21px;
}

.left {
	float:left;
}

.right {
	float: right;
}


/********** COMMON LAYOUT **********/
#site_wrapper {
	position: relative;
	margin: 0 auto 0;
	padding-top: 21px;
	padding-left: 18px;
	padding-right:18px;
	width: 964px;
	display: block;
	background: #fff;
	overflow: hidden;
}

#main_ads {
	clear: both;
	height: 92px;
	width: 969px;
	overflow: hidden;
}

#main_ads {
	clear: both;
	height: 92px;
	width: 969px;
	overflow: hidden;
}

#ad_left {
	float: left;
	margin: 0 8px 0 0;
	width: 728px;
	height: 90px;
	border: 1px solid #000;
}

#ad_right {
	float: left;
	width: 228px;
	height: 90px;
	border: 1px solid #000;
}

#ad_leftside {
	float: left;
	margin-top: 18px;
	width: 225px;
	line-height: 0;
	border: 1px solid #ccc;
}

#ad_rightside {
	float: left;
	margin-top: 18px;
	width: 260px;
	line-height: 0;
	border: 1px solid #ccc;
}

#ad_centre {
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	width: 425px;
	line-height: 0;
	border: 1px solid #ccc;
}

#wrapper {
	float: left;
	margin: 36px auto 0;
	width: 964px;
	height: auto;
	background: #fff;
}

/********** HEADER **********/
#header {
	clear: both;
	background: #fff;
}

#header_title {
	float: right;
	margin-top: 18px;
	margin-bottom: 4px;
	width: 858px;
	height: 73px;
	/*background: #fff url(/i/header_title.jpg) no-repeat;*/
}

#header_photo {
	float:left;
	width: 102px;
	height: 155px;
}

#header_end {
	float: right;
	height: 5px;
	width: 964px;
	background: #fff url(/i/header_end.gif) repeat-x 0 0;
}

/********** NAVIGATION **********/
#main_nav {
	float: left;
	width: 862px;
	background: #fff;
}

ul#upper_nav {
	height: 30px;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 4px;
	background:#868d90;
}

ul#upper_nav li{
	float: left;
}

ul#upper_nav li.nav_date{
	float: right;
	padding: 8px 12px 0 0;
	font: 14px/16px "Arial", Helvetica;
	color: #fff;
}

ul#upper_nav li a {
	display: block;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding:10px 11px 0 12px;
	border-right: 4px solid #868d90;
	border-left: 4px solid #868d90;
}

ul#upper_nav li a:hover, ul#upper_nav li.selected a {
	background: #dd6f2b;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}

ul#upper_nav li.home a:hover, ul#upper_nav li.selected_first a {
	background: #dd6f2b;
	border-right: 4px solid #fff;
	border-left: none;
}

ul#upper_nav li.home a {
	border-left: none;
}

#lower_nav {
	background:#868d90;
	height: 26px;
	font-weight: bold;
}


/********** LEFT PANEL **********/
#left_panel {
	float: left;
	width: 243px;
}


#left_panelcut {
	position: absolute;
	width: 42px;
	height: 36px;
	top: 304px;
	left: 220px;
	background: #fff url(/i/header_cut.gif) no-repeat 0 0;
}

/********** featured articles **********/
#featured_articles {
	background: #fff;
}

h1#featured_heading {
	background: #fff url(/i/heading_featured.gif) no-repeat 0 0;
}

#editors_picks {
	background: #fff;
}

h1#editors_heading {
	background: #fff url(/i/heading_editors.gif) no-repeat 0 0;
}


ul#featured_list {
	width: 235px;
	margin-bottom: 12px;
}

.listed_item {
	margin-bottom: 10px;
	background: #fff;
}

.listed_item a {
	display: block;
	color: #1d58a0;
	font: 12px/15px "Arial", Helvetica;
	font-weight: bold;
	padding-left: 6px;
}

.listed_item a span.author {
	display: block;
	color: #2b4560;
	font: 11px/15px "Arial", Helvetica;
}

.listed_item:hover a, .listed_item.selected a,.listed_item:hover span.author, .listed_item.selected span.author {
	background: #efefef;
	color: #dd6f2b;
}

/********** GOOGLE ADS **********/

#google_ads {
/* 	border: 1px solid #c7ccce; */
	width: 160px;
}

/********** CENTER PANEL **********/
#center_panel {
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 460px;
	border-left: 1px solid #b6bdb5;
}

/********** editorial **********/
#editorial {
	padding-left: 15px;
	padding-right: 15px;
}

ul#editorial_list {
	width: 425px;
	position: relative;
	z-index:1;
	overflow: hidden;
}

ul#editorial_list li {
	float: left;
	border-top: #D5D5D5 solid 12px;
	padding-top: 19px;
	margin-top: 19px;
}

ul#editorial_list li.first_editorial {
	border-top: none ;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

h1#editorial_heading {
	background: #fff url(/i/heading_editorial.gif) no-repeat 0 0;
}

ul#editorial_list li a img {
	margin-bottom: 20px;
}

ul#editorial_list li a span.editorial_title {
	display: block;
	margin-bottom: 12px;
}

.editorial_title {
	color: #1d58a0;
	font: 20px/24px "Arial", Helvetica;
	font-weight: bold;
}

#editorial_nav {
	display: block;
	position: absolute;
	top: 630px;
	left: 290px;
	z-index:2;
	background: #fff;
}

#editorial_nav a {
	display: block;
	float: left;
	width: 14px;
	color: #000;
	text-align: center;
}

#editorial_nav a.activeSlide {
	display: block;
	background: #a0a3a5;
	width: 14px;
	text-align: center;
	color: #fff;
}

/********** cartoon **********/
#cartoon {
	clear: both;
}

h1#cartoon_heading{
	margin-left: 15px;
	background: #fff url(/i/heading_cartoon.gif) no-repeat 0 0;
}

#cartoon_data {
	display:block;
	position: relative;
	margin-left: 15px;
	width: 425px;
	color: #656b6d;
	font: 12px/15px "Arial", Helvetica;
}

.cartoon_title {
	float: left;
	font-weight: bold;
}

.cartoon_bt {
	float: right;
}

.cartoon_bt a {
	color: #656b6d;
}

/********** article **********/
#article {
	padding: 26px 23px 0 15px;
}

#article_image {
	margin-bottom: 16px;
}

#article_text {
	overflow: hidden;
}

#article_text p {
	margin-bottom: 10px;
}

#article_header{
	display: block;
	margin-bottom: 18px;
}

h1#articles_heading {
	background: #fff url(/i/heading_articles.gif) no-repeat 0 0;
}

h3#article_date {
	padding-bottom: 12px;
}

h1#article_title {
	padding-bottom: 8px;
}

#article_related {
	display: block;
	padding-top: 5px;
	font: 12px/14px "Arial",Helvetica;
	text-decoration: underline;
}

ul#article_footer {
	margin-top: 20px;
	border-top: 1px solid #b4bdb5;
	padding-top: 5px;
	height: 14px;
}

ul#article_footer li {
	float: left;
	margin-right: 4px;
}

ul#article_footer li img {
	padding-right: 4px;
	border-right: 1px solid #656b6d;
}

ul#article_footer li:last-child img, ul#article_footer li.articlefooter_last img{
	border-right: none;
}

ul#sortby {
	position: absolute;
	top: 0;
	right: 25px;
	list-style: none;
	overflow: hidden;
}

ul#sortby li {
	float: left;
}

ul#sortby li a {
	color: #1d58a0;
	text-decoration: none;
}

ul#sortby li a:hover {
	color: #1d58a0;
	text-decoration: underline;
}

ul#sortby li.order {
	margin-right: 6px;
	text-transform: lowercase;
}

ul#sortby li.date, ul#sortby li.title {
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #ccc;
}

ul#sortby li.rss {
	background: #fff url(/i/rss_16.png) no-repeat 0 0;
}

ul#sortby li.rss a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 16px;
	width: 16px;
	margin-right: 6px;
}

/********** search **********/
#search_results {
	float: right;
	width: 720px;
	border-left: 1px solid #b6bdb5;
	background-color: #fff;
}

/********** donate **********/
.donate_btn {
	display: block;
	margin: 30px 0 40px 0;
}

/********** letters **********/
#letters {
	position: relative;
	padding-left: 15px;
	padding-right: 25px;
}

h1#letters_heading {
	background: #fff url(/i/heading_letters.gif) no-repeat 0 0;
}

ul#letters_list {
	padding-left: 2px;
}

ul#letters_list li {
	display: block;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #B6BDB5;
}

ul#letters_list li:first-child, ul#letters_list li.letters_first {
	padding-top: 2px;
}

ul#letters_list li:last-child, ul#letters_list li.letters_last {
	border-bottom: none;
}

ul#letters_list li:hover a span.letter_title, ul#letters_list li.selected a span.letter_title{
	background: #efefef;
	color: #DD6F2B;
}

ul#letters_list li:hover {
	cursor: pointer;
}

.letter_info {
	display: block;
	color: #2b4560;
	font: 12px/16px "Arial", Helvetica;
	margin-bottom: 10px;
}

span.letter_title {
	display: block;
	font: 20px/24px "Arial", Helvetica;
	font-weight: bold;
	color: #1d58a0;
	margin-bottom: 2px;
}

#result_pager {
	display: block;
	padding-bottom: 10px;
	color: #868D90;
}

/********** RIGHT PANEL **********/
#right_panel {
	float: right;
	background: #fff;
	width: 260px;
}

#multimedia a {
	display: block;
	margin-bottom: 4px;
}

.caption {
	font: 12px/15px "Arial", Helvetica;
	color: #868d90;
}


/********** SEARCH **********/

#cse-search-results iframe {
	width: 650px;
}

h1#search_heading {
	background: #fff url(/i/search_heading.gif) no-repeat 0 0;
}

h1#search_heading.section_heading {
	color: #656b6d;
	margin-top: 3px;
	margin-bottom: 19px;
	border-bottom: 12px solid #d5d5d5;
	height: 21px;
	width: 100%;
}

#search_bar {
	padding: 18px 0 0 0;
	font: 11px/13px "Arial", Helvetica;
	color: #000;
}

#search_bar #search_box {
	margin: 0 10px 4px 0;
	width: 180px;
}


/********** subscription **********/
#subscribe {
	background: #fff;
	height: 80px;
	margin-bottom: 8px;
	cursor: pointer;
}

#subscribe_module {
	background: #fff;
	height: 70px;
	margin-bottom: 8px;
	border: 1px solid #c7ccce;
	padding: 12px 0 0 12px;
}

#subscribe_module form label {
	display: block;
	font: 12px/14px "Arial", Helvetica;
	color: #656b6d;
	margin-bottom: 4px;
}

#subscribe_module input.email_input {
	width: 90%;
	margin-bottom: 8px;
}

.bt_submit {
	margin:0 5px 0 0;
}


#youtube {
	background: #fff;
	height: 80px;
	cursor: pointer;
}

#youtube.no_heading {
	color: #656b6d;
	margin-top: 11px;
}

/********** most box **********/
#most_box {
	width: 258px;
	margin-top: 21px;
}

ul#most_list {
	float: left;
	width: 258px;
	overflow: hidden;
}

ul#most_list li {
	float: left;
	overflow: hidden;
}

#most_header {
	background: #c7ccce;
	border-top: 1px solid #c7ccce;
	overflow: hidden;
}

#most_header a {
	float: left;
	width: 84px;
	background: #c7ccce;
	height: 16px;
	padding-top: 3px;
	border-left: 1px solid #c7ccce;
	border-right: 1px solid #c7ccce;
	cursor:pointer;
}

#most_header a:hover {
	display: block;
	background: #d3d8da;
}

#most_header a.selected {
	display: block;
	background: #fff;
	border-bottom: none;
}

.most_heading {
	font: 8px/16px "Arial", Helvetica;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #24394f;
}

.most_item {
	width: 232px;
	padding: 12px 12px 10px 12px;
	border-bottom: 1px solid #c7ccce;
	border-left: 1px solid #c7ccce;
	border-right: 1px solid #c7ccce;
	background: #fff;
	letter-spacing: 0.5px;
}

.most_item a {
	display: block;
}

.most_item a {
	color: #1d58a0;
	font: 12px/15px "Arial", Helvetica;
	font-weight: bold;
}

.most_item a span.most_author {
	display: block;
	color: #2b4560;
	font: 11px/15px "Arial", Helvetica;
}

.most_item:hover, .most_item.selected,
.most_item:hover a, .most_item.selected a,
.most_item:hover span.most_author, .most_item.selected span.most_author {
	background:#efefef;
	color: #dd6f2b;
}

/********** FOOTER **********/
#footer {
	clear: left;
	display: block;
	position: relative;
	float: left;
	margin-top: 55px;
	width: inherit;
}

#footer_bar {
	margin-top: 20px;
}

/*ul#search_bar {
 	float: left;
	padding: 18px 0 0 27px;
	font: 11px/13px "Arial", Helvetica;
	color: #000;
}

ul#search_bar li.search_text input {
	margin: 0 18px 4px 0;
}

ul#search_bar li.search_check input{
	margin-right: 6px;
}*/

.copyright {
	float: left;
	font: 10px/12px "Arial", Helvetica;
	color: #868d90;
	margin-bottom: 8px;
}

.credit {
	float: right;
	font: 10px/12px "Arial", Helvetica;
	color: #868d90;
}

#bar_grey {
	display: block;
	height: 20px;
	width: 964px;
	background: #e0e0e0;
}

#bar_orange {
	display: block;
	height: 7px;
	width: 964px;
	background: #dd6f2b;
}

#bar_darkgrey {
	display: block;
	height: 73px;
	width: 964px;
	background: #c7ccce;
}


/* For AddThis feature */
.addthis_toolbox {
	float: right;
	margin: -14px 0 0 0;
	padding: 0;
	width: 132px;
	height: 20px;
}

ul.custom_images {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 132px;
}

ul.custom_images li {
	float: left;
	margin-left: 6px;
}

ul.custom_images li a {
	display: block;
}

/* Google Sample Ad */

#google_sample a.gs_a:link, a.gs_a:visited, a.gs_a:hover, a.gs_a:active {
	color:#DD6F2B;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	line-height: 18px !important;
}

#google_sample a.gs_email:link, a.gs_email:visited, a.gs_email:hover, a.gs_email:active {
	color: #1D58A0;
	font-size: 10px;
	line-height: 12px;
	white-space: nowrap;
}

#google_sample {
	width: 150px;
	height: 75px;
	float: left;
	margin: 0 5px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 14px !important;
}

/* Poll */
h1#poll_heading {
	background: #fff url(/i/heading_poll.gif) no-repeat 0 0;
}

div.poll_question {
	display: block;
	color: #1d58a0;
	font: 12px/15px "Arial", Helvetica;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 10px;

}

div.poll_opt {
	padding-bottom: 5px;
	padding-left: 6px;
}

div.poll_opt label {
	padding-left: 5px;
	width: 50px;
}

div.poll_result_question {
	display: block;
	color: #1d58a0;
	font: 12px/15px "Arial", Helvetica;
	font-weight: bold;
	padding-bottom: 10px;

}

div.poll_result {
	clear: both;
	margin-bottom: 10px;
}
div.poll_count {
	float: left;
	display: inline;
	width: 25px;
	display: inline;
	padding-right: 5px;

}
div.poll_graph {
	float: left;
	background-color: #dd6f2b;
	height: 10px;
	display: inline;
	margin-top: 3px;
}