/* Colors

#ffbc5d - orange
#272626 - gray


Contents

header - title banner
sidebar - menu and blurbs
contents - everything else
wrap - everything
*/


body { background: #000000; color: #dfdcdc; font-family: Verdana, Arial, sans-serif; }

a:link { color: #6e6e6e; text-decoration: none; font-weight : normal; }
a:visited { color: #6e6e6e; text-decoration: none; font-weight : normal; }
a:active { color: #6e6e6e; text-decoration: none; font-weight : normal; }
a:hover { color: #fff; text-decoration: none; font-weight : normal; }

#sidebar a { color: #6e6e6e; text-decoration: none; font-weight: normal; font-size: 1em; letter-spacing: .1em; }
#sidebar a:hover { color: #fff; text-decoration: none; font-weight: normal; font-size: 1em; letter-spacing: .1em; }
#sidebar li.current a { color: #fff; text-decoration: none; font-weight: normal; font-size: 1em; letter-spacing: .1em; }


#wrap
{
width: 770px;
background-color: black;
height: 100%;
margin: auto;
}

#header
{
margin: auto;
width: 770px;
}

#content
{
line-height: 1.4em;
word-spacing: .1em;
font-size: 0.82em;
background-color: #000000;
width: 605px;
float: left;
padding: 10px;
height: 100%;
}

.clear {
display: block;
clear: both;
content: " ";
height: 0;
overflow: hidden;
}


/* Sidebar */

#sidebar
{
background-color: #000000;
margin: auto;
width: 125px;
float: right;
padding: 10px;
}

#sidebar ul {
margin-left: 0;
padding-left: 0;
display: block;
width: 125px;
}

#sidebar ul li {
margin-left: 0;
margin-bottom: 0;
list-style: none;
display: block;
padding: 3px;
}

#sidebar ul li.current {
margin-left: 0;
margin-bottom: 0;
list-style: none;
display: block;
padding: 3px;
}

#blurbs {
font-size: 0.75em;
line-height: 1.4em;
}

p.blurb {
border-top: 1px solid #6e6e6e;
padding-top: 9px;
}


p.blurbend {
border-top: 1px solid #6e6e6e;
border-bottom: 1px solid #6e6e6e;
padding-top: 9px;
padding-bottom: 9px;
}