/*  
Theme Name: Fresh News
Theme URI: http://www.woothemes.com/
Description: Fresh News by WooThemes
Version: 2.0.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #efefef;
	color: #555555;
	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}
a{
	color: #006c07;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*=== Layout ===*/

#top{
	clear: both;
	height: 30px;
	margin: 0 auto;
	padding:0;
	line-height:29px;
	font-size:11px;
}

/*========= TOP NAVIGATION =========*/

.nav1, .nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	z-index: 100;
}

.nav1 a {
	display: block;
	padding-bottom:4px;
	padding: 0 10px;
	z-index: 100;
	color: #a0a09b;
}

.nav1 li {
	float: left;
}

/* Style drop down list */

.nav1 li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}
.nav1 li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
}
.nav1 li:hover ul, .nav1 li.sfhover ul{
	left: auto;	
}
.current_page_item a {
	color: #e8a02c;
}

.nav1 li ul li a {
	line-height: 25px;
	font-size: 11px;
	color: #555555;
	width: 130px;
	padding-bottom:0;
}

.nav1 li ul li a {

}
.nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
.nav1 li ul ul {
	margin: -25px 0 0 150px;
}

.nav1 li ul ul li a {
	line-height: 25px;
}

.nav1 li:hover ul ul, .nav1 li.sfhover ul ul {
	left: -999em;
}

.nav1 li:hover ul, .nav1 li li:hover ul, .nav1 li.sfhover ul, .nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

.nav1 li:hover, .nav1 li.hover {  
	position: static;
}


/*- Subscribe -*/
.subscribe{	color: #a0a09b; float:right;}
.subscribe a { color: #e8a02c; }
.subscribe a:hover { text-decoration:underline; }

/*=== Top Menu ===*/
#topmenu{
	position:relative;
	height:40px;
	margin-bottom:20px;
background:url(images/m_bg.png) repeat-x;
z-index:2;
}
.box{z-index:1;}
#topmenu li{
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #224f66;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #006c07;
	text-decoration: none;
}

/*- Nav / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
        font-family:georgia;
}
#nav {
	padding: 0;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;	
}
#nav li a:hover {
	background: none;
}
#nav li ul {
background:#fff url(images/m_bg2.png) repeat-x 0px -1px;
	position: absolute;
	width:181px;
	left: -999em;
	padding-top:px;
        border-top:1px solid #b1b1b1;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:10000;
}
#nav li ul li {
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
        font-family:arial;
}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul ul {
	margin: -29px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
} 

/*==============  HEADER  ===================*/
#header{
	height:113px;background:url(images/h_bg.png) repeat-x;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 37px 0px 0 0;
	text-align: right;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/

#header h1 a{background:url(images/h_logo_1.png) no-repeat 30px 15px;text-indent:-99999px;width:191px;height:113px;display:block;}
#header h4{display:block;position:absolute;bottom:10px;right:0px;background:url(images/h_text.png) no-repeat;text-indent:-99999px;width:430px;height:14px;}
#header .grid_16{position:relative;background:url(images/h_logo_2.png) no-repeat 0px 0px;}

/*- RSS -*/
#rss{
	position:absolute;
	top:-10px;
	right:0px;
	height: 38px;
	width: 39px;		
	display: inline;
	float:right;
}
/*- Search -*/
#search{
	background: url(images/bgr-search.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 178px;
	padding:2px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

/*=== typography ===*/
h2{
	color: #045B88;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}
h2 a{
	color: #045B88;
}

h3, h4, h5{
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
}
#sidebar h3{
	background:#ebe9e1;
	font: 12px Arial, Helvetica, sans-serif;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #dedbd1;
	height:16px;
}

.featuredpost h2 { font-size:30px; }

/*- SideTabs -*/
.idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
}
.idTabs li{
	float:left;
}
.idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #dedbd1;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*=== Post ===*/

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #999999;
	font-size: 11px;
	height: 30px;
	line-height: 25px;
	margin: 0 0 10px;
}
.date-comments a { 	color: #999999; }

#centercol .date-comments p{
	line-height: 25px;
}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.continue{
	background: url(images/ico-continue-trans.png) no-repeat left;
	padding: 1px 0 1px 20px;
	line-height:20px;
}
span.continue-archives{
	background: url(images/ico-arrow-trans.png) no-repeat right center;
	padding: 0px 15px 0px 0px;
	margin-bottom:20px;
}
span.continue-archives-alt{
	background: url(images/ico-arrow-trans-left.png) no-repeat left center;
	padding: 0px 0 0px 15px;
	margin-bottom:20px;
}
span.continue-archives a, span.continue-archives-alt a { 
	color:#777777; 
	font-weight:bold;
	font-size:14px;
}
a.more{
	background: url(images/ico-arrow-trans.png) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 0px 0 0 15px;
}

