/* Force scrollbar in Mozilla */
html 
{ 
    overflow-y: scroll; 
}

html 
{ 
    overflow: -moz-scrollbars-vertical; 
}

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #534b48;
    background-image: url(/media/images/sz09-background.jpg);
    background-repeat: no-repeat;
    /* background-position: 50% 150px; */
    background-position: 50% 0px;
}
            
img
{
    border: 0;
}            
        
#container
{
    width: 940px;
    margin: -20px auto 40px auto;
    padding: 25px 0 0 0;
    font-size: 0;
    
    zoom: 1; /* give layout */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/sz09-transparent-pixel.png', sizingMethod='scale');
}

html>body #container
{
    /* IE won't see this */
    background-image: url(/media/images/sz09-transparent-pixel.png);
}

#rightcolumn
{
    float: right;
    width: 220px;
    color: #ffffff;
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 12pt;
}

div.rightcolumnsection
{
    margin: 20px 20px 0 0;
    border: 1px solid #282722;
}

div.rightcolumnsectioninner, div.rightcolumnsectionslides
{
    padding: 10px 10px 0 10px;

    zoom: 1; /* give layout */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/sz09-transparent-pixel.png', sizingMethod='scale');
}

html>body div.rightcolumnsectioninner, html>body div.rightcolumnsectionslides
{
    /* IE won't see this */
    background-image: url(/media/images/sz09-transparent-pixel.png);
}

div.rightcolumnsectionslides
{
    padding: 10px;
}

div.rightcolumnsectioninner div
{
    padding-bottom: 10px;
}

#logocontainer
{
    position: relative;
    width: 900px;
    height: 127px;
    top: 10px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
    zoom: 1; /* give layout */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/sz09-logo-trans.png');
    z-index: 2;
}

html>body #logocontainer
{
    /* IE won't see this */
    background-image: url(/media/images/sz09-logo-trans.png);
}

#container6
{
    width: 940px;
    padding: 0;
    text-align: left;
    margin: 0 auto;
}

#navigation
{
    width: 900px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 5px 0;
    margin: 0 20px 0 20px;
    border-bottom: 1px solid #a68d59;
}

.navigationrow
{
    padding-bottom: 5px;
}

#navigation a
{
    border-right: 2px solid #a68d59;
    padding: 0 10px;
    
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 13pt;
    
    font-weight: normal;
    background-color: inherit;
    color: #dddddd;
}

#navigation a.last
{
    border-right: none;
}

#navigation a:hover
{
    color: #a68d59;
}

#navigation .selected
{
    text-decoration: none;
    color: #ffffff;
}

#navigation .lastselected
{
    border-right: none;
    text-decoration: none;
    color: #ffffff;
}

#content
{
    float: left;
    width: 700px;
    text-align: left;
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 12pt;
    color: #ddd;
    padding: 0;
}

#content h1
{
    color: #a68d59;
    margin-top: 0;
    font-size: 14pt;
}

#content h2
{
    color: #eee;
    margin-top: 0;
    font-size: 13pt;
}

.innerpadding2
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.innerpadding3
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

a
{
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 13pt;
    color: #ddd;
}

a:hover
{
    color: #a68d59;
}

hr.cleaner 
{
    clear: both;
    height: 1px;
    margin: -1px 0 0 0; 
    padding: 0;
    border: none;
    visibility: hidden;
}

#footer
{
    border-top: 1px solid #a68d59; 
    padding: 20px;
    background-color: #000000;
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 10pt;
    color: #bbb;
}

#footer a
{
    font-family: "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
    font-size: 10pt;
    background-color: inherit;
}

table
{
    border-collapse: collapse; 
    border: 1px solid #a68d59;
    vertical-align: top;
    margin-bottom: 16px;
}

table td
{
    vertical-align: top;
    border: 1px solid #a68d59;
    padding: 4px;
}

a.photo
{
    
}

a.photo img
{
    margin: 0 10px 10px 0;
    border-style: solid;
    border-color: #282722;
    border-width: 5px 5px 20px 5px;
}

a.photo:hover img
{
    margin: 0 10px 10px 0;
    border-style: solid;
    border-color: #ffffff;
    border-width: 5px 5px 20px 5px;
}    

.slides
{
    position: relative;
    width: 180px;
    height: 180px;
}

.slide
{
    position: absolute;
    top: 0;
    left: 0;
}

div.gold
{
    font-weight: bold;
    color: #a68d59;
}

ul.tracklisting
{
    float: left; 
    margin: 0 0 20px 20px;
    padding: 0;
    list-style-type: none;
}

img.tracklisting
{
    float: left;
    margin-bottom: 20px;
}

form
{
    display: inline;
}
