/*
	Theme Name: Possible Futures Film Contest
	Theme URL: http://www.possiblefuturesfilmcontest.org/
	Description: This is a child theme for the Pachamama Alliance for the Possible Futures Film Contest.
	Author: HyperArts
	Author URI: http://hyperarts.com
	Version: 1.0
	Template: genesis
*/

body {
	background: url(images/background-new.png) repeat-x;
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto 0;
	line-height: 1.4;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #DB6C2E;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #DB6C2E;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
/***** @Font-Face Typography  ********************/
@font-face {
    font-family: 'Miso';
    src: url('webfonts/miso-webfont.eot');
    src: url('webfonts/miso-webfont.eot?iefix') format('eot'),
         url('webfonts/miso-webfont.woff') format('woff'),
         url('webfonts/miso-webfont.ttf') format('truetype'),
         url('webfonts/miso-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jrhand';
    src: url('webfonts/jr-ha___-webfont.eot');
    src: url('webfonts/jr-ha___-webfont.eot?iefix') format('eot'),
         url('webfonts/jr-ha___-webfont.woff') format('woff'),
         url('webfonts/jr-ha___-webfont.ttf') format('truetype'),
         url('webfonts/jr-ha___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 150px;
	}

#title-area {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	}

#header .widget-area {
	width: 960px;
	float: right;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 10px 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.gif) left top no-repeat;
	margin-top: 30px;
	display:none;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 300px;
	height: 150px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** MY HOMEPAGE STYLES ********/

.home-text {
	float: left; width: 460px;
	font-size: 13px; line-height: 18px;
	padding-left: 5px;
	}
	
 #content .home-text h2 {
	font-size: 48px; line-height: 1;
	color: #C72537;
	font-family: 'Miso', Helvetica, sans-serif;
	margin: 5px 0;
	text-transform: uppercase;
	}
	
 #content .home-text h1 {
	font-size: 48px; line-height: 1;
	color: #C72537;
	font-family: 'Miso', Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
	}
	

h1.home {
	background: url(images/film-difference.png) no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 411px; height: 109px;
	margin: 0; padding: 0;
	float: left;
	}
	
.homepage-widgets {
	width: 945px;
	background: #fff;
	float: left;
	padding: 0 0 20px 0px;
	margin: 20px 0;
	font-size: 12px; line-height: 15px;
	color: #424346;
	position: relative;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
	border: 1px solid #999999;
	}
	
.homepage-widgets li.widget_text {
	width: 284px;
	float: left;
	list-style-type: none;
	border-top: 10px solid #58595b;
	margin: 0 15px;
	}
	
.homepage-widgets h3 {
	font-family: 'Miso', Helvetica, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #58595B;
	margin: 15px 0; padding: 0 0 7px 0;
	border-bottom: 1px dotted #b8b8b8;
	font-weight: 100;
	}
	
.homepage-widgets h4 {
	font-size: 14px;
	line-height: 1;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #db6c2e;
	background: url(images/orange-star.gif) no-repeat top left;
	text-transform: uppercase;
	padding: 5px 0 0 25px;
	margin: 0;
	}
	
.homepage-widgets h5 {
	font-family: Helvetica, sans-serif;
	color: #c72537;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	margin: 0; padding: 5px 0 0 0;
	}
	
.homepage-widgets p {
	margin-top: 5px;
	}
	
.homepage-widgets img {
	float: left;
	margin: 0 10px 18px 0;
	}

.homepage-widgets a.learn {
	font-size: 11px; line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	text-decoration: underline;
	color: #58595B;
	font-family: Helvetica, sans-serif;
	position: absolute;
	bottom: 20px;
	}

a.learn {
	font-size: 11px; line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	text-decoration: underline;
	color: #58595B;
	font-family: Helvetica, sans-serif;
	}
	
.homepage-widgets .clear { font-size: 1px; line-height: 10px; height: -1%; clear:both; }

.homepage-featured-post {
	width: 899px;
	height: 50px;
	padding: 0 20px;
	background: #ffffff url(images/home-feature-blog.png) 20px 0px no-repeat; 
	position: relative;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
	border: 1px solid #999999;
	}
	
.homepage-featured-post li.featuredpost {
	list-style: none;
	position: absolute;
	left: 230px;
	top:10px;
	width: 700px;
	}

.homepage-featured-post li.featuredpost h2 {
	margin: 4px 0 0 0;
	display: inline-block;
	float: left;
	}
	
.homepage-featured-post li.featuredpost .post-info {
	margin: 8px 0 0 20px;
	float: left;
	display: inline-block;
	}
/***** MY CONTENT STYLES *********************/

p {margin: 10px 0;}

#sidebar #sub-page-menu ul {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px; line-height: 1;
	font-weight: bold;
	padding: 0; margin: 0;
	}
	
#sidebar #sub-page-menu h4 {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	width: 205px;
	background: #797979;
	margin: 5px 0; padding: 8px 0 4px 10px;
	line-height: 20px;
	}
	
body.page-parent #sidebar #sub-page-menu h4 {
	width: 225px;
	background: #DB6C2E url(images/subpage-current.gif) no-repeat top right;
	}
	
#sidebar #sub-page-menu h4:hover {
	width: 225px;
	background: #797979 url(images/subpage-active.gif) no-repeat top right;
	}
	
