/************ Elements ************/

body
	{
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3F2E29;
	}

h1	{	}

h2, h3
	{ margin-top: 0px; }

h4, h5, h6
	{	}

p, ol, ul, dl, blockquote
	{	}

a
	{ color: #F6D80A; }

a:hover
	{ text-decoration: none; }

hr
	{ color: #3F3E29; }

input, select, textarea
	{ font-size: small; } 
	
/************ Backgrounds ************/

.bg1
	{ 
	background: url(images/img1.gif) no-repeat;
	height: 150px;
	}
.bg2
	{ background: url(images/img2.gif) repeat-y center top; }
.bg3
	{ background: url(images/img3.gif) no-repeat center top; }

/************ Header ************/

#header
	{
	width: 500px;
	height: 60px;
	margin: 0px auto;
	}

#header h1
	{
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 28px;
	letter-spacing: -1px;
	}

#header h2
	{
	float: right;
	margin: 0px;
	padding-top: 36px;
	font-size: 15px;
	}

#header a
	{
	text-decoration: none;
	color: #3F2E29;
	}


/************ Menu ************/

#menu
	{ width: 600px; }

#menu ul
	{
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 0px 150px;
	list-style: none;
	font-size: 17px;
	text-transform: lowercase;
	}

#menu li
	{ display: inline; }

#menu a
	{
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	}

#menu a:hover
	{ color: #F6D80A; }

#wrapper
	{
	width: 700px;
	height: 150px;
	margin: 0px auto;
	background: url(images/img1.gif) no-repeat;
	}

/************ Post ************/

.latest-post
	{
	padding: 0px 2em 1em 3em;
	margin: 50px 0px 200px 0px;
	}

.latest-post h2
	{
	font-size: 1.6em;
	color: #7A2B39;
	}

.post
	{
	padding: 2em 2em 1em 3em;
	margin: 400px 0px 200px 0px;
	border-top: 1px dashed #823D47;
	}

.post h3
	{
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #7A2B39;
	}

.file *
	{ color: #7A2B39; }

/************ Content ************/

#content
	{
	width: 460px;
	margin: 0px auto;
	padding: 20px 20px;
	}

/************ Footer ************/

#footer
	{
	width: 700px;
	background: url(images/img3.gif) no-repeat;
	height: 71px;
	margin: 0px auto;
	padding: 3px 0px;
	}

#footer p
	{
	margin: 0px;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	}

#footer a
	{ color: #990000; }

/************     ************/
