
/* Tristan's Stylesheet January 20 2005 - Adapted March 21 2007 */

body {
margin: 0px;
padding: 0px;
background-image: url(img/bg.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #fff;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link  { text-decoration: none; color: #796953; }
a:visited { text-decoration: none; color: #796953; }
a:active { text-decoration: none; color: #796953; }
a:hover { text-decoration: none; color: #DA5504; }

#container {
width: 760px;
\width: 780px;
w\idth: 760px;
margin: 0px auto 0px 0px;
padding: 0px;
}

/*========*/

#header {
padding: 0px;
margin: 0px;
background-color: transparent;
}

.navigation {
color: #EF8F06;
background-color: transparent;
padding: 0px 10px 5px 50px;
margin: 0px 0px 10px 0px;
text-align: left;
font-size: 12px;
letter-spacing: 2px;
}

.navigation .this { color: #DA5504;}
.navigation a:link  { text-decoration: none; color: #EF8F06; }
.navigation a:visited { text-decoration: none; color: #EF8F06; }
.navigation a:active { text-decoration: none; color: #EF8F06; }
.navigation a:hover { text-decoration: none; color: #DA5504; }

/*========*/

#content {
margin-left: 255px;
background-color: transparent;
padding: 0px 0px 20px 10px;
border-bottom: 5px solid #E7E1D9;
}

#content h1 {
color: #7B7162;
font-size: 16px;
line-height: 14px;
padding: 0px 0px 5px 0px;
margin-bottom: 5px;
border-bottom: 1px solid #E7E1D9;
}

#content h2 {
color: #787069;
font-size: 14px;
margin: 0px;
padding: 5px 0px 0px 5px;
}

#content p {
color: #B2A28C;
font-size: 14px;
line-height: 14px;
margin: 0px;
padding: 10px 5px 5px 5px;
}

#content p.lastupdate {
text-align: right;
color: #7B7162;
font-size: 10px;
line-height: 10px;
font-weight: normal;
text-transform: uppercase;
}

#content p.livedate { border-bottom: 1px dashed #E7E1D9; }
.discs { margin: 15px 0px 15px 5px; text-align: left; }
.sponsors { text-align: right; }

/*========*/

#sidebar {
float: left;
width: 240px;
\width: 250px;
w\idth: 240px;
margin: 0px 5px 0px 0px;
padding: 0px;
background-color: transparent;
}

#sidebar h1 {
color: #B2A28C;
font-size: 16px;
line-height: 14px;
padding: 10px 0px 0px 10px;
margin: 0px 0px 0px 0px;
}

#sidebar p {
color: #B2A28C;
font-size: 12px;
line-height: 12px;
padding: 0px 0px 0px 10px;
margin: 10px 0px 0px 0px;
}

.today {
color: #7B7162;
font-size: 11px;
line-height: 11px;
font-weight: normal;
text-transform: uppercase;
padding: 0px 10px 0px 2px;
margin-top: 0px;
}

/*========*/

#copyright	{
position: fixed;
bottom: 10px;
right: 0px;
text-align: right;
color: #E7E1D9;
letter-spacing: 0.025em;
font-size: 8pt;
margin-right: 10px;
}

.hidden { display: none; }