/*  
Theme Name: Flash News
Theme URI: http://www.woothemes.com/
Description: Flash News by WooThemes
Version: 2.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #eae9e1 url(images/bgr.gif) repeat-x top;
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #0681b5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0
}
li{
	list-style: none
}
/*=== Layout ===*/
.fullWidth {
	width: 100%;
}
.fixedWidth {
	width: 1100px;
	margin:0 auto;
}
#page{
	background: #ffffff;
	margin:0;
	width: 100%;
}
#top, #footer{
	clear: both;
	/*height: 28px;*/
	margin: 0 auto;
	width: 100%;
}

#header {
	width: 1100px;
	margin: 0 auto;
}


#page-bot{
	background: url(images/page-bot.gif) no-repeat top;
	height: 45px;
	overflow: hidden;
}
/*========= NAVIGATION LISTS =========*/

/*- Nav1 -*/
.nav1{
	float: left;
}
.nav1 li{
	float: left;
}
.nav1 li a{
	color: #878787;
	display: block;
	height: 27px;
	text-align: center;
}
.nav1 li.active a, .nav1 li a:hover, .nav1 li.current_page_item a{
	color: #ff7800;
	text-decoration: none;
	height:27px;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px; display: inline; line-height: 14px; }

.nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
.nav1 li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
.nav1 li a span { float: none; }
.nav1 li a:hover span { }
.nav1 li a:hover , li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
.nav1 li a:hover span , li.current_page_item a span{ background-position: 100% -27px; }


/*- Nav2 / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
}
#nav {
	padding: 0 0 0 10px;
	margin-top:4px;
	width:750px;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;
	height: 32px;
	
}

#nav li ul {
	position: absolute;
	width: 17em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}


/* IE7 Fix */
.nav li:hover, .nav li.hover { position: static; }


/*=== Top Menu ===*/
#topmenuWrapper{
	width:850px;
	height: 38px;
	float:left;
	margin-top:25px;
	_margin-bottom: -20px !important;
}
#topmenu{
	width:840px;
	float:left;
	background: url(images/topmenu-bgr.gif) repeat-x 0 0;
	height: 38px;
}
#topmenuLeft {
	width:5px;
	float:left;
	background: url(images/topmenuLeft-bgr.gif) no-repeat 0 0;
	height: 38px;
	zoom:1;
}
#topmenuRight {
	width:5px;
	float:left;
	background: url(images/topmenuRight-bgr.gif) no-repeat 0 0;
	height: 38px;
}
#topmenu li{
	/*background: url(images/topmenu-sep.gif) no-repeat left;*/
	float: left;
	line-height: 28px;
	height: 35px;
	margin-right:5px;
}

#topmenu li.sfHover,
#topmenu li.current_page_item,
#topmenu li.current_page_item a span,
#topmenu li.page_item a:hover span {
	background: url(images/top-nav-bg-left.gif) no-repeat 0 0;
}
#topmenu li a{
	color: #FFF;
	display: block;
	margin: 0 1px 0 3px;
	padding: 0 15px;
	font-size:13px;
	font-family:Segoe UI, Verdana;
	height: 32px;

}
#topmenu li.page_item a {
	padding: 0;
}
#topmenu li.page_item a span {
	display: block;
	padding: 0 15px;
}

#topmenu li.current_page_item a,
#topmenu li.sfHover a,
#topmenu li a:hover,
#topmenu li.active a {
	color: #fff;
	text-decoration: none;
	background: url(images/top-nav-bg.gif) no-repeat 100% 0;
}
#topmenu li.current_page_item a span {
	background:none;
}
#topmenu li ul  {
	margin:-4px 0 0 0;
}

