/*
 * BASIC
 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td {margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
/*q:before,q:after { content:";}*/
abbr,acronym { border:0; }
ul, ol, li { list-style-position: inside; }

/** links **/
a:link, a{color:#9d00ff; text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}
a:visited{color:#6c00ae; text-decoration:none;}
/*
#side_content a:link, a{color:#000; text-decoration:underline;}
#side_content a:hover{text-decoration:none;}
#side_content a:active{text-decoration:none;}
#side_content a:visited{color:#3C0062; text-decoration:underline;}
*/


/*
 * GENERICS
 */
.clear{clear:both;}


/*
 * TYPOGRAPHY
 */
html, body, th, td{ font:62.5%/1.5em small-caps Verdana, Arial, sans-serif; }
html, body, th, td{ font-size:1em; }
h1 { font-size:1.6em; }
h2 { font-size:1.4em; }
h3 { font-size:1.1em; }
h4 { font-size:0.9em; }
h5 { font-size:0.8em; }
h6 { font-size:0.7em; }
p {
	margin:0;
	padding:.4em;
}

/*
 * FLOW
 */
html{
	background:#000 url('imgs/bg.png') repeat-x top left;
	overflow-y: scroll;
}
body{width:800px; margin:0 auto;}
#header > * {
	z-index:1000;
}
#header{
	width:100%;
	height:170px;
	margin-top:10px;
	background:#e1e1e1;
	position:relative;
}
h1{
	background:url('imgs/logo.png') no-repeat bottom left;
	width:215px;
	height:100px;
	text-indent:-9999px;
	padding-top:15px;
}
#content {
	background:#0f0f0f url('imgs/content-bg.png') top left;
}
#main_content, #side_content{float:left; padding:15px 10px; color:#ccc;}
#main_content{width:520px;}
#side_content{width:235px; margin-left: 5px;}
#footer{
	padding:.4em;
	margin:1em 0;
	background:#000;
	border-top:double #666;
	color:#ccc;
	font-size:.6em;
	text-align:center;
	clear: both;	
}


/*
 * NAVIGATION
 */
#nav{
	background:#333;
	z-index:100;
	width: 811px;
 	margin:0 0 0 -11px;
}
 ul#nav>li{
	background-color:#333;
	display:block;
	float:left;
	width:150px;
	height:43px;
 }
 
 ul#nav>li>a, ul#nav>li>a:visited, ul#nav>li>a:hover, ul#nav>li>a:active{
 	color:#fff;
 	text-decoration:none;
 	display:block;
 	float:left;
 	width:130px;
 	margin:0 5px;
 	height:28px;
 	padding:15px 0 0;
 	text-align:center;
	font-size:1.2em;
 }
 ul#nav>li>a:hover, ul#nav>li>a:active{
 	color:#000;
 	background:#999 url('imgs/nav-link-bg.png') repeat-x top left;
 }
 ul#nav>li.about>a{
 	text-indent: -9999px;
	background:#333 url('imgs/radio-name-sprite.png') no-repeat top right;
	background-position:100% -10%;
 }
 ul#nav>li.about>a:hover, ul#nav>li.about>a:active{
	background:#333 url('imgs/radio-name-sprite.png') no-repeat top right;
	background-position:80% 20%;
 }
 ul#nav>li#listennow{width:180px;}
 ul#nav>li#listennow>a, ul#nav>li#listennow>a:active, 
 ul#nav>li#listennow>a:visited, ul#nav>li#listennow>a:hover{
 	color:#000;
 	background:#999 url('imgs/nav-listennow-bg-hover.png') no-repeat top left;
 	width:187px;
 	margin:0 5px 0 0;
 	height:33px;
 	padding:10px 0 0;
 	font-size:1.3em;
 }
 ul#nav>li#listennow>a:active, ul#nav>li#listennow>a:hover{
 	color:#fff;
 	background:#999 url('imgs/nav-listennow-bg.png') no-repeat top left;
 }


/**
 * Features/Components
 */
/** Motto **/
cite#motto{
	font-family:Georgia, Georgia, serif;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#333;
	display:block;
	padding-top:10px;
}
 
/** jinx artist **/
img#jinx_artist{
	display:block;
 	position:absolute;
	z-index:1;
 	bottom:0;
 	left:390px;
}
 
