/*
 * Eric Meyer's reset
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */

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;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

/* Site Specific 
 * Inspired by 
 * The Perfect 'Left Menu' 2 Column Liquid Layout (Percentage widths)
 * by Matthew James Taylor
 * http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm
 */

html { background-color: #111 }

body {
    background-color: #322;
    font-family: Arial, Helvetica, sans-serif;
    margin:0 auto;
    width: 660px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 1.2;
}

h1 { font-size: 1.44em }
h2 { font-size: 1.32em }
h3 { font-size: 1.21em }
h4 { font-size: 1.1em }
h5, h6 { font-size: 1em }

em {
    font-style:italic;
}

strong {
    font-weight:bold;
}

#header { 
    clear: both;
    width: 100%;
}

#header h1 { 
    color: #fff; 
    font-size: 2em;
    font-style: normal;
    height: 80px;
    margin: 0 auto; 
    text-align:center; 
    width: 50%;
}

#header h1 em { 
    color:#ec6;
    font-style: normal;
}

#content {
    position:relative;
    clear:both;
    float:left;
    width:100%;		
    overflow:hidden;
}

#body {
    background-color:#ec6;
    float:left;
    left:22%;
    overflow:hidden;
    padding:1em;
    position:relative;
    width:72%;
}

#body p {
    font-size:0.8em;
    line-height:1.2;
    margin:2% 0 0 0;
}

img.blurb {
    float:right;
    padding:4px;
}

#body p.signoff {
    font-style:italic;
    font-weight:bold;
}

#menu {
    float:left;
    overflow:hidden;
    right:76%;
    padding:1em;
    position:relative;
    width:18%;
}

#menu h2 {
    background-color: #ec6;
    clear:both;
    color:#223;
    display:inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.8em;
    padding:2px;
}

#menu ul { 
    list-style:none;
    padding:16px;
}

#menu ul li { 
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    font-weight:bold;
    line-height:1.8;
}

#menu ul li a {
    display:block;
    width:10em;
    text-decoration:none;
    line-height:1.5;
}

#menu ul li a:link    { color: #ec6; }
#menu ul li a:visited { color: #ec6; }
#menu ul li a:hover   { color: #ff9; }
#menu ul li a:active  { color: #fd9; }

#footer {
    clear:both;
    color:#dadada;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.6em;
    font-style:italic;
    padding:1em;
}

#footer address {
    margin:0 auto;
    text-align:right;
}

#body td {
    font-size:0.8em;
    line-height:1.1;
    padding:2px;
}

blockquote.ref {
    background-color:#dadada;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    margin:1em 0;
    padding:4px;
}

div.VideoContainer {
    padding:1em;
    text-align:center;
    width:100%;
}

img.flickrthumb {
    border:3px solid #ddd;
}

table.photo td { 
    width:86px;
    height:86px;
    text-align:center;
    vertical-align:middle;
}