#topmenu li ul li {
	width:17em;
	background: #dd7605;
}
#topmenu li ul li a {
	margin:3px 3px 0 3px;
	padding:0 12px;
	color: #fff;
	text-decoration: none;
	height:30px;
	background:none !important;
}
#topmenu li ul li a:hover,
#topmenu li ul li a:active{
	background:#696969 !important;
}
.sf-sub-indicator {
	background:none !important;
}
/*=== Header ===*/
.headerBg {
	background-color:#303030;

}
#header{
	height: 90px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 40px 23px 0 0;
	text-align: right;
	width: 223px;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height:90px;
	width: 235px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- RSS -*/
#rss{
	height: 45px;
	margin: 0;
	width: 44px;
	position: relative;
	left:885px;
	top:-50px;
	display: inline;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
	width: 223px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 180px;
}
#search .btn{
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}
.topPageTopBg {
	background:url(images/topPageTop_bg.jpg) repeat-x 0 0;
	
}
.topPageBg {
	background:url(images/topPage_bg.jpg) no-repeat 50% 0;
}

/*=== Columns ===*/
#columns{
	margin: 0 auto;
	background:#e8e3d2;
}
#columns h2{
	color: #5f5f5f;
	font: 26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
#columns h2 a{
	color: #fd6e05;
}
#columns h3, #columns h4, #columns h5{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
	text-transform: uppercase;
}
#columns h3, #columns h5{
	background: url(images/ico-star.gif) no-repeat left;
	height: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 17px;
}
#centercol h3 {
	margin: 0 0 15px;
}

#columns h4, {
	padding: 0 0 0 0px;
        color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}

/*--- Left Column ---*/
#leftcol{
	float: left;
	padding: 0 0 20px 0;
	width: 220px;
}

/*--- Center Column ---*/
#centercol{
	float: left;
	padding: 0 0 20px 0;
	width: 530px;
}
#centercol h2{

	padding-top: 15px;

}

#centercol p, .box p{
	line-height: 22px;
	padding: 0 0 10px;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 305px;
	margin-top:15px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 269px;
}
.col2{
	float: left;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	width: 205px;
}
.col3{
	/*border-left: 1px solid #f2f1e9;*/
	float: left;
	margin: 0 10px 0 0 !important;
	width: 260px;
	padding: 0 0 0 10px !important;
	display: inline;
}

.showBoxMain{
	padding: 0;
	width:1100px;
	margin:0 auto;
	padding-top:15px;
	/*height:310px;*/
	min-height:85px;
}
.showBoxWrapper {
	height: 240px;
	padding: 0;
	width:895px;
	margin-left:200px;
}
.showBox{
	height: 220px;
	padding: 0;
	width:895px;
	
}
.featuredpost {
	width:840px;
	height:220px;
	overflow:hidden;
	margin-left:30px;
}
.featureditem {
	width: 870px;
	height:220px;
	_margin:0;
	padding:0;
	overflow:hidden;
}
.featureditemBox {
	float:left;
	width: 270px;
	height:200px;
	margin:0 10px 0 0;
	overflow:hidden;
	position:relative;
	/*background: url(images/slideImage_bg.png) repeat-x 0 100%;*/
}
.headlineTitleText {
	position:absolute;
	width:210px;
	height:20px;
	top:130px; left:33px;
	z-index:10;
	background:#000;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
.headlineTitleText a {
	color:#08bea7;
}
.headlineTitleText a:hover {
	text-decoration:none !important;
}
.col4{
	float: left;
	width: 256px;
	height:180px;
	margin: 0;
	padding: 0;
	border:7px solid #e1e12a;
}
.col5{
	float: right;
	margin: 50px -5px 0 0;
	padding:0;
	width: 250px;
	
}
/*- SideTabs -*/
.idTabs{
	font-size: 12px;
}
.idTabs li{
}
.idTabs li a{
	display: block;
	margin: 0 5px 0 0;
	text-align: left;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	color: #FF7800;
	text-decoration: none
}

/*=== Post ===*/
#featcarousel {
	list-style: none !important;
	float:left;
	display:inline;
}

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #777777;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
}
#centercol .date-comments p{
	line-height: 25px;
}
.continue-tags{
	clear: both;
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
	padding-left:100px;
}
.featuredpost .continue-tags {
margin: 2px 0 0 0;
padding: 4px 10px 0 10px;

}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.tags{
	background: url(images/ico-tags.gif) no-repeat left;
	padding: 1px 0 0 20px;
}
a.more{
	background: url(images/ico-arrow.gif) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 1px 0 0 20px;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	margin: 0 0 20px;
	/*width: 1000px;*/
}
.boxbottom { margin:0; }
.box .top,
.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 0 5px;
}
/*- Box2 -*/
.box2{
	
	margin: 0 0 15px;
	width: auto;
	background:#f6f3e8;
	position:relative;
	border:1px solid #dedac9;
}
.box2 .top {
	clear: both;
	height: 40px;
	overflow: hidden;
	position:relative;
	left:-14px;
	top:8px;
	color:#FFF;
	
	width:308px;
}
.box2 h4 {
	color:#FFF  !important;
	font: 16px Georgia, "Times New Roman", Times, serif !important;
	font-weight:bold !important;
	line-height:33px  !important;
	padding-left:20px;
	/*border:2px solid #00CC00  !important;*/
}
.headerLime {
	background:url(images/bg_box_lime.gif) no-repeat 0 0;
}
.headerOrange {
	background:url(images/bg_box_orange.gif) no-repeat 0 0;
}
.headerGreen {
	background:url(images/bg_box_green.gif) no-repeat 0 0;
}
.box2 .bot{
	/*background: url(images/box2-top.gif) no-repeat top;*/
	clear: both;
	height: 10px;
	overflow: hidden;
}

