@import "/css/base.css";
@import "/css/forms.css";



body {
	padding:0px;
	font-family: Verdana, "Lucida Grande", sans-serif;
}


#layout {
	margin: 24px auto;
	width: 1003px;
	position: relative;
}

	#layout.home #content {
		background-image: url(/img/home/bg/cafe_maroon.jpg);
		background-repeat: no-repeat;
	}

		#layout.home .quotes {
			position: absolute;
			width: 500px;
			height: 175px;
			top: 400px;
			left: 26px;
		}

		#layout.home .moviecontainer {
			display: block;
			position: absolute;
			width: 345px;
			height: 261px;
			background-image:url(/img/moviebg.png);
			background-repeat: no-repeat;
			top: 138px;
			left: 46px;
		}

		#layout.home .videolinks {
			color: white;
			font-size: 9px;
			list-style-type: disc;
			#padding-left: 15px;
			#margin-left: -15px;
			position: absolute;
			left:412px;
			top:320px;
		}


		#layout.home .videolinks a {
			margin-left: -5px;
			color: white;
			text-decoration: none;
			line-height: 1.7em;
		}

		#layout.home .videolinks a.tv {
			margin-left: -5px;
			margin-right: 10px;
			color: white;
			text-decoration: none;
			font-weight: bold;
		}

		#layout.home .animation {
			position:relative;  /* absolute won't work in FF for some reason */
			left:492px;
			top:-74px;
			width:512px;
			height: 531px;
			overflow: hidden;
			_position: absolute; /* relative looks different in IE6 vs others, so we switch */
			_top:48px;           /* to absolute and adjust the top. */
		}

		#layout.inner #header {
			background-image: url(/img/home/bg/cafe_maroon.jpg);
			background-repeat: no-repeat;
		}



#header {
	height: 122px;
	text-align:center;
}


	#header .textlink {
		color: #ffffff;
		opacity: 0.7;
		font-weight:bold;
		font-size: 34px;
		margin-left: 40px;
		margin-right: 40px;
		filter:alpha(opacity=70);
	}

	#header .textlink:hover {
		text-decoration: none;
		opacity: 0.9;
	}


	#header .logo {
		display:block;
		position: absolute;
		background-image:url(/img/logowhite.png);
		background-repeat: no-repeat;
		width: 200px;
		height: 75px;
		left: 36px;
		top: 25px;
	}

	#header .vtour {
		display: block;
		width: 110px;
		height: 100px;
		position: absolute;
		top: 15px;
		right: 49px;
		background-image:url(/img/virtualtour.png);
		background-repeat:no-repeat;
		cursor: pointer;
	}

	#header .hdr_attend {
		width: 110px;
		height: 100px;
		position: absolute;
		top: 34px;
		left: 429px;
	}

	#header .hdr_attend-ff {
		background-image: url(/img/attend-art.png);
		background-repeat: no-repeat;
	}


#content {
	height: 579px;
	overflow: hidden;
}



#footer {
	height: 25px;
	overflow: hidden;
	color: #646464;
	padding-top: 2px;
}

#footer a {
	color: #646464
}

#footer p {
	position: absolute;
}

#footer cite {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	font-style: normal;
	right: 0px;
}


#movieplayer {
	padding-top: 10px;
	padding-left: 12px;
}