body.page-parent #sidebar #sub-page-menu h4 a {
		font-weight: bold;
		}
		
	#sidebar #sub-page-menu h4 a:hover {
		text-decoration: none;
		}
		
#sidebar #sub-page-menu h4 a {
	color: #fff;
	font-weight: bold;
	}

#sub-page-menu li.page_item {
	width: 205px;
	background: #797979;
	list-style-type: none;
	margin: 5px 0; padding: 6px 0 6px 10px;
	}
	
#sub-page-menu li.page_item.current_page_item  {
	width: 225px;
	background: #DB6C2E url(images/subpage-current.gif) no-repeat top right;
	font-weight: bold;
	}

#sub-page-menu li:hover  {
	width: 225px;
	background: #797979 url(images/subpage-active.gif) no-repeat top right;
	font-weight: bold;
	}
	
	#sub-page-menu li:hover {
		font-weight: bold;
		}
	
#sub-page-menu li.page_item a {
	color: #fff;
	}
	
#sub-page-menu li.page_item a:hover {
	text-decoration: none;
	}
	
#sub-page-menu li.page_item:nth-child(9) {
	margin-top: 30px;
	}

 
#sub-page-menu li.page_item:nth-child(9), 
#sub-page-menu li.page_item:nth-child(10), 
#sub-page-menu li.page_item:nth-child(11), 
#sub-page-menu li.page_item:nth-child(12),
#sub-page-menu li.page_item:nth-child(13),
#sub-page-menu li.page_item:nth-child(14),
#sub-page-menu li.page_item:nth-child(15),
#sub-page-menu li.page_item:nth-child(16) {
	background: #999999;
	}
	
#sub-page-menu li.page_item:nth-child(9):hover,
#sub-page-menu li.page_item:nth-child(10):hover,
#sub-page-menu li.page_item:nth-child(11):hover,
#sub-page-menu li.page_item:nth-child(12):hover,
#sub-page-menu li.page_item:nth-child(13):hover,
#sub-page-menu li.page_item:nth-child(14):hover,
#sub-page-menu li.page_item:nth-child(15):hover,
#sub-page-menu li.page_item:nth-child(16):hover, 
 {
	background: #999999 url(images/subpage-active-secondary.gif) no-repeat top right;
	}
	
#sub-page-menu li.page_item:nth-child(9).current_page_item,
#sub-page-menu li.page_item:nth-child(10).current_page_item,
#sub-page-menu li.page_item:nth-child(11).current_page_item,
#sub-page-menu li.page_item:nth-child(12).current_page_item,
#sub-page-menu li.page_item:nth-child(13).current_page_item,
#sub-page-menu li.page_item:nth-child(14).current_page_item,
#sub-page-menu li.page_item:nth-child(15).current_page_item,
#sub-page-menu li.page_item:nth-child(16).current_page_item {
	background: #DB6C2E url(images/subpage-current.gif) no-repeat top right;
	}
	
#sidebar #menu-filmmaker-sub-nav {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px; line-height: 1;
	font-weight: bold;
	padding: 0; margin: 0;
	}
	
#menu-filmmaker-sub-nav li.menu-item {
	width: 205px;
	background: #999999;
	list-style-type: none;
	margin: 5px 0; padding: 6px 0 6px 10px;
	}

#menu-filmmaker-sub-nav li:hover  {
	width: 225px;
	background: #999999 url(images/subpage-active-secondary.gif) no-repeat top right;
	font-weight: bold;
	}
	
	#menu-filmmaker-sub-nav li:hover {
		font-weight: bold;
		}
	
#menu-filmmaker-sub-nav li.menu-item a {
	color: #fff;
	}
	
#menu-filmmaker-sub-nav li.menu-item a:hover {
	text-decoration: none;
	}
	
h5.handwriting {
	font-family: 'jrhand', Helvetica, sans-serif;
  	font-size:18px;
  	padding:0;
  	margin:0;
  	color:#656565;
  	font-weight: 100;
  	}

.white-background {
	background-color: #ffffff;
	padding:1px 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
}
.white-background h2 {
	margin-top:10px !important;
	padding-top:0px;
	
}
	
/*header-nav*/

.head-container {
	width: 503px;height: 70px;
	float: right;
	margin-top: 40px;
	}

.head-container p {
	position: absolute;
	font-family: georgia, serif;
	color: #58595b;
	font-style: italic;
	font-size: 12px;
	bottom: 0;
	text-align: center;
	width: 100%
	}


#make {
	position:relative;
	width: 170px; height: 70px;
	float: left;
	}

#make a {
	background: url(images/make-a-film.gif) no-repeat top;
	display: block;
	width: 170px; height: 70px;
	text-indent: -9999px;
	}
	
.page-template-page-make-film-php	#make a {
	background: url(images/make-a-film_over.gif) no-repeat top
}
	
#make a:hover {
	background: url(images/make-a-film_over.gif) no-repeat top;
	}
	
#vote {
	float: right;
	position:relative;
	width: 180px; height: 70px;
	border-right: dotted #252525;
	border-width: 0 1px;
	}

#vote a {
	background: url(images/watch-films.gif) no-repeat top;
	display: block;
	width: 178px; height: 70px;
	text-indent: -9999px;
	}
	
#vote a:hover {
	background: url(images/watch-films_over.gif) no-repeat top;
	}
	
#social {
	position: relative;
	width: 170px; height: 70px;
	float: right;
	
	}
	
