.bgorange {background: #000 url(../images/bgorange.jpg) repeat-x 0 0;}
.bgpink {background: #000 url(../images/bgpink.jpg) repeat-x 0 0;}
.bgyellow {background: #000 url(../images/bgyellow.jpg) repeat-x 0 0;}
.bggreen {background: #000 url(../images/bggreen.jpg) repeat-x 0 0;}
.bgred {background: #000 url(../images/bgred.jpg) repeat-x 0 0;}


#grandchildnav li{ padding-left:10px; }
#grandchildnav .current_page_item{ background: #555;	}

/* @ FEATURES */
#feature{
	margin: 0 0 1em;
	background: #000 url(../../images/post-bg.gif) repeat-x 0 0 ;
	height: 425px;
	position:relative;
	z-index:0;
	border:1px solid #333;
	overflow: hidden;
}

#feature .thefeature {
	
	height: 385px;
}

#feature-footer {
	background: #222;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index:100;
	padding: 10px 0;
}

#featurenav {
	float: left;
	margin-left: 10px;
	display: inline;
}
	#featurenav a, span.playpause{
		display:block;
		float:left;
		font-family:arial;
		font-size:12px;
		font-weight:bold;
		margin-right:7px;
		padding:3px 9px;
		text-shadow:0 -1px 0 #000;
		border: 1px solid #555;
		color: #bbb;
		background: #444;
	}

	#featurenav a.activeSlide{
		background: transparent;
		color: #fff;
	}
	#feature-footer .twitter {float: right;margin-right: 16px;display: inline;color: #bbb;}
	#feature-footer .twitter a{color: #fff;}
	
	span.playpause {
		cursor: pointer;
		padding: 3px 4px 3px 4px;	
		width: 18px;
		margin-left:10px;
		margin-right:0px;
	}
	span.playpause.pause span{
		padding: 3px 8px 4px;
		background: transparent url(../../images/feature-pause.png) no-repeat 2px 3px;
	}
	span.playpause.resume span{
		padding: 3px 8px 4px;
		background: transparent url(../../images/feature-play.png) no-repeat 2px 3px;
	}
	
	.thumb_nav #featurenav a{
		padding: 0;
		border:none;
		background: transparent;
	}
	.thumb_nav #featurenav a span.nav_thumb, #featurenav a span.nav_thumb span.nav_overlay{
		width: 50px;
		vertical-align: middle;
		height: 30px;
		display: block;
		float: left;
	}
	.thumb_nav #featurenav span.playpause {margin-right: 20px;}
	#featurenav a span.nav_thumb span.nav_overlay{
		background: url(../../images/feature-thumb-overlay.png) no-repeat 0 0;
	}
	#featurenav a.activeSlide span.nav_thumb span.nav_overlay{
		background: url(../../images/feature-thumb-overlay.png) no-repeat 0 -30px;
	}
	#featurenav a:active span.nav_thumb span.nav_overlay{
		background: url(../../images/feature-thumb-overlay.png) no-repeat 0 -30px;
	}
	
	
.fcontent, .fmedia {

}
.fcontent {
	margin-top: 65px;
	padding: 10px 30px;
	clear: none;
	text-shadow: #555 0 0 10px;
	width: 265px;
	float: left;
}
#highlight .fcontent{
	margin-top: 20px;
}
.fcontent h1, .fcontent h2, .fcontent h3, .fcontent h4, .fcontent h5, .fcontent h6{
	color:#fff;
	text-align: left;
	line-height: 1em;
} 
	.fcontent .fheading {
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	.fcontent .ftitle{
		letter-spacing:-1px;
		font-size: 40px;
	}
	.fcontent .fsub {
		font-size: 18px;
		color: #999;
	}
	.fcontent p{
		text-align: left;
		font-size: 13px;
	}
	.fcontent a {
	}
	 #feature a.featurelink{
		border: none;
		line-height: 20px;
		background:transparent url(../../images/morearrow.gif) no-repeat scroll 100% 60%;
		padding-right:10px;
		color: #fff;
	}
	.featurelink:hover{color:#ccc;}
	
.fmedia {  
    padding: 0;  
	overflow:hidden;
	float: right;
} 
#feature .fmedia{  
	text-align: left;
	float: right;
	width: 613px;
    height:   385px;
	overflow: hidden;
	padding: 20px 15px 0 0;
}

	.fmedia img {  
	    top:  0; 
	    left: 0;
	}

#highlight {
	position: relative;
	background: transparent url(../../images/bghighlight.png) repeat-x bottom left;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}
	#highlight .ftitle{margin-bottom: .8em;font-size: 30px;}
	#highlight .fcontent {
		float: left;
		width: 300px;
		padding: 50px;
	}
	#highlight .fmedia {
		overflow:hidden;
		float:right;
		margin:20px 10px;
		width:520px;
	}
