/* Override Styles */

body {
    margin: 0;
	padding: 0;
	font-size: medium;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background: url('images/reddening-bg.jpg') #000000 repeat-x;
}

a:active, a:visited, a {
/*  color: #1874cd;
	font-weight: bold; */
    color: #039;
	text-decoration: none;
}

a:hover {
    color: #900;
	text-decoration: underline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

h2.front_header {
    background: url('images/h2-box-bg.jpg') #000 repeat-x;
	
	padding: 4px;
	margin: 8px auto 0px auto;
	text-align: center;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	border-top: 2px solid #776a35;
	border-left: 2px solid #7d5229;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;

}
#left_column h2.front_header {
    width: 210px;
}
#center_column h2.front_header {
    width: 425px;
}
#right_column h2.front_header {
    width: 321px;
}

/* ------------------ LAYOUT ---------------- */

#wrapper {
    width: 1000px;
	margin: 0px auto;
	padding: 0;
	background: #fff;
}

#header {
    width: 1050px;
	margin: 0px auto;
	padding: 0px 50px 0px 0px;
	background: none;
}

#logo {
    float: left;
    margin: 5px 0px 5px 0px;
	padding: 0;
	overflow: visible;
}

#syndicate {
    float: right;
}
.syndicate_menu {
    width: 290px;
	margin: 2px 0px; 
	color: #fff;
}
#syndicate a, #syndicate a:active, #syndicate a: visited {
    color: #fff;
	text-decoration: underline;
}
#syndicate a: hover {
    color: #FFFF99;
	text-decoration: underline;
}

#masthead {
    float:left;
    width: 686px;
	margin: 0;
	background: none;
}

#nav {
	clear: both;
    width: 982px;
	height: 31px;
	margin: 0px 0px 0px 50px;
	padding: 2px 10px 0px 8px;;
	background: url('images/nav-bar-bg.gif') repeat-x;
}

#nav_search {
    float: right;
	margin: -1px 0px 0px 0px;
	padding: 0;
}

#main_front {
    width: 1000px;
	margin: 0;
	padding: 0;
}

#content {
    float: left;
	width: 585px;
	padding: 5px 15px;
	border-right: 1px solid #eee;
}
#shop_content {
    clear: both;
	width: 900px;
	padding: 5px 50px;
}

#left_column {
    clear: left;
    float: left;
    width: 224px;
	border-right: 1px solid #ccc;
	margin: 0px;
	padding: 0;
}
.left_divider {
    width: 218px;
	height: 2px;
	margin: 4px 3px;
	border-top: 2px solid #ccc;
}

#center_column {
    float: left;
    width: 439px;
	border-right: 1px solid #ccc;
	margin: 0px;
	padding: 0;
}
.center_divider {
    width: 433px;
	height: 2px;
	margin: 4px 3px;
	border-top: 2px solid #990100;
}

#right_column {
    float: right;
    width: 335px;
	margin: 0px;
	padding: 0;
}
.right_divider {
    width: 329px;
	height: 2px;
	margin: 4px 3px;
	border-top: 2px solid #ccc;
}
#right_column_page {
    float: right;
	margin: 6px 6px 6px 0px;
	padding: 0;
	width: 350px;
}

#left_column_bottom {
    clear: left;
    float: left;
    width: 332px;
	border-right: 1px solid #ccc;
	margin: 2px 0px 0px 0px;
	padding: 0;
}

#center_column_bottom {
    float: left;
    width: 333px;
	border-right: 1px solid #ccc;
	margin: 2px 0px 0px 0px;
	padding: 0;
}

#right_column_bottom {
    float: right;
    width: 333px;
	margin: 2px 0px 0px 0px;
	padding: 0;
}
#right_column_bottom img {
    margin-bottom: 8px;
}

#front_video {
    width: 1000px; 
	margin:0; 
	padding: 0;
	background: url('images/video-bar-bg.jpg') repeat-x;
	font-size: 90%;
}
#front_video_container {
    width: 978px; 
	margin: 0px 10px 0px 10px;
	border: 1px solid #660202;
	text-align:center;
}

