@charset "UTF-8";
/* CSS Document */

/* TAGS */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	position:relative;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000000;	
	
	min-height:100%;
	height:auto !important;
	height:100%;
	
	background-color: #FFFFCC;
}

html, body {
	margin:0;
	padding:0;
}

fieldset {
	border:none;
}

p {
	margin-bottom: 10px;	
}

h2 {
	color:#cf1105;
	font-size:33px;
	font-weight:normal;
	line-height: 32px;
	display:block;
	padding:0 0 0 53px;
	margin:0 0 10px;
}
	
	h2 .topline {
		position: relative;
		font-size: 10px;
		line-height: 18px;
		margin-top: 0px;	
	}
	
	h2 .bottomline {
		position: relative;
		font-size: 10px;
		line-height: 15px;	
	}

h4 {
	color:#cf1105;
	font-size:16px;
	font-weight:normal;
}
	
label {
	letter-spacing: .1em;
	font-size:11px;	
}

a {
	color:#000;
}

	a:hover {
		color:#666;
	}

/* GLOBAL */

.clear {
	display:block !important;
	clear:both !important;
	float:none !important;
	height:0px !important;
	width:100% !important;
	overflow:hidden !important;
	background-color:transparent !important;
	padding:0 !important;
	margin:0 !important;
}

.red {
	color:#CF1105;
}

/* DEFAULT LAYOUT */

