body {
	background-color: #111;
}

a {
/*	color: #ceca84; */
	color: #84CFCB;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: black;
	border-bottom: 1px dotted;
}

#container {
	width: 1011px;
	margin: 0 auto;	
	
	background-color: black;
}

#head {
	background-image: url("images/site/header_1011x107.png");
	height: 107px;
}
	
#nav {
	position: relative;
	left: 605px;
	width: 385px;
	height: 24px;
}
	#nav li {
		text-align: center;
		vertical-align: middle;
		display: inline;
		width: 92px;
		
		margin-left: 30px;
	}
	
	#nav a
	{
		font-family: Helvetica, Arial, sans-serif;
		font-style: bold;
		font-size: 14pt;
		color: #476b18;
		text-decoration: none;
	}

	#nav a:hover{
		color:#000000;
	}

	#nav a:active{
		color:#000000;
	}

#content {
	height: 823px;
	background-image: url("images/site/bg_content.png");
}

#footer {	
	background-image: url("images/site/bg_footer.png");
	height: 275px;
}

#intro
{
	position: relative;
	top: 5em;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #ceca84;
	
	margin: 0 auto;
	width: 500px;
}

#quote {
	position: relative;
	top: 500px;
	left: 310px;
	
	margin: 1em;	
	width: 375px;
}

#quote blockquote {
	padding: 1.5em 0 0 1.5em;
	font-family: Georgia;
	font-style: italic;
	font-size: 14pt;
	color: #ceca84;
	
	background-image: url("images/site/quote_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}
	#quote blockquote span {
		padding: 0 0 1.5em 0;
		display: block;
    	background-image: url("images/site/quote_right.png");
    	background-repeat: no-repeat;
    	background-position: bottom right;
	}
	
	#quote .author {
		margin-top: 1em;
		text-align: right;
		font-size: 10pt;
	}

#email {
	position: relative;
	top: 155px;
	left: 605px;
	
	font-style: italic;
	color: #6f4404;
}

	#email h3 {
		font-family: Georgia;
		font-style: italic;
		font-size: 16pt;
		color: #6f4404;
	}

	#email .underline {
		height: 4px;
		background-image: url("images/site/underline_brown.png");
		background-repeat: no-repeat;
		margin-bottom: 0.5em;
	}
	
#thoughts {
	max-height: 800px;
	overflow: auto;
	width: 75%;
	margin: 0 auto;
}

.thought {
}
	.thought_divide {
		height: 4px;
		background-image: url("images/site/divider_large.jpg");
		background-repeat: no-repeat;
		margin: 2em;
	}
	.thought h3 {
		margin-bottom: 0.25em;
		font-size: 16pt;
		font-style: italic;
		text-decoration: none;
		color: #ceca84;
	}
	
	.thought h3 a {
		color: #ceca84;
		text-decoration: none;
	}
	.thought h3 a:hover {
		color: black;
	}
	
	.thought .date {
		font-size: 12pt;
	}
/*
	<div class="thought recent">
	<div class="lightbox"><txp:mdp_lightbox_thumbnail /></div>
	<txp:body />
	<div class="thought_divide" />
	<h3><txp:posted />, <txp:permlink><txp:title /></txp:permlink></h3>
	</div>
*/