.front_topper {
    text-align: center;
	background: #ebebeb;
	margin: 0px;
	padding: 0;
	border-bottom: 2px solid #ccc;
}
.front_topper h2 {
    font-weight: bold;
    margin: 0px 8px;
	padding: 0;
}

#breaking_news_topper.front_topper {
    background: #f8f8fa; 
	border: none;
}
#breaking_news_topper.front_topper h2 {
    color: #003399;
}
#front_article_topper.front_topper h2{
    color: #9a0002;
}
#health_topper.front_topper h2 {
    color: #0035cd;
}
#better_living_topper.front_topper h2 {
    color: #ff3300;
}
#finance_topper.front_topper h2 {
    color: #006732;
}
#stock_topper.front_topper {
	background: none;
	border: none;
	color: #016533;
}
#fav_commentator_topper.front_topper h2 {
    font-size: 130%;
	color: #666;
}
#get_heard_header {
    color: #670001;
	font-weight: bold;
	margin: 0px 8px 2px 8px;
}
#todays_funny.front_box_bottom {
    background: #f8f3f9;
}
#todays_funny.front_box_bottom img {
    border: 1px solid #000;
	margin-bottom: 6px;
}
#member_blogs.front_box_bottom {
    background: #f2fafc;
}
#member_blogs.front_box_bottom h2 {
    color: #003265;
}
.footer_box_left {
    background: #fafafa;
}
.footer_box_left h2 {
    color: #900;
}
.footer_box_center {
    background: #f4f7f5;
}
.footer_box_center h2 {
    color: #336633;
}
.footer_box_right {
    background: #f5f7fd;
}
.footer_box_right h2 {
    color: #003399;
}


.front_box_left {
    width: 208px;
	margin: 0px;
	padding: 0px 8px;
	background: #fbfbfb;
	font-size: 90%;
}
.front_box_center {
    width: 423px;
	margin: 0px;
	padding: 0px 8px;
	background: #fffcf3;
	font-size: 90%;
}
#house_petition.front_box_center {
    background: #fff;
}
#member_petition.front_box_center {
    background: #fff;
}
.front_box_right {
    width: 319px;
	margin: 0px;
	padding: 0px 8px;
	background: #f3f6eb;
	font-size: 90%;
}
.front_box_bottom {
    width: 316px;
	margin: 0px 0px 8px 0px;
	padding: 0px 8px;
	background: #fbfbfb;
	font-size: 90%;
}

.footer_box_left {
    float: left;
	width: 208px;
	margin: 0px;
	padding: 0px 8px;
	border-right: 1px solid #ccc;
	background: #fbfbfb;
	font-size: 90%;
}
.footer_box_center {
    float: left;
	width: 423px;
	margin: 0px;
	padding: 0px 8px;
	border-right: 1px solid #ccc;
	background: #fffcf3;
	font-size: 90%;
	text-align: left;
}
.footer_box_right {
    float: right;
	width: 319px;
	margin: 0px;
	padding: 0px 8px;
	background: #f3f6eb;
	font-size: 90%;
}
.page_box_right {
    font-size: 90%;
	margin: 0px 0px 12px 0px;
	padding: 0 8px;
	width: 360px;
}

.front_left_ad { 
    width: 220px;
	margin: 0;
	padding: 0px 4px;
	margin-bottom: 16px;
	text-align: center;
}

.front_right_ad { 
    width: 331px;
	margin: 0;
	padding: 0px 4px;
	margin-bottom: 16px;
	text-align: center;
}

.get_heard_box {
    width: 320px;
	height: 268px; 
	margin: 6px 7px 0px 8px; 
	padding: 0;
	background: #000 url('images/topper-get-heard.jpg') no-repeat;
}
.get_heard_box img {
    margin: 0;
	padding: 0;
}

.get_heard_box ul {
    font-size: 90%;
	margin: 0;
	padding: 192px 0px 6px 14px;
	list-style-type: none;
}
.get_heard_box ul li {
    margin-bottom: .2em;
	color: #fff;
}
.get_heard_box a:active, .get_heard_box a:visited, .get_heard_box a {
    color: #ffca00;
	font-weight: bold;
}
.get_heard_box a:hover {
    color: #FFFF00;
}