div#container {
	width:1000px;
	margin:0 auto;
	position:relative;
	
	/*
	min-height:500px;
	height:auto !important;
	height:500px;	
	padding-bottom:150px;
	*/
	padding-bottom: 50px;
	background: #ffffcc url('../../../img/themed/frontend/bk.jpg') repeat-y bottom center;
}

	div#header {
		width:1000px;
		height:220px;
		position:relative;
		margin:0 auto;
	}
		
		div#header h1 {
			width:100%;
			height:170px;
			background: transparent url('../../../img/themed/frontend/logo.jpg') no-repeat center 15px;
		}
			
		div#header.about-the-film h1 {
			background: transparent url('../../../img/themed/frontend/logo-about.jpg') no-repeat center 15px;
		}
		
		div#header.whats-fracking h1 {
			background: transparent url('../../../img/themed/frontend/logo-what.jpg') no-repeat center 15px;
		}
		
		div#header.screenings h1 {
			background: transparent url('../../../img/themed/frontend/logo-screenings.jpg') no-repeat center 15px;
		}
		
		div#header.trailer h1 {
			background: transparent url('../../../img/themed/frontend/logo-trailer.jpg') no-repeat center 15px;
		}
		
		div#header.take-action h1, div#header.organizations h1, div#header.alerts h1, div#header.stories h1 {
			background: transparent url('../../../img/themed/frontend/logo-action.jpg') no-repeat center 15px;
		}
		
			div#header h1 span {
				display:none;
			}
			
		div#header ul#mainNav {
			position:absolute;
			display:block;
			top:0px;
			left:0px;
			background-color:#000;
			height:16px !important;
			width:950px;
			padding: 0px 0px 0px 30px;	
			margin: 0px;
			line-height: 16px;
		}
				
			div#header ul#mainNav li {
				display:block;
				float:left;
				margin-right:22px;
				height:16px;
				/*line-height:24px;*/
				padding: 0;
				list-style: none;
			}
			
			div#header ul#mainNav li.clear {
				line-height: 0px;
				height: 0px;
				padding: 0;
				margin: 0;	
			}
			
				div#header ul#mainNav li a {
					display:block;
					padding:0px 0px 0 40px;
					/**padding:0px;*/
					font-size:14px;
					/*line-height:24px;*/
					font-weight:bold;
					color:#FFF;
					text-decoration:none;
					opacity:1.0;
					filter:alpha(opacity='100');
					width:100%;
					*_width:auto;
					
				}
				
				div#header ul#mainNav li a:hover {
					/*opacity:0.4;
					filter:alpha(opacity='40');*/
					color:#CF1105;
				}
				
			div#header ul#mainNav li.active a {
				color:#CF1105 !important;
			}
			
				div#header ul#mainNav li.active a, div#header ul#mainNav li.active a:hover {
					color:#fff;
					cursor:default;
					opacity:1.0;
					filter:alpha(opacity='100');					
				}
		
		div#header #home {
			position: absolute;
			width: 920px;
			height: 118px;
			top: 15px;
			left: 40px;
			border: 0px;
		}
		
			div#header #home img {
				border: 0px;
				outline: none;	
			}
			
		div#header ul#subNav {
			position: absolute;
			display:block;
			height:40px;
			/*background: transparent url('../../../img/themed/frontend/topNavBk.jpg') no-repeat top left;*/
			padding:5px 0 0 5px;
			/*margin:-42px auto 0 auto;*/
			margin-top: -42px;
			margin-left: 45px;
			width:930px;
		}
		
			div#header ul#subNav li {
				display:block;
				float:left;
				background-color:#FFFFFF;
				height:30px;
			}
			
			div#header ul#subNav li.clear {
				border:none;
			}
			
				div#header ul#subNav li a {
					padding:0 8px;
					display:block;
					float:left;
					height:20px;
					vertical-align:middle;
					color:#ec1906;
					font-weight:bold;
					font-size:12px;
					text-transform:uppercase;
					text-decoration:none;
					padding-top:10px;
					*padding-top:8px;
				}
				
					div#header.about-the-film ul#subNav li a {
						color: #77938f;	
					}
					
					div#header.whats-fracking ul#subNav li a {
						color: #907233;	
					}
					
					div#header.screenings ul#subNav li a {
						color: #886649;	
					}
					
					div#header.trailer ul#subNav li a {
						color: #a1a05f;	
					}
					
					div#header.take-action ul#subNav li a,
					div#header.organizations ul#subNav li a, 
					div#header.alerts ul#subNav li a, 
					div#header.stories ul#subNav li a {
						color: #77938f;	
					}
				
				div#header ul#subNav li a:hover {
					color:#f2940a;
				}
				
				div#header ul#subNav li.active a, div#header ul#subNav li.active a:hover {
					color:#000;
					cursor:default;
				}
				
				div#header ul#subNav li span.spacer {
					display:block;
					float:left;
					height:17px;
					width:1px;
					background-color:#ec1906;
					margin-top:6px;
				}
				
					div#header.about-the-film ul#subNav li span.spacer {
						background-color: #77938f;
					}
					
					div#header.whats-fracking ul#subNav li span.spacer {
						background-color: #907233;
					}
					
					div#header.screenings ul#subNav li span.spacer {
						background-color: #886649;
					}
					
					div#header.trailer ul#subNav li span.spacer {
						background-color: #a1a05f;
					}
					
					div#header.take-action ul#subNav li span.spacer,
					div#header.organizations ul#subNav li span.spacer, 
					div#header.alerts ul#subNav li span.spacer, 
					div#header.stories ul#subNav li span.spacer {
						background-color: #77938f;
					}
	
		div#header #filmby {
			position: absolute;
			display: block;	
			padding:10px 10px 6px;
			background-color: #FFF;
			right: 47px;
			top: 133px;
			font-weight: bold;
			font-size: 12px;
		}
		
			div#header.about-the-film #filmby {
				color: #77938f;
			}
			
			div#header.whats-fracking #filmby {
				color: #907233;
			}
			
			div#header.screenings #filmby {
				color: #886649;
			}
			
			div#header.trailer #filmby {
				color: #a1a05f;
			}
			
			div#header.take-action #filmby,
			div#header.organizations #filmby, 
			div#header.alerts #filmby, 
			div#header.stories #filmby {
				color: #77938f;
			}
		
		div#header #icons {
			position: absolute;
			width: 290px;
			top: 150px;
			right: 80px;
		}
		
			div#header #icons img {
				margin-right: 5px;	
				border: 0;
			}
		
	div#content {
		width:930px;
		/*
		min-height:425px;
		height:auto !important;
		height:425px;
		*/
		position:relative;	
		padding:15px 0;
		margin:0 auto;
	}
		
		div#trailer {
			position: relative;
			width: 640px;	
			margin: 0 auto 25px;
		}
		
	div#content .bio {
		width: 100%;	
		margin-bottom: 20px;
	}
	
		div#content .bio h2 {
			padding-top: 10px;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: .1em;	
		}
		
		div#content .bio .img {
			position: relative;
			width: 408px;
			float: left;	
			padding-right: 20px;
		}
					
			div#content .bio .title {
				position: absolute;
				padding: 5px 7px;
				background-color: #FFF;
				top: 5px;
				right: 25px;
				text-align: right;	
			}
		
		div#content .bio p {
			float: left;
			display: block;
			width: 460px;
			line-height: 15px;
		}
		
	div#content .about {
		width: 100%;	
		margin-bottom: 20px;
	}
	
		div#content .about h2 {
			position: relative;
			padding: 10px 0 0;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: .1em;	
			margin-top: 0;
			padding-left:390px;
			z-index: 201;
		}
		
		div#content .about .img {
			position: relative;
			width: 746px;
			float: left;	
			padding-right: 20px;
			z-index:200;
		}
							
		div#content .about p {
			position: relative;
			display: block;
			width: 440px;
			line-height: 15px;
			margin-left: 390px;
			z-index: 202;
		}
	
	div#content #faq {
		width: 660px;
		margin: 35px auto 0;	
		line-height: 16px;
	}
	
		div#content #faq h2 {
			text-align: center;
			margin: 0;
			padding: 0;	
		}
		
		div#content #faq h4 {
			margin: 20px 0 10px -15px !important;	
		}
			
	div#footerHolder {
		width:100%;
	/*	bottom:0;
		position:absolute;*/
	}
		
	div#footer {
		position:relative;
		width:1000px;
		height:166px;
		margin:0 auto;
		background: #ffffff url('../../../img/themed/frontend/bk2.jpg') no-repeat bottom center;
	}
	
		div#footer div {
			float:left;
			/*height:100%;*/
		}
		
		div#footer img {
			border:0;
			outline: none;	
		}
		
			div#footer div span {
				display:none;
			}
			
		div#footer div#footer-1 {
			width:252px;
			height:60px;
			margin-left:40px;
			*_margin-left:25px;
		}
		
			div#footer div#footer-1 a {
				display:block;
				background: transparent url('../../../img/themed/frontend/footer-1.jpg') no-repeat top left;
				width:252px;
				height:100%;
			}
		
		div#footer div#footer-2 {
			background: transparent url('../../../img/themed/frontend/footer-2.jpg') no-repeat top left;
			width:125px;
			position:relative;
			height:60px;
		}
		
			div#footer div#footer-2 div#footerPopNum {
				position:absolute;
				top:4px;
				left:8px;
				width:100%;
				height:50px;
				color:#cf1105;
				font-size:35px;
				line-height:50px;
				cursor: pointer;
			}
		
		div#footer div#footer-3 {
			background: transparent url('../../../img/themed/frontend/footer-3.jpg') no-repeat top left;
			width:176px;
			height:60px;
		}
		
			div#footer div#footer-3 form {
			
			}
				
				div#footer div#footer-3 form input#footerEmail {
					border:none;
					background-color:transparent;
					position:absolute;height:25px; left:2px; position:absolute; top:13px; width:93px; padding-left:5px;
					*top:18px;
					font-size:14px;
					color:#f3d379;
					font-weight:bold;
				}
				
				div#footer div#footer-3 form input#footerZip {
					border:none;
					background-color:transparent;
					position:absolute;height:25px; left:102px; position:absolute; top:13px; width:44px; padding-left:7px;
					
					*top:14px;
					*padding-top:4px;
					*height:21px;
					
					font-size:14px;
					color:#f3d379;
					text-transform:uppercase;
					font-weight:bold;
					border-left: 2px solid #AA1F0C;
				}
				
				div#footer div#footer-3 form input#footerButton {
					float:right;
				}
		
		div#footer div#footer-4 {
			width:219px;
			height:60px;
		}
		
			div#footer div#footer-4 a {
				display:block;
				background: transparent url('../../../img/themed/frontend/footer-5.jpg') no-repeat top left;
				width:219px;
				height:100%;
			}
		
		div#footer div#footer-5 {
			/*background: transparent url('../../../img/themed/frontend/footer-6.jpg') no-repeat top left;*/
			width:150px;
			position:relative;
			height:60px;
			margin-top: -8px;
		}
		/*
			div#footer div#footer-5 a#footerFacebook {
				position:absolute;
				height:22px;
				width:22px;
				display:block;
				top:10px;
				left:80px;
				background: transparent url('../../../img/themed/frontend/facebook.gif') no-repeat top left;
			}
			
			div#footer div#footer-5 a#footerTwitter {
				position:absolute;
				height:22px;
				width:22px;
				display:block;
				top:10px;
				left:108px;
				background: transparent url('../../../img/themed/frontend/twitter.gif') no-repeat top left;
			}
			
			div#footer div#footer-5 a#footerFacebook, div#footer div#footer-5 a#footerTwitter {
				opacity:1.0;
				filter:alpha(opacity='100');	
			}
			
			div#footer div#footer-5 a:hover#footerFacebook, div#footer div#footer-5 a:hover#footerTwitter {
				opacity:0.4;
				filter:alpha(opacity='40');	
			}
		*/
		div#footer div#populationDetails {
			position: absolute;
			width: 240px;
			top: -160px;
			left: 340px;
			overflow: visible;
			display: none;
			/* background: transparent url(../../../img/themed/frontend/populationArrow.png) 0 120% no-repeat; */
		}
			
			div#footer h2 {
				text-align: left;
				background-color: #FFF;
				margin: 0;
				padding:5px 0 0;	
			}
			
			div#footer div#populationDetails .join {
				margin-left: 7px;
				padding: 0px 0;	
			}
			
			div#footer div#populationDetails .arrow {
				margin-top: -15px;
				margin-left: 40px;			
				background-color: transparent;
			}
			
			div#footer div#populationDetailsInside {			
				padding: 4px;
				font-weight: bold;	
				background-color: #FFF;
			}
			
				div#footer div#populationDetails p {
					padding: 5px;
					border: 2px solid #fbf1b7;	
				}
		
		div#footer div#watchit {
			width: 100%;
			font-size: 15px;
			text-align: center;	
			color:#e5c772;
			font-weight: bold;
		}
		
		div#footer #footerFacebook { 
			margin-left: 7px;
		}
		
		div#footer #footerFacebook img, div#footer #footerTwitter img, div#footer #footerYoutube img {
			margin-bottom: -5px;
		}			
			
		div#footer div#footerNav {
			position: relative;
			display: block;
			clear:both;
			text-align:center;
			float:none;
			color:#e5c772;
			font-size:13px;
			font-weight:bold;
		}
		
		div#footer div#footerNav a {
			color:#e5c772;
			font-size:13px;
			text-decoration:none;
			font-weight:bold;
		}
		
		div#footer div#footerNav a:hover {
			color:#e6d39d;
		}		
		
		div#footer div#footer-6 { width: 245px; padding-left: 45px;	}
		div#footer div#footer-6 a { color: #CF1105; font-size: 18px; } 
		
		div#footer div#footer-7 {
			width: 380px;
			padding-left: 30px;
		}
		
		div#footer div#footer-8 { width: 290px; text-align: left; }
		
	div.subSearch {
		
	}
	
		div.subSearch td {
			padding:5px 5px 5px 0;
		}
		
		div.subSearch input, div.subSearch textarea {
			display:block;
			clear:both;
			float:none;
			border:1px solid #999;
			margin:0;
			padding:0;
			width:99.25%;
			font-size:12px;
			background-color:#e9e9e9
		}
		
		div.subSearch input {
			height:22px;
		}
		
		div.subSearch textarea {
			height:60px;
		}
		
		div.subSearch select {
			height:25px;
		}
		
