﻿/*RESET*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*BASICS*/

body {
	text-align:center;
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size:.8em;
	line-height:1.5em;
}

.wrapper {
	width:800px;
	text-align:left;
	margin:auto;
}

h1 {
	color:#ccc;
	font-family:georgia, "times new roman", serif;
	font-size:1em;
	margin-bottom:.25em;
	display:none;
}

p {
	margin-bottom:1em;
	margin-right:10px;
	width:380px;
	float:left;
}

blockquote {
	font-family:georgia, serif;
	color:#666666;
	font-style:italic;
	margin-bottom:1em;
	margin-right:10px;
	width:380px;
	float:left;
}

blockquote strong {
	font-weight:bold;
}

.content a, .footer a {
	color:#00baff;
	padding:0 3px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px #00baff dotted;
}

.content a:hover, .footer a:hover {
	background-color:#ffde00;
	color:#000;
	border-bottom:1px #fff solid;
}

/*HEADER NAV*/

div.header {
	display:block;
	margin-top:10%;
}

ul.header-nav {
	display:block;
	margin-top:25px;
}

ul.header-nav li {
	float:left;
	height:75px;
}

li#logo {
	width:650px;
	padding-left:150px;
}

li#drawing {
	width:250px;
	padding-left:150px;
	clear:left;
}

li#print {
	width:400px;
}

li#web {
	width:200px;
	padding-left:400px;
	clear:left;
}

li#bio {
	width:200px;
}

/* CONTENT */

.content {
	display:block;
	min-height:768px;
}

/* SUBHEADER */

.subhdr {
	width:800px;
	margin-top:40px;
}

img.sublogo {
	float:left;
}

ul.sub-nav {
	width:601px;
	float:right;
	margin-top:30px;
}

ul.sub-nav li {
	display:inline-block;
	float:left;
}

ul.sub-nav li a:hover {
}

/*CONTENT*/

img.featured {
	padding:10px;
	margin:4em 0 15px;
	border:1px #cfcfcf solid;
}

img#featured-first {
	margin-top:1em;
}

h2 {
	width:390px;
	float:left;
	color:#00baff;
	font-family:georgia, "times new roman", serif;
	font-size:2em;
	line-height:1em;
}

h2 em {
	width:350px;
	border-top:1px #aaa dashed;
	display:block;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:.35em;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#555;
	font-style:normal;
	padding-top:5px;
	margin-top:5px;
}

/* FOOTER */

div.footer {
	width:800px;
	margin-top:10%;
	float:right;
	clear:both;
	border-top:1px #aaa dashed;
	color:#aaa;
	text-align:right;
}

p#motto {
	text-align:left;
	max-width:250px;
	float:left;
	font-style:italic;
	font-family:georgia, "times new roman", serif;
}
