/*  
Theme Name: Fresh News
Theme URI: http://www.woothemes.com/
Description: Fresh News by WooThemes
Version: 1.3.1
Author: WooThemes
Author URI: http://www.woothemes.com/
Modified By: Jason Van Orden
*/

/*--- Setup ---*/

html, body, a, p, ul, li, ol, img, div, span, h1, h2, h3, h4, h5{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background: #eeeeee url(images/bgr.jpg) repeat-x top;
	color: #333333;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}

a{
	color:#5050FF;
}

a:hover{

}

#header input, #header select, #header textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}

select{
	padding: 0;
}

/*--- NAVIGATION MENU ---*/

#topmenu{
	position: relative;
	height: 40px;
	margin-bottom:20px;
}

#nav{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#nav li{
	float: left;
	display:inline;
}

#nav li a{
	color: #555555;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration:none;
	line-height: 40px;
	border-right: thin #dddddd solid;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
}

#nav li a#nav-home{
	background: url(images/nav-home.png) no-repeat 0px 0px;
	width: 116px;
	height: 40px;
	border-left: thin #dddddd solid;
}

#nav li a#nav-home:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-home{
	background-position: 0px -80px;
}

#nav li a#nav-home:active{
	background-position: 0px -80px;
}

#nav li a#nav-newsletter{
	background: url(images/nav-newsletter.png) no-repeat 0px 0px;
	width: 127px;
	height: 40px;
}

#nav li a#nav-newsletter:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-newsletter{
	background-position: 0px -80px;
}

#nav li a#nav-newsletter:active{
	background-position: 0px -80px;
}

#nav li a#nav-toolbox{
	background: url(images/nav-toolbox.png) no-repeat 0px 0px;
	width: 109px;
	height: 40px;
}

#nav li a#nav-toolbox:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-toolbox{
	background-position: 0px -80px;
}

#nav li a#nav-toolbox:active{
	background-position: 0px -80px;
}

#nav li a#nav-archives{
	background: url(images/nav-archives.png) no-repeat 0px 0px;
	width: 106px;
	height: 40px;
}

#nav li a#nav-archives:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-archives{
	background-position: 0px -80px;
}

#nav li a#nav-archives:active{
	background-position: 0px -80px;
}

#nav li a#nav-about{
	background: url(images/nav-about.png) no-repeat 0px 0px;
	width: 93px;
	height: 40px;
}

#nav li a#nav-about:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-about{
	background-position: 0px -80px;
}

#nav li a#nav-about:active{
	background-position: 0px -80px;
}

#nav li a#nav-contact{
	background: url(images/nav-contact.png) no-repeat 0px 0px;
	width: 121px;
	height: 40px;
}

#nav li a#nav-contact:hover{
	background-position: 0px -40px;
}

#nav li.active a#nav-contact{
	background-position: 0px -80px;
}

#nav li a#nav-contact:active{
	background-position: 0px -80px;
}

/*--- HEADER & LOGO ---*/

#header{
	height: 109px;
	background: transparent url(images/header_headshot.png) left top no-repeat;
}

#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 37px 0px 0 0;
	text-align: right;
}

#header .spacer p{
	clear: both;
}

#header h1{
 	margin: 15px 0 0 121px;
	background: url() no-repeat;
	float: left;
	text-indent: -9999px;
	width: 580px;
	display: inline;
	}
	
#header h1 a{
	color: #555555;
	display: block;
	height: 80px;
	width: 520px;
	background: transparent url(images/header_logo-short.png) left top no-repeat;
}

#header h1 a:hover{
	text-decoration: none;
}

/*--- ROUND RSS ICON ---*/
#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: #cccccc;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 178px;
	padding:2px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	float:left;
	width: auto;
}		

/*--- HEADINGS ---*/

h2 a, h3 a, h4 a, h5 a{
	color: #555555;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #999999;
	text-decoration:none;
}

h2{
	font-size: 22px;
	margin: 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.box h2 a img{
 	border: none;
	margin: 0;
	padding: 0;
}

h2.archivetitle{
	padding-left: 35px;
	background: url(images/archive-icon.jpg) left no-repeat; 
}

h3 {
	font-size: 16px;
	margin: 12px 0 12px 0;
}

h4, h5{
	font-size: 12px;
}

#sidebar h3{
	display: block;
	margin: 0 0 12px 0;
	font-weight:normal;
}

