@charset "utf-8";

body {
	font: 92%/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #be122e url(../images/sdsu_red_back.gif) repeat-x !important;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 0px;
}
h1, h2, h3, h4{
	font-family: Georgia, serif;
	font-weight: normal;
}
p{
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
h1{
	font-size: 2.6em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.2em;
}
ul li,ul{
	list-style: none;
	margin:0;
	padding: 0;
}
ol, ol li{
	
}

//p:first-letter{
//	font-size: 1.5em;
//}


a img {
	border: none;
}
a{
	color: #099;
	text-decoration: none;
}
a:hover{
	color: #e4ac35;
}
nav li a:hover, nav li a:active, nav li a:focus, nav li a:link { 
	text-decoration: none;
	color:#fff;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap{
	//padding: 5px;
	max-width: 960px;
	margin: 0px auto;
}
header{
	height: 110px;
}
section{
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	min-height: 600px;
	margin-top: 2px;
	box-shadow: 2px 2px 10px #000;
}
article{
	text-indent: 1.4em;
}
nav{
	height: 50px;
	//margin-bottom: 5px;
	width: 100%;
	background-color: #61666d;
	background-image: -webkit-linear-gradient(to top, #54585f, #70747b);
	background-image: -o-linear-gradient(to top, #54585f, #70747b);
	background-image: -moz-linear-gradient(to top, #54585f, #70747b);
	background-image: linear-gradient(to top, #54585f, #70747b);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	text-transform: uppercase;
	//border-bottom-style:1px solid #000;
	border-bottom-color: #555;
	box-shadow: 2px 2px 10px #000;
}
footer{
	clear: both;
	background-color: #f1f1f1;
	text-align: center;
	background-color: #61666d;
	height: 50px;
	line-height: 50px;
	box-shadow: 2px 2px 10px #000;
}

/*  header  */
#sdsu_logo{
	margin-top: 35px;
	float: left;
}
#c2s2_logo{
	//margin-top: 50px;
	float: right;
	font-family: 'Alegreya SC', serif;
	font-size: 2em;
	//font-weight: bold;
}
#c2s2_logo a{
	color: #e4ac35;
}


/* nav menu */
nav li{
	display: inline-block;
	float: left;
	//margin-right: 1px;
	border-right:1px solid #555;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
	min-width: 10%;
}
nav li a{
	display: block;
	height: 50px;
	color: #fff;
	font-size: 0.9em;
	//text-decoration: none;
	text-align: center;
	line-height: 50px;
	padding: 0 0.5em;
}
nav ul#menu li span{
	background-image: url("../images/arrow-1.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}
nav ul#menu li:hover span{
	background-image: url("../images/arrow-1a.png");
}
nav li:hover a {
	background: #52565c;
	box-shadow: 0 1px rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.5) inset;
}

nav li:hover ul a{
	background: #333;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
}
nav li:hover ul a:hover {
	background: #52565c;
	box-shadow: 0 1px rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.5) inset;
}
nav li ul{
	display: none;
	position: absolute;
	margin-left: 0px;
	min-width: 12%;
	background: #333;
}
nav li ul li{
	display: block;
	float: none;
	margin: 5px 0;
}
nav ul li a:hover + .hidden, .hidden:hover{
	display: block;
}
nav li.active a{
	background-color: #e4ac35;
	background-image: -webkit-linear-gradient(to top, #de9f2b, #e7b544);
	background-image: -o-linear-gradient(to top, #de9f2b, #e7b544);
	background-image: -moz-linear-gradient(to top, #de9f2b, #e7b544);
	background-image:linear-gradient(to top, #de9f2b, #e7b544);
	box-shadow: none;
}
nav li.active:hover ul a{
	//background: #333;
}
.search-field{
	background-color: #52565c;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	float: right;
	height: 30px;
	margin:8px;
	padding: 4px 0 0;
	width: 18%;
}
#menu input[type="text"]{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:medium none;
	color: #ccc;
	font-size: 0.9em;
	font-weight: normal;
	padding: 6px 5px 5px 12px;
	text-decoration: none;
	width: 60%;
}
#menu input[type="image"]{
	float: right;
	//margin:2px 6px 0;
	margin-right: 4px;
	margin-top: 1px;
}


.show-menu{
	text-decoration: none;
	color: #fff;
	background: #2f3036;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox]{
	display: none;
}
input[type=checkbox]:checked ~ #menu{
	display: block;
}

/* footer */
#footer_nav ul{
	margin-left: 40px;
}
#footer_nav ul li{
	display: inline-block;
	float: left;
	margin-right: 30px;
}
#footer_nav ul li a{
	color: #fff;
	line-height: 30px;
}


/************************************************************************************
Home
*************************************************************************************/
/* section -- sliders & content */
.sliders img{
	max-width: 960px;
	-moz-box-shadow: 0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow: 0 2px 4px #000;
}
.content{
	margin: 30px 40px;
	//box-shadow: 2px 2px 10px #000;
}


/************************************************************************************
People -- Faculty
*************************************************************************************/
table.contacts{ 
	width: 100%;
	background-color: #fafafa;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
}
tr.contactDept{ 
	background-color: #99CCCC;
	border: 1px #000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}
tr.contact{ 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	//font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .8em;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}
tr.contact:hover{
	background: #ccc;
	cursor: pointer;
}

/************************************************************************************
contact
*************************************************************************************/
.contact_us.left{
	width: 48%;
	float: left;
}
.contact_us.right{
	width: 48%;
	float: right;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	#pagewrap{
		//width: 94%;
	}
	
}

/* for 890px or less */
@media screen and (max-width: 890px) {
	#c2s2_logo{
		display: none;
	}
	nav{
		//display: none;
		//margin-top: -50px;
	}

}
@media screen and (max-width: 840px){
	.search-field{
		display: none;
	}
}

/* for 700px or less */
@media screen and (max-width: 650px) {
	nav ul{
		//position: static;
		display: none;
	}

	.show-menu{
		display: block;
	}
	nav li{
		margin-bottom: 1px;
	}
	nav ul li, nav li a, nav li ul{
		width: 100%;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	
}

/* border & guideline (you can ignore these) */
#pagewrap,header,article,aside,footer{
	//border: solid 1px #ccc;
}


