/* Written by Jim Beckner III and Jaclyn Miller */

/* new css file starting 4/20/09 wasu_css.css will slowly be deprecated */

@charset "iso-8859-1";

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
 ul, ol, dl, h1, h2, h3, h4, h5, h6
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0;
}
li {
	margin-top:1px;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

a, a:link, a:visited, a:active {/* temp set links at yellow for the content that isn't in a maincontent div yet */
	text-decoration: underline;
	font-weight:bold;
	color:#ffcc00;
}

a:hover {
	text-decoration: none;
}

#lh-col{ /* left hand column general layout (sponsor/whatson/3 day outlook) */
	width: 250px;
	float: left;
	margin-left: -3px;
 }

#rh-col{ /* right hand column general layout (content) */
	width:690px;
	margin-left: 260px; 
	padding: 0;
	border: 0;
}

/* outer is the content section of the site */
#outer {
	text-align:left;
	border:5px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:950px;
	margin:auto;
	background-color:#000;
	color:#fff; /* just in case something slips out of a div */
}

/* Setup for the Header (Logo/search/ETC) */
#header
{
	border:1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-image: url('../images/banner1_big.jpg');
	color: #666666;
	text-align: center;
	width: 938px;
	height: 224px;
	margin-bottom: 5px;
}

#listen
{
	width:160px;
	height:120px;
	margin-left:691px;
	margin-top:95px;
	font-size:1px;
	color:black;
}

#listen a, #listen2 a, #facebook a, #twitter a
{
	color:black;
}

#listen2
{
	width:110px;
	height:110px;
	margin-left:10px;
	margin-top:350px;
	font-size:1px;
	color:black;
	float:left;
}

#facebook
{
	width:110px;
	height:110px;
	margin-left:4px;
	margin-top:350px;
	font-size:1px;
	color:black;
	float:left;
}#twitter
{
	width:110px;
	height:110px;
	margin-left:4px;
	margin-top:350px;
	font-size:1px;
	color:black;
	float:left;
}
 
/* Setup for the Footer Bar */
#footer
{
	border:1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffcc00;
	color: #000;
	text-align: center;
	clear:both;
}

#footer a { /* set link color for footer */
	color:#000;
}

/* Set the Stuff for Outside the Content */
html, body
{
	/*thanks to www.layoutsparks.com for background image*/
	background-image:url(/images/goth-girl-black-pattern.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family: arial, helvetica, sans-serif;
	margin:auto;
	width:950px;
}

.leftcolhead{ /*header for left column boxes */
	border:1px solid #ffcc00;
	border-bottom-width:0px;
	color:#000;
	background-color:#ffcc00;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	width:240px;
	text-align:center;
	margin-left:5px;
	font-weight:bold;
	font-family:"arial black";
}

#sponsorrotate{ /* box for sponsors */
	width:230px;
	color:#000;
	height:150px;
	margin-bottom:10px;
	text-align:center;
	display:block;
	vertical-align:center;
	padding:5px;
	margin-left:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color:#fff;
}

#sponsorrotate a{ /* set link color for sponsors */
	color:#000;
}

#whatson{ /* box for whatson */
	width:230px;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	margin-left:5px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color:#fff;
}

#whatson a{ /* set link color for whatson */
	color:#000;
}

#booneweather{ /*box for weather link*/
	width:230px;
	color:#000;
	margin-bottom:10px;
	text-align:center;
	margin-left:5px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color:#fff;
}

#booneweather a{ /* set link color for booneweather section */
	color:#000;
}

#threedaybox{ /*box for 3 day outlook*/
	width:230px;
	margin-bottom:10px;
	text-align:left;
	margin-left:5px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color:#fff;
	color:#000;
}

#threedaybox a{ /* set link color for three day outlook */
	color:#000;
}

#poll{ /*box for poll box*/
	width:230px;
	margin-bottom:10px;
	text-align:left;
	margin-left:5px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color:#fff;
	color:#000;
}
#poll a{
	color:#000000;
}

#homecontent{ /* for the content on the home page */
	/*width:663px;*/
	text-align:left;
	margin-left:0px;
	padding:5px;
	padding-top:40px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-image: url('../images/main_box.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:440px;
	color:#000;
	margin-bottom:5px; /*separate content elements*/
}

#homecontent a{ /* set link color for main content */
	color:#000;
}

#homecontenthead{ /* header for home content boxes */
	background-color: #ffcc00;
	padding: 5px;
	border:1px solid #ffcc00;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	font: 14pt verdana,helvetica,sans-serif;
	text-align: center;
	font-weight: bold;
	color:#000;
	font-family:"arial black";
}

.maincontent{ /* box for main content on individual pages */
	/*width:663px;*/
	text-align:left;
	margin-left:0px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color: #000;
	color:white;
	margin-bottom:5px; /*separate content elements*/
}

.table{ /* box for main content on individual pages */
	/*width:663px;*/
	text-align:center;
	margin-left:0px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ffcc00;
	background-color: #000;
	color:black;
	margin-bottom:5px; /*separate content elements*/
}

.maincontent a{ /* set link color for main content */
	color:white;
}

.maincontenthead{ /* header for main content boxes */
	background-color: #ffcc00;
	padding: 5px;
	border:1px solid #ffcc00;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	font: 14pt verdana,helvetica,sans-serif;
	text-align: center;
	font-weight: bold;
	color:#000;
	font-family:"arial black";
}

#nojavabox{ /* if we aren't running java, make it obvious */
	text-align:center;
	background-color:red;
	font-weight:bold;
	margin-left:5px;
	width:240px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.staffdivider{ /* box for staff portal dividers */
	background-color:#000;
	color:#ffcc00;
	font-size:150%;
	font-weight:bold;
	padding-left:5px;
	border:1px solid #000;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#pageheader{ /* individual page header */
	color:#000;
	background-color:#ffcc00;
	border:1px solid #ffcc00;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	font-size:200%;
	padding:5px;
}
#pagesubheader{ /* sub header for pages */
	color:#000;
	background-color:#fff;
	border:1px solid #ffcc00#ffcc00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px; /* separate header from the rest of content */	
}
#musicblog{ /* sub header for pages */
	color:#000;
	background-color:#fff;
	border:1px solid #ffcc00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px; /* separate header from the rest of content */	
}

#listenlive{ /* listen live div */
	color:#000;
	background-color:#fff;
	horizontal-align:center;
	border:1px solid #ffcc00#ffcc00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px; /* separate header from the rest of content */	
}