.box2 .nav1{
	float: none;
	padding: 0 0 0 20px;
}	
.box2 .spacer{
	height: 1%;
	padding: 0 5px;
}
.box2 .spacer .white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box2 .flickr_badge_image img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
	float:left;
}

.box2 #subscribeBox {
	background:none !important;
	padding:0;
	margin-top:10px;
	color:#333333;
	font-size:12px;
}
/*- Font Selection -*/
#fonts{
	background: transparent url(images/ico-fonts.png) no-repeat left;
	float: right;
	text-align: right;
	width: 45px;
}
#fonts a{
	color: #878787;
}
#fonts a:hover, #fonts a.active{
	color: #ff7800;
	text-decoration: none;
}

/*- Ads -*/
.ads{
	margin: 0 0 10px 0;
}

.ads img.last{
	margin: 0;
	float:right;
}
/*=== Styling Lists ===*/
/*- Headline List -*/
.headlines{
	margin: 0 0 10px;
}
.headlines em{
	font-size: 11px;
	font-style: normal;
}
.headlines dl{
	border-bottom: 1px solid #cacaca;
	height: 30px;
	line-height: 30px;
}
.headlines dt{
	float: left;
	width: 420px;
}
.headlines dt a{
	color: #ff7800;
	font-weight: bold;
}
.headlines dd{
	float: right;
	font-size: 11px;
	text-align: right;
}
/*- List1 -*/
.list1{
	padding: 0 0 0 5px;
}
.list1 li{
	background: url(images/ico-star.gif) no-repeat left;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.list1 li a{
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 0 5px;
	padding: 12px 10px;
}
/*- List3 -*/
.list3{
	padding: 0 0 0 5px;
}
.list3 li{
	background: url(images/bullet_white.png) no-repeat left;
	border-bottom: 1px solid #aba389;
	line-height: 25px;
	padding: 0 0 0 18px;
}
/*=== Footer ===*/
#footer{
	background: #8b8368;
	display:block;	
	height:1%;
	border-top:1px solid #b1aa90;
	border-bottom:1px solid #b1aa90;
}
#footerBox {
	font-size: 11px;
	line-height:16px;
	width:860px;
	margin:0 0 0 220px;
	padding:20px 0;
}