.front_box_content {
    margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px 4px 0px 8px;
}
.front_box_content p, .front_box_content h2, .front_box_content li {
    margin-top: 0;
}

.front_right_content {
    margin: 0;
	background: #000;
	border-left: 3px solid #fe2424;
	border-right: 2px solid #fe2424;
	padding: 0px 4px 2px 8px;
}

.front_box h2{
    margin-top: 0;
}

#daily_article .views-field-title .field-content {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0em 0em .5em 0em;
}

#opinion .views-field-title .field-content h2 {
    text-align: center;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0em 0em .5em 0em;
}

#house_petition .views-field-title .field-content h2 {
    text-align: center;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0em 0em .5em 0em;
}

#front_poll .views-field-title .field-content h2 {
    text-align: center;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0em 0em .5em 0em;
}

#daily_article .views-field-title .field-content a, #daily_article .views-field-title .field-content a:active, #daily_article .views-field-title .field-content a:visited{
    color: #039;
	text-decoration: none;
}

#daily_article .views-field-title .field-content a:hover {
    color: #00f;
	text-decoration: underline;
}

.banner-holder {
    clear: both;
	width: 368px;
	margin: 8px 0px;
	padding: 0;
	border: none;
}

.mini-banner-holder {
    clear: both;
	width: 368px;
	margin: 8px 0px;
	padding: 0px 40px;
	border: none;
}


.mini-banner {
    float: left;
	margin: 4px;
    width: 120px;
	height: 90px;
}

.front_video {
    float: left;
	margin: 6px;
	width: 162px;
}

#footer {
    clear: both;
    width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #ccc;
	background-color: #999;
}
#footer_box_holder {
    width: 1000px;
	background-color: #fff;
	
}
.footer_box {
    width: 300px;
	margin: 12px 16px;
	float: left;
	text-align: left;
}
.footer_box ul {
	padding-left: 0;
	margin-left: 4px;

}

.comment_box {
    padding: 6px; 
	margin: 8px 0px; 
	border: 1px solid #ccc;
}

.comment_box .submitted {
    font-size: 80%;
}

.comment_box ul.links li {
    font-size: 80%;
}

#share_box {
    float: right;
	width: 150px;
	margin: 6px 0px 6px 6px;
	border: 1px dashed #ccc;
	font-size: 80%;
}

#share_box p {
    margin: .5em;
}

#share_box a, #share_box a:active, #share_box a:visited {
    color: #900;
	text-decoration: none;
}

#share_box a:hover {
    color: #c00;
	text-decoration: underline;
}

#weather_box {
    width: 300px;
	margin: 8px auto;
	padding: 4px;
	border: 1px solid #ccc;
}

#weather_box h2 {
    text-align: center;
}
#weather_box ul {
    list-style-type: none;
}

.shop_box {
    width: 422px; 
	float: left; 
	margin: 6px;
	background: #eee; padding: 8px;
	font-size: 90%;
}

/* ------------------ TYPE ---------------- */

.front_video p {
	font-size: 90%;
	margin: 2px 0px 0px 0px;
}

h1, h2, h3, h4 {
    font-family: Georgia, 'Bookman Old Style', 'Book Antiqua', 'Lucida Bright', Palatino, Serif;
	color: #900;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0em 0em .5em 0em;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 135%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 110%;
}

.text-menu {
    text-align: center;
    margin: 0px 0px 8px 0px;
	padding: 2px 0px 0px 0px;
    font-size: 80%;
	border-top: 1px solid #ccc;
}
.text-menu ul {
    margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	text-transform: capitalize;
}
#footer .text-menu ul {
    padding: 3px auto;
	display: inline;
}
.text-menu ul li {
    display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0px 8px;
	border-right: 1px solid #999999;
}
.text-menu .last {
	border: none;
}
.text-menu a, .text-menu a:active, text-menu a:visited {
    color: #cccccc;
	text-decoration: none;
}
.text-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.top-menu {
    text-align: center;
    margin: 0px 0px 8px 0px;
    font-size: 95%;
}
.top-menu ul {
    margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	text-transform: capitalize;
}
.top-menu ul li {
    display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0px 16px;
	border-right: 1px solid #999999;
}
.top-menu .last {
	border: none;
}
.top-menu a, .top-menu a:active, .top-menu a:visited {
    color: #fff;
	text-decoration: none;
}
.top-menu a:hover {
    color: #FFFF99;
    text-decoration: none;
}

