/*
--------------------------------------------------------------------
iTUNES WATCHER TEMPLATE STYLESHEET
Name: Championship Vinyl
Designer: Scott Boms, Wishingline Design Studios
URL: www.wishingline.com
Date: June 23, 2004
V1.1

Level: CSS 2.1 (Uses :hover pseudo class)
--------------------------------------------------------------------
*/

body {
    font-family: Verdana, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #FFF url(images/pattern.gif);
}

img, img a {
    border: 0;
    margin: 0;
    padding: 0;
}

#pagebkgd {
    width: 760px;
    min-width: 760px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
}

/* Background image for the Index page */
body#index #pagebkgd {
    background: url(images/main_bkgd.jpg) 0 0 repeat-y;
}

/* Background image for the Details page */
body#songinfo #pagebkgd {
    background: url(images/details_bkgd.jpg) 0 0 repeat-y;
}

#header {
    width: 760px;
    height: 190px;
    margin: 0;
    padding: 0;
    background: url(images/header_collection.jpg) 0 0 no-repeat;
}

#nowplaying {
    width: auto;
    height: 144px;
    margin: 0;
    padding: 0 0 0 80px;
    background: url(images/nowplaying_bkgd.jpg) 30px 0 no-repeat;
}

body#songinfo #nowplaying {
    background: none;
}

#albumcover {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

#nowplayinginfo {
    float: left;
    position: relative;
    margin: 0 0 0 36px;
    padding: 0;
}

#nowplayinginfo h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    margin: 0;
    padding: 12px 0 24px 0;
}

#nowplayinginfo h3 a:link, #nowplayinginfo h3 a:visited {
    color: #FFF;
    text-decoration: none;
}

#nowplayinginfo h3 a:hover {
    color: #000;
}

#nowplayinginfo h3 a:active {
    color: #E2B323;
}

ul#info, ul#recent, ul#details {
    font-family: Georgia, "Times New Roman", Times, serif;
}

ul#info, ul#details {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

li strong {
    font-family: Verdana, Trebuchet, Geneva, Arial, sans-serif;
    color: #CC6600;
}

body#index #recentlyplayed li strong:hover {
    color: #FFF;
}

ul#details li#datetitle, ul#details li#purchasetitle {
    font-size: 18px;
    color: #E2B323;
    padding: 16px 0 4px 0;
}

#nowplaying ul#info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nowplaying ul#info li#artistname, #nowplaying ul#details li#artistname {
    color: #E2B323;
    font-size: 22px;
    font-weight: normal;
}

ul#info li {
    padding: 0 0 4px 0;
    margin: 0;
}

ul#details li {
    padding: 0 0 4px 0;
    margin: 0;
}

ul#details li strong {
    line-height: 140%;
}

#recentlyplayed {
    width: 620px;
    min-height: 726px;
    margin: 12px 0 0 0;
    padding: 0 0 0 238px;
    background: url(images/recentlyplayed_bkgd.jpg) 30px 0 no-repeat;
    voice-family:"\"}\"";
    voice-family:inherit;
    width: 491px;
}

body#songinfo #recentlyplayed {
    height: 549px;
    background: none;
    width: 491px;
}

#recentlyplayed ul#recent {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#recent li {
    height: auto;
    padding: 4px 0 4px 8px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

ul#recent strong {
    color: #000;
}

ul#recent strong:hover {
    color: #FFF;
}

ul#recent li strong a:hover {
    color: #FFF;
}

ul#recent li:hover {
    background: #E2B323;
}

ul#recent li a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

ul#recent li a:link {
    color: #666;
    background: transparent;
}

ul#recent li a:visited {
    color: #333;
}

ul#recent li a:hover {
    color: #CC6600;
}

ul#recent li a:active {
    color: #000;
}

/* Footer Styles */
#footer {
    width: 760px;
    height: 38px;
    background: url(images/footer.jpg) 0 0 no-repeat;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
}

#footer p {
    padding: 12px 0 0 0;
    margin: 0;
    border: 0;
}

#footer a:link {
    color: #FFF;
}

#footer a:visited {
    color: #000;
}

#footer a:hover {
    color: #FFF;
    background-color: #CC6600;
    text-decoration: none;
}

#footer a:active {
    color: #FFF;
    background: #000;
    text-decoration: none;
}

/* Details Page List Links */
ul#details a:link {
    color: #000;
    background-color: transparent;
}

ul#details a:visited {
    color: #666;
    background-color: transparent;
}

ul#details a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #000;
}

ul#details a:active {
    text-decoration: none;
    color: #FFF;
    background-color: #CC6600;
}

ul#details li {
    padding: 2px 0;
}

#infoline {
    margin: 0;
    padding: 16px 0 0 156px;
    float: left;
}

