/* ---- body ---- */
html, body {
margin: 0;
padding: 0;
}

body {
background: #F4891F url(/images/backgrounds/main.gif) no-repeat top left;
color: white;
font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

/* ---- header ---- */
#header {
background: #DB7B1C url(/images/backgrounds/header.gif) no-repeat top left;
margin: 0 auto;
padding-bottom: 20px;
height: 40px;
border-bottom: 1px solid #FFF;
}

#header h1, #header h2, h3, .resume_item th {
font-family: Arial, Helvetica, sans-serif;
font-size: 175%;
}

#header h1 {
position: absolute;
top: 0;
left: 50px;
margin: 10px 0;
padding: 7px 0;
}

#header h2 {
position: absolute;
top: 0;
right: 50px;
margin: 12px 0;
padding: 5px 0;
}

#nav, #sub_nav {
margin: 10px 0 5px 40px;
font-weight: bold;
}

#nav a, #sub_nav a {
padding: 2px 5px 5px 5px;
}

#nav a.nav_last {
padding-right: 0;
}

#nav a, #sub_nav a {
margin: 0 10px 0 0;
color: #fff;
text-decoration:none;
}
#nav a:link, #sub_nav a:link {color: #fff;}
#nav a:visited, #sub_nav a:visited {color:#fff;}
#nav a:hover, #sub_nav a:hover {color:#fff;text-decoration:underline}

#nav a.nav_selected, #sub_nav a.nav_selected  {
color: #630;
}

#sub_nav {
margin-left: 125px;
margin-top: 7px;
font-size: 90%;
font-weight: normal;
}


/* ---- headings ---- */
h1, h2, h3, h4, h5, h6 {
text-transform: lowercase;
}

h3, .resume_item th {
font-size: 150%;
font-weight: bold;
text-align: left;
margin: 10px 0 5px 0;
padding: 10px 0 5px 0;
}

/* ---- links ---- */
a {
color: #fff;
text-decoration:none;
font-weight:bold;
}
a:link {color: #fff;}
a:visited {color:#fff;}
a:hover {color:#fff;text-decoration:underline}

/* ---- main content ---- */
#main {
margin: 25px auto 0 auto;
width: 700px;
}

/* ---- footer ---- */
#footer {
margin: 250px auto 0px auto;
padding: 15px 0px 50px 0px;
text-align: center;
line-height: 1.4em;
font-size: 90%;
text-transform: lowercase;
border-top: 1px solid #FFF;
}

/* ---- misc ---- */
.portfolio {
width: 500px;
}

.portfolio img {
border: 1px solid #c96;
border-bottom: 1px solid #630;
border-right: 1px solid #7B4C1C;
}

.gallery_nav {
text-align: left;
text-transform: lowercase;
}

/* link icons */
.video {
background: url(/images/nav/icons/video.gif) left top no-repeat; 
text-transform: lowercase;
padding-left: 20px;
}

.video small a {
text-transform: none;
}

.magnify {
background: url(/images/nav/icons/magnify.gif) left top no-repeat; 
text-transform: lowercase;
padding-left: 20px;
}

.previous {
background: url(/images/nav/icons/previous.gif) left top no-repeat; 
text-transform: lowercase;
padding-left: 20px;
width: 100px;
}

.next {
margin-left: 15px;
background: url(/images/nav/icons/next.gif) right top no-repeat;  
text-transform: lowercase;
padding-right: 20px;
width: 100px;
}

.message {
background: #DB7B1C;
padding: 5px 15px 5px 5px;
text-align: right;
}

.download {
background: url(/images/nav/icons/download.gif) left top no-repeat; 
text-transform: lowercase;
padding-left: 20px;
}