#navigation {
	/*height: 84px;*/
	height: 40px;
 	background-color: #646464;
 	position: relative;
	border-top: 1px solid white;
 	z-index: 1200;
}

	#navigation .menu-bar {
		margin:0;
		padding:0;
		/*padding-left: 32px;*/
		overflow:hidden;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

	#navigation .menu,
	#navigation .menu-first {
		float:left;
		display:block;
		/*height: 70px;*/
		height: 40px;
		list-style-type: none;
		background-image: url(/img/whiteline.png);
		background-position: left -10px;
		background-repeat: no-repeat;
	}
	
	#navigation .menu-first {
		background-image: none;
	}

	#navigation .menu-last {
		padding-right:7px;
	}

	#navigation .menu .menu-title {
		display: block;
		color: white;
		cursor: pointer;
	}

	#navigation .menu .menu-title a {
		display: block;
		color: white;
		/*padding-right: 36px;*/
		padding-right: 11px;
		/*padding-top: 18px;*/
		padding-top: 10px;
		/*padding-left: 8px;*/
		padding-left: 11px;
		cursor: pointer;
	}

	#navigation .menu .menu-title a:hover {
		text-decoration: none;
	}

	#navigation .menu span.active,
	#navigation .menu span.active a {
		color: #FEA210;
	}

	#navigation .menu ul {
		display: none;
		position: absolute;
		/*bottom: 84px; /* relative to #navigation which is 84px high and has a 1px top-border*/
		top:40px;
		/*border-bottom: 1px solid white;*/
		border-top: 1px solid white;
		width: 145px;
		margin: 0;
		padding: 0;
		padding-top: 7px;
		padding-bottom: 7px;
		background-image: url(/img/menubg.png);
		_background-image: url(/img/menubg.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	#navigation .menu ul.last {
		background-image: url(/img/menubg2.png);
		_background-image: url(/img/menubg2.gif);
		width:115px;
	}

	#navigation .menu:hover ul ,
	#navigation .menu.over ul {
		display: block;
	}



	#navigation .menu ul li {
		color: white;
		margin: 0;
		_display: block;
		_height: 1px;
		_width: 100%;
		_float: left;
		_clear:left;
		padding: 0px 1px 0px 1px;
		list-style-type: none;
	}


	#navigation .menu ul li a {
		color: white;
		text-decoration: none;
		display:block;
		padding: 7px 13px 7px 13px;
		cursor: pointer;
	}

	#navigation .menu ul li a:hover {
		text-decoration: none;
		background-color: #FEA210;
	}




.contentbox {
	padding: 27px 0px;
}

.sidebar {
	padding: 0px;
	height: 375px;
	width: 263px;
	position: absolute;
}

	.sidebar .subnav {
		color: #646464;
		margin-left: 35px;
	}


dl.subnav dt {
	padding-top: 16px;
}

dl.subnav dd {
	margin-left: 20px;
	margin-top: 1px;
}

dl.subnav dt a {
	color: #646464;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
	font-size:12px;
}

dl.subnav dt a:hover,
dl.subnav dt a.active {
	color: #FEA210;
	text-decoration: none;
}


dl.subnav dd a {
	color: #646464;
	text-decoration: none;
	font-size:10px;
	margin-left:-10px;
	padding-left: 13px;
	#margin-right:20px; /*IE messes up margins with multiple lines*/
	#display: block;
}

