/* April Medinger
	MIS 241-200 
	26 Aug 2013
	I maintain that the work I’m submitting is my own and that I have not given nor received outside assistance in its completion. I understand that if I violate the rules in the syllabus or the college’s student code of conduct I will receive a failing grade for the course. 
 */

@import url('colors.css');
@import url('sections.css');
@import url('portfolio.css');
@import url('forms.css');
@import url('text.css');
@import url('images.css');
@import url('highlight.css');
@import url('tabs.css');
@import url('mainfeature.css');


* {
	margin: 0;
	text-align: left;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {width: auto; margin: auto; float: none;}
a{ color: #003268; text-decoration: none; }
a.portlink, a.outsideportlink {cursor: pointer;}
a:hover { color: #330068; text-decoration: underline;} 

h1, h2, h3, p  { 
margin: auto;
text-align: left;
}

body {
	font: 90%/1.4 Verdana, Geneva, sans-serif;
	margin: 0px;
	padding:0px;
	color: black;
	width: 100%;
	background: url(../images/header-bg.png) top left repeat;
/*
	-webkit-transform:  translate3d(0,0,0);  
	-moz-transform:     translate3d(0,0,0);
	-ms-transform:      translate3d(0,0,0);
	transform:          translate3d(0,0,0);
	-webkit-transition: all .3s ease;
	-moz-transition:    all .3s ease;
	transition:         all .3s ease; */
}
#site-container {background: #fff;}

/* HEADER */
header {
	margin:0px;	
	position: fixed;
	top:0;
	left:0;
	width: 98%;
	height: 130px;
	padding: 10px 1%;
	background: url(../images/header-bg.png) top left repeat;
	z-index: 1000;
	
	transition: height .3s;
	-webkit-transition: height .3s;

}

#header-container {
	margin:0px;	
	height: 150px;
	transition: height .3s;
	-webkit-transition: height .3s;
	z-index: 1001
}

header.shrink, #header-container.shrink { height: 80px;}

header img {
position: fixed;
	top: 45px;
	left: 44%;
	height: 90px;	
	transition: all .8s;
	-webkit-transition: all .8s;
}

header img.shrink {
	height: 70px;
	left: 15px;
	top: 15px;
}


h2.pgtitle {
float: none;
clear: both;
margin: 10px auto;
width: auto;
text-decoration: underline;
}

/* MAIN NAVIGATION */

nav {
	position: absolute;
	right: 20px;
	top: 0;
	float: right;
	height: 40px;
	margin: 0px;
}

/* top level menu*/
nav ul { 

	list-style: none; 
	height: 40px;
	margin: 0px;
	padding: 0px;
	width: 100%;
} 

nav ul li {
	
	display: block;
	float: left;
	clear: none;
	width: auto;
	max-width: 150px;
	padding: 15px;
	color: #fff; 
	text-align: center;
	font-size: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	height: 40px;
}

/* sub level menu*/
ul.submenu {
position: absolute;
left: auto;
right: 0px;
height: 40px;
width: auto; 
z-index: 1000;
padding: 1px;
}

ul.submenu li { 
	display: block;
	float: left; 
	clear: none;
	width: auto;
	height: auto;
	text-align: center;
	font-size: .7em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	background: rgba(0, 0, 0, 0.5);
}


nav a { color: #fff; text-decoration: none;	}
nav a:hover { color: #8855bd; text-decoration: none;	}


section {
	float: none;
	text-align: left;
	overflow: hidden;
	padding: 0px;
}


button.actions {
	float: none;
	clear: none;
	margin: 5px auto;
	width: 200px;
	padding: 5px;
	
	-webkit-box-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size: .8em;
}

/* LINKS*/
#links {
	width: 31%;
	float: left;
	clear: none;
	margin: 1%;
	text-align: center;
} 

ul.links {
	list-style: none;
}

ul.links li { line-height: 200%; text-align: left;}

#links img { float: none; margin: 0px auto; width:200px;}

#links h3 {
	text-align: left;
	padding: 3px;
	margin: 10px auto auto 30px;
	letter-spacing: 1px;
}

/* FOOTER */

footer {
	float: none;
	clear: both;
	min-height: 40px;	
	height: auto;
	padding: 1%;
	width: 98%;
	border-top:#666 solid 1px;
		
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -1px -3px 0 rgba(0,0,0,.1)
}

footer p { 
	float: none; 
	width: auto; 
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
}
footer p.copy {float: left;}
footer .links { width: auto; float: none; margin: auto; text-align: center; }
footer a:link, footer a:active, footer a:visited, footer a:hover { font-size: 0.8em; color: #fff; letter-spacing: 1px;} 