#social-holder {
	height: 30px; width: 140px;
	margin: 16px auto 0;	
	}
	
#social-holder img {
	float: left;
	margin-right: 3px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666; 
	}
	
a.sign-in {
	float: right; 
	margin-top: 12px;
	font-size: 11px;
	color: #db6c2e;
	font-weight: bold;
	font-family: arial, verdana;
	}
	
	a.sign-out {
	float: right; 
	margin-top: 12px;
	font-size: 11px;
	color: #db6c2e;
	font-weight: bold;
	font-family: arial, verdana;
	width: 75px;
	}
	
	a.welcome {
	float: right; 
	margin-top: 12px;
	font-size: 11px;
	color: #db6c2e;
	font-weight: bold;
	font-family: arial, verdana;
	padding-right: 15px;
    width: auto;
    padding-left: 10px;
}
	
#nav_menu-3 {
	float: right;
	}
	
/* NEW TITLE AREA */

.title-area-new {
	float: left;
	width: 285px;
	font-size: 10px; line-height: 12px;
	font-family: Georgia, times, serif;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
	color: #000000;
	}
	
.title-area-new a {
	color: #DB6C2E;
	font-weight: normal;
	}
	
.title-area-new img {
	display:block; clear: both;
	}
	
/* WATCH AND VOTE PAGE STYLES */

body.page-template-page-watch-vote-php #vote a, body.page-template-page-watch-vote-with-voting-php #vote a {
	background: url(images/watch-films_over.gif) no-repeat top;
	}
	
body.page-id-824 #vote a {
	background: url(images/watch-films_over.gif) no-repeat top;
	}	
	
	body.page-template-page-film-details-php #vote a {
	background: url(images/watch-films_over.gif) no-repeat top;
	}
	
	
body.page-template-page-watch-vote-php #vote a, body.page-template-page-watch-vote-with-voting-php #vote a {
	background: url(images/watch-films_over.gif) no-repeat top;
	}	
	
body.page-template-page-watch-vote-php h1.entry-title, body.page-template-page-watch-vote-with-voting-php h1.entry-title {
	display: none;
	}
	
h1.watch {
	text-indent: -9999px;
	display: block;
	height: 52px;
	}
	
h1#all-videos {
	background: url(images/titles/all-videos.png) no-repeat bottom left;
	}
	
h1#peace-freedom {
	background: url(images/titles/peace-freedom.png) no-repeat bottom left;
	}
	
h1#fair-societies {
	background: url(images/titles/fair-societies.png) no-repeat bottom left;
	}
	
h1#sustainability {
	background: url(images/titles/sustainability-beyond.png) no-repeat bottom left;
	}
	
h1#human-fulfillment {
	background: url(images/titles/human-fulfillment.png) no-repeat bottom left;
	}
	
#content ul#video-sort {
	width: 100%;
	border-bottom: 3px solid #bebfbf;
	font-size: 12px; font-weight: bold;
	color: #a7a8a8;
	text-transform: uppercase;
	list-style-type: none;
	font-family: Arial,sans-serif;
	padding: 0 0 16px;
	clear: both;
	padding-top: 0px;
	margin-bottom: 10px;
	}
	
#content ul#video-sort li {
	float: left;
	list-style-type: none;
	margin: 0 30px 0 0;
	}
	
#content ul#video-sort li.right {
	float: right;
	list-style-type: none;
	margin: 0 0 0 30px;
	}
	
#content ul#video-sort li a {
	color: #a7a8a8;
	}
	
#content ul#video-sort li a:hover {text-decoration: none;}
	
#content ul#video-sort li.active, #content ul#video-sort li:hover {
	border-bottom: 3px solid #58595b;
	}
	
#content ul#video-sort li.active a, #content ul#video-sort li a:hover {
	color: #58595b;
	}
	
#content  ul.pagination {
	display: block;
	float: right;
	font-family: Arial,sans-serif;
	margin: 10px 0;
	clear: both;
	padding-bottom: 15px;
	width: 650px;
	}
	
	
#content ul.pagination li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 5px;
	background: #bebfbf;
	padding: 4px 3px 4px 3px;
	font-weight: bold;
	font-size: 12px; line-height: 12px;
	}
	
#content  ul.pagination li.active, #content .page ul.pagination li:hover {
	background: #58595b;
	}
	
#content ul.pagination li a {
	color: #fff;
	}
	
#content ul.pagination li a:hover {
	text-decoration:none;
	}
	
	
/* MAKE A FILM STYLES */

/* Clear Floats
--------------------------------------------------------------------------*/
.make-clear {
 clear: both;
 font-size: 0;
 height: 0;
 line-height: 0;
 overflow: hidden;}

.make-clearfix {display:inline-block;}
.make-clearfix {display: block;}
	
.make-clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

#make-container{
  width:950px;
  padding: 15px 245px; 
  margin: -11px 0 0 -245px;
  background: url(images/sunburst-bg.png) no-repeat top center; overflow: visible;
  }

#make-banner-content h2{
  font-family: 'Miso', Helvetica, sans-serif;
  font-size:50px;
  color:#58585B;
  margin-bottom:15px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 100;
  }

#make-banner-content h2 span{
  display:block;
  color:#C62436;}

#make-banner-content .make-pic{
  background:url(images/make_film_banner.png) 0 0 no-repeat;
  width:941px;
  height:155px;}