dl.subnav dd a:hover,
dl.subnav dd a.active {
	background-image: url(/img/orangebullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: none;
}

dl.sn-video dt a {
	font-size:14px
}

dl.sn-menu dt {
	padding-top: 12px;
	width: 200px;
}

.storybox {
	position: absolute;
	height: 375px;
	width: 741px;
	left: 263px;
	padding: 13px 0px;
	overflow: hidden;
	background-image: url(/img/frame_broken.png);
	background-repeat: no-repeat;
}



.story {
	width: 680px;
	font-size: 10px;
	color: #646464;
}


.viewport-single {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 375px;
	margin: 0px 15px;
}

.viewport-video {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 375px;
	margin: 0px 15px 0px 360px;
}

.viewport-image {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 375px;
	margin: 0px 15px 0px 245px;
}


.viewport-thumbs {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 375px;
	margin: 0px 15px 0px 128px;
}




	.story .headline {
		font-size: 12px;
		font-weight: bold;
		color: #7a003c; /*burgundy*/
	}

	.story .headline2 {
		font-size: 12px;
		font-weight: normal;
		color: ##646464;
	}
	.story p {
		line-height: 1.4em;
		margin-bottom: 18px;
	}

	.story a.inline {
		color: #3366cc; /* cyan */
		text-decoration: none;
	}

	.story a.inline:hover {
		text-decoration: underline;
	}

	.story dfn {
		font-size: 13px;
		color: #646464;
	}

.profile p {
	line-height: 1.35em;
}


ul.faces {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.faces li {
	display: block;
	float: left;
	width: 138px;
	height: 178px;
}

ul.faces li a {
	display: block;
	width: 133px;
	height: 161px;
	text-align: center;
	font-weight: bold;
	color: #646464;
	text-decoration: none;
	background-repeat: no-repeat;
}


ul.faces li a:hover,
ul.faces li a.active {
	background-image: url(/img/select.png);
	background-position: left top;
	text-decoration: none;
}


ul.faces li a img {
	margin: 10px;
}




.vertical-thumbs dt.off {
	filter: alpha(opacity=30);
	opacity:0.3;
}


.vertical-thumbs {
	position: absolute;
	top:0px;
	left:0px;
	width: 125px;
	height: 425px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.vertical-thumbs a {
	margin: 0px;
	padding:0px;
	height: 80px;
	width: 125px;
	border-bottom: 2px solid white;
	background-position: center center;
	display: block;
	color: white;
	font-weight: bold;
	line-height: 85px;
	white-space: nowrap;
	font-size: 10px;
	text-decoration: none;
	overflow: hidden;
}


.vertical-thumbs span {
	position: absolute;
	margin-top: 35px;
	display: none;
	width: 125px;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.vertical-thumbs a.over,
.vertical-thumbs a:hover {
	text-decoration: none;
	cursor: pointer;
}

.vertical-thumbs a.over span,
.vertical-thumbs a:hover span  {
	display: block;
	background-color: #FEA210;
	text-decorartion: none;
	cursor: pointer;
}


.majorlist a {
	margin-left: 12px;
}

table.athletics p {
	margin-bottom: 9px;
}

.majorlist {
	padding-bottom: 18px;
}


.majorlist ul {
	list-style: none;
	padding-left: 2em;
}

.majorlist li {
	font-weight: bold;
	color: #3366cc; /* cyan */
	text-decoration: none;
	line-height: 1.4em;
	margin:0;
	padding:0;
	text-indent: -1.7em;
}


.majorlist ul li a,
.majorlist .off ul li a {
	font-weight: bold;
	color: #3366cc; /* cyan */
	text-decoration: none;
}

.majorlist ul li a:hover,
.majorlist .off ul li a:hover  {
	font-weight: bold;
	color: #3366cc; /* cyan */
	text-decoration: underline;
}

.majorlist .off,
.majorlist .off a,
.majorlist .off a:hover {
	font-weight:normal;
	cursor: default;
	color: #646464;
	text-decoration: none;
}

ul.hyphen {
	list-style-image:url(/img/hyphen.png);
	margin: 0px;
	padding: 0px;
	margin-left: 1.5em;
}

ul.hyphen li {
	padding-bottom: 2px;
}

.inline-form {
    background-color: #DFDFDF;
    padding: 16px;
}

.inline-form label {
    line-height: 1.6em;
}


.contact {
	padding-top: 16px;
	color: #646464;
	font-size:11px;
	margin-left: 20px;
}

.contact a {
	color: #FEA210;
	text-decoration: none;
	}

.contact a:hover,
.contact a.active {
	color: #FEA210;
	text-decoration: underline;
}


dl.subnav dd a {
	color: #646464;
	text-decoration: none;
	font-size:10px;
	margin-left:-10px;
	padding-left: 13px;
	#margin-right:20px; /*IE messes up margins with multiple lines*/
	#display: block;
}

dl.subnav dd a:hover,
dl.subnav dd a.active {
	background-image: url(/img/orangebullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: none;
}