#footer h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #f1f5c6;
	margin-bottom:20px;
}
#footer, #footer a{
	color: #FFF;
}

#footer img {
	vertical-align:middle;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 20px 5px 0;
}
.previewIndexBoxBody img.fl{
	margin: 0 15px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 220px;
	margin: 0 0px 0 5px;
	width: 270px;
	display: inline;
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
	border-top:1px solid #cacaca;
	padding-top:13px;
}
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;
}
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:#F8F8F4;
	border:1px solid #F2F1E9;	
}
input#submit { border:0px; }

/*========= THREADED COMMENTS =========*/

ol.commentlist p{
	padding:0px !important;
}

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;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-size:26px !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px !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: 3px 3px 3px 3px;
	background:#f6f3e8;
	border: solid 1px #dedac9;
	margin:0 20px 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;
	}
s
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*- Widget -*/
.widget { margin-bottom:15px; }
.widget ul{ padding: 0 0 0 5px; }
.widget ul li{
background: url(images/ico-list.gif) no-repeat left;
border-bottom: 1px solid #f1f1ed;
line-height: 25px;
padding: 0 0 0 25px;
}

/* ------- Version 2.0 --------- */

#mpu_banner { text-align:center; margin:3px 0 9px;}
.ads { 
	margin-top:10px; 
	position:relative;
	 
}
.ads img{
	float: left;
	margin:5px 5px 5px 0;
	border:4px solid #6b6b6b;
	opacity:0.6;filter:alpha(opacity=60);
}
/*.ads img { padding:0 0 10px 20px; }*/

.leftPanelLinks {
	margin-top:30px;
	padding:5px;
	width:190px
}
.leftPanelLinks li {
	padding:3px 0;
}
.leftPanelLinks li a {
	padding:5px 5px 5px 20px;
	display:block;
	font-size:12px;
	font-weight:bold;
	background:#f6f3e8;
	color:#333333;
	text-decoration:none;
}
.leftPanelLinks li a:hover,
.leftPanelLinks li.test a {
	background:#969595;
	color:#FFF;
	text-decoration:none;
}
#top {
	display:none;
}
.centercolIndex {
	width:860px !important;
}
.centercolIndex h1 {
	margin:25px 0 15px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	color:#FFF;
	font-weight:normal;
}
.centercolIndex h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.previewIndexBox {
	float:left;
	width:410px;
	height:130px;
	margin-bottom:30px;
}
.previewIndexBoxBody {
	width:410px;
	height:120px;
	overflow:hidden;
}
.previewIndexBoxBody h2 {
	margin-bottom:10px  !important;
}
.previewIndexBoxBody img {
	width:70px;
	height:70px;
	overflow:hidden;
	margin:0 15px 0 0;
	float:left !important;
	border:5px solid #666666; 
}
.previewIndexBoxMargin {
	margin-right:40px;
}
#columns .previewIndexBoxBody h2 a {
	color:#FF6600 !important;
}
.previewIndexBoxBody p {
	line-height:15px !important;
	font-size:11px;
	padding-bottom:0 !important;
}
.previewIndexBoxBody, .previewIndexBoxBody p {
	color:#999999;
}
.sidebarHeader {
	margin:30px 0 20px 20px !important;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px !important;
	color:#FFF !important;
	font-weight:bold;
}
.topPageTitle {
	height:65px;
	width:860px;
	margin:0 0 20px 225px;
	background: url(images/title_bg.png) repeat-x 0 100%;
	/*padding-top:15px;*/
	
}
.topPageLeft {
	width:570px;
	float:left;
} 
.topPageTitle h1 {
	width:530px;
	margin:0;
	color:#333;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	position:relative;
}
.topPageTitle h1 .front {
	width:530px;
	color:#FFF;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	position:absolute;
	top:-1px; left:-1px;
	z-index:10;
}
.topPageTitle h3 {
	width:330px;
	margin:0 0 0 170px !important;
	padding:0 !important;
	color:#FFF !important;
	font:24px Georgia, "Times New Roman", Times, serif !important; 
	font-style:italic !important;
	line-height:24px !important;
	font-weight:normal!important;
	background:none !important;
	text-transform:none !important;
	height:24px !important;
}
.topPageTitle .topPageDate {
	width:290px;
	float:left;
	margin:0;
}
.topPageDateText {
	width:307px;
	float:left;
	margin:0;
	color:#f3fab5  !important;
	font-size:12px  !important;
	font-weight:bold  !important;
	line-height:18px !important;
}
.topPageDateText h4 {

	color:#f3fab5  !important;
	font-size:16px  !important;
	font-weight:bold  !important;
}
.topPageDateText span {
	margin:0;
	color:#f3fab5;
	font-size:12px;
}
.topPageDateCalendar {
	width:55px;
	height:35px;
	float:left;
	margin:0 14px 0 0;
	background: url(images/calendar_bg.gif) no-repeat 0 0;
}
.topPageMonth {
	color:#fff;
	font-size:11px;
	padding-top:1px;
	text-align:center;
	font-weight:normal;
	line-height:12px
}
.topPageDay {
	color:#333;
	padding-top:2px;
	font-size:18px;
	text-align:center;
}

