/*  
Theme Name: NewsPress
Theme URI: http://www.woothemes.com/
Description: NewsPress by WooThemes
Version: 2.4.2
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #ffffff repeat-y center;
	color: #000000;
	font: 12px; 
	font-family: Georgia, 'Times New Roman', serif;
}
a{
	color: #2b489a;
	text-decoration: none
}
a:hover{
        color: #9a352b;
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: none;
	letter-spacing: 0px;
	color: #000000;
}
h3{
	font-size: 18px;
}
h4{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: strong;
	color: #e8870a;
	letter-spacing: 0px;
}
h1, h2, h3, h4 a{
	color: #000000 !important;
}
h1, h2, h3, h4 a:hover{
	color: #9A352B;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 1100px
}
/*=== Header ===*/
#header{
	height: 120px;
        width: 500px
	margin: 0 0 20px 0;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
        margin: 40px 0 0 0;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 80px;
	width: 500px
}
/*- RSS -*/
#rss{
	float: right;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0;
	text-align: right;
	width: 295px
}
#rss a{
	color: #666666;
	text-decoration: underline
}
#rss a:hover{
	color: #FF7800
}
#rss ul{
	float: left;
	margin: 10px 0 0;
	width: 220px
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px
}
#rss img{
	float: right
}
/*========= NAVIGATION LISTS =========*/

/*- Category Navigation -*/
#catnav {
	background: url(images/navbgr.gif) no-repeat top;
	height:66px;
	width:1100px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;
}
.nav2 {
	background: url(images/nav-bgr.gif) no-repeat top;
	height: 33px;
	line-height:33px;
	position:relative;
	vertical-align: center;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 33px;
	float: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #e8870a;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #e2e1dd;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #666666;
	font-weight: strong;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #e8870a !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:1000px;
	height:33px;
	line-height:33px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #666666;
	font-weight: none;
	background: #FFFFFF;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	background: url(images/nav2-bgr.gif) no-repeat top;
	height: 30px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: url(nav2-sep.gif) no-repeat right;
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #2b489a;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 0px 0px 0px 0px;
}
.col1{
	width: 500px;
	margin: 20px 0 0 0;
}
.col2{
	float: left;
	width: 250px;
	margin: 10px 10px 0 0;
	background-color: #FFFFFF;
	padding: 10px 5px 5px 10px;
}
.col3{
	float: right;
	width: 270px;
	margin: 10px 0 0 0;
}
.col4{
	float: right;
	width: 340px;
	margin: 50px 0 0 0;
	margin-left: 10px;
}
.col5{
	float: left;
	width: 500px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
	margin: 10px 0px 0px 5px;
}
.col6{
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.col7{
	width: 540px;
	float: left;
	margin-right: 30px;
	margin: 10px 30px 20px 0;
	background: #eeeeee;
}
.colsingle1{
	float: right;
	width: 1040px;
	margin: 50px 0 0 0;
	padding-left:0px;
}
.colsingle2{
	float: left;
	width: 320px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: 12px;
        line-height: 16px;
	margin: 50px 0 0 0;
        padding-right: 5px;
}

.fullwidth {
	width: 956px;
}
#columns h1{
	border-bottom: 0px dotted #666666;
	font-size: 30px;
	font-weight: normal;
        line-height: 32px;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px
}
#columns h2{
	color: #000000;
	font-size: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 24px;
}
#columns .col2 h2{
	color: #000000;
	font-size: 16px;
}
#columns .col3 h2{
        color: #000000;
	padding: 0 0 0 0;
}
#columns p{
	font-size: 15px;
	line-height: 22px;
	padding: 2px 0px 20px 0;
        font-family: Georgia, 'Times New Roman', serif;
}
#columns byline{
	font-size: 11px;
	line-height: 20px;
	padding: 5px 20px 20px 0;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
}
#columns byline a:hover{
	color: #9a352b;
	text-decoration: none
}

/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat left top;
	float: left;
	height: 40px;
	margin: 0 0 12px 0;
	width: 300px;
}
#search input{
	border: 0;
	float: left;
	margin: 8px 0 0 10px;
	width: 190px;
        font-color: #476B07;
}
#search .btn{
	margin: 8px 0 0 10px;
	padding: 0;
	width: auto;
}

/*- SideTabs -*/
.sideTabs .idTabs{
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 28px;
	letter-spacing: 0px;
}
.sideTabs .idTabs li{	
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
	line-height: 28px;
	text-transform: uppercase
}
.sideTabs .idTabs li a{
	background: url(images/tab.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 80px
}
.sideTabs .idTabs li.last a{
	margin: 0
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #ffffff;
	background: url(images/tab-.gif) no-repeat left top;
	text-decoration: none
}
/*--- Sub Columns ---*/
.subcol{
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	height: 220px;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 132px
}
.subcol h2{
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px
}
.subcol.last{
	margin: 0 0 0 17px
}
/*=== Post ===*/
#columns .post h3{
	border-bottom: 0px solid #E2E1DD;
	border-top: 0px dotted #E2E1DD;
	color: #000000;
	font-size: 16px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 20px;
	margin: 5px 0 0px 0;
	padding: 20px 0 20px 0;
}
#columns .post h3 a{
	color: #555555;
}
#columns .post3 a hover[
         color: #9a352b;
}
#columns .post h3 span{
	float: left;
	text-transform: uppercase
}
#columns .post h3 em{
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2{
	color: #000000;
        font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
        line-height: 20px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}
