@charset "UTF-8";
/* CSS Document */
/* Eric Myer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* TAGS */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

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

#bg-body{position: relative; width: 100%; background:url('../../../img/themed/frontend/bg-body.gif') #fff;}

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

fieldset {
	border:none;
}

p {
	margin-bottom: 10px;
	line-height: 16px;	
}

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;	
	}

h3{font-weight: bold; margin-bottom: 5px;}

h4 {
	color:#cf1105;
	font-size:16px;
	font-weight:normal;
}

h5{font-size: 13px; text-transform: uppercase; }
	
label {
	letter-spacing: .1em;
	font-size:11px;	
}

a {
	color:#000;
	text-decoration: none;
}
p a{text-decoration: underline;}

	a:hover {
		color:#666;
	}
strong{font-weight: bold;}

/* 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;
	padding-bottom: 50px;
	background: #ffffff url('../../../img/themed/frontend/bg-container.gif') top center;
}

#container.home{padding-bottom: 0;}
#headerHolder{width: 1000px; margin: 0 auto; position: relative;}
	div#header {
		width:100%;
		height: 35px;
		position:relative;
		margin:0 auto;
		background: #000;
		z-index: 20;
	}
	
	
		div#header h1 {
			width:100%;
			height:170px;
			background: transparent url('../../../img/themed/frontend/logo.jpg') no-repeat center 15px;
		}
		/*
		div#header h1.map {
			width:100%;
			height:170px;
			background: transparent url('../../../img/themed/frontend/hdr-home-gasland.png') no-repeat center 15px;
		}
		*/
		
		div#header.home h1 {
			position: absolute;
			width:100%;
			height:170px;
			background: transparent url('../../../img/themed/frontend/hdr-home-gasland.png') 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 {
			padding-top: 5px;
			width:900px;
			height: 15px;
			margin: 0 auto;
		}
				
			div#header ul#mainNav li {
				float:left;
				margin-right: 36px;
			}
			div#header ul#mainNav li.last{margin-right: 0;}
			
			div#header ul#mainNav li.clear {
				line-height: 0px;
				height: 0px;
				padding: 0;
				margin: 0;	
			}
			
				div#header ul#mainNav li a {
					display:block;
					font-size:22px;
					font-weight:bold;
					color:#FFF;
					text-decoration:none;
				}
				
				div#header ul#mainNav li a:hover {
					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;
			top: 16px;
			left: 40px;
			width: 920px;
			height: 114px;

		}
		
			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 {
				position: relative;
				margin-right: 5px;	
				border: 0;
			}
		
	div#content {
		width:930px;
		position:relative;	
		padding:215px 0 15px;
		margin:0 auto;
	}
	
	
	/* Home page Styles */
	
	.home #content{height: 560px; background: url('../../../img/themed/frontend/bg-home.png') no-repeat 30px 50px; padding-top: 50px;}
	.home #content #touts{position: relative; height: 194px; margin: 108px 0 0 60px;}
	.home #content #touts .tout{position: absolute; top: 0; width: 255px; height: 195px; float:left;  background: url('../../../img/themed/frontend/bg-postcard.gif') no-repeat ; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
	.home #content #touts .tout a{text-indent: -9000px; position: absolute;}
	.home #content #touts #tout-1{left: 0;}
	.home #content #touts #tout-1 a{display: block; top: 17px; left: 16px; width: 222px; height: 145px;  background: url('../../../img/themed/frontend/link-scientific-facts.png') no-repeat;}
	.home #content #touts #tout-2{left: 276px;}
	.home #content #touts #tout-2 a{display: block; top: 17px; left: 16px; width: 238px; height: 169px; background: url('../../../img/themed/frontend/link-gasland-map.png') no-repeat;}
	
	.home #content #touts #tout-3{left: 550px;}	
	.home #content #touts #tout-3 .bdr{position: absolute; top: 108px; left: 20px; width: 221px; height: 2px; border-bottom: 2px solid #273274;}
	.home #content #touts #tout-3 a.action{display: block; top: 20px; left: 18px; width: 222px; height: 24px; background: url('../../../img/themed/frontend/link-take-action.png') no-repeat;}
	.home #content #touts #tout-3 a.action:hover{background-position: 0 -24px;}	
	
	.home #content #touts #tout-3 a.contact{display: block; top: 51px; left: 18px; width: 108px; height: 47px; background: url('../../../img/themed/frontend/link-contact-officials.png') no-repeat;}	.home #content #touts #tout-3 a.contact:hover, .home #content #touts #tout-3 a.protests:hover{background-position: 0 -47px;}
	.home #content #touts #tout-3 a.protests{display: block; top: 51px; right: 18px; width: 108px; height: 47px; background: url('../../../img/themed/frontend/link-protests.png') no-repeat;}	
	.home #content #touts #tout-3 a.blog{display: block; top: 120px; left: 19px; width: 222px; height: 56px; background: url('../../../img/themed/frontend/link-blog.png') no-repeat;}		
	.home #content #touts #tout-3 a.blog:hover{background-position: 0 -56px;}
	
	
	.home #content #gasland-feed{position: relative; width: 807px; margin: 20px 0 0 60px;}
	.home #content #gasland-feed .bdr{position: absolute; top: 8px; left: 111px; width: 415px; height: 1px; border-top: 1px solid #000; }
	
	.home #content #gasland-feed a{font-weight: bold; text-decoration: none; color: #af1b0d;}
	.home #content #twitter-feed, .home #content #blog-feed, .home #content #alert-feed{height: 85px; width: 255px; margin: 5px 0 0 10px; padding-right: 10px; float: left;  border-right: 1px solid #af1b0d;}
	.home #content #alert-feed{position: relative; padding-right: 0; border-right: none;}
	.home #content #alert-feed .bdr{position: absolute; top: -10px; left: 0; width: 255px; height: 1px; border-top: 1px solid #000;}
	.home #content #twitter-feed{margin-left: 0;}
	.home #content #twitter-feed .twtr-hd, .home #content #twitter-feed .twtr-ft{display: none;}
	.home #content #twitter-feed .twtr-tweet-wrap{padding: 0;}
	.home #content #twitter-feed .twtr-avatar{display: none;}
	.home #content #twitter-feed .twtr-tweet-text{ margin-left: 0 !important;}
	#content #frac-facts{position: absolute; bottom: 21px; left: 6px; width: 348px; height: 65px; border: 3px solid #fbf1b8;}
	#gasland-map #frac-facts{bottom: -30px;}
	#content #frac-facts #icons{float: left;}
	#content #frac-facts #icons img{display: none; position: absolute; left: -3px; top: 5px; width: 65px;}
	#content #frac-facts #icons img.icon-1{left: 5px; width: 45px;}
	#content #frac-facts #icons img.icon-2{left: 5px; width: 54px;}
	#content #frac-facts #facts{position: relative; float: right; height: 64px; width: 284px; overflow: hidden; font-size: 14.8px; letter-spacing: 1.5px;}
	#content #frac-facts #facts div{position: absolute; top: 65px; left: 0; }
	
	#content #frac-facts h5{position: absolute; top:-5px; left: 10px; width: 113px; height: 9px; text-indent: -9000px; background: url('../../../img/themed/frontend/hdr-frac-facts.gif') no-repeat;}
	
	#content a.frac-action{position: absolute; right: 60px; bottom: 28px; display: block; height: 86px; width: 67px; text-indent: -9000px; background: url('../../../img/themed/frontend/icon-frac-action.png') no-repeat; z-index: 100;}
	#content a.frac-action:hover{background-position: 0 -86px;}
	
	/**MAP BACKUP **/	
	
	#gasland-map{position: relative; height: 567px; margin-top: -89px;}
	#gasland-map img{position: absolute; top: 0; left: 30px;}
	#gasland-map img.map{z-index: 1;}
	#gasland-map img.water{z-index: 2; display: none; opacity: .8;}
	#gasland-map img.shale{z-index: 3;}
	#gasland-map img.shale-water{z-index: 4; display: none; }
	#gasland-map .stories{z-index: 5; display: none;}
	
	#gasland-map #toggle{position: absolute; bottom: 70px; left: -10px; width: 180px; height: 85px; border: 3px solid #fbf1b8; z-index: 50;}
	#gasland-map #toggle ul{position: relative; left: -10px; margin-top: 5px; list-style-type: none; text-transform: uppercase;}
	#gasland-map #toggle ul li{width: 170px; height: 14px; padding:2px 0 2px 15px; margin-bottom: 10px; font-size: 16px; cursor: pointer;}
	
	#gasland-map #toggle h5{position: absolute; top:-5px; left: 10px; width: 71px; height: 9px; text-indent: -9000px; background: url('../../../img/themed/frontend/hdr-map-views.gif') no-repeat;}
	#gasland-map #toggle ul li#stories.active{background: rgba(250, 179, 2, .7);}
	#gasland-map #toggle ul li#shale.active{background: rgba(226, 73, 23, .7);}
	#gasland-map #toggle ul li#water.active{background: rgba(14, 47, 214, .7);}
	
	#gasland-map .stories{position: relative; display: block;}
	#gasland-map .stories img{position: absolute; width: 45px; padding: 3px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
	
	
	#gasland-map .stories img#thumb-1{top: 155px; left: 235px;}
	#gasland-map .stories img#thumb-2{top: 97px; left: 304px;}
	#gasland-map .stories img#thumb-3{top: 280px; left: 330px;}
	#gasland-map .stories img#thumb-4{top: 190px; left: 446px;}
	#gasland-map .stories img#thumb-5{top: 373px; left: 435px;}
	#gasland-map .stories img#thumb-6{top: 465px; left: 435px;}
	#gasland-map .stories img#thumb-7{top: 436px; left: 506px;}
	#gasland-map .stories img#thumb-8{top: 295px; left: 632px;}
	#gasland-map .stories img#thumb-9{top: 175px; left: 730px;}
	#gasland-map .stories img#thumb-10{top: 234px; left: 739px;}
	#gasland-map .stories img#thumb-11{top: 201px; left: 796px;}
	
	/* Affirming Gasland */
	
	#affirmingGasland{}
	#affirmingGasland h2{padding: 0 0 0 0 !important; min-height: 40px;}
	#affirmingGasland .left{width: 430px; float: left;}

	#affirmingGasland a.download{position: relative; display: block; margin-top: 30px; text-indent: -9000px; width: 93px; height: 57px; background: url('../../../img/themed/frontend/img-downloadpdf.gif') no-repeat;}
	#affirmingGasland .right{width: 430px; float: right;}
	#affirmingGasland .right .table-border{padding: 5px 5px; text-align: center;}
	#affirmingGasland .right .table-border img{margin: 20px 0;}
	#affirmingGasland .right .hdr{height: 22px; padding: 10px 0; width: 100%; color: #fff; font-size: 18px; font-weight: bold; text-align: center; border-top-right-radius: 10px; border-top-left-radius: 10px; background: #ED1C24;}
	
	
	/*Organization*/
	
	#organization{position: relative;}
	#organization label{font-weight: bold; line-height: 16px;}
	.submit-org{position: absolute; left: 440px; top: 139px;}
	#OrganizationIndexForm .select{width: 170px; float: left;}
	#OrganizationIndexForm .button{position: relative; top: -5px;}
	#OrganizationIndexForm{margin-bottom: 20px;}

	
	/* Stories */
	
	.stories tr.hdr th{border-top-right-radius: 10px; border-top-left-radius: 10px; background: #ED1C24;}
	
	/**sidebar navigation **/

	/**sidebar navigation **/

#sidenav{
position: fixed;
right:-5px;
top:177px;
width:77px;
height:337px;
}

