/*-----------------------------

Project : Girl Scouts Spirit of Nebraska Website
Primary Use : Informational / Educational Site / Membership / Donations
Website design by GoodTwin * Omaha Nebraska  
www.good-twin.com
Branding | Web | Print

Winter Night

-----------------------------*/

/* Colors

Teal #3A9B88
Red #B16255
Yellow #EAE192
Brown #85611C

-------------------*/

p{
	width: 500px;
	text-align:left;
 	font-size: 13px;
	line-height: 24px;
	font-weight: 100;
	font-family: Helvetica, Arial, Verdana;
	margin-left: 30px;
	color: #EAE192
	}
	
ol{
	text-align:left;
 	font-size: 17px;
	line-height: 24px;
	font-weight: 100;
	font-family: Helvetica, Arial, Verdana;
	margin-left: 30px;
	color: #EAE192

	}
	
.general_list li{
	text-align:left;
 	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	font-family: Helvetica, Arial, Verdana;
	margin-left: 30px;
	color: #EAE192

	}

/*--------------- Structure --------------*/

#interior, body {
	background-image: url(../images/interior/winter/night/night_sky.png);
	background-repeat: repeat-x;
	background-color:#0d2538;
	}
	
#interior #container{
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/interior/winter/night/stars.png);
/*	behavior: url('/wp-content/themes/girlscouts/iepngfix.htc');*/
	}
	
	
/*--------------- End Structure --------------*/

/*--------------- Content --------------*/

#main_content{
	float:left;
	background-image: url(../images/interior/winter/night/scene.png);
/*	behavior: url('/wp-content/themes/girlscouts/iepngfix.htc');*/
	background-position: bottom center;
	background-repeat: no-repeat; 
	}
	
#scenery{
	background-image: url(../images/mainpage/winter/night/scene.jpg);
	background-repeat: no-repeat;
	}
	
#timewrap{
	float: right;
	width: 160px;
	}
	
	#timewrap h2{
		text-indent: -9999px;
		}

#time{
	z-index: 5;
	position:absolute;
	width: 185px;
	height:171px;
	background-image: url(../images/interior/winter/night/moon.png);
	behavior: url('/wp-content/themes/girlscouts/iepngfix.htc');
	background-repeat: no-repeat;
	}
	
	#formnews label {
		display: block;
		float: left;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #fff;
		padding: 8px;
		}
		
		#form label {
		width: 120px;
		display: block;
		float: left;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #fff;
		padding: 8px;
		}
	
	
/*--------------- End Content --------------*/

