﻿/*********************************
 *
 *	Home.css For UW-W Theatre/Dance
 *	Author: Joel Herron
 *	Created: 1/6/2009
 *
 */

/*********************************
 *
 *	Navigation Definitions
 *
 */


#nav {
	height:32px;
	display:block;
	background-image: url("../images/base/nav-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav li {
	display:inline;
}

#nav li a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .9em;
	border-right: 1px solid #666;
	height: 23px;
	width: 110px;
	color: #e7a251;
	text-align:center;
	padding-top: 7px;
}

#nav li a:hover {
	color: #fbdd6f;
}

#nav li a#welcome {
	width: 95px !important;
}

#nav li a#academics {
	width: 98px !important;
}

#nav li a#faculty {
	width: 88px !important;
}

#nav li a#facilities {
	width: 98px !important;
}

#nav li a#alumni {
	width: 78px !important;
}

#nav li a#scholar {
	width: 133px !important;
}

#nav li a#faq {
	width: 70px !important;
}

#nav li a#archive {
	width: 98px !important;
	border-right: none;
}

/*********************************
 *
 *	Class Definitions
 *
 */

ul.season-list {
	padding-bottom: 10px;
}

ul.season-list li {
	/*height: 75px;*/
	color: #fffffe;
	font-size: .7em;
	clear:left;
	line-height: 1.3em;
	padding-bottom: 25px;
}

ul.season-list li img {
	float:left;
}

.show-title {
	font-weight:bold;
	padding: 7px 0;
	font-size: 1.0em;
}

#home-footer {
	float: right;
	width: 460px;
	text-align:center;
	color: #a98b61;
	padding: 25px 0px;
}

#home-footer p {
	color: #a98b61;
	font-size: .75em;
	line-height: 1.3em;
}