/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget{
	background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 0 0 15px 0px;
	padding:18px;
	overflow:hidden;
}
.box img { 
	border: 1px solid #d3d3d3;
	margin: 0 0 10px 0;
}
.box p{
	line-height: 18px;
	padding: 0 0 10px;
}
.widget { padding:15px; }

/*- Box2 (sidebar boxes) -*/
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box2 .flickr_badge_image img{
	float:left;
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box2 .flickr_badge_image img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}
/*- Ads -*/
.ads{
	height: 125px;
	margin: 0;
	padding:10px 15px;
}
.ads img{
	float: left;
	margin: 0 7px 7px 0px;
	border: 1px solid #dedbd1;
}
.ads img.last{
	margin: 0;
	float:right;
}
#mpu_banner {
	border: 1px solid #dedbd1;
}	

/*=== Styling Lists ===*/

/*- List1 -*/
.list1{
	padding: 0;
	padding: 15px;
}
.list1 li{
	background: url(images/ico-star-trans.png) no-repeat top left;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}
.list1 li a{
	color:#222222;
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 0 0 5px;
	padding: 12px 10px;
}
.list2 p {
	line-height:16px;
}
/*- Widget lists -*/
.widget ul{
	line-height:16px;
	padding: 0px;
}
.widget ul li{
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.widget ul li a{
	color:#222222;
}
.widget ul li ul{
	margin: 5px 0 0px 10px;
}	

.widget ul li ul li{
	background: none;
	border-top: 1px solid #f1f1ed;
	border-bottom: none;	
	padding: 5px 0px;
}

/*=== Footer ===*/

#footer{text-align:center;background:#f5f5f5 url(images/f_bg.png) repeat-x;height:72px;display:block;padding:30px 0 0 0;font-family:georgia;margin:40px 0 0 0;}
#footer, #footer a{color:#444;}
#footer ul{text-align:center;}
#footer ul li{display:inline;padding:0 14px;}
#footer p{margin:20px 0 0 0;}

/*=== Misc. ===*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #DEDBD1;
	margin: 0px 7px 0 0;
	padding:4px;
	background:#FFFFFF;
}

/*========= VIDEO =========*/

.video{
	height: 250px;
	margin: 0 0 10px 0;
	width: 300px;
	display: inline;
}

/*- SideTabs -*/
.vidtabs .idTabs{
	font-size: 12px;
	margin: 10px 0 0 0;
	width:100%;
	float:none;
}
.vidtabs .idTabs li{
	padding:0px;
	float:none;
}
.vidtabs .idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	text-align: left;
	border:0px;
	margin:0;
}
.vidtabs .idTabs li.last a{
	margin: 0
}
.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p, #respond p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist .content {
	margin-left:70px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li.comment{
	padding: 15px 15px 5px;
	margin:10px 0;
	background:#F8F8F4;
	border:1px solid #DEDBD1;	
}

input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

/*========= SINGLE POST SPECIFIC =========*/

span.tags{
	background: url(images/ico-tags-trans.png) no-repeat left;
	padding: 1px 0 0 20px;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding:0;
	border:1px solid #dedbd1; 
	}
