﻿body
{
    padding: 0;
    margin: 0 0 80px 0;
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #333333;
}
p
{
    text-align: justify;
    line-height: 1.6em;
}
a
{
    color: #0065CA;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #002E5B;
}
a img
{
    border: none;
}
a.more
{
    font-family: Georgia, Times, Serif;
    font-size: 1em;
    color: #8f51ae;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
}
a.more:hover
{
    color: #bb6ae4;
    text-decoration: underline;
}
a.pdf, a.doc, a.ppt, a.avi, a.jpg, a.swf
{
    font-size: 0.9em;
    padding: 6px 10px 8px 25px;
    background-position:3px 0;
}
a.pdf
{
    background: Transparent url(images/site/pdf.gif) no-repeat top left;
}
a.doc
{
    background: Transparent url(images/site/doc.gif) no-repeat top left;
}
a.ppt
{
    background: Transparent url(images/site/ppt.gif) no-repeat top left;
}
a.avi
{
    background: Transparent url(images/site/avi.gif) no-repeat top left;
}
a.jpg
{
    background: Transparent url(images/site/jpg.gif) no-repeat top left;
}
a.swf
{
    background: Transparent url(images/site/swf.gif) no-repeat top left;
}
ul
{
    margin: 20px;
    padding: 0;
}
ul li
{
    padding-left: 5px;
    padding-bottom: 10px;
    list-style-image: url(images/site/bullet.png);
    line-height: 1.5em;
}
ol
{
    margin: 0 25px;
    padding: 0;
}
ol li
{
    padding-left: 5px;
    list-style-image: none;
    color: #333333;
    text-align: left;
    line-height: 1.5em;
    list-style-type: decimal;
}
h2.title
{
    font-size: 1.8em;
    color: #8f51ae;
    margin: 0;
    padding: 0;
}
#header
{
    background: Black url(images/site/header.jpg) no-repeat top center;
    min-width: 960px;
    height: 165px;
}
#header h1, #header h2, #header h3
{
    display: none;
}
#header a
{
    display: block;
    width: 960px;
    height: 190px;
    margin: auto;
}
/*   COLUMNS   */
#container
{
    margin: auto;
    width: 960px;
    position: relative;
}
#content
{
    margin: auto;
    position: relative;
    min-height: 500px;
    float: left; /* This is the solution for the space between nav and content */
    clear: both;
    background: White url(images/site/bg.jpg) repeat-x;
    padding-top: 15px;
    padding-bottom: 40px;
    width: 490px;
    padding-left: 190px; /* The width and color of the left rail */
    padding-right: 280px; /* The width and color of the right rail */
}

#left
{
    float: left;
    width: 180px;
    margin-left: -180px;
    position: relative;
}
#center
{
    clear: both;
    float: left;
    width: 480px;
    margin-right: -590px;
    margin-left: 10px;
}
#right
{
    float: right;
    width: 260px;
    margin-right: -250px;
    position: relative;
    left: 20px;
    display: inline;
}
.dashright
{
    padding-right: 20px;
    border-right: dashed 1px #cacaca;
}
#cohosts
{
    width: 178px;
    border: solid 1px #cacaca;
    text-align: center;
    background-color: White;
}
#cohosts p
{
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0;
}

#footer
{
    position: relative;
    margin: auto;
    clear: both;
    padding: 10px 0 30px 0;
    width: 960px;
}
#footerleft
{
    float: left;
    width: 760px;
}
#footerright
{
    float: left;
    width: 200px;
}
#footerright p
{
    text-align: right;
}
#footerleft p, #footerright p
{
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: White;
}
#register
{
    float: right;
    margin-right: -63px;
}

/*   LINKS/NAVIGATION USUALLY ON THE LEFT    */

#sections
{
    padding: 24px 5px;
}
#sections ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#sections ul li
{
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style: none;
    text-align: right;
}
#sections ul li a
{
    font-size: 1.2em;
    font-family: Georgia;
    line-height: 1.4em;
    color: #8f51ae;
    padding: 5px 10px;
    margin: 5px 0;
    display: block;
    border-right: solid 5px Transparent;
    border-top: dashed 1px #cacaca;
}
#sections ul li a:hover
{
    border-right: solid 5px #cacaca;
    text-decoration: none;
    color: #333333;
}
#sections ul li span
{
    font-size: 1.2em;
    font-family: Georgia;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
    padding: 5px 10px;
    margin: 5px 0;
    display: block;
    border-right: solid 5px Transparent;
    border-top: dashed 1px #cacaca;
}

#sections ul li ul li a
{
    font-size: 1em;
    margin: 2px 0;
    padding: 2px 10px;
    font-family: Arial;
    border-top: none;
}

#sections ul li ul li span
{
    font-size: 1em;
    margin: 2px 0;
    padding: 2px 10px;
    font-family: Arial;
    border-top: none;
    font-weight: bold;
    line-height: 1.4em;
    display: block;
    border-right: solid 5px Transparent;
}

#linktohome
{
    float: right;
    margin-top: -28px;
}
#linkback
{
    clear: both;
    padding: 10px;
    margin: 100px 10px 10px 10px;
    text-align: right;
}
a.backtotop
{
    display: block;
    background: url( 'images/site/btn_top.gif' ) no-repeat center top;
    width: 40px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* BIOGRAPHIES */
#bio h2
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 2.5em;
    margin: 10px 0;
}
.works
{
    padding: 10px;
    margin: 10px;
    border-bottom: solid 1px #cacaca;
}
.works a
{
    display: block;
    margin-bottom: 5px;
}
.superscript
{
    position: relative;
    bottom: 0.5em;
    font-size: 0.8em;
}
.subscript
{
    position: relative;
    top: 0.3em;
    font-size: 0.8em;
}