/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #FFFFDF;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width:250px;
}
dd {
	margin-left: 250px;
	margin-top: -2em;
	vertical-align: top;
}
		
/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 30px 0;
	background: #cf1105;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #cf1105;
	padding: 5px;
}
p.error {
	background-color: #cf1105;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #cf1105;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: #cf1105;
	color: #fff;
}
		
/* INDEX VIEWS */

div.listings h2 {
	min-height: 80px;
	*_height:80px;	
}
	
	div.listings p {
		padding-left: 55px;
	}
	
	div.listings h3 {
		padding-left: 55px;	
		font-size:14px;
	}
	
	div.listings form {
		padding-left: 55px;	
	}
	
		
	
div.subActions {
	float:left;
	width:410px;
	margin-right:45px;
}	

	div.subActions h2 {
		padding: 13px 0 0 85px;
		margin: 0px 0 0 0px;
		color: #cf1105 !important;
		min-height: 70px;
		*_height: 70px;
	}
	
	div.subActions h2.alert {
		background: transparent url('../../../img/themed/frontend/icon-alerts-sm.gif') no-repeat 0 2px;	
	}
	
	div.subActions h2.organization {
		background: transparent url('../../../img/themed/frontend/icon-organizations-sm.gif') no-repeat 0 2px;	
	}
	
	div.subActions h2.story {
		background: transparent url('../../../img/themed/frontend/icon-story-sm.gif') no-repeat 0 2px;	
	}
	