/** DJ LIVE **/
#header>ul#djlive{
	color:#fff;
	font-weight:bold;
	list-style:none;
	background:url('imgs/dj-live-bg.png') top left;
	display:block;
	width:240px;
	height:70px;
	padding:5px;
	position:absolute;
	bottom:25px;
	right:20px;
}
ul#djlive li{
	float:left;
}
ul#djlive li img {
	width:50px;
	height:60px;
	margin: 5px 20px 0 15px;
}
ul#djlive li a {
	margin-top:10px;
	font-size:1.4em;
}


/** Twitter updates **/
#twitter_div{
	background: url('imgs/twitter-bg.png') no-repeat top left;
	width:215px;
	height:80px;
	padding:10px 10px 20px;
	color:#000;
	font-size:.8em;
	line-height:1.2em;
}
#twitter_div ul {
	list-style: none;
	margin
}
#twitter_div a {
	color:#000;
	text-decoration:underline;
}
#twitter_div a#twitter-link {
	display:block;
	text-align:left;
	font-weight:bold;
}

/** Song Request **/
#song_request {
	margin:0 0 20px;
	padding-top:10px;
}
#song_request > input {
	margin: 6px 10px;
	width:90%;
	color:#000;
}
#song_request > textarea {
	margin: 6px 10px;
	width:90%;
	height:100px;
}
#song_request > input#sr_submit {
	font-weight: bold;
	height: 2em;
	width:90%;
	color: #000;
	margin-top:0px;
}

/** Weather Widget **/
/*
.GENXVwxNewStyle{
	width:175px;
	margin:10px auto 0;
}
"*/
#weather_widget {
	margin:25px 0;
	background:#333;
	padding: 8px 10px;
}
#weather_widget > img {
	vertical-align: top;
	margin-right: 10px;
}
#weather_widget > em {
	font-size: 2em;
	line-height:1.1em;
}

/** SC Links **/
#portal_links {
	font-weight:bold;
	margin:20px 0;
}
#portal_links dt {
	background:#333;
	text-align:center;
}


/** News/Article **/
.article {
	margin: 0 0 1.8em;
}
.article > ul {
	margin: 0 10px 5px;
}
.article > ul > li {
	list-style: none;
	display: inline;
}

/** DJs **/
.dj {
	font-size: 1.6em;
	margin-bottom:1em;
	line-height: 1.2em;
}
.dj ul {
	list-style:none;
	margin:20px 0;
}
.dj ul li {
	margin:10px 0;
}
.dj ul li em {
	font-style: italic;
}
.dj img {
	margin:0 10px 10px 0;
	float:left;
}

/** Schedule Table **/
#sch {
    margin-top: 1.5em;
}
#schedule, #sch {
	border:2px solid #333;
	width:100%;
}
#schedule tr, #sch tr {
	border:2px solid #333;
}
#schedule thead, #sch thead {
	background:#333;
	color:#ccc;
}
#schedule tr > td, #schedule tr > th, #sch tr > td, #sch tr > th {
	border:1px solid #333;
    text-align: center;
}
#schedule tr > td, #sch tr > td {
    font-size: .8em;
    text-align: left;
    padding-left: 4px;
}
#schedule tr > td.highlight, #sch tr > td.highlight {
    background-color:#E34D1D;
    color:#fff;
}
#schedule tr > td:first-child, #sch tr > td:first-child, #schedule colgroup#times, #sch colgroup#weekdays {
	width:70px;
    font-size: 1em;
    text-align: center;
	background:#333;
    color:#fff;
}

/** Preloading images **/
#imgs_preloader{
	width:0px;
	height:0px;
	display:inline;
	background-image: url("imgs/bg.png");
	background-image: url("imgs/content-bg.png");
	background-image: url("imgs/content-bg-all.png");
	background-image: url("imgs/dj-live-bg.png");
	background-image: url("imgs/email-btn.png");
	background-image: url("imgs/footer-bg.png");
	background-image: url("imgs/listen-radio-now.png");
	background-image: url("imgs/listen-radio-now-link.png");
	background-image: url("imgs/loader.gif");
	background-image: url("imgs/loaderdark.gif");
	background-image: url("imgs/logo.png");
	background-image: url("imgs/nav-bg.png");
	background-image: url("imgs/nav-link-bg.png");
	background-image: url("imgs/nav-link-bg-hover.png");
	background-image: url("imgs/nav-listennow-bg.png");
	background-image: url("imgs/nav-listennow-bg-hover.png");
	background-image: url("imgs/radio-name-sprite.png");
	background-image: url("imgs/store-bg.png");
	background-image: url("imgs/twitter-bg.png");
}
