/* Created by Karen Peyton - 19 Feb 2011 */

body {
	/**********************************************************
	:::Change background image here:::
	
	Optional attribute (options: no-repeat, repeat-y, repeat-x): 
		background-repeat: no-repeat; 
	===========================================================*/
	background-color: #e6e295; /* straw yellow - load color if image doesn't load */
	background-image: url(images/straw_light.png); 
	/**********************************************************/
	
	text-align: center; /* IE trick in CSS to center. Top+Bottom Left+Right. */
	
	margin-top: 40px;
	margin-bottom: 40px;
	
	font-family: verdana, sans-serif;
	font-size: 13px;
	
}

#tagline{
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.col_header {
	font-size: 16px;
	color: #004D99;
}

#content{
	position: relative;
}

#wrapper {
	margin-left: auto; /* Firefox trick in CSS to center. */
	margin-right: auto; /* Firefox trick in CSS to center. */
	text-align: left; /* Set text back to normal after page is centered */
	width: 940px; /* site width + padding left & right + 10px for shadow */
}

#top-white {
	background-color: white;
	width: 930px; /* site width + padding left & right */
	margin-left: 10px;
	height: 15px;
}

#bottom-shadow {
	height: 10px;
	background-image: url(images/shadow.png);
	width: 915px; /* 930px (site width + padding left & right) - desired gap on right */
	margin-left: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 15px;
	
}

#shadow {

	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	width: 890px; /*850px (site width) + 40px (content padding left) */

	padding-left: 10px;
	padding-bottom: 10px;
	
}

#content {

	background-color: white;
	width: 850px; /* width of site */
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 25px; /* add to top-white height to get 40px */
	
}

hr {

	color: #333333;
	size: 1;
	
}

#footer {

	height: 30px;
	
}

#footer1, #footer3 {

	float: left;
	width: 305px; /* width = 850 (container) - 180 (image width) = 670, 670/2 = 335, 335 - 30 (margin) = 305 */
	margin-top: 0px;

}

#footer1 {

	margin-right: 30px;
	
}

#footer1 a {

	float: right;

}

#footer2 {
	
	float: left;
	overflow: visible;
	width: 180px;
	margin-top: -81px;

}

#footer3 {

	margin-left: 30px;

}

#footer3 a {

	float: left;

}

/*
a:link {
    color: #0000FF;
} */

#promo_vid {

	position: relative;

}

#youtube_link {

	position: absolute;
	right: 25px;
	bottom: -18px;

}


/* ==================================== Navigation ======================================== */

#nav{
	position: absolute;
	left: -45px;
	top: 195px;
}

.nav-tab{
	width: 45px; /* width = 35 (tab) + 10 (shadow-left) = 45 */
	height: 55px; /* height = 45 (tab) + 10 (shadow-bottom) = 55 */
	position: relative;
	margin-bottom: 11px;
}

.tab{
	width: 35px;
	height: 45px;
	background-color: white;
	position: absolute;
	top: 0px;
	right: 0px;
}

.vertline{
	border-right: 1px solid #aaaaaa;	
	width: 34px; /* width = 35 (tab) - 1 (vertline) = 34 */
}

.shadow-left{
	width: 10px;
	height: 35px; /* height = 45 (tab) - 10 (no-shadow) = 35 */
	position: absolute;
	left: 0px;
	top: 10px;
	background: url('images/shadow.png') repeat-y;
}

.shadow-bottom{
	width: 35px; /* width = 45 (nav-tab) - 10 (shadow) = 35 */
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url('images/shadow.png');
}

.icon{
	background-repeat: no-repeat;
	background-position: 0px -24px;
	width: 24px;
	height: 24px;
	margin: 6px 0px 0px 1px;
	border: none;	
}

a:link .nav-link, 
a:visited .nav-link,
a:active .nav-link,
a:hover .nav-link,
.nav-link{
	display: block;
	position: absolute;
	width: 35px;
	height: 45px;
	color: black;
	text-decoration: none;
}

a:hover .icon, 
.staylit .icon{
	background-position: 0px 0px;
}
	
#icon-home{
	background-image: url('images/home.png');
}

#icon-bio{
	background-image: url('images/bio.png');
}

#icon-rules{
	background-image: url('images/rules.png');
}

#icon-video{
	background-image: url('images/video.png');
}

#icon-join{
	background-image: url('images/join.png');
}	

.title{
	font-size: 9px;
}

/* ================================== Submission Form ===================================== */

	.form_row {
		float: left;
		padding: 0px 25px 0px 0px;  /* Top Right Bottom Left */
	}
	#submit_email #submit {
		clear: both;
		width: auto;
	}	
	.success {
		color: green;
	}
	.failure {
		color: red;
	}
	#submit_email input {
		display: block;
		width: 225px;
	}

	#submit_container {
		height:	23px;
	}
	
	#result {
		float: left;
		margin-left: 10px;
		line-height: 23px;
	}
	
	#submit {
		float: left;
	}
	
/* ======================================================================================== */
