﻿/*********************************
 *
 *	Style.css For UW-W Theatre / Dance
 *	Author: Joel Herron
 *	Created: 1/6/2009
 *
 */

body {
	background-color: #f2eec3;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a {
	text-decoration: none;
	color: #9ec3df;
}

a:hover {
	text-decoration: underline;
}


/*********************************
 *
 *	Base Layout Definitions
 *
 */



#shell {
	background-image: url('../images/base/shell-bg.png');
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
	width: 800px;
	padding: 0 20px;
}

#content-wrapper {
	background-color: #190403;
	width: 770px;
	padding: 0 15px 15px 15px;
}


/*********************************
 *
 *	Class Definitions
 *
 */

.small-content {
	width: 295px;
	background-image: url('../images/base/tall-grad-teal.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.small-grad {
	background-image: ;
	background-image: url('../images/base/short-grad-teal.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.big-content {
	width: 460px;
	margin-bottom: 15px;
}

.box-left {
	border: 1px solid #000;
	float: left;
}

.box-right {
	border: 1px solid #000;
	float: right;
}

.box-header {
	padding: 5px 5px 10px 5px;
}


.inner-round {
	float:left;
	background-image: url('../images/base/round-rectangle.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 213px;
	height: 126px;
	margin: 10px 0 5px 10px;
	padding: 3px;
}

.big-content p {
	font-size: .8em;
	padding-left: 10px;
	color: #f2eec3;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.more-info {
	text-align:right;
	padding-right: 20px;
}

.more-info a {
	color: #a98b61;
	font-size: .75em;
}
