/*
Theme Name: ASSU
Theme URI: http://web.stanford.edu/design
Description: Modified version of Stanford Modern
Version: 1.0
Author: Brian Young / Cisco Riordan
Author URI: http://assu.stanford.edu
Tags: stanford, fixed width, 2-columns, site navigation on right
*/

@import url("base.css");
@import url("wordpress.css");
@import url("custom.css");

.Banner{
	width:1200px;
	height:200px;
  
	background-image: url(images/banner_back.gif);
	}

.Mission{
	width:750px;
	height:200px;
	
	position:relative;
	left:240px;
	top:175px;

	color:#000a75;
	
//	font-family:verdana;
        font-style:normal;
	font-weight:700;
	font-size:1.1em;
	}
.Navigation_Bar{
	position:fixed;
	left:200px;
	}
	
.Navigation_Bar ul li{
	list-style-type:none;
	width:400px;
	
	margin:15px;
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	
	border-bottom:1px solid #810609;
	border-right:1px solid #810609;
	}

#active{
	color:#C30308;
	font-style:normal;
	}
a:link{
	text-decoration:none;
	color:#810609;
	
//	font-family:verdana;
	font-style:normal;
	font-weight:700;
	font-size:1.0em;
	}	
a:active{
	text-decoration:none;
	color:#810609;
	
//	font-family:verdana;
	font-style:normal;
	font-weight:700;
	font-size:1.0em;
	}
a:hover{
	color:#420304;
//	font-style:verdana;
	}

	
.Content_Wrapper{
	width: 60%;
	
	margin-top:-250px;
	position:relative;
	left:318px;
	}
.Content_Header{
	height:100px;
	width:100%;
	background-image: url(imgs/Crosshair.jpg);
	background-repeat: no-repeat;
	
	position:relative;
	top:10px;
	}

.Content_Header_Text{
	position:relative;
	top:30px;
	left:80px;
	
//	font-family:Serif;
	font-variant:small-caps;
	font-weight:bolder;
	font-size:medium;
	}

.entry 
{
  font-size:130%;
}
.Content{
	background-image: url(imgs/MAAN_contentBckgrnd.jpg);
	width:800px;
	margin-top:-30px;
	padding:15px;
	position:relative;
	top:10px;
	left:70px;
	}

.Content_Text{
	position:relative;
	left:13px;
	top:5px;
	width:89%;
	
//	font-family:verdana;
	font-style:normal;

	font-weight:400;
	font-size:1.2;
	}

.Content_Footer{
	width:800px;
	height:100px;
	
	position:relative;
	top:0px;
	left:73px;
	
	background-image: url(imgs/MAAN_Footer.jpg);
	background-repeat:no-repeat;
	}	
