/* Information CSS */

/*
Theme Name: Untitled
Theme URI: http://www.noahmanos.com/
Description: New site design introduced in Summer 2009
Version: 1.0
Author: Gerald Bivens
Author URI: http://www.gbivens.com/
*/


body { 
background-color: #fff;
color: #000;
font-family: arial, helvetica, sans-serif; 
font-size: 11px;
}


/* Structure
- - - - - - - - - - - - - - - - - - - - - - - - */

* {
margin: 0;
padding: 0;
}

#nav {
position: relative;
width: 500px;
margin: 20px 0 0 40px;
line-height: 1em;
}

#return {
position: relative;
width: 30px;
height: 20px;
}

#nav-list {
position: relative;
margin: 20px 0 0 0; 
}

#content {
position: relative;
width: 500px;
margin: 25px 0 20px 40px;
}

#images {
position: relative;
width: 500px;
margin: 10px 0 20px 40px;
}

.section-title { 
margin: 0 0 1em 0;
padding: 0 0 4px 0;
border-bottom: 1px dashed #a0a0a0;
}

.item-title { 
margin: 0 0 0.25em 0; 
}

.date { margin: 0 0 0.5em 0; }

.item-content { margin: 0 0 1.25em 0; }

#contact-photo {
position: relative;
width: 256px;
height: 142px;
margin: 10px 0 20px 0;
}

#contact-info { 
position: relative;
margin: 10px 0 0 0; 
text-align: left;
}

.statement-title {
position: relative;
width: 400px;
margin: 0 0 20px 0;
}

.statement-content {
position: relative;
width: 400px;
margin: 0 0 20px 0;
}


/* Typography 
- - - - - - - - - - - - - - - - - - - - - - - - */

.bold { font-weight: bold; }

.italic { font-style: italic; }

.underline { text-decoration: underline; }

#nav-list { 
font-size: 14px; 
line-height: 1.5em;
list-style-type: none;
}

.section-title { 
color: #a0a0a0;
font-size: 11px;
font-style: italic;  
}

.item-title { font-size: 12px; }

.date { 
color: #808080; 
font-family: verdana, sans-serif;
font-size: 9px;
font-weight: normal;
}

.item-content {
font-size: 11px;
line-height: 1.25em;
}

#cv-info {
font-size: 11px;
line-height: 1.25em;
}

#contact-info {
letter-spacing: 0.1em;
line-height: 1.25em;
}

.statement-title {
color: #202020;
font-size: 12px;
font-weight: normal;
}

.statement-content {
color: #202020;
line-height: 1.25em;
}


/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: none; }

a img { border: none; }

#nav-list a:link { color: #000; padding: 2px; }

#nav-list a:visited { color: #000; padding: 2px; }

#nav-list a:hover { background-color: #000; color: #fff; padding: 2px; }

#nav-list a:active { background-color: #fff; color: #fff; padding: 2px; }

#nav-list .current a:link { color: #00BFFF; padding: 2px; }

#nav-list .current a:visited { color: #00BFFF; padding: 2px; }

#nav-list .current a:hover { background-color: #000; color: #fff; padding: 2px; }

#nav-list .current a:active { background-color: #fff; color: #fff; padding: 2px; }

a.email:link { color: #202020; }

a.email:visited { color: #202020; }

a.email:hover { text-decoration: underline; }

a.email:active { color: #fff; }