#make-main-content .make-top{
  background:url(images/ui/bg_top_content.png) 0 0 no-repeat;
  width:946px;
  height:10px;}

#make-main-content .make-wrapper{
  background:url(images/ui/bg_bod_content.png) 0 0 repeat-y;
  width:946px;}

#make-main-content .make-wrapper .make-inside{
  padding:21px 240px 21px 240px;}

#make-main-content .make-bottom{
  background:url(images/ui/bg_bot_content.png) 0 0 no-repeat;
  width:946px;
  height:5px;}
  
#make-main-content h3{
  font-family: 'Miso', Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1;
  padding:0;
  margin:0;
  color:#656565;
  font-weight: 100;
  text-transform: uppercase;
  }

#make-main-content h4{
  font-family: 'jrhand', Helvetica, sans-serif;
  font-size:18px;
  padding:0;
  margin:0;
  color:#656565;
  font-weight: 100;}

ul.make-icons-list{
  padding: 35px 0 5px;
  margin:0;
  list-style:none;}

ul.make-icons-list li{
  width:260px;
  float:left;
  height:107px;
  padding:0 80px 20px 108px;
  margin:0;
  background-position:0 0 !important;
  background-repeat: no-repeat !important;}

ul.make-icons-list li h5{
  font-family: 'Lane', Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  padding:0;
  margin:0;
  color:#656565;}

ul.make-icons-list li h5 a{
  color:#656565;}

ul.make-icons-list li p{
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
  color:#656565;}

ul.make-icons-list li.make-phone{
  background:url(images/ui/icon_phone.gif);}

ul.make-icons-list li.make-watch{
  background:url(images/ui/icon_watch.gif);}

ul.make-icons-list li.make-camera{
  background:url(images/ui/icon_camera.gif);}

ul.make-icons-list li.make-film{
  background:url(images/ui/icon_film.gif);}

.make-reg-block{
  position:relative;
  height:140px;}

.make-reg-block p.make-details{
  font-size:15px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  text-transform:uppercase;
  padding:0;
  margin:0;
  color:#656565;
  margin-left:68px;	
}

.make-reg-block p.make-details span{
  background:url(images/ui/bul_list.gif) 0 7px no-repeat;
  padding:0 10px 0 15px;}
  
 div.make-regnow:hover {
	text-decoration: none;
} 
  
div.make-regnow:hover .make-title {
	color: #000000 !important;
	text-decoration: none;
}

.regnow {
	text-decoration: none;
}

.regnow:hover {
	text-decoration: none;
}

.make-reg-block p.make-details span.make-no-bul{
  background:none !important;}

.make-reg-block .make-regnow{
  position:absolute;
  background:url(images/ui/bg_reg.png) 0 0 no-repeat;
  width:918px;
  height:114px;
  right:-4px;}

.make-reg-block .make-regnow p.make-title{
  font-family: 'Miso', Helvetica, sans-serif;
    font-size: 80px;
    line-height: 1;
    margin: 0;
    padding: 10px 0 0 82px;
    color: #fff;
    }
    
   .make-reg-block .make-regnow p.make-title a {
	color: #fff;
	text-decoration: none;
} 
   .make-reg-block .make-regnow p.make-title a:hover {
} 


.make-reg-block .make-regnow p.make-subtitle{
  font-family: 'jrhand', Helvetica, sans-serif;
  font-size:18px;
  line-height: 1;
  color:#FFF;
  padding:0 0 0 82px;
  margin: -8px 0 0 0;}



/* FOOTER WIDGETS */
	
.footer-widget-holder {
	width: 100%; 
	background: #454649;
	padding-top: 10px;
	float: left;
	position: relative;
	z-index: 10;
	}
	
.footer-widgets {
	width: 960px;
	color: #ededed;
	display: block;
	float: left;
	list-style-type: none;
	}
	
.footer-bar {
	width: 960px;
	margin: 0 auto;
	}
	
.footer-bar p.copyright {
	color: #999;
	font-size: 11px; padding-bottom: 10px;
	padding-top: 35px;
	display: block; clear: both !important;
	float: left;
	width: 960px;
	text-align: left;
	}
	
.footer-widgets h3 {
	font-family: 'Lane', Helvetica, sans-serif;
	font-size: 14px; line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #db6c2e;
	padding: 0; margin: 10px 0;
	}
	
.footer-widgets li.widget_text {
	width: 185px; 
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 11px; line-height: 1.5;
	}
	
.footer-widgets li.widget_text p {
	padding-right: 30px;
	}
	
.footer-widgets li#featured-post-3 {
	width: 364px;
	float: left;
	margin: 0; padding: 0 20px 0 0;
	list-style-type: none;
	font-size: 11px; line-height: 12px;
	}
	
	.footer-widgets li#featured-post-3 p {
		margin: 5px 0 10px 0;
		}
	
	.footer-widgets li#featured-post-3 h3 {color:#99bc47;}
	
	.footer-widgets li#featured-post-3 h2 {
		margin: 0 0 10px;
		}
	
	.footer-widgets li#featured-post-3 h2 a {
		color: #fff; font-size: 11px;
		font-weight: normal;
		}
	
.footer-widgets li.widget_text#text-7 {
	width: 172px;
	float: right;
	}
	
.footer-widgets .textwidget ul {
	padding: 0 50px 0 0; margin: 0 0 0 12px;
	color: #ededed;
	}
	
