	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #222 url(img/bg.png);
	font: 13px/1.5 arial, helvetica, verdana, sans-serif;
	color: #222;
	margin: 0 0 35px 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;	
	width: 225px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	}
		
.home	{
	text-indent: -9999px;
	display: block;	
	width: 225px;
	height: 180px;
	background: transparent url(img/varsity.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	width: 615px;
	height: 29px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 70px 0 70px;
	margin: 0 0 1px 0;
	background: transparent url(img/h2.png) top left no-repeat;
	}
	
h2 a:link, h2 a:visited, h2 a:hover	{
	color: #fff;
	}
	
h3	{
	width: 185px;
	height: 28px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding: 22px 0 0 25px;
	margin: 0 0 14px 0;
	background: transparent url(img/h3.png) top left no-repeat;
	}
	
h3 a:link, h3 a:visited, h3 a:hover	{
	display: block;
	color: #fff;
	text-decoration: none;
	}
	
h4	{
	font-size: 15px;
	color: #c00;
	margin: 0 0 10px 0;
	}

h5	{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #999;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background: transparent;
	}
	
strong	{
	color: #000;
	}	
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 8px 0;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 225px;
	background: transparent url(img/sub.png) top left no-repeat;
	float: left;
	padding: 0 0 20px 0;
	}

#sub ul	{
	list-style: none;
	padding: 0 10px 5px 20px;
	margin: 0;
	text-align: left;
	}
	
#sub li	{
	margin: 0 20px;
	padding: 8px 0 8px 5px;
	border-bottom: 1px dotted #666;
	}
	
#sub li a	{
	text-decoration: none;
	color: #fff;
	}
	
#sub li a:hover	{
	text-decoration: underline;
	color: #fff;
	}
	
#content 	{
	width: 755px;
	background: transparent;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.text	{
	padding: 20px 25px;
	}

.box	{
	border: 1px solid #222;
	padding: 6px;
	background: #fff;
	}

.polaroid	{
	padding: 14px 0 0 12px;
	width: 188px;
	height: 227px;
	background: transparent url(img/polaroid.png) top left no-repeat;
	}
	
#footer	{
	clear: both;
	background: #fff;
	width: 940px;
	color: #c00;
	margin: 0;
	padding: 10px 30px;
	}
	
		/*	Tabs	*/
	
#tabs	{	
	width: 755px;
	height: 33px;
	background: transparent url(img/bg-tabs.png) top left repeat-x;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

#tabs a	{
	height: 25px;
	padding: 7px 15px 0 15px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px dotted #ccc;
	}
	
#tabs a.selected	{
	background: #fff;
	color: #000;
	}

#products	{	
	width: 755px;
	height: 190px;
	background: transparent url(img/bg-products.png) top left repeat-x;
	padding: 0;
	margin: 0;
	}

#products div	{
	height: 165px;
	width: 195px;
	padding: 15px 20px 10px 20px;
	display: block;
	float: left;
	color: #fff;
	border-right: 1px dotted #ccc;
	}
	
#products div h4	{
	color: #ffc;
	}
	
#products a	{
	color: #fff;
	font-weight: bold;
	}
	
#products div.selected	{
	background: #0a0a0a;
	color: #fff;
	}

#promo	{	
	width: 715px;
	height: 100px;
	background: transparent url(img/bg-promo.png) top left repeat-x;
	padding: 20px;
	margin: 0 0 1px 0;
	}

.cell	{
	background: #e5e5e5 url(img/bg-cell.png) bottom left repeat-x;
	}
	
	/* Music	*/

.list_mod	{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 12px;
	}

.list_mod li	{
	margin: 0;
	padding: 7px 0;
	border-top: 1px dotted #999;
	}
	
	/*   Links 	*/

a:link	{
	color: #c00;
	font-weight: bold;
	}
	
a:visited	{
	color: #c33;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}
	
	/*   Toolbar 	*/

#toolbar	{
	clear: both;
	position: relative;
	}

body > div#toolbar	{
	position: fixed;
	bottom: 0;
	left: 5%;
	right: 5%;
	margin-left: -15px;
	width: 90%;
	height: 20px;
	padding: 8px 15px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	background: #e5e5e5;
	z-index: 100;
	}

#toolbar div	{
	float: left;
	margin-right: 10px;
	}

#rss, #yt, #fb, #ms, #map	{
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	}

#rss a, #yt a, #fb a, #ms a, #map a	{
	width: 20px;
	height: 20px;
	display: block;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #c00;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}