﻿body 
{
    font-family: Calibri, Trebuchet MS, Verdana, Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    text-align: center;
 	background: #000 url(redbg.jpg) repeat-x;  
	background-attachment: fixed;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#page
{
    text-align: left;
    margin: 10px auto 10px auto;
    width: 1000px;
}

#page #nav #menu
{
    height: 30px;
    width: 1000px;
}

#page #nav #menu li
{
    text-align: center;   
    font-size: 1.2em;
    display: inline-block;
    width: 8.92em;
    background-color: #bbb;
}

#page #nav #menu li a
{
    padding: 4px 0px;
}

#page #nav #menu li a:link, #page #nav #menu li a:visited
{
    color: #000;
}

#page #nav #menu li a:hover
{
    color: #000;
}

#page #nav #menu li a.selected
{
    background-color: #FF3300;
}

#page #nav #menu li:hover
{
    background-color: Yellow;    
}

#banner
{
    background-color: #ddd;
    height: 60px;
    width: 100%;
    border: outset 1px #ddd;
    text-align: center;
    padding: 0px;
}

#banner h1
{
    margin: 2px 5px;
    font-size: 16pt;
    letter-spacing: 2em;
    color: #933;
    font-family: Calibri;
}

#breadcrumbs
{
    color: #fff;
    margin: 4px 0px;
    width: 100%;
    letter-spacing: 1pt;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #dedede;
    text-decoration: none;
}
#breadcrumbs a:hover
{
    color: #66FFFF;
    text-decoration: underline;
}

#main
{
    background-color: #fff;
    border: outset 1px #fff;
    padding: 20px;
}

#main #quote
{
    font-family: Courier New, Serif;
    font-size: 1.6em;
    color: #333333;
    padding: 20px;
    background-color: #efefef;
    width: 900px; /* for IE */
    filter: alpha(opacity=60); /* CSS3 standard */
    opacity: 0.6;
}

#main h1
{
    margin: 0px;
    text-align: center;
    color: Crimson;
    letter-spacing: 2pt;
}

#main h2
{
    margin: 10px 0px 2px 0px;
}

#main p
{
    margin: 2px 8px 8px 5px;
}

#main em
{
    font-weight: bold;
}

#main img.noborder
{
    border:none;
}

#main .artistname
{
    font-size: 1.2em;
    font-weight: bold;
    color: #3d3d3d;
}

#main a:link, #main a:visited
{
    text-decoration: none;
    color: #900;
}

#main a:hover
{
    text-decoration: underline;
    color: #39f;
}

#main .formlabel
{
    font-weight: bold;
    color: #0066CC;
    font-size: 1.1em;
}

#main input:focus, #main textarea:focus
{
    background-color: #CCFFFF;
}

#main #silverlightControlHost
{
    height: 700px;
    background-color: #000;
}

#footer
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    background-color: #f00;
    border: outset 1px #f00;
    color: #FFBBBB;
    font-size: 0.8em;
    letter-spacing: 1pt;
}

#footer #tw
{
    margin: 8px auto 4px auto;
    letter-spacing: 1pt;
}

#footer #tw a:link, #footer #tw a:visited, #footer #tw a:active
{
    font-family: Calibri, Trebuchet MS, Verdana, Arial, helvetica, Sans-Serif;
    color: #fcc;
    font-weight: bold;
    text-decoration: none;  
    font-size: 1.1em; 
}

#footer #tw a:hover
{
    color: #9f9;
    text-decoration: underline;
}

#amazon
{
    padding: 10px 0px;
}

#amazon #social #twitter
{
    float:left;
}

#amazon #social a img
{
    border:none;
    float:right;
} 

.error
{
    color: #d00;
}

.link
{
    cursor:pointer;
}
