/********************************************/
/* 	Environmental Film Festival Home Page   */
/********************************************/
body{
}

a {
	color:#b6361d;
}
/********************************************/
/* 	Containers  */
/********************************************/
.headerImage {
	width:940px;
	height:345px;
}
.headerImage .title {
	font-family:"ff-dax-web-pro-1","ff-dax-web-pro-2",sans-serif;
	font-weight:bold;
	font-size:60px;
	color:white;
	margin-bottom:25px;
	width:500px;
	height:110px;
	overflow:hidden;
	line-height:0.8;
	margin-top:60px;
	text-shadow: 2px 2px #333;
}
.headerImage .description {
    width:500px;
    background:url(/images/redtab.png);
    padding:2px 5px 2px 5px;
    height: 80px;
    margin-right:5px;
    color:#FFF;
    font-style:italic;
}

.headerImage .description * {
	font-family:Cambria,Georgia,serif;
	font-style:italic;
	font-size:18px;
}

.headerImage .description a {
	font-style:bold;
	color: white;
	border-bottom:1px dotted white;
}

.headerImage .description a:hover {
	border-bottom:1px solid white;
}

.directorname {
	margin-bottom:10px;
	font-family:"ff-dax-web-pro-1","ff-dax-web-pro-2",sans-serif;
	font-size:16px;
	color:#4c7522;
}

#behindcamera {
	padding:15px;
	font-size:16px;
	font-style:italic;
	font-family:Cambria,Georgia,serif;
	color:#603913;
}

.filmmaker {
	padding:0px 15px 15px 15px;
}
.filmmaker .left {
	float:left;
	width:200px;
}
.filmmaker .right {
	width:215px;
	float:right;
}

p#minicontrols {
	background:url(/images/controls.png);
	background-repeat:no-repeat;
	float:right;
	width:62px;
	height:28px;
	overflow:hidden;
	color:transparent;
	margin-right:20px;
	z-index:199;
	position:relative;
	bottom:60px;
	
	display:none;
}

p#minicontrols a {
	width:20px;
	height:28px;
	display:block;
	overflow:hidden;
	line-height:28px;
	color:transparent;
}

a#prevBtn {
	float:left;
}
a#nextBtn {
	float:right;
}
a#pauseBtn {
	float:left;
}

.headerImage .premierestatus {
	background:url(/images/redtab.png);
}
#slider {width: 940px; height: 345px; overflow: hidden;}
#slider ul {list-style-type:none;}
#slider li {
	width:940px;
	height:345px;
}
#controls {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.7);
    left: 50%;
    list-style-type: none;
    margin: -27px 0 0 -40px;
    padding: 5px 3px 4px 8px;
    position: absolute;
    z-index: 1;
	}
#controls li {float:left;}
#controls a {
	background: url("/images/slider-bullets.png") no-repeat scroll -2px -24px transparent;
    display: block;
    height: 12px;
    margin-right: 3px;
    text-indent: -1000px;
    width: 12px;
	}
#controls .current a {
	background-position:0 0;
	margin-right:5px;
	}
div#wrapper {
	min-height: 800px;
	width:940px;
}
div#headerImage {
	height: 345px;
	width:940px;
	background: black;
	z-index: -2;
}
div#headerImage img {
	height: 345px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#bodyContent {
	background:url(/images/hp-texturebelowimage-bg.png);
	background-repeat:no-repeat;
	width: 940px;
	margin-top:0px;
	padding-top:17px;
}

