@charset "utf-8";
/* CSS Document */

html
{
background-color: #000000;
background-image: url("i/bg.jpg");
background-repeat: repeat-x;
}

body
{
color: #F9F5EA;
font-family: Arial, Helvetica, sans-serif;
background-image: url("i/corner.jpg");
background-position: top right;
background-repeat: no-repeat;
}

a
{
color: #8F1F0C;
}

#hd h1
{
font-size: 1.8em;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 20px;
margin-bottom: 10px;
float: left;
}

#hd h1 a
{
color: #F9F5EA;
text-decoration: none;
}

#hd h2
{
float:right;
padding-top: 20px;
padding-right: 60px;
}

#hd h2 a
{
color: #F9F5EA;
text-decoration: none;
padding: 5px;
}

#hd h2 a:hover
{
background-color: #000000;
text-decoration: none;
}

#navtop
{
font-family: Georgia, "Times New Roman", Times, serif;
list-style: none;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
height: 40px;
}

#navtop li
{
float: left;
margin-right: 10px;
}

#navtop li.last
{
margin-right: 0px;
}

#navtop li a
{
display: block;
width: 161px;
padding: 10px;
color: #F9F5EA;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
}

#navtop li a.current
{
background-color: #8F1F0C;
}

#navtop li a:hover
{
background-color: #000000;
}

.project h1
{
font-size: 2em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
margin-bottom: 10px;
}

.header
{
margin-bottom: 20px;
}

.stats
{
font-size: 0.8em;
}

.stats span
{
font-weight: bold;
color: #8F1F0C;
}

.stats span a
{
color: #8F1F0C;
text-decoration: none;
}

.stats span a:hover
{
color: #FFFFFF;
text-decoration: underline;
}

.text
{
line-height: 18px;
margin-top: 20px;
margin-bottom: 20px;
}

.text a
{
color: #F9F5EA;
text-decoration: none;
}

.text a:hover
{
background-color: #8F1F0C;
}

.thumbs img
{
padding: 5px;
margin-right: 5px;
}

.workexp
{
margin: 10px;
background-color:#000000;
padding:10px;
border: 1px solid #111111;
}

.photos img
{
margin: 10px;
padding: 5px;
border: 1px solid #111111;
}

#navside
{
list-style: none;
}

#navside li
{
border-top: 1px solid #CCC;
}

#navside li a
{
display: block;
padding: 5px;
margin: 5px;
color: #F9F5EA;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #000000;
}

#navside li a span
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
display: block;
font-weight: normal;
color: #F1E8D3;
}

#navside li a.current
{
background-color: #8F1F0C;
}

#ft
{
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid #CCC;
margin-bottom: 2px;
clear: both;
}

#ft p
{
color: #333333;
}

#ft p a
{
color: #333333;
text-decoration: none;
}

#ft p a:hover
{
color: #8F1F0C;
text-decoration: underline;
}