div.index, div.form {
	float:left;
	width:450px;
}
	
	div.listtop {
		width: 440px;
		height: 30px;
		background: #FFF url('../../../img/themed/frontend/listtop.gif') no-repeat 0 0;
		padding: 0;
		margin: 0;
	}
	
	div.listmiddle {
		width: 434px;
		border-width: 0px 3px;
		border-style: solid;
		border-color: #cf1105;
		padding: 0 0px;	
		margin-top: -17px;	
	}
	
		div.listmiddle table {
			width: 100%;
			padding: 0 10px;
		}
		
			div.listmiddle table th {
				padding: 0 0 10px 7px;	
				color: #FFF !important;
				font-size: 12px;
				text-align: left;
			}
				
				div.listmiddle table th a, div.listmiddle table th a:visited {
					color: #FFF;	
				}
				
				div.listmiddle a, div.listmiddle a:visited {
					color: #000;	
					text-decoration: none;
				}
				div.listmiddle a:hover {
					color: #000;	
				}
			
			div.listmiddle table td {
				padding: 7px 2px 7px 10px;	
			}
			
				div.listmiddle table td a {
					text-decoration: none !important;
					font-weight: bold;	
				}
			
			div.listmiddle table tr.altrow td {
				background-color: #ffffdf;	
			}
		
	div.listbottom {
		width: 440px;
		height: 20px;
		background: #FFF url('../../../img/themed/frontend/listbottom.gif') no-repeat 0 0;
		padding: 0;
		margin: 0;
	}	

	div.paging {
		text-align: center;	
		width: 410px;
		padding: 0 15px;
		margin: 7px 0 15px;
	}
		
		div.paging .disabled {
			visibility: hidden;	
		}
		
		div.paging .prev {
			float: left;
			font-weight: bold;	
			letter-spacing: .1em;
		}
		
		div.paging .next {
			float: right;	
			font-weight: bold;
			letter-spacing: .1em;
		}
	
	.form div.buttonHolder {
		margin-top: 15px;	
	}
	
	div.buttonHolder {
		text-align:center;
	}
	
		a.button, a:visited.button {
			display: inline-block;
			height: 25px;
			background: #000 url('../../../img/themed/frontend/buttonarrow.gif') no-repeat 0 0;
			padding: 0 8px 0 44px;
			color: #FFF;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
			line-height: 25px;		
		}
		
			a:hover.button {
				color: #cf1105;	
			}
			
		a.buttonBak, a:visited.buttonBak {
			display: inline-block;
			height: 25px;
			background: #000 url('../../../img/themed/frontend/buttonarrowBak.gif') no-repeat 0 0;
			padding: 0 8px 0 44px;
			color: #FFF;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
			line-height: 25px;		
		}
		
			a:hover.buttonBak {
				color: #cf1105;	
			}
	
