body {
        background: #164a7c;
	padding: 0;
	margin: 0;
	/* font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; */
        font-family: sans-serif, Verdana, Tahoma, Arial;
	font-size: 80%;
	color: #515151;
}
	
#wmpr {
        background-image: url(/images/pagebg.gif);
        background-position: top left;
	/* background-repeat: repeat-y; */
	padding: 0;
	/* margin-bottom: -12px !important;
	margin-bottom: 0px; */
        margin: 0px auto;
        width: 930px;
}

#contactform { 
   width: 450px;
   margin-bottom: 20px;
}
#container {
	padding: 0;
	margin: 0 auto;
        width: 930px;
        z-index: 10;
}
#content {
	width: 930px;
	margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        padding: 20px 0px;
}

#blues {
	overflow: auto;
        padding-top: 10px;
        padding-bottom: 20px;
}
#inner {
	background-image: url(/images/banner3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 930px;
	margin: 0 auto;
}

.leftcol {
      float: left;
      width: 400px;
      margin-right: 20px;
      padding: 10px;
}
.rightcol {
     float: left;
     width: 400px;
}

.events { width: 350px; margin-top: 40px; margin-left: 20px; float: left; padding-top: 25px; }
.events li { border: solid 2px #eee; padding: 5px; list-style: none; }
.events ol li { border: 0px; }

.box { padding: 10px; border: solid 3px #eee; margin-bottom: 10px; }

h1#header {
	height: 87px;
	text-indent: -1234em;
	margin: 0;
}
#header a {
	display: block;
	text-decoration: none;
	height: 87px;
}

p#listenlive {
	height: 58px;
	width: 155px;
	position: absolute;
	top: 110px;
	background-image: url(/images/live_button_copy.png);
	background-repeat: no-repeat;
	text-indent: -1234em;
	margin-left: 715px;
}
#listenlive a {
	text-decoration: none;
	display: block;
	height: 58px;
}
#listenlive a:hover {
	background-image: url(/images/live_button_copy.png);
	background-position: 0 -52px;
}
#footer {
        background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
        height: 105px;
        width: 930px;
	padding: 0px;
	margin: 0 auto;
	vertical-align: bottom;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#rightcolumn {
	position: absolute;
	top: 468px;
	width: 275px;
	z-index: 51;
	padding: 0;
        margin-left: 460px;
        display: none;
}

/* Top Navigation */

#navigation {  
        width: 930px; 
	height: 25px;
        margin: 0 auto;
}
#navigation ul {
        display: block;
        position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 930px;
	background-image: url(/images/links.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 
        text-indent: -1234em;
	list-style: none;
	/* position: absolute; 
	top: 91px;
	left: 0; */
	
}
#navigation li { 
     display: block;
     float: left;
     list-style-type: none;
     padding: 0px;
     margin: 0px;
}
#navigation li a {
	display: block;
	text-decoration: none;
	height: 25px;
}
li#info {
	left: 373px;
	width: 99px;
}
#info a:hover {
	background: transparent url(/images/navigation.jpg) 0 -31px no-repeat;
}
li#staff {
	left: 472px;
	width: 68px;
}
#staff a:hover {
	background: transparent url(/images/navigation.jpg) -99px -31px no-repeat;
} 
li#dj {
	left: 540px;
	width: 44px;
}
#dj a:hover {
	background: transparent url(/images/navigation.jpg) -167px -31px no-repeat;
} 
li#schedule {
	left: 584px;
	width: 187px;
}
#schedule a:hover {
	background: transparent url(/images/navigation.jpg) -211px -31px no-repeat;
} 
li#events {
	left: 782px;
	width: 80px;
}
#events a:hover {
	background: transparent url(/images/navigation.jpg) -398px -31px no-repeat;
}
li#photos {
	left: 852px;
	width: 77px;
}
#photos a:hover {
	background: transparent url(/images/navigation.jpg) -478px -31px no-repeat;
}
li#board {
	left: 926px;
	width: 158px;
}
#board a:hover {
	background: transparent url(/images/navigation.jpg) -555px -31px no-repeat;
}
li#sponsors {
	left: 1084px;
	width: 102px;
}
#sponsors a:hover {
	background: transparent url(/images/navigation.jpg) -713px -31px no-repeat;
}
li#contact {
	left: 1180px;
	width: 113px;
}
#contact a:hover {
	background: transparent url(/images/navigation.jpg) -815px -31px no-repeat;
}

