@charset "UTF-8";
/* © 2008 Christopher Jobson for jadamsoaks.com */

/* STRUCTURE */

body {font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif; color:#2d2d2d;}

* {margin:0;padding:0;}
#header {height:150px; background:#fcbe79 url("/components/img/header.jpg") no-repeat; margin-bottom:34px;}
.logo {position:absolute;top: 86px;left: 67px;}
#container {width:800px;}
#nav {width:250px; text-align:right; float:left;}
#content {margin-left:284px;}

.photo {float:right; margin:0 0 15px 15px;}

/* TYPOGRAPHY */

a:link, a:visited {font-weight: bold; color: #369; text-decoration: none;}
a:hover, a:active {font-weight: bold; color: #933; text-decoration: underline;}

p {padding:0 0 10px 0}

#content ul {list-style-image: url(/components/img/bullet_content.gif); list-style-type: none; margin: 0 0 20px 30px; }
#content li {margin-bottom: 6px;line-height:1.4em;}

.date {font-size:10px; font-style:italic; color:#999;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;	
	margin-bottom: 0.5em;
	color: #666;
}

h1 {
	font-size: 218%;
	line-height: 1.3em;
	color: #000;
}
h2 {
	font-size: 164%;
	line-height: 1.3em;
	color: #9b3300;
}

/* OTHER STYLES */

hr {border: 0; color: #d2d2d2; background-color:#d2d2d2; height:1px; margin-bottom:12px;}
