/*	styles.css
	CSS Styles for Boston Area Girls' STEM Collaborative
	Edited by Becca Shea on 1/25/13 @ 2:20 PM
*/
	
body {
	background: #fff36b; 
	background-image: linear-gradient(bottom, rgb(255,243,107) 19%, rgb(255,48,148) 90%);
	background-image: -o-linear-gradient(bottom, rgb(255,243,107) 19%, rgb(255,48,148) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(255,243,107) 19%, rgb(255,48,148) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,243,107) 19%, rgb(255,48,148) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(255,243,107) 19%, rgb(255,48,148) 90%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, rgb(255,243,107)), color-stop(0.9, rgb(255,48,148)));
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3094', endColorstr='#fff36b');
	
	background-repeat: no-repeat;

	margin: 0;
	padding: 0;
	z-index: -2;
}

ul, ol, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1.mission {
	color: #ff3094;
	background: white;
	opacity: 0.6; 
	font-style: italic;
	text-align: right;
	padding: 5px;
	margin: 30px 0px;
}

h1 {
	color: #ff3094;
	font-style: italic;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: black;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

a img{
	border: none;
	outline: 0;
}


.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.nav {
	z-index: 2;
	position: relative;
}

.left {
	float:left;
	margin-right: 10px;
}

/* Styles for example image on individual program pages */
.programpic {
	display: block;
	float:right;
	margin-left:10px;
	max-width: 300px;
	max-height:180px;
}

/* Wrapper for the content area */
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: white;
	border: 1px solid black;
	border-radius: 20px;
	margin-bottom: 0;
	z-index: 1;
}


/* Header */
#header {
	border-bottom: 8px double #ff3094;
}


/* Navigation bar */
#navbar {
	display: block;
	clear: both;
	float: left;
	margin: 0;
	padding: 30px 15px;
	width: 200px;
	height: 400px;
	z-index: 10;
	line-height: 40px;
	border-top: 3px solid #fff36b;
}

/* Navigation bar template for subpages */
#navbar_members, #navbar_about, #navbar_ts, #navbar_set, #navbar_programs, #navbar_resources, #navbar_calendar, #navbar_sponsors, #navbar_contact {
	display: block;
	clear: both;
	float: left;
	margin: 0;
	padding: 30px 15px;
	width: 200px;
	height: 440px;
	z-index: 10;
	line-height: 40px;
	border-radius: 0px 0px 0px 20px;
	border-top: 3px solid #fff36b;
}

/* Navigation bar backgrounds for each page */
#navbar_members {
	background:  url(/images/sidebar1.jpg);
	background-position: 0% 20%;
	background-size: 470px;
}
#navbar_about {
	background:  url(/images/sidebar2.jpg);
	background-position: 60% 0%;
	background-size: 250px;
}
#navbar_ts {
	background:  url(/images/sidebar3.jpg);
	background-position: 30% 0%;
}
#navbar_set{
	background:  url(/images/sidebar5.jpg);
	background-size: 450px;
	background-position: 0% 0%;
}
#navbar_programs{
	background:  url(/images/sidebar4.jpg);
	background-size: 300px;
}
#navbar_resources{
	background:  url(/images/sidebar7.jpg);
	background-size: 400px;
	background-position: 10% 20%;
}
#navbar_calendar{
	background:  url(/images/sidebar8.jpg);
	background-size: 700px;
	background-position: 18% 0%;
}
#navbar_sponsors{
	background:  url(/images/sidebar9.jpg);
	background-position: 30% 0%;
	background-size: 300px;
}
#navbar_contact{
	background:  url(/images/sidebar10.jpg);
	background-size: 280px;
	background-position: 30% 40%;
}

/* Wrapper for homepage content */
#home {
	padding: 10px 0px 90px 0px;
	height: 400px;
	background-image:  url(/images/homebg.jpg);
	background-position: 0% 0%;
	background-size: 1000px;
	border-radius: 0px 0px 20px 20px;
	border-top: 3px solid #fff36b;
	z-index: 1;
}



/* Wrapper for non-homepage content */
#content {
	padding: 10px 10px 50px 10px;
	height: 420px;
	border-top: 3px solid #fff36b;
	overflow-y: auto;
}

#scrollbar_buffer{
	height: 20px;
}

/* Footer */
#footer {
	padding: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer a {
	color: #ff3094;
}

/* Styles for Facebook logo */
#fb {
	width: 90px;
	vertical-align: middle;
}

#fb_contact {
	width: 80px;
	float: left;
	margin-right: 10px;
}