/*--- POSTS ---*/

.date-comments{
	border-bottom: 1px dotted #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;
}

span.edit{
	float:right;
	font-size:10px;
	color: #999999;
}

span.edit a{
	color: #999999;
}


a.more{
	background: url(images/ico-arrow-trans.png) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 0px 0 0 15px;
}

/*--- 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;
}

.box img { 
	border: 1px solid #999999;
	margin: 0 10px 10px 0;
}

.box p{
	line-height: 18px;
	padding: 0 0 12px 0;
}

.widget { padding:15px; }

/*--- SIDEBAR BOXES ---*/

.box2{
	font-size:12px;
	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;
}

#connect p, #feeds p, #contact p{
	border-bottom: dotted 1px #dddddd;
	padding: 8px 0 8px 0;
	margin: 0;
}

#connect img, #feeds img{
	margin-right: 6px;
}


#contact img{
	position:relative;
	left:-3px; /* Bumps the icons over a bit to line up with icons in boxes above otherwise the shadows under the icons make it look off.*/
}

/*--- ADS ---*/

.ads{
	height: 125px;
	margin: 0;
	padding:10px 15px;
}

.ads img{
	float: left;
	margin: 0 7px 0px 0px;
	border: 1px solid #dedbd1;
}

.ads img.last{
	margin: 0;
	float:right;
}

#mpu_banner {
	border: 1px solid #dedbd1;
}

/*--- LIST1 ---*/

.list1{
	padding: 15px;
}

.list1 li{
	background: url(images/ico-blue-bullet-trans.png) no-repeat left bottom;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
	list-style:none;
}

.list1 li a{
	color:#222222;
}

#categories.list1 li{
	background:none;
	list-style-type:none;
}

/*--- 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{
	background:#e4e2db url(images/bgr-footer.gif) repeat-x;
	font-size: 11px;
	padding: 18px 0 0px 0;
	font-size:11px;
	height:32px;
	margin-top:10px;
	line-height:22px;		
}

#footer, #footer a{
	color: #cccccc;
}

#footer img {
	vertical-align:middle;
}

/*--- 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;
}

/*--- TESTIMONIALS ---*/

#testimonials{

}

#slider {
  width: 250px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0 15px;
  width: 200px;
  text-align:justify;
}

.scrollButtons {
  position: absolute;
  cursor: pointer;
  top:0px;
}

.scrollButtons.left {
  left: -20px;
  background: url(images/scroll_left.png) no-repeat bottom left;
  width: 15px;
  height: 11px;
}

.scrollButtons.left:hover {
  background: url(images/scroll_left_hover.png) no-repeat bottom left;
}

.scrollButtons.right {
  right: -20px;
  background: url(images/scroll_right.png) no-repeat bottom right;
  width: 15px;
  height: 11px;
}

.scrollButtons.right:hover {
  background: url(images/scroll_right_hover.png) no-repeat bottom left;
}

/*--- TABBED SIDEBAR BOX ---*/
.ui-tabs-hide { 
	display: none; 
}

.ui-tabs-nav{
	padding: 0px;
	font-size: 12px;
	width:100%;
	margin: 0;
	margin-bottom: 5px;
}

.ui-tabs-nav li{
	margin-right: 2px;
	display: inline;
	padding:0px;
}

.ui-tabs-nav a{
	background:#f3f3f3;
	color:#363636;
	padding:5px 8px;
	margin: 0;
	text-align: left;
	border: 1px solid #dedbd1;
	text-decoration:none;
	border-bottom: none;
}

.ui-tabs-nav a:hover {
	margin-top: 0px; 
	color: #000000;
	background: #ffffff;
	border-bottom: none;
	}

li.ui-tabs-selected a{
	position: relative;
	top: 1px;
	margin-top: 0px; 
	color: #000000;
	background: #ffffff;
	border-bottom: none;
}

.ui-tabs-selected a, .ui-tabs-selected a:visited
{
	cursor: text;
}

#podcasts, #videos, #popular, #categories{
	min-height: 120px;
}

