/* @override http://brookhalvorson.jasonconny.com/css/styles.css */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

a {
	text-decoration: none;
	color: #7E9FD1;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	color: #9CB8E1;
}

/*div { border: 1px solid #f00; }
div div { border: 1px solid #00f; }*/

/* WRAPPER */

#wrapper {
	margin: 55px auto 0 auto;
	width: 700px;
}



/* NAVIGATION */

#nav {
	float: left;
	width: 200px;
}

#nav h1 {
	margin: 0;
}

#nav h1 a {
	display: block;
	height: 65px;
	background-image: url(/img/title.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #A0A0A0;
}

#nav h1 a i {
	display: none;
}

#nav ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	font-size: 1em;
	line-height: 2em;
	text-transform: lowercase;
	color: #333;
}

#nav ul li a {
	width: 100%;
	text-decoration: none;
	color: #333;
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#nav ul li a:hover {
	background-image: url(/img/over.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

body#biography #nav ul li.biography a { 
	background-image: url(/img/active.gif);
}

body#contact #nav ul li.contact a { 
	background-image: url(/img/active.gif);
}

body#pastWork #nav ul li.pastWork a { 
	background-image: url(/img/active.gif);
}

body#recentWork #nav ul li.recentWork a { 
	background-image: url(/img/active.gif);
}

body#statement #nav ul li.statement a { 
	background-image: url(/img/active.gif);
}





/* CONTENT */

#content {
	margin-left: 250px;
}

#content h2 {
	margin-top: 0;
	color: #999;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h3 {
	color: #999;
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 0 0;
	border-top: 2em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h3.first { 
	clear: none;
	border-top: none;
}

#content p {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1em 0 ;
}

#content p.caption {
	margin-top: 1em;
}

#content ul {
	margin: 0 0 1em 0 ;
	padding: 0;
}

#content ul li {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	list-style: none;
	padding: 0; 
	margin: 0;
}

#content ul.gallery { 
	border-bottom: 20px solid #FFF;
}

#content ul.gallery li {
	margin: 0 11px 11px 0;
	padding: 0;
	float: left;
	clear: right;
	height: 100px;
	width: 100px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#content dl { 
	font-size: 1em;
	margin: 1em 0 0;
}

#content dl dt { 
	float: left;
	color: #999;
}

#content dl dd { 
	margin-bottom: .75em;
}

#content ul.gallery li a img {
	border: 1px solid #FFF;
	padding: 1px;
}

#content ul.gallery li a:hover img {
	border: 1px solid #A0A0A0;
	padding: 1px;
}

#content label {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	margin: 1em 0 0 0 ;
	display: block;
}

#content textarea { 
	margin-bottom: 1em;
}

#content input {
	margin-bottom: 1em;
	border: 1px solid #A0A0A0;
	display: block;
}

#content div.clear {
	clear: both;
}

.hiddenModal { 
	display: none;
}
	




/* FOOTER */

#footer {
	width: 200px;
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	border-top: 1px dotted #C0B4B4;
}

#footer p {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}





/* MISC */

#content .note { 
	color: #f00;
}