/* FORM / ADD VIEWS */

div.index {
	float:left;
	width:450px;
}
		
div.form input, div.form textarea {
	display:block;
	clear:both;
	float:none;
	border:1px solid #999;
	margin:0;
	padding:0;
	width:99.25%;
	font-size:12px;
	background-color:#e9e9e9
}

div.form label, div.listings label {
	font-weight: bold;
	letter-spacing: .1em;	
}

div.form input {
	height:22px;
}

div.form textarea {
	height:60px;
}

div.form div.checkbox {
	/* float:left; */
}

	div.form div.checkbox label {
		float:left;
		padding:5px 0 0 5px;
	}

	div.form div.checkbox input {
		width:auto;
		float:left;
		border:none;
		background-color:transparent;
	}

div.form td {
	padding:5px 0 5px 0;
	vertical-align:top;
	text-align:left;
}

div.form td.right {
	padding-left:5px;
}

div.form div.submit input {
	width:auto;
	clear:both;
	float:right;
	}
		
/* HOME PAGE */


/* TAKE ACTION - OVERVIEW */

	div#takeActionOverview {
	
	}
	
		div#takeActionOverview div#headerHolder {
		
		}
		
			div#takeActionOverview div#headerHolder div#headerHolderLeft {
				float:left;
			}
			
				div#takeActionOverview div#headerHolder div#headerHolderLeft div.subActions {
					width:275px;
					margin-right:0;
				}
				
					div#takeActionOverview div#headerHolder div#headerHolderLeft div.subActions h2 {
						margin:0;
					}
				
			div#takeActionOverview div#headerHolder div#headerHolderRight {
				clear:both;
				float:none;
				height:84px;
				width:570px;
				padding-left:20px;
				padding-top:25px;
			}
			
	div#takeActionOverview h3 {
		display:block;
		font-size:18px;
		color:#666;
		margin-top:38px;
		margin-bottom:18px;
		margin-left:20px;
	}
	
	div#takeActionOverview p.subP {
		display:block;
		width:570px;
		padding-left:20px;
		padding-top:25px;
		font-weight:bold;
	}
			
	div#takeActionOverview div#pageNavHolder {
		width:570px;
		margin-left:20px;
		*_margin-left:10px;
		float:left;
	}
		
		table#overview .icon {
			display: block;
			float: left;	
			width: 101px;
			border: 0;
		}
		
		table#overview p {
			display: block;
			float: left;
			margin: 30px 0 0 10px;
		}
		
		table#overview .blue {
			color: #204a74;
			font-weight: bold;
		}
		
		table#overview .line {
			position: absolute;
			left: 130px;
			margin-top: 80px;	
		}
		
		table#overview tr.space td {
			padding: 10px 0;	
		}
		
		table#overview .doit {
			position: absolute;
			display: none;
			background-color: #000;
			color: #FFF;
			font-weight: bold;
			padding: 5px 7px;
			left: 510px;	
			margin-top: 10px;
		}
		
		div#takeActionOverview div#pageNavHolder a, div#takeActionOverview div#pageNavHolder a:visited {
			color: inherit;
			text-decoration: none;
			/* opacity:1; 
			filter:alpha(opacity=100) */
		}
		
			div#takeActionOverview div#pageNavHolder a:hover {
				color: #1a3c5d !important;
				/* opacity:0.8;
				filter:alpha(opacity=80); */
			}		