/* fboxes */
.fboxes {
	border-top: 1px solid #333;

	background:#1A1A1A url(../../images/box-bgr.gif) repeat-x 0 0;
	text-shadow: #000 0 -1px 0;
}
.page-template-page-feature-php .fboxes{	border-bottom: 1px solid #333;}

.fboxdividers{
	
	background:transparent url(../../images/fbox-dividers.png) repeat-y top center;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fboxcopy {
	padding: 25px 30px;
}

.fboxes p {
  margin-bottom: 10px;
  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes .fboxtitle{
	margin-bottom:0.3em;
	padding: 0 0 2px 0;
	font-size: 1.3em;
}

.fboxes li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

/*fullwidth widget*/

#fullwidth_bottom_widgets {

	margin: 1em 0 0 0;

}
#fullwidth_bottom_widgets .widget{
	background: #1a1a1a;
	border:1px solid #222;
	margin-bottom:1em;
}

#fullwidth_bottom_widgets .widget .winner{ 
	padding:1.5em;
}


/* morefoot */
	
#morefoot {
	margin-top: 1em;
	border: 1px solid #333;
	border-top: none;
	background:#1A1A1A url(../../images/box-bgr.gif) repeat-x 0 0;
	text-shadow: #000 0 -1px 0;
}
	#morefootbg {	
		background:transparent url(../../images/fbox-dividers.png) repeat-y top center;
	}
	#morefoot h3 {
		margin-bottom: 3px;
		font-size: 1.4em;
	}
	#morefoot .wcontain {
		
		margin:10px;
		width:299px;
		float: left;
		display: inline;
	}
	#morefoot .widget{
		padding: 1em;
		background: transparent;
	}
	

	
	
#content_sidebar{
	border-top:1px solid #232323;
}

#content_sidebar .widget .winner {border-top:1px solid #282828;}
#content_sidebar .widget:first-child .winner {border-top:none;}
#content_sidebar .widget {background:url("../../images/post-bg.gif") repeat-x scroll 0 0 transparent;}


	#content_sidebar h3{
		padding:  15px 20px 8px;
		text-shadow:0 -1px #000;
	}
	#content_sidebar ul{
		padding: 5px 10px;
	}
	#content_sidebar ul ul{
			padding: 3px;
	}
	
	#content_sidebar .winner .wcontent {padding:4px 30px;}
	
/* Flickr */
.widget_flickrRSS a img{
	margin:8px 6px 8px 6px;
	padding: 1px;
	border: 1px solid #333;
}
.widget_flickrRSS a:hover img{
	border: 1px solid #666;
}
	

/* ADS */

		/* wp125 Ads */
			.wp125_write_ads_widget .winner{
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#sidebar  .winner #wp125adwrap_2c {
				margin-left:1px;
				width:100%; 
			}
			#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:5px; }
	
/* Page Navi */
#contentcontainer .wp-pagenavi {
	margin:1.6em .4em;
	font-weight: bold;
	color: #777;
}
#contentcontainer .wp-pagenavi span.pages {
	border:none;
	
	color: #777;
	background: transparent;
}

#contentcontainer .wp-pagenavi a,  #contentcontainer .wp-pagenavi .current, #contentcontainer .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #333;
	text-shadow: #555 0 1px 0;
}
#contentcontainer .wp-pagenavi a:hover, #contentcontainer .wp-pagenavi .current{
	color: #000;
	border:none;
	background: #666;
	text-decoration: none;
	text-shadow: #888 0 1px 0;
} 


/* FORMS/CONTACT ETC */

	.cform input {padding: 5px;font-size: 1.1em;}
	.cform input[type="submit"]{font-size: 1em;}
	 .cform fieldset{border:none;}
	 .cform label {
		display:block;
		margin:0;
		text-align:left;
	}
	legend{display: none;}
	#content .cform {margin:5px 50px;padding:0px 0;}
	.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}
	.cform label {}
	.cform li{margin-bottom: .7em;}
	.cform .single{width: 97%;}
	.cform .area{width: 97%;}
	.cform .emailreqtxt,.cform .reqtxt{font-style: italic;color: #999;}
	.cf_hidden {display: none;}
	
		
	 .success {
		background: #333; 
		padding: 15px; 
		margin-bottom: .5em; 
		font-size:1.4em;
		font-weight: bold;
	}
	input[type="text"].cf_error:focus {border: 1px solid #000;}
	/* Mailing List Form */
	.mailinglist .cform ol{width:262px; float: left;}
	.mailinglist .cform .single{width:97%}
	.mailinglist .cform .sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}
	.linklove a{display: none;}