.entry ul, .entry ol,.sub-content ul {
	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:none;
	margin-left:15px;
	padding:3px 0px 3px 18px;
background:url(images/c_ul.png) no-repeat 0px 11px;
	}
.sub-content ul li {
	list-style:none;
	margin-left:2px;
	padding:3px 0px 3px 18px;
        background:url(images/c_ul.png) no-repeat 0px 11px;
	}
.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 =========*/

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.catrss {
	background: url(images/ico-rss.gif) center left no-repeat;
	padding-left: 24px;
	line-height: 16px;
}

/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation a {
	color:#666666; 
	font-weight:bold;
	font-size:14px;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= AUTHOR INFO =========*/

.author_info {
	padding: 0px;
	margin-top:15px;
	color:#666666;
}

.author_photo {
	float:left;
	margin-right:10px;
	width:58px;
}

.author_photo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 48px;
	height:48px;
	float:left !important;
}
.author_info p {
	font-size:12px;
	padding:0px;
	margin-bottom:10px;
}
.author_info a {
	color:#000000;
	text-decoration:none;
	padding:0;
}
.author_info a:hover {
	text-decoration:underline;
}
.author_info ul, .author_info li {
	margin:0px;
	padding:0px;
}
.author_info h3 {
	font-size:14px;
	margin-bottom: 10px;
	padding: 0px;
}

.author_email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}

.entry .wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
}
.entry .wp-caption img{
	border:0;
	padding:4px 0;
	background:none;
	margin:0;
}
.entry .wp-caption-text {
	padding:0;	
	margin:0;
	font-size:11px;
	text-align:center;
}
.entry .aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.entry .alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.entry .alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}
ol { zoom: 1; }


/*=============================================================

NEW STYLES VERSION 2.0

==============================================================*/

img.post-thumbnail { float:left; margin:5px 10px 5px 0; }

/* PageNavi */