#header .text-menu ul li {
    padding 0px 16px;
}

.footer-menu ul li {
	background-color: #fff;
}
.footer-menu a, .footer-menu a:active, footer-menu a:visited {
	color: #666;
	text-decoration: none;
}
.footer-menu a:hover {
    color: #000;
    text-decoration: none;
}
#syndicate p {
    font-size: 80%;
    text-align: center;
	margin: 4px;
	padding: 4px 0px;
}

#nav ul {
    margin: 0px 0px 0px 2px;
	padding: 0;
	list-style: none;
	font-size: 95%;
	font-weight: bold;
	text-transform: none;
}
#nav ul li {
    float: left;
	margin: 0;
	padding: 0px;
	border-right: 1px solid #999999; 
}
#nav .last {
	border: none;
}
#nav a, #nav a:active, #nav a:visited {
    padding: 2px 8px 3px 8px;
	display: block;
	color:#fff;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	color: #900;
	background: #FFcc00;
    text-decoration: none;
}

#left_column ul li {
    list-style-type: none;
	margin: .75em 0em;
	padding-left: 0px;
}

.petition_header {
    margin: 0px 0px 4px 0px;
	padding: 0;
    font-size: 170%;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.petition_pen {
    float: right;
	margin: 4px;
}

.front_featured {
    margin: 0px;
    font-style: italic;
	font-size: 110%;
	text-align: center;
	color: #900;
}

.article_date {
    margin: 0px auto 6px auto;
	padding: 0;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.clear_both {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}

.left {
    float: left;
	margin-left: 40px;
}
.right {
    float: right;
	margin-right: 40px;
}

.newsblarg_article_subhead p {
    margin-top: 0;
	padding-top: 0;
    font-weight: bold;
	font-size: 110%;
}

.views-field-field-subhead-value p {
	margin: 0;
	font-weight: bold;
}

.views-field-name {
	margin: 0;
}

.bullet_spacing li {
	margin-bottom: 1em;
}

.petition_view {
    margin: 0;
	padding: 0;
	font-size: medium;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
} 

#polls_list {
    margin-top: 15px;
}

.more_txt {
    text-align: right;
	margin-bottom: 0;
}

#sound_off a, #sound_off a:visited, #sound_off a:active {
    color: #ffc600;
}
#sound_off p {
    color: #fff;
}

#block-views-video_test-block_1 .item-list ul {
    list-style: none;
	margin: 0px;
	padding-top: 12px;
	list-style-type: none;
}
#block-views-video_test-block_1 .item-list ul li {
    float: left;
	width: 174px;
	margin: 0px 0px 0px 15px;
	padding-bottom: 6px;
	list-style-type: none;
}

.views-field-field-quote-speaker-value {
    text-align:right;
}

.content li {
	margin-bottom: 1em;
}

#featured_article.front_box .views-field-title {
    font-size: 150%;
	margin-top: -14px;
}

.house_petition a, .house_petition a:active, .house_petition a:visited {
    color: #900;
	text-decoration: underline;
}

.header_date {
    float:left;
	margin: 0px 0px 0px 50px;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
}

#comments h2 {
    font-size: 3%;
	margin: 0;
	padding: 0;
    visibility: hidden;
}

#comments .content h2 {
    font-size: 135%;
    visibility: visible;
}

#block-views-more_articles_by_author-block_1 {
    border: 1px dashed #ccc;
	margin: 6px;
	padding: 8px;
}
#block-views-more_articles_by_author-block_1 h2 {
    font-size: 115%;
	color: #000;
}
#content #block-views-more_articles_by_author-block_1 .view .views-field-title a {
    font-size: 100%;
	font-family: inherit;
}

.page_box_right {
	width: 325px;
}