/* HYPERLINK COLORS */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #333366;}
a:visited { }
a:hover  { color: #9999cc;}
a:active, a:focus {
	color: #666699;
	background: #ffffcc;
}

#accessibility {
	position: absolute;
	top: -9000px; /* Move links off-screen */
}

#accessibility a:focus {
	display: block;
	position: absolute;
	top: 9001px;
	color: #666699;
	background: #ffffcc;
	padding: 1em;
	width: 100%;
	border: none;
	z-index: 300;
	white-space: nowrap;
}

/* NAVIGATION BAR */
.navigation ul { margin: 0px; padding: 0px; list-style-type: none;}
.navigation ul li { margin: 10px 0px; padding: 0px;}
.navigation ul li ul { margin: 0px; padding: 0px; list-style-type: none;}
.navigation ul li ul li { padding-left: 1em; font-weight: normal;}
.navigation p { margin: 0px; padding: 0px;}

.navigation-homepage {
	font-size: 130%;
	text-align: center;
}

/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.home #navbar li.home,
body.message #navbar li.message,
body.year-in-review #navbar li.year-in-review,
body.institutional-vision #navbar li.institutional-vision,
body.faculty-vision #navbar li.faculty-vision,
body.student-vision #navbar li.student-vision,
body.alumni-vision #navbar li.alumni-vision,
body.financial #navbar li.financial,
body.board-of-trustees #navbar li.board-of-trustees,
body.alumni-board #navbar li.alumni-board,
body.contact #navbar li.contact { font-weight: bold;}


/* REDEFINED HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #E9E0C8;
	margin: 0;
	padding: 0;
	background-image: url(images/background-wide.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

img {
	border: none;
	margin: 0px;
}

.img-caption {
	font-size: 80%;
	margin: 0px;
	padding: 10px 0px 0px;
	color: #666666;
}


.img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}

.img-right-caption {
	float: right;
	clear: right;
	width: 240px;
	margin: 0px 0 10px 10px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
}

.img-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}

.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}


/* HEADINGS */
h1 { font-size: 150%; font-weight: bold; color: #660000;}
h2 {
	font-size: 140%;
	font-weight: normal;
	margin-top: 0;
	color: #993333;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9966;
}
h4 {
	font-weight: bold;
	font-size: 120%;
	color: #666666;
}
h5 { font-size: 110%; font-weight: bold; color: #660000;}
h6 { font-size: 100%; font-weight: bold; color: #660000;}


/* LAYOUT */
#wrapper {
	width: 740px;	/* Center the layout (longhand margin properties kind to Mac/IE) */
	text-align: left;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	height: 72px;
	background-repeat: no-repeat;
	background-image: url(images/background-header.jpg);
	background-position: 200px 0px;
	border-bottom: 16px solid #003366;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	width: 190px;
}

#search {
	padding: 0;
	margin: 1em 0 2em 0;
}

#content {
	width: 540px;
	float: right;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 1.5em;
}


/* FOOTER */

#footer-css {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#footer-css a {
	text-decoration: none;
}

#footer-css dl {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 0 16px 0;
}

#footer-css dt {
	font-weight: bold;
	color: #003366;
}

#footer-css dt a {
	color: #003366;
}

#footer-css dt a:hover {
	color: #9999cc;
}

#footer-css dd {
	margin: 0;
	padding: 0;
}

a#footer-contact-name {
	text-decoration: underline;
}

a#footer-contact-name:hover { 
	color: #9999cc;
}


/* GUTTERS */

#header .gutter {
	padding: 20px 0px 0 220px;
	width: 520px;
}

#content .gutter {
	padding: 0 20px;
}

#sidebar .navigation {
	padding-top: 6px; /* Align the top navigation link with the page heading <h2> */
	padding-left: 20px;
}

#footer-css .gutter {
	padding: 16px 0;
	margin: 0 20px 0 220px;
	border-top: 1px solid #000000;
}


/* NAMEPLATES */
h1#nameplate-dept {
	float: right;
	padding: 0px;
	margin: 0;
}

h1#nameplate-dept a {
	display: block;
	width: 238px;
	text-align: right;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

h1#nameplate-dept a:hover {
	color:#9999cc;
}

h1#nameplate-dept a:active, #header #nameplate-dept a:focus {
	color:#660000;
	background-color:transparent;

}

/* 
Logo Image Replacement technique is from CSS: Mastery (page 235-236) by Andy Budd.
Pixy-Style Rollover technique is from CSS: Mastery (page 78-79) by Andy Budd. 
*/

#nameplate-calvin {
	float: left;
	background: transparent;
}

h1#nameplate-calvin {
	display: block;
	margin: 0;
	width: 168px;
	height: 29px;
	background: transparent url(/academic/engineering/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */
	border: none;
	text-indent: -9000px; /* Move text link off-screen */
	text-decoration: none;
	float: left;
}

h1#nameplate-calvin a {
	display: block;
	width: 168px;
	height: 29px;
	background: transparent url(/academic/engineering/images/nameplate-calvin-rollover.gif) no-repeat left top; /* Calvin logo */
	border: none;
}

h1#nameplate-calvin a:hover {
	display: block;
	width: 168px;
	height: 29px;
	background: transparent url(/academic/engineering/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */
	border: none;
}


/* TWO COLUMN LAYOUT */
.columns {
	float: left;
	clear: both;
	width: 500px;
	background-color: transparent;
	margin-bottom: 1em; /* See end of style sheet from IE fix*/
}

.columns-1 {	
	float: left;
	clear: left;
	width: 240px;
}
.columns-2 {
	float: right;
	clear: right;
	width: 240px;
}

.columns h3 {
	border-bottom: 1px solid #cc9966;
}

.columns-1 dd, .columns-2 dd {
	margin-bottom: 1.5em;
	font-size: 75%;
	margin-left: 1.5em;
}




/* BOXES - Dan Cederholm's Indestructible Boxes */



.box {
	float: right;
	clear: right;
	background: url(images/background-box-bottom.gif) no-repeat left bottom;
	width: 240px;
	margin: 0 0 10px 10px;
	;
	line-height: normal;
}

.box h3 {
	background: url(images/background-box-top.gif) no-repeat top left;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #993333;
	color: #BC6D50;
	text-transform: uppercase;
	font-size: 90%;
}

.box ul {
	margin: 0;
	padding: 1em;
	list-style: none;
}

.box ul li {
	margin-bottom: 1em;
	list-style: none;
}

.box img {
	padding: 1em 1em 0 1em;
}



/* Fix IE */
*html .columns { margin-bottom: 0px;}