.breadcrumbBgImg {
	background: url(images/bread_bg.gif) repeat-x 0 0;
}
.breadcrumbWrapper {
	width:1100px;
	height:18px;
	padding:5px 0;
	margin:0 auto;
}
.breadcrumb {
	width:800px;
	margin-left:230px;
}
#subscribeBoxWrapper  {
	position:relative;
	width:220px;
	float:left;
	margin-top:30px;
	z-index:20;
}
#subscribeBoxWrapper h4,
.boxSingleAd h4 {
	width:160px;
	height:23px;
	line-height:28px !important;
	padding:7px 0 0 10px !important;
	background:#fc8707;
	color:#FFF !important ;
	font:bold 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif !important;
}
#subscribeBoxWrapper h4{
	cursor:pointer;
}
#subscribeBox {
	position:relative;
	width:100%;
	height:80px;
	top:0; left:0;
	margin-top:31px;
	padding:8px;
	background:#ada59b;
	z-index:19;
	font-size:11px;
	color:#FFF;
}
.newsletterContainer {
	margin:5px 0;
}
.newsletterContainer .error {
	margin:5px 0;
	/*padding:3px;
	background:#FFF;
	border:1px solid red;*/
	color:red;
}
.newsletterTextInput {
	height:16px;/**/
	font-size:12px;
	border:1px solid #999;
	color:#999999;
}
.box2 .newsletterTextInput {
	width:180px;
}
.newsletterContainer .submit {
	border:1px solid #8b8368;
	background-color: #e8e3d2;
	height:22px;
	width:80px;
}
.sf-sub-indicator {
	padding:0 5px;
}
h2  a {
	text-decoration:none !important;
}
#centercol .post {
	display:block;
	clear:both;
}
#arrows {
	/*display:none;*/
}
.bigText {
	margin-top:5px;
	display:inline-block;
	font:22px Georgia, "Times New Roman", Times, serif;
}
.boxSingleAd {
	margin-top:25px;
}
.boxSingleAd .top {
	background:none;
}
.boxSingleAd a {
	background:none;
}
.boxSingleAd h4 {
	width:135px;
}
#columns .fixedWidth {
	background:url(images/bg_center.gif) repeat-y 200px 0;
}
.twitter {
	float:right; width:70px; height:32px;	
}
.twitter a {
	margin:3px 0 0 3px;
	width:32px; height:32px;
	float:left;	
}
.twitter a.link1 {
	background:url(images/twitter-32x32.png) no-repeat 0 0;
}
.twitter a.link2 {
	background:url(images/facebook-32x32.png) no-repeat 0 0;
}