.more_entries {font-size:11px; padding-bottom:35px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important; font-weight:normal; font-size:12px;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #f8f8f7 !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #ffffff;color: #666; padding: 4px 8px !important; margin-left: 4px; border:1px solid #dfdccf; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }



#wic-table, .hw-table{border:1px solid #ccc;padding:4px;}
#wic-table td,.hw-table td{width:100px;text-align:center;padding:4px;}
.faq-list{padding:10px;}
.faq-list h4{}
.faq-list h4 a{margin:-10px -10px 0 -10px;display:block;border:1px solid #ccc;background:#eee;padding:4px 10px;text-decoration:none;color:#333;font-weight:700;font-size:14px;line-height:24px;width:580px;}
.faq-list h4 a:hover{background:#ddd;color:#333;text-decoration:none;}

#centercol h3{color:#0b3e58;text-align:left;line-height:20px;margin:10px 0 10px 0;font-size:20px;font: 20px Georgia, "Times New Roman", Times, serif;}

#qas{margin:40px 0 0 0;}
#qas .faq-list h4 a p{display:inline;}
#qa-form{margin:10px 0 0 0;}
#qa-form legend{display:none;}
#my-qa{background:#3599CB;text-decoration:none;color:#fff;float:right;padding:4px 6px;font-weight:700;}
#my-qa-form{background:#EFEFEF;padding:12px;display:block;width:578px;}
.faq-list .arrow-1, .faq-list .arrow-2{float:right;}


/* map */
#leftPane{width:906px;height:485px;margin-top:10px;}
#map{height:480px;border:1px solid #dedbd1;margin: -40px 8px 8px 0px;}
#rightPane{display:none;}
#markerList{list-style:none;margin:10px 0;padding:0px;width:895px;}
#markerList li{padding:10px 16px;cursor:pointer;width:190px;float:left;border:px solid black;font-size:14px;font-weight:700;}
#markerList li:hover{background-color: #f7f7f7;}
#map{font-size:12px;font-family:arial;}
.tooltip{background-color:#FFFFFF;border:2px solid #CCCCCC;padding:6px;white-space:nowrap;font-family:arial;font-size:12px;}
.googleMarkerTab .address{margin-bottom: .6em;}
.tooltip dl,.tooltip dd,.tooltip dt{margin: 0px;padding: 0px;}
.tooltip dt, #map dt{font-weight:700;font-size:14px;}
.tooltip dd,#map dd{padding:4px 0 0 0;}
#hidemap{display:none;visibility:hidden;}
#loccontent{font-size:14px;margin:20px 0 0 0;font-weight:700;}
#contentarea #leftPane{width:578px;height:400px;}
#contentarea #map{height:395px;}
#map img{background:none;border:0px;}
.iwstyle {font-size:12px;padding:0 0 16px 0;}

.contacts-list div{width:224px;float:left;display:block;height:150px;line-height:18px;margin:0 0 20px 0;}

.sub-title{color:#045b88;font-size:24px;font-family:georgia;font-weight:100;}
.sub-title2 a,.sub-title2{font-family:georgia;font-size:14px;font-weight:100;margin:0;padding:0;}
.sub-date{color:#999;font-size:11px;margin:0 0 4px 0;display:block;}
.sub-comment{color:#aaa;float:right;margin:0 0 20px 0;background:url(images/c_cmnt.png) no-repeat 0px 2px;padding:0 0 0 16px;}
.sub-comment a{color:#aaa;}
.bt-viewall{}
.bt-viewall a{display:block;background:url(images/c_bt_viewall.png) no-repeat;width:80px;height:31px;text-indent:-9999px;margin:0px auto 0 auto;}
.sub-content{line-height:19px;}
.post-img{margin:0 0 10px 0;}

.grid_4 .box{min-height:420px;}


/* slideshow / eqipment page */
.r img{border:0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.r{overflow:hidden;width:900px;height:320px;position:relative;margin:20px 0 0 0;}
#side{z-index:10;position:absolute;overflow:hidden;top:0px;right:0px;display:block;width:312px;margin:0;padding:0;}
#side ul{margin:0 0 0 12px;padding:0 0 0 0px;}
#side ul li{position:relative;height:100px;float:left;margin:0 0 10px 10px;}
#side ul li.hover{cursor:pointer;background:#fff;}
#big{width:576px;display:block;position:relative;height:320px;margin:0;}
#big div{position:absolute;bottom:0px;left:0;background:#000;width:100%;padding:12px 12px;color:#fff;font-family:arial;font-size:12px;font-weight:700;}
#big div span{display:block;font-weight:100;font-size:18px;font-family:georgia;}
#big div span p{margin:0;padding:0;}
#side ul li.active div{border:3px solid #398804;display:block;position:absolute;top:0px;left:0px;width:134px;height:94px;text-indent:-999999px;}
#side ul li.active div span{}
#side ul li div{display:none;}
#slides-content{margin:10px 0 0 0;font-weight:100;font-size:12px;font-family:arial;}
#slides-content p{margin:0 0 5px 0;padding:0;}

.hideimg{display:none;}
.sub-content3{line-height:20px;}
.sub-title3{margin:14px 0 0 0;font-family:georgia;font-weight:100;font-size:14px;}
.sub-title2{margin:0 0 4px 0;}
.sub-content2{padding:0 0 10px 0;display:block;}
.close_image{background:url(includes/facebox/closelabel.gif) no-repeat;width:66px;height:22px;display:block;float:right;}
.blog-rss {background: url(images/ico-rss.gif) center left no-repeat;padding:0 0 0 24px;line-height:20px;font-size:16px;font-family:georgia;display:block;margin:0 0 10px 0;}
.image_only{padding:18px 18px 0 18px;}
#tagcloud,#catlist{font-family:georgia;}
#catlist li{font-size:14px;}
body .noborder input, body .noborder textarea,body .noborder img, body .noborder a{border:0px;}

.equalheight .box{height:420px;overflow:hidden}
.home-posts-short{height:120px;margin:0 0 10px 0;overflow:hidden;background:url(images/fade.png) repeat-x bottom;}

#pagination{font-size:15px;margin:0 auto;text-align:center;}