/*
		div#takeActionOverview div#pageNavHolder a#pageNav-1 {
			width:100%;
			height:102px;
			background-image:url(../../../img/themed/frontend/takeActionOverview-1.gif);
		}
		
		div#takeActionOverview div#pageNavHolder a#pageNav-2 {
			width:100%;
			height:84px;
			background-image:url(../../../img/themed/frontend/takeActionOverview-2.gif);
		}
		
		div#takeActionOverview div#pageNavHolder a#pageNav-3 {
			width:100%;
			height:89px;
			background-image:url(../../../img/themed/frontend/takeActionOverview-3.gif);
		}
		
		div#takeActionOverview div#pageNavHolder a#pageNav-4 {
			width:100%;
			height:108px;
			background-image:url(../../../img/themed/frontend/takeActionOverview-4.gif);
		}
		
			div#takeActionOverview div#pageNavHolder a span {
				display:none;
			}
*/			
	div#takeActionOverview div.overview.index {
		float:right;
		width:310px;
		margin-top:-35px;
	}
	
	
	div#takeActionOverview div.overview.index div.listbottom {
		width:310px;
		background-image:url(../../../img/themed/frontend/footer-fracOverview.gif);
	}
	
	div#takeActionOverview div.overview.index div.listmiddle {
		width:304px;
		margin-top:0;
	}
	
		div#takeActionOverview div.overview.index div.listmiddle table td {
			padding:10px 0;
			*padding:10px;
		}
	
	div#takeActionOverview div.overview.index div.listtop {
		background-image:url(../../../img/themed/frontend/header-fracOverview.gif);
		width:310px;
		height:59px;
	}
	
		div#takeActionOverview div.overview.index div.listtop span {	
			display:none;
		}