.ui-tabs-hide {
		display: 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{
	margin-bottom:10px;
	line-height: 20px;
}

.commentmetabox{
	color: #aaaaaa;
	font-size:11px;
}

.commentmetabox a {
	color:#aaaaaa;
}

ol.commentlist li{
	padding: 20px 18px 10px 18px;
	min-height: 100px;
}

ol.commentlist li.alt{
	padding: 18px 18px 5px 18px !important;
	background:#F8F8F4;
	border:1px solid #DEDBD1;	
	min-height: 100px;
}

ol.commentlist li.highlighted{
	background: #E2F3FE;
	color: #595949;
	border:1px solid #DEDBD1;
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentcount {
	background: inherit;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: bold;
	color: #e0e0d0;
	float: right;
}

.highlighted div.commentcount{
	color:#ABDEFC;
}



.subscribe-to-comments{
	margin-top: 10px;
}

.solo-subscribe-to-comments{
	margin-top: 6px;
	margin-bottom: 6px;	
}

/*--- 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;
	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: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}

.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;
	}

/*--- ARCHIVES ---*/

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
	list-style: none;
}

.catrss {
	background: url(images/ico-rss.gif) center left no-repeat;
	padding-left: 24px;
	line-height: 16px;
}

/*--- PREV/NEXT LINKS ===*/
.navigation {

}

.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 {
	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 {
	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;
}


/*--- Google Search---*/
	
	/* Width */
	.gsc-control {
	  	width: px;
		overflow: hidden
	}
	.gs-result .gs-title,
	.gs-result .gs-title * {
		font-size: em;
	  	color: #;
	}
	.gsc-results .gsc-trailing-more-results,
	.gsc-results .gsc-trailing-more-results * {
	  	color: #;
	}
	.gs-result a.gs-visibleUrl,
	.gs-result .gs-visibleUrl {
	  	color: #;
	}
	.gs-result a.gs-clusterUrl,
	.gs-result .gs-clusterUrl {
	  	color: #;
	}
	.gsc-resultsbox-visible {
		display: table;
		width: 100%;
		overflow: hidden
	}
	img.gsc-branding-img {
	display: none;
	}
	td.gsc-branding-text div.gsc-branding-text {
	display: none;
	}	


/*--- Page Navigation ---*/

.wp-pagenavi{
	float: right;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dedbd1;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dedbd1;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #dedbd1;
	background-color: #e7e7e7;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dedbd1;
	background-color: #e7e7e7;	
}
.wp-pagenavi span.pages {
	visibility: hidden;
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: 1px solid #dedbd1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #555555;
	border: 1px solid #dedbd1;
	background-color: #e7e7e7;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #dedbd1;
	background-color: #FFFFFF;
}

/*--- OPTIN BOX ---*/

#optin{
	border: 0px dashed #d70000;
	line-height: 18px;
}

#optin p{
	margin-bottom: 10px;
	line-height: 18px;
}

#optin li{
	margin-bottom: 10px;
	margin-left: 24px;
}


#optin h3{
	font-weight: bold;
	font-size: 18px;
	color: #d70000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#optinbutton{
	font-size:16px;
	font-weight: bold;
	margin:0;
	width: 250px;
}

#optinbutton:hover{
	cursor: pointer;
}

#greenred{
	background-color: #dd0000;
	padding: 5px;
	margin: 10px 0;
}

#greenred:hover{
	background-color: #00dd00;
}

.underline{
	text-decoration:underline;
}

/*--- Feature Carousel ---*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}

/*- Wrapper -*/

.wrapper{
	float: left;
	padding: 0 0 0 20px;
}

/*- Newsletter Page -*/

.redunderline {
color: #bb0000;
text-decoration: underline;
}
.redtype {
color: #bb0000;
}
.newsheadline{
color: #333333;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px;
margin-bottom: 20px;
margin-top: 20px;
}
.yellowbox{
width:450px;
border: 4px solid #ffe9bb;
background: #ffffcc;
margin: 0 auto;
padding: 10px 15px;
}
input.btn {
width: 360px;
height: 40px;
font-family: Arial;
font-size: 14pt;
font-weight: bold;
letter-spacing: -1px;
padding: 6px; 0px 6px 0px;
border: 5px
border-color: white;
cursor:pointer;
}
.redborder {
background-color: #950000;
padding: 4px;
width: 360px;
margin: 15px auto 15px auto;
cursor:pointer;
text-align:center;
}
.redborder:hover {
background-color: #009900;
}
#signup{
width: 450px;
border: 4px;
border-style: dashed;
border-color: #000000;
margin: 20px auto;
padding: 15px;
background-color: #ffffcc;
}


.noborder{
	border: none;
}