.footer-widgets .textwidget ul li {margin: 2px 0;}
	
.footer-widgets .textwidget ul li a {
	color: #ededed; 
	}
	
.footer-widgets a.learn {color: #999999;}

.footer-widgets #mc_embed_signup { width: 380px; float: left;}

.footer-widgets #mc_embed_signup .mc-field-group {
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.footer-widgets #mc_embed_signup label {
    float: left;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100px;
}
.footer-widgets #mc_embed_signup input {
    border: 1px solid #333333;
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 215px;
}
.footer-widgets #mc_embed_signup input.btn {
    background: none;
    font-family: Helvetica, sans-serif;
    color: #DB6C2E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    border: none;
    height: 31px;
    outline: none;
    cursor: pointer;
}
.footer-widgets #mc_embed_signup input.mce_inline_error {
    border: 2px solid #DB6C2E;
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 215px;
}
.footer-widgets #mc_embed_signup div.mce_inline_error {
    bottom: 0;
    color: #DB6C2E;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 570px;
}
.footer-widgets #mc_embed_signup #mce-responses {
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #C62436;
}

		
/* sponsors */

.sponsors h3 {
	display: block;
	margin: 0; padding: 0 0 8px 0;
	font-family: 'Lane', Helvetica, sans-serif;
	font-size: 21px; line-height: 22px;
	color: #58595B;
	font-weight: normal;
	}

.sponsor-holder {
	width: 960px; height: 115px;
	margin: 0 0 40px 0;
	background: transparent;
	}
	
.sponsor-holder img {
	float: left;
	margin-left:90px;
	}
	
	
/***** Navigation Menus ********************/

#nav, #subnav {
	width: 960px;
	background: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	overflow: hidden;
	clear: both;
	}

#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	}
	
#header ul.nav li, #header ul.menu li {
	text-transform: uppercase;
	}
	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
	color: #58595B;
	display: block;
	font-size: 11px;
    margin: 0;
	padding: 12px 12px 2px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a, #header #menu-main-navigation li.current-menu-parent a, #header #menu-main-navigation li.current-page-ancestor a {
	background: #58595b;
	color: #FFFFFF;
	}
	
body.page-id-7 #header #menu-main-navigation li.current-page-ancestor a {
	color: #58595B;
	background: transparent;
	}
	
.single ul#menu-main-navigation li#menu-item-72 a {
	background: #58595b;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#nav li ul a, #subnal li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu 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, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}
	
/**** MY NAV STYLES *****/

ul#menu-main-navigation {
	margin-left: 160px !important;
	width: 180px !important;
	float: left;
	}

ul#menu-main-navigation li {
	list-style-type: none;
	font-family: arial, verdana, sans-serif;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px 0 20px 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 470px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 675px;
	}
	
.single-post.content-sidebar #content {
	width: 616px;
	}
	
.single-post #sidebar.widget-area { 
	background: #ffffff; -moz-box-shadow: 1px 1px 4px #000000; -webkit-box-shadow: 1px 1px 4px #000000; box-shadow: 1px 1px 4px #000000; padding: 10px; 
	}

.single-post #sidebar.widget-area iframe { 
	text-align: center;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 5px 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

.single-post #content ul { 
	margin: 0px;
	padding-left: 20px;
	}

.single-post #content ul li {

	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
.box {
	display: block;
	width: 200px;
	min-height: 180px;
	margin-right: 25px;
	float: left;
	}

.wp-post-image { float: right; padding: 10px; margin: 0 0 10px 10px; background: url(images/bg.png) repeat; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 0 1px #E6E6E6; -webkit-box-shadow: 0 0 1px #E6E6E6; border-radius: 0 0 1px #E6E6E6; }
	
/***** Tabs ********************/
.hide { position: absolute; top: -9999px; left: -9999px; }

#tabs { width: 668px; padding-bottom: 70px; margin-top: 20px;  }
#tabs .list-wrap { padding: 20px 20px 32px 20px; background: #ffffff; border-top: none; min-height: 275px; box-shadow: 1px 1px 4px #666666;}

#tabs .nav { overflow: hidden; }
#content #tabs ul {margin: 0px; padding: 0px; }
#content #tabs .nav li { width: 167px; height: 75px; float: left; display: inline-block;  border: none; text-align: center; margin: 0 0 0 0; padding: 0px;}
#content #tabs .nav li.one a { color: #537DB2; }
#content #tabs .nav li.two a { color: #D7282A; }
#content #tabs .nav li.three a { color: #85C74E;}
#content #tabs .nav li.four a { color: #E86722; }

#tabs .nav li a { display: block; background:url(images/tabs-nav.png) no-repeat;  float: left; width: 162px; height: 60px; padding: 20px 5px 0 0px; text-decoration: none; font-size: 13px; text-align: left; line-height: 18px; border: none;}
#tabs .nav li a img { margin: -5px 0 0 0; padding: 0;}


#tabs .nav li.one a { background-position: right; }
#tabs .nav li.one a.current { background-position: left; }
#tabs .nav li.two a { background-position: right; }
#tabs .nav li.two a.current { background-position: left; }
#tabs .nav li.three a { background-position: right; }
#tabs .nav li.three a.current { background-position: left; }
#tabs .nav li.four a { background-position: right; }
#tabs .nav li.four a.current { background-position: left; }

#tabs .tabs-section {width: 250px; float: right; padding: 0 0 5px 10px; text-align: center;}
#tabs .tabs-section img.alignright { margin: 0 0 5px 0;}
#tabs .tabs-section a {font-size: 15px; text-align: center; }

	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #58595b;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2;
	}