/* donate */
div#donateBox { width: 830px; position: relative; margin-left: 55px; }
div#donateHead { background: url( 'https://gaslandthemovie.com/app/webroot/img/salsa/donate_top.png' ) no-repeat top left; height: 55px; width: 830px; position: relative; }
div#donateHead h2 { color: #fff; position: absolute; top: 19px; left: 20px; width: 800px; padding-left: 0px; min-height: 0px !important; }
div#donateHead h2 span.detail { font-size: 10px; }
div#donateMiddle { width: 824px; border-color: #cf1105; border-style: solid; border-width: 0 3px; min-height: 410px; }
div#donateMiddle #left_container, div#donateMiddle #right_container { float: left; }
div#donateMiddle form { padding-left: 0px; }
div#donateMiddle form fieldset { border: 1px solid #e9e9e9; padding-left: 0px; }
div#donateMiddle div#left_container { width: 403px; padding-left: 7px; }
div#donateMiddle div#right_container { width: 390px; }
div#donateMiddle fieldset#personal_information { width: 370px; border-color: #e9e9e9; margin: 20px 0px 10px 0px; padding: 5px 15px 15px 15px; }
div#donateMiddle fieldset#personal_information div.error { display: none; }
div#donateMiddle fieldset#personal_information div.formRow { width: 370px; text-align: left; height: 25px; margin-top: 10px; line-height: 25px; position: relative; }
div#donateMiddle fieldset#personal_information label { width: 115px; text-align: left; display: inline-block; position: absolute; left: 0; top: 0; }
div#donateMiddle fieldset#personal_information div.formRow input { clear: none; }
div#donateMiddle fieldset#personal_information div.message { display: none; }
div#donateMiddle span#profile, div#donateMiddle span#welcome { display: none; }
div#donateMiddle span#supporter span#notyou { display: inline; }
div#donateMiddle div#additionalInfoMessage { display: none; }
div#donateMiddle input.blockInput, div#donateMiddle select.blockInput  { width: 250px; position: absolute; left: 115px; top: 0px; background: #e9e9e9; height: 25px; border: none; }
div#donateMiddle fieldset#donation_amount, div#donateMiddle fieldset#credit_card_information { width: 364px; border-color: #e9e9e9; margin-top: 20px; padding: 5px 15px; }
div#donateMiddle div#right_container fieldset#donation_amount div.formRow { width: 60px; margin-top: 10px; line-height: 25px; float: left; }
div#donateMiddle div#right_container fieldset#donation_amount div.formRow input#otheramt { width: 180px; background: #e9e9e9; border: none; height: 25px; position: absolute; left: 80px; top: 0px; }
div#donateMiddle div#right_container fieldset#donation_amount div.otherRow { width: 270px; position: relative;  }
div#donateMiddle div#right_container fieldset#credit_card_information div.formRow { width: 360px; height: 25px; margin-top: 10px; line-height: 25px; clear: both; position: relative;}
div#donateMiddle div#right_container fieldset#credit_card_information div#ccNum { height: 50px; }
div#donateMiddle div#right_container fieldset#credit_card_information div#ccNum input#cc_number { top: 25px; }
select#ccExpMonth, select#ccExpYear { width: 45px; position: absolute; top: 0px; background: #e9e9e9; border: none; height: 25px; }
select#ccExpMonth { width: 45px; position: absolute; top: 0px; left: 260px; }
select#ccExpYear { position: absolute; left: 320px; }
div#donateMiddle div.donation div#submit { width: 814px; height: 25px; clear: both; text-align: right; margin-top: 10px;}
div#donateMiddle div.donation div#submit input[type=image] { float: right; }
div#donateMiddle div.donation div#submit p { padding: 0px; margin: 0 3px 0 0; font-size: 12px; float: right; line-height: 25px; }
input.input3 { height: 25px; position: absolute; left: 305px; top: 0px; width: 60px; background: #e9e9e9; border: none; }
div#donateMiddle fieldset#credit_card_information div#ccNum { font-weight: bold; height: 50px; !important }
div#donateBottom { background: url( 'https://gaslandthemovie.com/app/webroot/img/salsa/donate_bottom.png' ) no-repeat top left; height: 17px; width: 830px; }

div#donateMiddle .error { padding: 5px; text-align: center; background: #FFDDDD; color: #C00; border: solid #e8a6a6; border-width: 1px 0px 1px 0px;	font-size: 1.1em; font-weight: bold; width: 70%; margin-left: auto; margin-right: auto;	}

div#donateMiddle div#salsa div#header { display: none; }
div#donateMiddle div#salsa div#footer { display: none; }

/* ABOUT - MEDIA KIT */

div#mediaKitHolder {

}

	div#mediaKitHolder div#subLeft {
		width:265px;
		height:122px;
		float:left;
		background-color: transparent;
		background-image: url(../../../img/themed/frontend/mediaKit.gif);
		background-repeat: no-repeat;
		background-position: 128px top;
	}
	
	div#mediaKitHolder div#subRight {
		float:left;
		margin-top:40px;
		width:650px;
	}

		div#mediaKitHolder div#subRight h2 {
			font-size:26px;
			margin:0;
			padding:0;
		}
		
		div#mediaKitHolder div#subRight a {
			color:#CF1105;
		}
		
		div#mediaKitHolder div#subRight div.subBlock {
			margin-top:22px;
		}
		
		div#mediaKitHolder div#subRight div.topBlock {
			margin-top:42px;
		}
		
			div#mediaKitHolder div#subRight div.subBlock div.subBlockTitle {
				height:20px;
				background-color:#000000;
				color:#fff;
				position:relative;
				margin-bottom:20px;
			}
			
			div#mediaKitHolder div#subRight div.subBlock.subBlock-2 div.image {
				float:left;
				overflow:hidden;
				text-align:center;
				margin-right:10px;
				margin-bottom: 10px;
				width:120px;
			}
			
			div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.image {
				float:left;
				overflow:hidden;
				text-align:center;
				margin-right:12px;
				display:inline-block;
				width:300px;
			}
			
				div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.image div.imageHolder {
					float:left;
				}
				
				div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.image div.downloadHolder {
					float:left;
					padding-left:16px;
				}
				
					div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.image div.downloadHolder div.downloadHolderTxt {
						float:left;
					}
					
					div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.image div.downloadHolder div.downloadHolderLinks {
						padding-left:5px;
						float:left;
						text-align:left;
					}

			
				div#mediaKitHolder div#subRight div.subBlock div.subBlockTitle h3 {
					position:absolute;
					width:50%;
					height:36px;
					left:-40px;
					top:-10px;
					
					padding-left:45px;
					padding-top:14px;
					
					background-repeat: no-repeat;
					background-position: left top;
					font-size:13px;
					line-height:13px;
					font-weight:bold;
				}
				
				div#mediaKitHolder div#subRight div.subBlock.subBlock-1 div.subBlockTitle h3 {
					background-image: url(../../../img/themed/frontend/mediaKit-h3-1.gif);
				}
				
				div#mediaKitHolder div#subRight div.subBlock.subBlock-2 div.subBlockTitle h3 {
					background-image: url(../../../img/themed/frontend/mediaKit-h3-2.gif);
				}
				
				div#mediaKitHolder div#subRight div.subBlock.subBlock-3 div.subBlockTitle h3 {
					background-image: url(../../../img/themed/frontend/mediaKit-h3-3.gif);
				}
				
				div#mediaKitHolder div#subRight div.subBlock.subBlock-4 div.subBlockTitle h3 {
					background-image: url(../../../img/themed/frontend/mediaKit-h3-4.gif);
				}
				
				div#mediaKitHolder div#subRight div.subBlock div.subBlockTitle div {
					float:right;
					padding-right:15px;
					padding-top:5px;
				}	
				
					div#mediaKitHolder div#subRight div.subBlock div.subBlockTitle div a {
						text-decoration:none;
					}
					
					div#mediaKitHolder div#subRight div.subBlock div.subBlockTitle div a:hover {
						text-decoration:underline;
					}

