/* 
 * Author: Traci Williams
 * Created: 6/4/2007
 * Copyright: Washtenaw Community College, Ann Arbor
*/

/* =imports */

@import url("normalization.css");

/* =html */

/* html, body */
html {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 62.7%;
    }
    
body {
    background: #b2ab9a url(../images/background.gif) repeat-y center top;
    font-size: 1em;
    }    

/* hx */
h1 {
    color: #7d0000;
    font-size: 2em;
    }

h2 {
    margin: 0 0 10px;
    color: #756c58;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    }

h3 {
    margin: .5em 0 1px;
    color: #aea694;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    }

/* a */
a {
    padding: 1px 3px;
    background-color: #f0eeeb;
    color: #20487e;
    text-decoration: none;
    }

a:visited {
    color: #3c331c;
    }

a:hover {
    background-color: #e3e2de;
    }

ul li a {
    float: left;
    clear: right;
    margin: 0;
    padding: 0;
    }

ul li a:visited {
    color: #756c58;
    }

ul li a:hover {
    background: none;
    color: #436faa;
    }

ul li a.now-playing {
    padding: 0 0 0 18px;
    background: url(../images/playing.gif) no-repeat left center;
    }

/* ul */
ul {
    color: #9e9786;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    }

ul li {
    overflow: hidden;
    clear: both;
    padding: 2px 5px;
    border-bottom: 1px solid #d8d5cc;
    background: #e3e2de url(../images/list-background.gif) repeat-x left bottom;
    }

/* blockquote */

blockquote {
    z-index: 1;
    background: url(../images/close-quote.gif) no-repeat right bottom;
    }

/* p */

p {
    clear: right;
    font-size: 1.2em;
    line-height: 1.1em;
    }

blockquote p {
    z-index: 2;
    margin: 5px 0 15px 340px;
    padding: 20px 15px 0 15px;
    background: url(../images/open-quote.gif) no-repeat left top;
    color: #756c58;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-style: italic;
    }
    
/* span */
ul li span {
    float: right;
    margin: 1px 0 0 0;
    font-size: .9em;
    text-transform: uppercase;
    }

/* =id */
div#content {
    width: 540px;
    margin: 0 auto;
    padding: 2.5em;
    }

div#credits {
	margin: 5em 0 3px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
	font-weight: bold;
    }

div#credits a {
	margin: 0 0 0 10px;
	color: #7d0000;
    }

div#movie {
    float: left;
    width: 320px;
    margin: 0 20px 0 0;
    }


/* =class */

div.media {
    background: url(../images/media-background.jpg) no-repeat;
    width: 320px;
    height: 260px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
}

div.media p {
    color: #cccccc;
    padding: 80px 35px;
}

div.media a {
    background: none;
    color: #cccccc;
    text-decoration: underline;
}

div.media a:hover {
    text-decoration: none;
}


span.report-title span.drop-case {
    display: block;
    float: left;
    width: 37px;
    height: 37px;
    margin: 0 5px 0 0;
    background: #c6c2b0 url(../images/a.gif) no-repeat center center;
    text-indent: -9000px;
    }

span.report-title {
    font-size: .95em;
    font-weight: bold;
    text-transform: uppercase;
    }