#content h1 {
	font-size: 50px; line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Miso', Helvetica, sans-serif;
	margin: 10px 0 15px;
	line-height: 1;
	}
	
#content h2 {
	font-size: 21px;
	margin-top:20px;
	}
	
#content h2 a, #content h2 a:visited {
	font-size: 38px; line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Miso', Helvetica, sans-serif;
	margin: 10px 0 15px;
	color: #DB6C2E;
	}
	
#content h2 a:hover {
	text-decoration: underline;
	}
	
#content h3 {
	font-size: 15px;
	}
	
#sidebar li h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Miso', Arial, sans-serif;
	margin: 10px 0 15px;
	color: #58595b;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 10px;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li {
	background: url(images/red-star.png) no-repeat left center;
	list-style: none;
	padding-left: 20px; margin: 0px 0px 0px 0px;
	padding-top:2px;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-family: arial,verdana,sans-serif;
	color: #58595B;
	display: inline-block;
	}
	

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #E6E6E6;
	clear: both;
	font-family: arial,verdana,sans-serif;
	color: #58595B;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	background: url(images/bg.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0 0 1px #E6E6E6;
	-webkit-box-shadow:0 0 1px #E6E6E6;
	box-shadow: 0 0 1px #E6E6E6;
	
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 15px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 235px;
	float: right;
	display: inline;
	font-family: Arial, Tahoma, Verdana;
	}
	
.single #sidebar {
	width: 280px;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #DB6C2E;
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
	line-height:1.2;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #DB6C2E;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #F7F7F7;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
	}
	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 10px 0px 0 0;
	font-family: Georgia, serif;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Helvetica;
	line-height: 1.4;	
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: bullet;
 	word-wrap: break-word;
	}
	
#sidebar li.widget {
	list-style-type: none;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #F7F7F7;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #333333 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #666666;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #000000 !important;
	text-decoration: none;
	border: 1px solid #666666;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Helvetica, sans-serif;	
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Helvetica, sans-serif;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	background: none !important;
	list-style: none !important;
	padding: 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 auto; padding: 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #E6E6E6;
	}
	
/* Film Scroller on Home Page */

#film_scroll {
width: 945px;
height: 121px;
background-color: #bfbfc0;
}

#film_scroll a:hover {
	text-decoration: none;
}

/* Home page film scroller */

#recent_films {
margin-bottom: 20px;
}

#recent_films h3 {
    color: #58595B;
    display: block;
    font-family: 'Lane', Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0 0 8px;
    text-transform: uppercase;
}

a.scroll_left {
width: 44px;
height: 120px;
background-image: url(images/left_arrow.jpg);
float:left;
text-indent: -9999px;
margin-right:5px;
}

a.scroll_left:hover {
background-image: url(images/left_arrow_hover.jpg);
}


a.scroll_right {
width: 44px;
height: 120px;
background-image: url(images/right_arrow.jpg);
float: right;
text-indent: -9999px;
}

a.scroll_right:hover {
background-image: url(images/right_arrow_hover.jpg);
}

#film_scroll img {
padding-right:9px;
}

#film_scroll img.last {
padding-right:0;
}

.view_all_videos {
float: right;
}

/* Email subscription overlay */

.popup_block {
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 1px 1px 5px #000000;
    background:#ffffff;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    position: fixed;
    top: 150px;
    z-index: 99999999;
    border-bottom: 7px solid #58595B;
}
.popup_block h4 {
	font-family: 'Miso', Helvetica, sans-serif;
	margin: 0px;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #C62436;
}
.popup_block .mc-field-group {
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.popup_block label {
    float: left;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100px;
}
.popup_block input {
    border: 1px solid #333333;
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 330px;
}
.popup_block input.btn {
    background: none;
    font-family: Helvetica, sans-serif;
    color: #DB6C2E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    border: none;
    height: 31px;
    outline: none;
    cursor: pointer;
}
.popup_block input.mce_inline_error {
    border: 1px solid #AA1624;
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 330px;
}
.popup_block div.mce_inline_error {
    bottom: 0;
    color: #AA1624;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 570px;
}
.popup_block #mce-responses {
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #C62436;
}
a.close {
    background: url("images/close-pop.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
    margin: -15px -15px 0 0;
    text-indent: -99999px;
    width: 30px;
}

fieldset {
	border: none;
	padding: 0;
}

#mc_embed_signup { width: 500px;}

#mc_embed_signup .mc-field-group {
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
#mc_embed_signup label {
    float: left;
    font-family: Helvetica,sans-serif;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100px;
    font-weight:bold;
}
#mc_embed_signup input {
    border: 1px solid #333333;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 340px;
}
#mc_embed_signup input.btn {
    background: none;
    font-family: Helvetica, sans-serif;
    color: #DB6C2E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    border: none;
    height: 31px;
    outline: none;
    cursor: pointer;
}
#mc_embed_signup input.mce_inline_error {
    border: 1px solid #AA1624;
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    width: 330px;
}
#mc_embed_signup div.mce_inline_error {
    bottom: 0;
    color: #AA1624;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 570px;
}
#mc_embed_signup #mce-responses {
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #C62436;
}

