﻿/*********************************
 *
 *	Internal.css For UW-W Theatre / Dance
 *	Author: Joel Herron
 *	Created: 1/6/2009
 *
 */


/*********************************
 *
 *	Layout Definitions
 *
 */

#header {
	
	background-color: #000;
}

#logo {
	padding: 0 0 4px 7px;
	float:left;
}

#search {
	float:right;
	margin-top: 30px;
	padding-right: 15px;
}

#footer {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	font-size: .7em;
	color: #603314;
	line-height: 1.3em;
}

#footer a  {
	color: #003e74;
	text-decoration: underline;
}

h2 {
	font-size: 1.1em;
	color:#FFFFFF;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

h3 {
	font-size: .9em;
	font-weight: bold;
	color: #fbdd6f;
	padding: 10px 0 5px 0;
	line-height: 1.2em;
}	

h3.seasonTitle {
	color: #0fa3a0;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
}	

table {
	vertical-align:top;
	text-align:left;
	padding: 3px;
	margin-bottom:20px;
	margin-top: 10px;
}

th {
	background-color: #0fa3a0;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	font-weight:bold;
}	

td {
	vertical-align:top;
	font-size: .75em;
	padding: 3px 5px 0px 5px;
	line-height: 1.3em;
}

tr.even{
	background:#f4f4ef none repeat scroll 0%;
}

.top {
	float: right;
}	




/*********************************
 *
 *	Navigation Definitions
 *
 */

#nav {
	clear:both;
	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;
}

/*********************************
 *
 *	Inheriting Redefinitions
 *
 */

#content-wrapper {
	padding: 0 0 15px 0;
	width: 800px;
	background: url("../images/base/internal-page-bg-red.jpg") top left repeat-y;
}

#content-wrapper h1 {
	font-family: "Lucida Bright", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f9f6f1;
	text-transform:uppercase;
	background-image: url("../images/base/page-title-bg-teal.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 50px;
	padding: 10px 0 0 10px;
}

#content-wrapper ul {
	list-style: disc;
	font-size: .75em;
	line-height: 1.5em;
	padding-left: 40px;
	padding-bottom: 10px;
}

#content-wrapper ol {
	list-style: decimal;
	font-size: .75em;
	line-height: 1.5em;
	padding-left: 40px;
	padding-bottom: 10px;
}

#content-wrapper ol.upper {
	list-style-type: upper-alpha;
	padding-left: 45px;
}	

#content-wrapper ul ol.lower {
	list-style-type: lower-alpha;
	padding-left: 50px;
	font-size: 1.0em !Important;
}			
			
#content-wrapper ul ol.lower ul {
	list-style-type: disc;
	padding-left: 60px;
	font-size: 1.0em !Important;
}			
		

/*********************************
 *
 *	Class Definitions
 *
 */


.inner-single-col {
	padding: 5px 15px 15px 15px;
	color: #ccc;
}

.inner-single-col p {
	font-size: .75em;
	padding-bottom: 10px;
	line-height: 1.3em;
}

.facImg {
	float: left;
	padding: 0 10px 10px 0;
}	

.tickets {
	float: right;
	padding: 10px 0 0 10px;
	border: none;
}

.tickText {
	font-weight: bold;
	color: #d2934a;
	text-align: center;
}	
