/*
    Theme Name:     IIF 
    Theme URI:       
    Description:    A custom style to be added in addition to the default style. For use on ISF pages only.
    Author:         Sarah Wiesbrock 
    Author URI:     http: //www.sarahwiesbrock.com/ 
    Template:       twentyeleven 
    Version:        0.1.0 
*/

body {
	background: #9cbee0 url(images/bg_body.png) repeat-x;
}



/* =Header
----------------------------------------------- */

#branding {
	padding-bottom: 0px;
}
#branding hgroup {
	margin: 0 1.1%;
}
#branding img {
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	-webkit-box-shadow: rgba(79, 128, 176, 0.8) 0px 1px 4px;
	-moz-box-shadow: rgba(79, 128, 176, 0.8) 0px 1px 4px;
	box-shadow: rgba(79, 128, 176, 0.8) 0px 1px 4px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px; /* remove bottom padding */
	width: 100%;
	//background: #085496;
	background: #00008B;
}

#access li {
	float: left;
	position: relative;
	//border-right: 1px solid #035392;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* resize the logo */
	#branding img {
		width: 100%;
	}
}
@media (max-width: 650px) {
	
}
@media (max-width: 450px) {

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

}




/* =Print
----------------------------------------------- */

@media print {
	/* make sure logo prints */
	#branding img {
		display: block;
	}
}