.homepage-signup li{
	list-style-type: none;
}

#home_video {
	float:left;
	background: #ffffff;
	height: 285px; 
	width: 482px;
	margin-right: 10px;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}

#home_video_embed {
	margin-left: 10px;
	margin-top: 10px;
}

.confirm {
	font-size: 16px;
	font-weight: bold;
	color:#C72537;
	background-color: #ffffff;
	padding:10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px #888;
}

/***** Filmmaker Details ********************/

.profile_image_detail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	background: url(images/bg.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 1px #E6E6E6;
	-webkit-box-shadow: 0 0 1px #E6E6E6;
	box-shadow: 0 0 1px #E6E6E6;

}

.filmmaker_title {
	font-family: 'Miso',Helvetica,sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    float: left;
    margin: 0 0 0 20px;
    height: 110px;
    clear: right;
    }
    
   .film_display {
	width: 200px;
	float: left;
} 

#filmmaker_detail {
	width: 430px;
	float: left;
}

#filmmaker_filmlist {
	width: 200px;
	float: right;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	background: url(images/bg.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 1px #E6E6E6;
	-webkit-box-shadow: 0 0 1px #E6E6E6;
	box-shadow: 0 0 1px #E6E6E6;
}

#filmmaker_filmlist div {
	margin: 0 0 20px 0;
}

/* Forgot Password Page */

#forgot_left label {
	float: left;
    font-size: 14px;
    padding-top: 3px;
    width: 110px;
	}
#forgot_right {
	width: 200px;
	float: left;
	font-size: 14px;
}	

#forgot_right input {
	width: 180px;
}

#reset {
	clear: both;
    float: left;
    margin-top: 35px;
}

#reset .searchbutton3 {
	width: 110px;
}

#disqus_thread {
	clear: both;
}

#vote_status {
	font-size: 14px;
	color: green;
}

.film_li {
	height: 195px;
}