#columns .post h2 a{
	color: #000000;
}
#columns .post h2 a:hover{
	color: #E8870A;
}

/*- Featured Post -*/
#columns .post .featured h2{
	font-size: 1.6em
}
#columns .post .featured .pic h3{
	background: #262626;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 36px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
#columns p.posted{
	color: #666666;
	font: 9px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 10px
}
.post h3 { font-family: 'Helvetica Neue' !important; }

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #ffffff;
	border: #E2E1DD 5px solid;
	clear: both;
	color: #e8870a;
	margin: 0 0 12px;
	width: 290px;
}
.box a{
	color: #666666;
        font: 13px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.box a:hover{
	color: #9a352b;
        font: 13px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}
/*- Ads -*/
.box .spacer.ads .ar{
	padding: 0 12px
}
.ads {
	text-align: center;
        font: 0.85em Helvetica, Arial, sans-serif
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0 0 3px;
	padding:0 0 5px 20px;
}
.list1 li a{
	color: #666666;
	padding: 0 0 0 0;
}
.list1 li a:hover{
	color: #9A352B;
	padding: 0 0 0 0;
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 1.1em;
	margin: 3px 0 5px 0;
	border-top: 2px dotted #E2E1DD;
}
.list3 li a{
	color: #445078;
}
.list3 li  a em{
	color: #3A678C;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	border-top: 0px solid #E2E1DD;
	width: 1100px;
	height: 240px;
	clear: both;
	color: #E2E1DD;
	background-color: #555555;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 17px;
	padding: 0px;
        margin: 10px 0 30px 0;	
}
#footer a{
	color: #e2e1dd;
}
#footer a:hover{
	color: #e8870a;
}
#footer img {
	vertical-align:none;
}
#footer2{
	border-top: 0px solid #E2E1DD;
	width: 1100px;
	height: 260px;
	clear: both;
	color: #E2E1DD;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 17px;
	padding: 0px;
        margin: 10px 0 30px 0;	
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
        margin: 10px 0 0 0;
}
a.more{
	color: #445078;
	font-weight: normal;
        margin: 0 0 10px 0
}
a. more hover{
        color: #2C344F;
}
a.more2{
	color: #445078;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
        margin: 0 0 10px 0
}
a. more2 hover{
        color: #2C344F;
}
.th{
	border: 0px solid #C0C0C0;
        width: 120px;
	height: 100px;
	float: left;
	margin: 0 10px 5px 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 275px
}
#videolist .idTabs li{
	font: .85em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 7px
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#000 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= THREADED COMMENTS =========*/

#comments_wrap { 
	margin:20px 0 0;
} 
ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	padding:0;
}

.post-alt p {
	padding:0;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-size: 28px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}
.singleh2 a:hover {
	color: #E8870A;
}
.singleh3 {
	font-size: 12px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 12px;
	text-transform: uppercase;
}
.singleh3 a {
	color: #666666;
}
.singleh3 a:hover {
	color: #E8870A;
}
.entry p{
	text-align:left;
	font-size:14px;
	font-family: Georgia, 'Times New Roman', serif;
	line-height:28px;
        margin: 20px 10px 0 0
        padding-top:1.0em;
        padding-bottom:1.0em;
	}
.entry blockquote { 
	padding: 10px;
	border: 1px dotted #666666;
	color:#999999;
	width:85%;
	margin: 5px 5px 10px 5px;
	font-style: none;
	}
.entry blockquote p {
	font-size:13px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px;
	background:#FFFFFF;
	border: solid 0px #E2E1DD;
	width: 700px;
	height: auto;
        margin: 0 0 10px 0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:680px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:18px;
	color:#666666;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	color:#445078;
	font-weight:bold;
	padding-left:20px;
}
.arclist{
	border-top: 0px solid #e2e1dd;
	border-bottom: 0px solid #e2e1dd;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 250px;
}
.arclist h2{
	font-size:18px !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:none;
}
.archivepost {
    font-family: Georgia,'Times New Roman',serif;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.archivepost h2{
	color: #000000;
        font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
        line-height: 20px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}

/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
	margin: 0 0 30px 0;
}
.navigation a {
	color: #445078;
	font-size: 1.2em;
	font-weight: none;
        margin: 0 0 10px 0;
}
.navigation a hover {
	color: #2C344F;
	font-size: 1.2em;
	font-weight: none;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/* version 2.2.1 */

#columns .post .featured .pic h3{
	position:relative;
	margin: 10px 0 10px;
}

#columns .post .featured img.featured { 
	height:300px; width:525px;
}

/*=== Gravity forms ===*/
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 80px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; border: 0px !important; }
.gform_wrapper input { padding: 5px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 300px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }
.entry .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { list-style: none !important; }