div#festsponsors {
	background: url(/images/fest-sponsors.png);
	width: 950px;
	height: 411px;
	margin-left:auto;
        margin-right:auto;
	margin-top:30px;
}
div#filmmakerscorner {
	background: url(/images/fmakers-corner-bg.png);
	width:465px;
	height: 345px;
}
div#leftcolumn {
	margin-top:15px;
	background:none;
	width:465px;
	float:left;
}
div#rightcolumn {
	width:450px;
	float: right;
}
div#welcomemessage {
	height:180px;
}
#newsetc {
	margin-top:10px;
}
#newsetc div.news {
	background: url(/images/hp-news-bg.png);
	width:210px;
	height:231px;
	overflow:hidden;
	float:left;
}
#newsetc div.latesttweet {
	background: url(/images/hp-twit-bg.png);
        width:210px;
        height:231px;
        float:right;
}
#newsetc div.latesttweet .innercontent {
	margin-top:50px;
	color:#603913;
	font-family:"museo-slab-1","museo-slab-2",serif;
	font-weight:700;
	font-style:italic;
	height:125px;
	text-align:center;
}
.latesttweet .timeago {
	margin-top:0px;
	color:#b6361d;
}
.latesttweet .social-buttons {
	text-align:right;
	margin-top:20px;
	padding-right:5px;
}
#newsetc .news .innercontent {
	font-face:Calibri,Tahoma,sans-serif;
	color:#b6361d;
	text-align:center;
	margin-top:30px;
}
.innercontent div  {margin-top:10px;}
#welcomemessage {
	margin-top:15px;
	overflow:hidden;
}
#welcomemessage h1 {
	font-weight:bold;
	display:block;
	font-family:"ff-dax-web-pro-1","ff-dax-web-pro-2",sans-serif;
	color:#4c7522;
	size:22px;
	line-height:1.0;
	margin-bottom:5px;
}
#welcomemessage h2 {
	font-weight:medium;
	display:block;
	font-family:"ff-dax-web-pro-1","ff-dax-web-pro-2",sans-serif;
	color:#603913;
	font-size:18px;
	line-height:1.0;
        margin-bottom:5px;
}
#welcomemessage p {
	margin:0px;
	padding:0px;
	display:block;
	font-size:14px;
	font-family:Cambria,Georgia,serif;
}
#quote {
	color:#603913;
	margin-top:15px;
	padding:15px 0px 5px 20px;
	background:url(/images/quotemark.png);
	background-repeat:no-repeat;
	background-position:top-left;
	font-family:Cambria,Georgia,serif;
	font-size:18px;
	font-style:italic;
}
.author {
	font-weight:bold;
	font-style:none;
	font-size:14px;
	font-family:Calibri,Tahoma,sans-serif;
	color:#4c7522;
}
/********************************************/
/* 	Custom Page Styles  */
/********************************************/
div#headerImage div#headerStats {
	display: inline;
	color: #ffffff;
	top: 130px;
	left: 550px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	z-index:101;
}
div#headerImage div#headerStats.black {
	color: #000000;
}
div#headerImage div#headerStats h2 {
	color: #FFFFFF;
}
div#headerImage div#headerStats p,
div#headerImage div#headerStats p.small {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
div#headerImage div#headerStats p.large {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
}
div#headerImage div#headerStats p.medium {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

div#headerImage div#headerStatsShadow {
	display: inline;
	top: 131px;
	left: 551px;
	color:#333;
}
div#headerImage div#headerStatsShadow h2 {
	color: #333;
}
div#headerImage div#headerStatsShadow.black {
	color: #000000;
}
div#headerImage div#headerStatsShadow p,
div#headerImage div#headerStatsShadow p.small {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
div#headerImage div#headerStatsShadow p.large {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
}
div#headerImage div#headerStatsShadow p.medium {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

div#headerAnnounce {
	text-align:left;
	padding:2px 5px 2px 285px;
	color:#FFFFFF;
	background-color:#000000;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