.voted_overlay { background: url(images/cat-ribbon-end.png) #777777 no-repeat center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 20px; height: 20px; width: 150px; margin-left: -10px; margin-top: -175px; padding-left: 7px; position: absolute; z-index: 100;}
.voted_overlay:before { content: ' '; position: absolute; z-index: 99; width: 0; height: 0; left: 0px; top: 100%; border-width: 5px 5px; border-style: solid; border-color: #333 #333 transparent transparent;}

.category_overlay1 { background: url(images/cat-ribbon-end.png) #2582B8 no-repeat center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 20px; height: 20px; width: 175px; margin-left: -10px; margin-top: -200px; padding-left: 7px; position: absolute; z-index: 100;}
.category_overlay2 { background: url(images/cat-ribbon-end.png) #C72537 no-repeat center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 20px; height: 20px; width: 175px; margin-left: -10px; margin-top: -200px; padding-left: 7px; position: absolute; z-index: 100;}
.category_overlay3 { background: url(images/cat-ribbon-end.png) #99BC47 no-repeat center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 20px; height: 20px; width: 175px; margin-left: -10px; margin-top: -200px; padding-left: 7px; position: absolute; z-index: 100;}
.category_overlay4 { background: url(images/cat-ribbon-end.png) #DB6C2E no-repeat center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 20px; height: 20px; width: 175px; margin-left: -10px; margin-top: -200px; padding-left: 7px; position: absolute; z-index: 100;}

.category_overlay1:before, 
.category_overlay2:before, 
.category_overlay3:before, 
.category_overlay4:before { content: ' '; position: absolute; z-index: 99; width: 0; height: 0; left: 0px; top: 100%; border-width: 5px 5px; border-style: solid; border-color: #333 #333 transparent transparent;}

.voting-phase { position: relative; height: 450px; }
.voting-phase img { position: absolute; z-index: 10; left: 0; top: 0px; border:none; }
.voting-phase h1 { font-family: Miso; font-weight: normal; font-size: 30px; color: #DB6C2E; width: 430px; float: right; clear: both; margin: 30px 15px 0 0; }
.voting-phase h2 { font-family: Miso; font-weight: normal; font-size: 25px; color: #666666; width: 430px; float: right; clear: both; margin: 30px 15px 0 0; }


.voting-phase a.watch-vote { position: absolute; z-index: 9; right: 15px; top: 200px; width: 840px; height: 130px; background: url(images/voting-watch-vote.png) no-repeat 400px 17px #FFFFFF; text-indent: -99999px; border: 1px solid #999999; box-shadow: 1px 1px 2px #999999; cursor: pointer;     
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease; }
.voting-phase a.watch-vote:hover { position: absolute; z-index: 9; right: 15px; top: 215px; width: 840px; height: 130px; background: url(images/voting-watch-vote.png) no-repeat 400px 17px #FFFFFF; text-indent: -99999px; box-shadow: 1px 1px 2px #999999; cursor: pointer;
    -webkit-transform: translate(15px,0px);
    -moz-transform: translate(15px,0px);
    -o-transform: translate(15px,0px); }
.countdown { width: 400px; height: 40px; padding: 0 0 0 10px; background: #FFFFFF; color: #666666; font-size: 12px; line-height: 40px; position: absolute; bottom: 40px; right: 35px; border: 1px solid #999999; box-shadow: 1px 1px 2px #999999; }
.countdown .countdown-time {width: 245px; height: 40px; position: absolute; right: 0; top: 0;}
.countdown .countdown-time span { font-size:20px;  width: 60px; display: block; float: left; text-align: center; border-right: 1px dotted #999999; }
.countdown .countdown-labels { width: 244px; height: 18px; position: absolute; right: -7px; bottom: -13px; background: #F2F2F2; border: 1px solid #999999; font-family: Georgia, Times, serif; font-style: italic; font-size: 12px; line-height: 18px;}
.countdown .countdown-labels span { width: 61px; display: block; float: left; text-align: center;}

#thankyou-voting {
	width:690px;
}
#thankyou-voting h3 {
	color:#C72537;
}
#please-login {
	width:400px;
}

.ie9 { background: #FFFFFF; position: absolute; top:0; padding: 10px 20px; z-index: 1050; box-shadow: 2px 2px 2px #999999; }
.ie9 b { font-family: Helvetica, sans-serif; color: #C72537; display: block; font-weight: bold; text-transform: uppercase; font-size: 18px; }
.ie9 .close-box { position: absolute; right: 0; top: 0; background: #E5E5E5; text-align: center; line-height: 10px; }
.vid {position: relative;}
.vid .ie9 { background: #FFFFFF; position: absolute; left: 10px; top: 10px; width: 400px; padding: 10px 20px; z-index: 1050; box-shadow: none; float: left; }

.winner-phase { width: 960px; padding: 15px 245px; margin: -11px 0 0 -245px; background: url(images/sunburst-bg.png) no-repeat top center; overflow: visible; }
.winner-phase h1 { font-family: 'Miso', Helvetica, sans-serif; font-size: 40px; text-align: center; line-height: 1; text-transform: uppercase; color: #C72537; margin: 15px 0 25px 0; padding: 0px; font-weight: 100; position: relative; }
.winner-phase h1:before { content: ''; position: absolute; left:  0;  top: 8px; width: 20px; height: 20px; background: url(images/red-star.png) no-repeat 0 35%;}
.winner-phase h1:after  { content: ''; position: absolute; right: 0; top: 8px; width: 20px; height: 20px; background: url(images/red-star.png) no-repeat 0 35%;}
.winner-phase h1.peoples-choice { width: 480px; margin: 20px auto;}
.winner-phase h3 { font-family: 'Miso', Helvetica, sans-serif; font-size: 35px; text-align: center; margin: -20px 0 40px 0;}
.winner-phase .film {width: 460px; height: 320px; margin-bottom: 70px; display: block; float: left; position: relative; }
.winner-phase .film.right {width: 460px; height: 320px; display: block; float: right; position: relative; }

.winner-phase .judges-description { width: 437px; height: 103px; background: url(images/winners-judges-bg.png) no-repeat; margin: -10px 0 40px 0; padding: 50px 20px 0 520px; }
.winner-phase .judges-description h2 { margin-top:0px;padding-top:0px;margin-bottom:0px;padding-bottom:0px;}
.winner-phase .judges-description p { margin-top:0px;padding-top:0px;}

.winner-phase .film h2.gray	  { background: url(images/cat-ribbon-end.png) #58595B repeat-y center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 40px; height: 40px; width: 400px; left:-10px; top:-30px; padding-left: 15px; position: absolute; z-index: 100;}
.winner-phase .film h2.blue	  { background: url(images/cat-ribbon-end.png) #2582B8 repeat-y center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 40px; height: 40px; width: 400px; left:-10px; top:-30px; padding-left: 15px; position: absolute; z-index: 100;}
.winner-phase .film h2.red	  { background: url(images/cat-ribbon-end.png) #C72537 repeat-y center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 40px; height: 40px; width: 400px; left:-10px; top:-30px; padding-left: 15px; position: absolute; z-index: 100;}
.winner-phase .film h2.green  { background: url(images/cat-ribbon-end.png) #99BC47 repeat-y center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 40px; height: 40px; width: 400px; left:-10px; top:-30px; padding-left: 15px; position: absolute; z-index: 100;}
.winner-phase .film h2.orange { background: url(images/cat-ribbon-end.png) #DB6C2E repeat-y center right; color: #FFFFFF; font-weight: bold; box-shadow: 1px 1px 2px #000000; line-height: 40px; height: 40px; width: 400px; left:-10px; top:-30px; padding-left: 15px; position: absolute; z-index: 100;}

.winner-phase .film h2:before { content: ''; position: absolute; z-index: 99; width: 0; height: 0; left: 0px; top: 100%; border-width: 5px 5px; border-style: solid; border-color: #333 #333 transparent transparent;}

.winner-phase .film iframe { border: 1px solid #E5E5E5; box-shadow: 1px 1px 2px #999999;  }

.winner-phase .film .info { width: 450px; height: 70px; background: #FFFFFF; padding: 5px; text-align: left; margin-bottom: 30px; border: 1px solid #E5E5E5; box-shadow: 1px 1px 2px #999999; position: relative;  }
.winner-phase .film .info iframe { float: right; box-shadow: 0 0 0; padding-top: 3px;}
.winner-phase .film .info .title { font-family: Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #58595B; display: block;  }
.winner-phase .film .info .filmmaker { font-family: Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #C72537;   }
.winner-phase .film .info .award { font-family: Georgia, Times, serif; font-style: italic; font-size: 14px; font-weight: normal; display: block; color: #999999;  }
.winner-phase .film .info a.more { font-family: Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; color: #DB6C2E;  }