/* ABOUT - REVIEWS */

div#reviewsHolder {

}

	div#reviewsHolder div#subLeft {
		width:265px;
		height:155px;
		float:left;
		background-color: transparent;
		background-image: url(../../../img/themed/frontend/reviews.gif);
		background-repeat: no-repeat;
		background-position: 128px top;
	}
	
	div#reviewsHolder div#subRight {
		float:left;
		margin-top:40px;
		width:650px;
	}

		div#reviewsHolder div#subRight h2 {
			font-size:26px;
			margin:0;
			padding:0;
		}
		
		div#reviewsHolder div#subRight a {
			color:#CF1105;
		}
		
		div#reviewsHolder div#subRight div.subBlock {
			margin-top:22px;
		}
		
			div#reviewsHolder div#subRight div.subBlock div.subBlockTitle {
				height:20px;
				background-color:#000000;
				color:#fff;
				position:relative;
				margin-bottom:20px;
			}
			
				div#reviewsHolder div#subRight div.subBlock div.subBlockTitle h3 {
					position:absolute;
					width:50%;
					height:36px;
					left:-40px;
					top:-10px;
					
					padding-left:45px;
					padding-top:14px;
					
					background-repeat: no-repeat;
					background-position: left top;
					font-size:13px;
					line-height:13px;
					font-weight:bold;
				}
			
/* SCREENINGS - INDEX */

div#screeningsHolder div.subActions.listings {

}

	div#screeningsHolder div.subActions.listings h2 {
		background:none;
	}
	
		div#screeningsHolder div.subActions.listings h2 span {
			font-size:22px;
			font-weight:900;
		}
		
			div#screeningsHolder div.subActions.listings h2 span sup {
				font-size:11px;
				*position:relative;
				*top:-5px;
			}
			
			div#screeningsHolder div.screenings.index a:hover {
			color:#666;

}

div#screeningsHolder div.screenings.index {

}

	div#screeningsHolder div.screenings.index div.listtop {
		background: url("../../../img/themed/frontend/listtop-2.gif") no-repeat scroll 0 0 #FFFFFF;
		height:50px;
	}
	
		div#screeningsHolder div.screenings.index div.listtop span {
			color:#fff;
			font-size:22px;
			line-height:22px;
			text-align:center;
			padding-top:20px;
			display:block;
			margin:0 auto;
		}

	div#screeningsHolder div.screenings.index div.listmiddle {
	
	}
	
		div#screeningsHolder div.screenings.index div.listmiddle table {
			margin-top:15px;
		}
		
			div#screeningsHolder div.screenings.index div.listmiddle table tr {

			}
			
				div#screeningsHolder div.screenings.index div.listmiddle table tr td {
					padding:0 2px 0 10px;
				}
				
					div#screeningsHolder div.screenings.index div.listmiddle table tr td div.screeningsInfo {
						margin:15px 0;
					}
			