* {
	margin: 0;
	padding: 0;
	}

body {
	background: #333 url("/images/back.gif") repeat fixed;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 5px;
	}

a {
	color: #333;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	color: #ccc;
	}

blockquote.pullquote {
	float: right;
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 16px/20px georgia, palatino, serif;
	color: #333;
	text-align: center;
	}

h1 {
	width: 140px;
	height: 30px;
	background-color: #301B11;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	color: #C4B2A0;
	cursor: default;
	letter-spacing: 6px;
	}
	
	/* this one if you want to underline the first letter of h1
	h1:first-letter {
		color: brown;
		text-decoration: underline;
		}
	*/

h2 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	color: #573C2F;
	letter-spacing: .1em;
	margin-top: 1px;
	}

h3 {
	font: bold 14px/20px "Lucida Sans", Verdana, "Microsoft Sans Serif";
	padding-left: 10px;
	color: #51382C;
	letter-spacing: .1em;
	margin-top: 10px;
	}

h5 {
	font: bold 9px/14px verdana, arial, tahoma, sans-serif;
	padding-top:8px;
	}
	
img {
	border: none;
	}

img.floatLeft { 
  float: left; 
  margin: 4px; 
	}

img.floatRight { 
  float: right; 
	margin-top:20px;
  margin-right: 10px; 
	border: 2px solid #C4B2A0;
	}

a img {
	display: block;
	margin-bottom: 8px;
	border: 2px solid #fff;
	}

a:hover img {
	border-color: #6B443E;
	}

p {
	margin-bottom: 20px;
	}

/*The first line of each paragraph will always be bolded (css magic)*/
p:first-line {
	font-weight: bold;
	}

div#header {
	width: 600px;
	height: 210px;
	background: #573C2F url("/images/photos/dberries.jpg") no-repeat;
	background-position: top right;
	}
body.photos div#header{background-image: url("/images/photos/planet.jpg");}
body.plinks div#header{background-image: url("/images/photos/ccbrekky.jpg");}
body.about div#header{background-image: url("/images/photos/youmanster.jpg");}
body.projects div#header{background-image: url("/images/photos/darling-nikki.jpg");}

div#wrapper {
	width: 600px;
	background: #fff url("/images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	}

ul#nav {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 210px;
	width: 150px;
	}

ul#nav a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #573C2F;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	letter-spacing: 2px;
	}

ul#nav a:hover {
	background-color: #7C654E;
	}

ul#nav a.urhere {
	background: #FFA300 url("/images/bullet.gif") no-repeat 100% 50%;
	color:#fff;
	}
	
ul#nav a.urhere:hover {
	background-color: #B8AB7E;
	color:#fff;
	}


/*the following class="current" tells the browser where to put the little arrow that shows where you are in the navigation scheme 
li.current a {
	background-image: url("/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	} 
*/
	
div#sidebar {
	width:133px;
	background-color: #C4B2A0;
	float: left;
	position: relative;
	left: -5px;
	margin-left: -146px;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 7px;
	}

div#sidebar ul {
	margin-left: 16px;
	}

div#sidebar ul li {
	line-height: 1em;
	margin-bottom: .4em;
	}
	
div#content {
	float: left;
	width: 420px;
	margin: 10px 0 50px 10px;
	}

div#content p {
	margin-left: 10px;
	}

div#content a {
	color: #FFA300;
	text-decoration: none;
	}

div#content a:visited {
	text-decoration: none;
	}

div#content a:hover {
	color: #51382C;
	}

div#content address {
	margin-left: 10px;
	margin-bottom: 5px;
	line-height:1.25em;
	}


div#content ul {
	margin-left: 25px;
	list-style-image:url(../images/bullets/flobullet.gif);
	}

div#content ul li { 
	list-style-image:url(../images/bullets/flobullet.gif);
	margin-bottom:2.5px;
	}

div#content ul li li { 
	list-style-image:url(../images/bullets/flobullet.gif);
	margin-bottom:2.5px;
	}

div#footer {
	clear: both;
	width: 600px;
  height:30px;
  text-align:center;
	color:#fff;
	background-color:#573C2F;
	border-top:1px solid #C0C0C0;
	}

div#footer a {
	color:#fff;
	}

/* one-offs */
h2.tagline {
	width: 439px;
	height: 30px;
	background-color: #301B11;
	line-height: 30px;
	float: left;
	color: #C4B2A0;
	}

h2.splasher span{
	padding-right:53px;
	background:transparent url(../images/h2splashlite.gif) no-repeat right;
	text-decoration:none;
	}
