
html {
width:100%;
height: 100%;
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

body {
width:100%;
height: 100%;
padding: 0px;
margin: 0px;
background: url('../images/background.gif') repeat-y #999076;

}

#top {
width: 100%;
height: 30px;
background: #4D4948;
padding-top: 20px;
padding-bottom:20px;
}

#menu {
width: 100%;
height: 22px;
background: url('../images/menu_fade2.jpg') no-repeat #1B191E;
padding-top:8px;
font-size: 9pt;
font-weight: bold;
}

a {color: black; text-decoration: underline; font-weight: bold;}
a:hover {color: red; text-decoration: underline; font-weight: bold;}

a.works {color: black; text-decoration: none; font-weight: normal;}
a.works:hover {color: red; text-decoration: none; font-weight: normal;}

a.series {color: black;text-decoration: none;padding-right: 20px;}
a.series:hover {color: red;text-decoration: none;padding-right: 20px;}
a.currentseries {color: #ED1C00;text-decoration: none;padding-right: 20px;}

#content {
width: 700px;
margin-left: 50px;
margin-right: 50px;
margin-top: 35px;
padding-bottom: 50px;
border:1px solid transparent;
}

#seriescontent {
margin-left: 80px;
margin-right: 0px;
margin-top: 40px;
margin-bottom: 20px;
border:1px solid transparent;
}

#seriescontent2 {
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
border:1px solid #999076;
width: 600px;
}

#seriescontent3 {
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
border:1px solid #999076;
}



/*
#random {
position: absolute;
left: 620px;
top: 70px;
overflow: hidden;
width:100%;
}
*/

.seriesthumb {
float:left;
font-size: 11px;
font-weight: bold;
line-height: 20px;
text-transform: uppercase;
padding-right: 30px;
padding-bottom: 20px;
}

#image {
float:right;
line-height: 30px;
width:430px;
padding-top: 5px;
}

#slidestext {
font-size: 8pt;
}

.title {
font-size: 11pt;
font-weight: bold;
}

.italic {
font-style: italic;
}



 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
