/* 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/
*/

/* Reset browser styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

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: 50px 0 20px 40px;
}

#cvtab {
	position: relative;
	margin: 0 20px 0 0
}

#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: 271px;
	height: 144px;
}

#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;
}

#incidental-archive {
	position: relative;
	width: 800px;
	margin: 0 0px 0 470px;
}

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

.bold { font-weight: bold; }

.italic { font-style: italic; }

em { font-style: italic; }

strong { font-weight: bold; }

.underline { text-decoration: underline; }

#nav-list { 
	font-family:   arial, helvetica, san-serif;
	font-size: 13px; 
	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;
}

#incidental-archive { color: #202020 }

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

a { text-decoration: none; }

a img { border: none; }

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

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

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

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

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

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

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

#incidental-archive a { color: #000; padding: 2px; }

#incidental-archive a:hover { background-color: #000; color: #fff; padding: 2px; }

