@charset "utf-8";
/* CSS Document */

/************ Reset **************/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

body {

	line-height: 1;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}



/* remember to highlight inserts somehow! */

ins {

	text-decoration: none;

}

del {

	text-decoration: line-through;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}


/**************** Page *****************/

body {

	margin: auto;

	text-align: center;

	font-family: Sans-Serif;

	width: 95%;

}



p {

	padding: 0.5em 0;

}



ol, ul {

	padding: 0 0 0 1em;

}



li {

	padding: 0 0 0.25em 0;

}



#pagecontainer {

	text-align: left;

}



/************* Header ******************/

#headermain {

	background: #381A56 url(http://www.cornellcollege.edu/athletics/streaming/images/header-tile.jpg);

}



#headermain span{

	color: #fff;

	float: right;

	margin: -2.5em 0.5em 0 0;

	font-weight: bold;

	font-size: 0.9em;

	text-align: right;

}



#headermain a,

#headermain a:active,

#headermain a:visited {

	color: #fff;

}

/************* Navigation **************/

#nav {

	margin: 5px;

	width: 200px;

	float: left;

}



#nav ul,

#nav li {

	list-style: none;

	padding: 0;

}



/* IE 6 FIX */

#nav li {

	float: left;

	clear: left;

	width: 320px;

}



#nav a,

#nav a:active,

#nav a:visited {

	display: block;

	padding: 5px 2px 5px 5px;

	font-weight: bold;

	text-decoration: none;

}



#nav li.active a {

	border-bottom: 0;

}



#nav li.active li a {

	padding: 5px 2px 5px 20px;

	font-weight: normal;

	font-size: 0.9em;

}



#nav li.active li a:hover {

	text-decoration: underline;

}



/************* Breadcrumbs *****************/

#breadcrumbs {

	font-size: 11px;

	background: #777;

	color: #fff;

	border-top: 1px solid #ffffff;

	border-bottom: 1px solid #ffffff;

	width: 100%;

}



.breadcrumbs {

	padding: 3px 0px 3px 6px;

}



.breadcrumbs a {

	color: #d6d1cc;

}



/************* Main Content ****************/

#maincontent {

	padding: 5px;

	margin: 5px;

}



#maincontent-2col {

	padding: 5px;

	margin: 5px 5px 5px 210px;

}



#maincontent-3col {

	padding: 5px;

	margin: 5px 210px;

}



/************* Sidebar *********************/

#sidebar {

	float: right;

	width: 190px;

	margin: 5px;

	padding: 5px;

	font-size: 85%;

}





#sidebar a,

#sidebar a:active,

#sidebar a:visited {

	text-decoration: underline;

}

/************* Footer **********************/

#footer {

	clear: both;

	padding: 5px;

	text-align: center;

}



#footer a,

#footer a:active,

#footer a:visited {

	text-decoration: none;

}



#footer a:hover {

	text-decoration: underline;

}

