@charset "UTF-8";

@import url('typography.css');

/***** Screen Design CSS *****/

/* =img.albumart */
img.albumart { width : 150px; height : 150px; margin : 1em; padding : 3px; border : 1px solid #ccc; }

/* =.lightbox */
.lightbox {
position : absolute;
top : 0%; left : 0%;
width : 100%; height : 100%;
background-color : #000;
z-index : 99; }

.lightbox div {
position : relative;
margin : 100px auto;
width : 720px; height : 445px;
z-index : 100;
background-color: #fff; }

/* =div#flava
div#flava { display : none; }
div#flava { background : transparent url('/images/funding/flava/flava.png') no-repeat center center; }
div#flava h2 { background : transparent url('/images/funding/flava/h2.png') no-repeat center center; }

/* =#flavaForm
#ff_rating li.like { background-image : url('/images/funding/flava/like.png'); cursor : pointer; }
#ff_rating li.like:hover, #ff_rating li.like.selected { background-image : url('/images/funding/flava/like_hover.png'); }
#ff_rating li.dislike { background-image : url('/images/funding/flava/dislike.png'); cursor : pointer; }
#ff_rating li.dislike:hover, #ff_rating li.dislike.selected { background-image : url('/images/funding/flava/dislike_hover.png'); }
#ff_about { display : none; }
#ff_about label { font-size : 2.4em; font-weight : bold; text-transform : uppercase; text-align : center; }
#ff_about input { border : 1px solid #999; }
input#ff_submit { background : transparent url('/images/funding/flava/submit.png') no-repeat center center; border : none; cursor : pointer; }

/* =a.close */
p.close a { background : transparent url('/images/site/close.png') no-repeat center center; }
p.next a { background : transparent url('/images/site/next.png') no-repeat center center; }
p.prev a { background : transparent url('/images/site/back.png') no-repeat center center; }
#content_main p.next a { background-image : url('/images/site/next_trans.png'); }
#content_main p.prev a { background-image : url('/images/site/prev_trans.png'); }

html {
background-color : #444; }

#branding a {
background : transparent url('/images/site/branding.png') no-repeat center center;
text-indent : -9999px; }

#branding.christmas a {
background-image : url('/images/site/christmas-branding.png'); }

	body#home #branding a {
	cursor : default; }

#nav_main li a {
background-color : #222;
background-repeat : no-repeat;
background-position : 50% 0px;
border : 1px solid #111;
text-indent : -9999px; }

#nav_main li#nm_music a {
background-image: url('/images/site/nm_music.png'); }

#nav_main li#nm_shows a {
background-image: url('/images/site/nm_shows.png'); }

#nav_main li#nm_news a {
background-image: url('/images/site/nm_news.png'); }

#nav_main li#nm_about a {
background-image: url('/images/site/nm_about.png'); }

#nav_main li a:hover, #nav_main li a:active {
background-color : #4154a3;
background-position : 50% -30px; }

#nav_main li.current a, #nav_main li.current a:hover, #nav_main li.current a:active {
background-color : #000;
background-position : 50% -60px;
cursor : default; }

#content_main blockquote {
border-left : 5px solid #888; }

#new-music li {
background-color : #555; }

#new-music li.new {
background : #666 url('/images/site/new-music_li_new.png') no-repeat 95%;
border-right : 5px solid #999; }

#new-music li img {
background-color : #444; }

div#content_sub { border : 1px solid #ccc; background-color : #999;  }

#content_sub h2 {
background-color : #ccc; }

#site-info {
background-color : #222;
border : 1px solid #111; }

#icon_facebook {
background : transparent url('/images/site/icon_facebook24x24.png') no-repeat center center; }

#icon_twitter {
background : transparent url('/images/site/icon_twitter24x24.png') no-repeat center center; }

#funding h3 {
background : transparent url('/images/site/funding_h3.gif') repeat-x center center; }

/* Copyright &copy; 2009 Resound Radio of Cedarville University
 * Design by Jeremy McDuffie (jmmcduffie@cedarville.edu)
 */