/* Hide Stuff from non-disabled people */
.presentation { display: none; }
.subnav {margin: 10px 0 20px 0;}

/* Table Code */
#itsthetable	{
		background: #F0F0F0 url(back01.gif) no-repeat;
		}

table		{
		margin: 0;
		padding: 0;
		font: normal 0.9em tahoma, arial, sans-serif;
		line-height: 1.4em;
		border-collapse: collapse;
		border: 4px solid #ADBBCA;
		color: #4F6480;
		background: #F0F0F0;
		}

table caption	{
		margin: 0;
		height: 32px;
		padding: 0;
		color: #4F6480;
		line-height: 2em;
		text-align: left;
		font: bold 150% georgia, serif;
		text-transform: uppercase;
		letter-spacing: 0.14em;
		}
		
thead		{
		color: #fff;
		background: #5E7796;
		}

td { text-align: center; }
		
thead tr th	{
		padding: 4px 8px 4px 8px;
		}

		
thead th	{
		border: 4px solid #ADBBCA;
		}

tfoot		{
		background: #fff;
		}
		
tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		}
		
tbody tr:hover	{
		background: #fff;
		}
		
tbody tr	{
		border: 4px solid #ADBBCA;
		}
		
tbody th	{
		padding: 8px;
		border: 4px solid #ADBBCA;
		}
		
tbody td	{
		background: #E9ECEE;
		}

tbody tr.odd		{
		background: #C4CFDB;
		}
		
tbody tr.odd td		{
		background: #F0F0F0;
		color: #4F6480;
		}
		

		
tbody tr.odd:hover		{
		background: #fff;
		}
		

		
tbody tr th a:link		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: underline;
		
		}
		
tbody tr th a:visited		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
tbody tr th a:hover		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
tbody tr th a:active		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: line-through;
		
		}
		
tbody tr th a:visited:after {
		content: "\00A0\221A";
		}
		
tbody td a:link		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
		
tbody td a:visited		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
tbody td a:hover		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
tbody td a:active		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
			
tbody td a:visited:after {
		content: "\00A0\221A";
		color: #808000;
		text-decoration: none;
		}
		
tbody td + td + td + td a { background: transparent url(downloadcss244.gif) no-repeat scroll 0 50%; 
			display: block;
			height: 24px;
			width: 24px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -5000px;
			border: none;
			}
			
tbody td + td + td + td a:hover { background: transparent url(downloadcss2441.gif) no-repeat scroll 0 50%; 
			display: block;
			height: 24px;
			width: 24px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -5000px;
			border: none;
			}



// Additional Styles
input {
	width: 6em;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}

/* Post
-------------------------------------------- */

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.storytitle {
	margin-top: 0.25em;
}

.storycontent h2 {
   margin-top: 25px;
}

.storycontent p {
   padding-left: 10px;
   padding-right: 10px;
}


.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}

.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post {
   padding: 10px 15px;
}

.post .meta {
	font-size: 0.85em;
	color: #666;
}

.post .meta * {
	margin-top: 0;
}	

.post .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 1px;
}

/* Credit

   -------------------------------------------- */

p.credit {	
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}

p.credit a:visited, p.credit a:link {
	border: none;
}

	
/* Basic typography
------------------------------------------- */
p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}

a:link, a:visited {
	text-decoration: none;
	color: #B54141;
}

a:hover {
      color: #000;
      text-decoration: underline;
}