@charset "UTF-8";
/* CSS Document */

body{ background:#000 no-repeat url(/images/bg_body_has_media.jpg) center 500px; }

#header{ background: no-repeat url(/images/bg_header_media.jpg); }

.media_content{ background: #252525 no-repeat url(/images/bg_content_media.jpg) left bottom; }

#content_text{ background: no-repeat url(/images/bg_content_text_media.jpg); color: white; }

#content_narrow{ background: #9b9b9b no-repeat url(/images/bg_content_narrow_media.jpg); padding-top: 8px;}

#footer{ background: no-repeat url(/images/bg_footer_media.jpg) left top; }

.mediaBlock{

}

cite{
background: #9b9b9b;
font-size: 12px;
font-style: normal;
display: block;
padding: 2px 10px;
margin-bottom: 30px;
}

a.featured_content{
background: #252525;
border: 1px solid #000;
color: #9b9b9b;
}

a.featured_content:hover{
color: black;
}

ul.medialist{
list-style-type: none;
margin: 0px 35px 15px;
padding: 0px;
border-bottom: 1px solid black;
}

ul.medialist li a{
display: block;
background: #9b9b9b no-repeat url(/images/bg_content_narrow_media.jpg);
padding: 10px 20px;
text-align: center;
border: 1px solid black;
border-bottom: none;
text-decoration: none;
}

ul.medialist li a:hover{ background: #252525; }

#relevant_links{
background: no-repeat url(/images/bg_subnav_media.jpg) right bottom;
}