div.contentPadding {
	width: 521px;
	margin: 0px 0px 0px 0px;
}
div#bodyContent ul#homeTabs {
	height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	background-image: url(/images/homepage/tab_welcome_active.gif);
	overflow: hidden;
}
div#bodyContent ul#homeTabs li {	
	width: 253px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 4px;
}
div#bodyContent ul#homeTabs li.lastItem {
	margin: 0px 0px 0px 0px;
}
div#bodyContent ul#homeTabs li a.inactive:link,
div#bodyContent ul#homeTabs li a.inactive:visited {
	display: block;
	color: #ffffff;
	padding: 5px 0px 0px 10px;
}
div#bodyContent ul#homeTabs li a.inactive:active,
div#bodyContent ul#homeTabs li a.inactive:hover {
	color: #cfd51d;
}
div#bodyContent ul#homeTabs li a.active:link,
div#bodyContent ul#homeTabs li a.active:visited {
	color: #434b4e;
	display: block;
	padding: 5px 0px 0px 10px;
}
div#bodyContent ul#homeTabs li a.active:active,
div#bodyContent ul#homeTabs li a.active:hover {
	color: #434b4e;
}
div.homeContent {
	position: relative;
	background-color: #eaede2;
	height: 241px;
	width: 519px;
	border-left: 1px solid #b7c2c2;
	border-bottom: 1px solid #b7c2c2;
	border-right: 1px solid #b7c2c2;
	overflow: hidden;
}
div.featuredClipContent {
	height: 160px;
	padding: 0px;
	margin: 0px 0px 11px 0px;
	overflow: hidden;
	
}
div.homeContent img.feature {
	float: left;
	margin: 13px 20px 10px 13px;
	height: 215px;
	width: 231px;
	overflow: hidden;
}
div#thumbnailCollection {
	margin: 0px;
	padding: 0px;
}
.show {
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
div#welcomeVideo {
	float: left;
	margin: 13px 10px 10px 0px;
	width: 253px;
	height: 215px;
	text-align: center;
}

div.homeContent img.thumbnail {
	height: 57px;
	width: 75px;
	margin: 0px 4px 0px 0px;
}
div#clips div p.photoCopyright {
	bottom: 14px;
	right: 275px;
}
div.homeContent h2 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #484D46;
	text-transform: none;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}
div.homeContent h3 {
	font-size: 12px;
	font-weight: bold;
}
div.homeContent p {
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
	font-size: 12px;
	line-height: 16px;
}
div.homeContent hr {
	padding: 0px 0px 0px 0px;
	margin: 8px 13px 8px 0px !important;
	margin: 0px 13px 0px 0px;
}

div#welcome ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	//height: 90px;
	//overflow: hidden;
}

div#sponsor_text {
	margin-top:20px;
}
div#sponsor_links {
	text-align: left;
	vertical-align: top;
}
div#copy_designed {
}

img.thumbnail {

}

.shadow{
	float:left;
	height:64px;
	width:83px;
	border:none;
}

.shadow:hover {
	background-image:url('/images/homepage/feature_thumb_shadow.jpg');
}

.selected_thumb {
	background-image:url('/images/homepage/feature_thumb_shadow.jpg');
}
.selected_thumb img.thumbnail {
	border:1px solid white;
} 

img.thumbnail:hover {

}

/********************************************/
/* 	Widget Sidebar Styles  */
/********************************************/
div#widgetContainer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0px 0px 65px;
}
div#widgetContainer ul li {
	text-transform: uppercase;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
}
div#widgetContainer img {
	margin: 10px 0px 0px 65px;
}
div#widgetContainer img#gfft {
	height: 35px;
	width: 215px;
	margin: 15px 0px 0px 60px;
}

div#widgetContainer form#stay_informed {
	margin: 0px 0px 0px 60px;
	padding: 0px;
	height: 33px;
}

div#widgetContainer #email_field {
	float:left;
	height: 33px;
	width:169px;
	background:url('/images/homepage/bg_email_field.png');
}

div#widgetContainer #email_field #in {
	border:none;
	background:none;
	width:130px;
	margin:8px 10px 0px 25px;
	color:#929292;
}

div#widgetContainer #ok_button {
	float:left;
	height: 33px;
	border:none;
	margin-left:10px;
}