#sidenav ul li {
position: relative;
left: -10px;
}

#sidenav a{
position: relative;
display: block;
width:90px;
text-indent: -99999px;
}

#sidenav a.feature-vid {
height: 107px;
background: url(../../../img/themed/frontend/sidenav-2.png) no-repeat 0 0;
}

#sidenav a.donate {
height: 175px;
background: url(../../../img/themed/frontend/sidenav-2.png) no-repeat 0 -106px;
}

#sidenav a.buy {
height: 102px;
background: url(../../../img/themed/frontend/sidenav-2.png) no-repeat 0 -281px;
}


#sidenav a.rent {
height: 50px;
background: url(../../../img/themed/frontend/sidenav-2.png) no-repeat 0 -223px;
}

#sidenav a.screening {
height: 85px;
background: url(../../../img/themed/frontend/sidenav-2.png) no-repeat 0 -383px;
}

	
	/*
	#sidenav a.screening:hover {
	background: url(../../../img/themed/frontend/side_nav.png) no-repeat -77px -275px;
	}
	
	#sidenav a.donate:hover {
	background: url(../../../img/themed/frontend/side_nav.png) no-repeat -77px 0;
	}
	
	#sidenav a.buy:hover {
	background: url(../../../img/themed/frontend/side_nav.png) no-repeat -77px -175px;
	}

	#sidenav a.rent:hover {
	background: url(../../../img/themed/frontend/side_nav.png) no-repeat -77px -223px;
	}
	
	
	*/
	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;
			min-height: 40px;	
		}
		
		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 .contact {
		width: 100%;	
		margin-bottom: 20px;
	}
	
		div#content .contact h2 {
			position: relative;
			padding: 10px 0 0;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: .1em;	
			margin-top: 0;
			padding-left:340px;
			z-index: 201;
		}
		
		div#content .contact .img {
			position: relative;
			width: 746px;
			float: left;	
			padding-right: 20px;
			z-index:200;
		}
							
		div#content .contact p {
			position: relative;
			display: block;
			width: 520px;
			line-height: 20px;
			margin-left: 340px;
			z-index: 202;
		}
		
		div#content .contact p a{
			background-color:#000;
			color:#FFF;
			text-decoration:none;
			padding:5px 4px 4px 4px;
			text-transform:uppercase;
			font-weight:bold;
		}
		
		div#content .contact p a:hover{
			color:#F00;	
		}
		
	/* what is fracking */
	#fracking #noflash{position: relative; height: 423px;}
	#fracking #noflash img{position: absolute; top: 0; display: none;}
	
	div#content #faq,  div#content #affirming{
		width: 660px;
		margin: 35px auto 0;	
		line-height: 16px;
	}
	
		div#content #faq h2, div#content #affirming h2{
			text-align: center;
			margin: 0;
			padding: 0;	
		}
		
		div#content #faq h4,  div#content #affirming h4{
			margin: 20px 0 10px -15px !important;	
			background: 
		}
			
	div#footerHolder {
		width:100%;
		min-width: 1000px;
		height: 207px;
		padding-top: 25px;
		background:url('../../../img/themed/frontend/bg-footerholder.jpg') repeat-x top #000;
	}
		
	div#footer {
		position:relative;
		width:1000px;
		height:145px;
		margin:0 auto;
	}
	
		div#footer div {
			float:left;
			position: relative;
		}
		
		#footer div span{color: #f3d379; text-transform: uppercase; font-weight: bold;}
		
		
		div#footer img {
			border:0;
			outline: none;	
		}
		
			
		div#footer div#footer-1 {
			width:158px;
			height:60px;
			margin-left:92px;
			*_margin-left:25px;
			margin-right: 70px;
		}
		
			div#footer div#footer-1 a {
				display:block;
				background: transparent url('../../../img/themed/frontend/join-gasland.gif') no-repeat bottom left;
				width:158px;
				height:42px;;
			}
		

		div#footer div#footer-2 {
			position:relative;
			width:122px;
			margin-right: 70px;
		}
		
	
			div#footer div#footer-2 div#footerPopNum {
				position:relative;
				top: -2px;
				width:100%;
				color:#fff;
				font-size:35px;
				cursor: pointer;
			}
		
		div#footer div#footer-3 {
			width:176px;
			height:60px;
			margin-right: 53px;
		}
				div#footer div#footer-3 form input#footerEmail {
					border:2px solid #fff;
					background-color:transparent;
					position:absolute;height:25px; left:2px; position:absolute; top:14px; width:93px; padding-left:5px;
					*top:18px;
					font-size:14px;
					color:#f3d379;
					font-weight:bold;
				}
				
				div#footer div#footer-3 form input#footerZip {
					border:2px solid #fff;
					background-color:transparent;
					position:absolute;height:25px; left:102px; position:absolute; top:14px; width:44px; padding-left:7px;
					
					*top:14px;
					*padding-top:4px;
					*height:21px;
					
					font-size:14px;
					color:#f3d379;
					text-transform:uppercase;
					font-weight:bold;
				}
				
				div#footer div#footer-3 form input#footerButton {
					float:right;
				}
		
		#footer #footer-4{}
		#footer #footer-4 img{position: absolute; display: none;}
		#footer #footer-4 img.laurel-1{display: block;}
		#footer #footer-5{ position: absolute; top: 76px; right: 65px;}	
		#footer #footer-5 span{position: relative; top: 6px; left: -2px; float: left; margin-right: 5px;}
		#footer #footer-5 a{position: relative; display: block; width: 25px; height: 25px; float: left;margin-right: 5px; text-indent: -9000px;}
		#footer #footer-5 a.facebook{background: url('../../../img/themed/frontend/icon-facebook.jpg') no-repeat;}
		#footer #footer-5 a.twitter{background: url('../../../img/themed/frontend/icon-twitter.jpg') no-repeat;}
		#footer #footer-5 a.youtube{background: url('../../../img/themed/frontend/icon-youtube.gif') no-repeat;}
		
		#footer #footerNav{ margin-left: 92px;}
		#footer #footerNav ul{float: left; margin-right: 72px;}		
		#footer #footerNav ul li{margin-bottom: 8px;}
		#footer #footerNav a{color: #fff; font-weight: bold;}
		#footer #footerNav a:hover{color:#F3D379;}
		div#footer div#populationDetails {
			position: absolute;
			width: 240px;
			top: -166px;
			left: 340px;
			overflow: visible;
			display: none;
			z-index: 20;
		}
		div#footer div#populationDetails h2{padding: 0 0 0 0; line-height: 10px; min-height: 5px !important;}
			
			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.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:right;
	width:370px;
	margin-top: 50px;
	
}	

	h2 {
		padding: 13px 0 0 85px;
		margin: 0px 0 0 0px;
		color: #cf1105 !important;
		min-height: 70px;
		*_height: 70px;
	}
	
	
	
	h2.alert{
		background: transparent url('../../../img/themed/frontend/icon-alerts-sm.gif') no-repeat 0 2px;	
	}
	
	h2.organization {
		background: transparent url('../../../img/themed/frontend/icon-organizations-sm.gif') no-repeat 0 2px;	
	}
	
	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;	
	}
	
	.table-border{padding: 5px 0 10px; border: 3px solid #ed1c24; border-radius: 10px;}
	.table-border table tr.hdr{margin-top: 2px;}
	.table-border table th{height: 12px; padding:10px 10px; background: #ed1c24; font-weight: bold;}
	.table-border table th.left{border-top-left-radius: 10px;}
	.table-border table th.right{border-top-right-radius: 10px;}

		
		table {
			width: 100%;
			padding: 0 5px;
		}
		
			table th {
				padding: 0 0 10px 7px;	
				color: #FFF !important;
				font-size: 12px;
				text-align: left;
			}
				
				table th a, table th a:visited {
					color: #FFF;	
				}
				
				div.listmiddle a, div.listmiddle a:visited {
					color: #000;	
					text-decoration: none;
				}
				div.listmiddle a:hover {
					color: #000;	
				}
			
			table td {
				padding: 7px 2px 7px 10px;	
			}
			
				table td a {
					text-decoration: none !important;
					font-weight: bold;	
				}
			
			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 {
		position: relative;
		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;
}

#content .alerts{width: 554px; margin-top: -40px;}
		
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 h2{padding: 0 0 0 20px; !important; min-height: 20px; !important;}
	
		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#container.donate #content { padding-top: 120px; }
div#container.donate #content h2 { padding-left: 0; }
div#container.donate #content .donate_info { margin: 0 55px; }

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 !important; position: absolute; top: 6px; 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; margin: -10px 0 0 0; }

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;
					}
					
div#screeningsHolder div.screenings.index div.listmiddle div.screening-box {
	margin: 15px 20px 0;
}

div#screeningsHolder div.screenings.index div.listmiddle div.screening-box h4 {
	font-weight: bold;
}

div#screeningsHolder div.screenings.index div.listmiddle div.screening-box div.screening {
	margin-top: 10px;
	width: 190px;
	float: left;
}

div#screeningsHolder div.screenings.index div.listmiddle div.screening-box div.screening.left {
	margin-right: 10px;
}

div#screeningsHolder div.screenings.index div.listmiddle div.screening-box div.screening a {
	font-weight: bold;
}			
