* {
	margin: 0;
	padding: 0;
	}
	
	
/** Page Layout **/

body {
	background: #9A8A79 url('images/bg.jpg') fixed repeat-x top center;
	color: #111;
	font-family: georgia,times,serif;
	border-top: 5px solid #300;
	}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	}

#head {
	margin-top: 60px;
	}

#right {
	float: right;
	clear: both;
	width: 265px;
	margin: 40px 0px 0 0;
	}
	
#main {
	margin: 40px 310px 0 10px;
	}

#foot {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 30px 0 30px 0;
	width: 100%;
	font-size:1.0em;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}
	
	
/** Universal/Semi-Unviversal Styles **/

h1 {
	color: #4C1900;
	font: 600 3.0em 'arial black','Franklin Gothic Demi',arial,sans-serif;
	}
	
h2 {
	font-size: 1.1em;
	color: #FFF;
	margin-bottom: 10px;
	}
	
h3 {
	color: #5C1900;
	margin: 5px 0;
	font-style: italic;
	}
	
#main a, .credit a, .about a {
	color: #400;
	text-decoration: underline;
	font-style: italic;
	padding: 1px 2px;
	font-family: georgia,times,serif;
	}
	
#main a:hover, .credit a:hover, .about a:hover {
	color: #FFF;
	background: #400;
	text-decoration: none;
	}

.post p, #main p {
	font-size: 0.8em;
	margin: 0px 0 20px 0px;
	}
	
#main img {
	padding: 2px;
	background: url('images/transp.png') repeat top left;
	border: 1px solid #555;
	margin-bottom: 5px;
	}
	
#main img.left {
	float: left;
	margin-right: 5px;
	}
	
#main img.right {
	float: right;
	margin-left: 5px;
	}
	
/** Top Navigation and Search Box Styles **/

.search {
	float:right;
	background: url('images/transp.png') repeat top left;
	border:1px solid #300;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #111;
	}
	
.search_default  {
	float:right;
	background: url('images/transp.png') repeat top left;
	border:1px solid #300;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #111;
	}

.search_hover {
	float:right;
	background: url('images/transp.png') repeat top left;
	border:1px solid #600;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #111;
	} 
	
.nav {
	margin: 60px 0 0 0;
	}
	
.nav ul {
	width: 980px;
	border-top: 1px solid #300;
	padding: 10px;
	background: url('images/transp.png') repeat top left;
	}
	
.nav li {
	list-style-type: none;
	display: inline;
	}

.nav li a {
	float: left;
	min-width: 65px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
	margin: 0 10px 0 0;
	font-style: italic;
	font-weight: 600;
	}
	
.nav li a:hover {
	background: url('images/transp.png') repeat top left;
	color: #5C1900;
	}

.nav li a:hover span {
	color: #FFF;
	}
	
.nav li a span {
	font-size: 0.8em;
	color: #300;
	font-family: arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	}
	

/** Sidebar Styles **/

#right p {
	line-height: 1.4em;
	font-size: 0.8em;
	}

#right .full {
	border-top: 1px solid #300;
	padding-top: 0px;
	width: 260px;
	margin-bottom: 20px;
	}

#right .halfleft {
	width: 130px;
	border-top: 1px solid #300;
	padding: 0px 0 0 0;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
#right .halfright {
	float: right;
	clear: none;
	width: 130px;
	border-top: 1px solid #300;
	padding: 0px 0 0 0;
	margin-bottom: 20px;
	}
	
#right h2, #foot h2 {
	color: #FFF;
	background: url('images/transp.png') repeat top left;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-style: italic;
	}

p.announce {
	font-size: 1.6em;
	}

ul.links {
	list-style-type: none;
	font-size: 0.8em;
	}

ul.links li a {
	color: #300;
	text-decoration: none;
	display: block;
	background: url('images/transp.png') repeat-x bottom left;
	padding: 8px;
	}

ul.links li a:hover {
	color: #FFF;
	background: #300;
	}
	
/** Styles for Post/Main Content **/
	
.post {
	padding: 10px 0 2px 220px;
	border-top: 1px solid #300;
	line-height: 1.4em;
	margin: 0 0 25px 0;
	}
	
.post .meta {
	float: left;
	width: 200px;
	margin-left: -220px;
	}
	
.post .meta p {
	font-size: 2px;
	margin-left: 0px;
	font-family: arial,sans-serif;
	}
	
.meta_bottom {
	margin: 10px 0 10px 0px;
	font-size: 0.7em;
	background: url('images/transp.png') repeat top left;
	padding: 3px 8px;
	}
	
.meta_bottom a {
	color: #300;
	text-decoration: none;
	}
	
/** Style Tags **/

.blockquote {
	border-left: 2px solid #333;
	padding: 15px;
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	background: url('images/transp.png') repeat top left;
	}
	
ol {
	font-weight: 800;
	font-size: 0.8em;
	color: #5C1900;
	margin: 20px;
	font-style: italic;
	}
 
ol span {
	font-weight: 400;
	color: #111;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#main ul {
	list-style-type: none;
	margin: 20px;
	}
	
#main ul li {
	padding: 2px 15px;
	background: url('bullet.gif') no-repeat left center;
	margin-left: 10px;
	}
	
form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #111 solid;
	color:#999;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background: url('images/transp.png') repeat top left;
	}

form input.text:hover, form textarea:hover{
	}

form input.text:focus, form textarea:focus{
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text {
	border-color:#999;
	color:#999;
	}
	
/** Footer Styles **/
	
#foot h2 {
	border-top: 1px solid #333;
	}
	
.footlinks {
	float:  left;
	width: 180px;
	margin-right: 5px;
	}
	
#foot .about {
	width: 240px;
	float: left;
	line-height: 1.6em;
	font-size: 0.8em;
	}
	
#foot ul.links {
	padding: 0 0px 0px 0px;
	list-style-type: none;
	}
	
#foot .credit {
	width: 850px;
	font-size: 0.9em;
	margin-TOP: 20px;
	}
	


	
	