/*  
Theme Name: tjhp
Theme URI: http://www.thejuliehayesproject.com
Description: This is my theme The Julie Hayes Project
Version: 1.0
Author: Brian Hayes (kerpow82@gmail.com)
Author URI: http://www.kerpow.net

*/

img
{
	border: 0px;
}

body
{
	margin:0px;
	padding:0px;
	color: #4C3000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background: #684F2E url('./images/bodybg.gif') repeat-x;
}

#header
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	display: block;
	background: url('./images/topbg.png') repeat-x;
}

#header #banner
{
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}

#topnavframe
{
	padding:0px;
	height: 36px;
	border-top: 2px #FFE3BF solid;
	border-bottom: 2px #FFE3BF solid;
	background: #4E2F00;
}
#topnav
{
	margin: 0px auto;
	padding: 7px 0px;
	height: 36px;
	width: 1000px;
}

#topnav #left
{
	float: left;
}
#topnav #right
{
	float: right;
	padding-right: 100px;
}
#logowrapper
{
	position: absolute;
	width: 100%;
	height: 1px;
}
#logowrapper #inner{
	margin: 0px auto;
	width: 1000px;
}
#logowrapper #inner #logo
{
	float:right;
	position: relative;
	top: 50px;
	right: -25px;
	background: url('./images/logo.png') no-repeat;
	height: 259px;
	width: 118px;
	display: block;
}

#content
{
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	
}

#content #postarea
{
	float: right;
	margin: -2px 40px 0px 0px;
	padding: 0px;
	width: 640px;
}

#content #postarea .post
{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 2px solid #FFE3BF;
	background: #FFB075;
}

#content #postarea .post .subject a
{
	color: #4C3000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}
#content #postarea .post .subject a:hover
{
	color: #4C3000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.5em;
}

#content #postarea a
{
	color: #4C3000;
	text-decoration: none;
}

#content #postarea a:hover
{
	color: #4C3000;
	text-decoration: underline;
}

#content #sidebar h2
{
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
}

#content #sidebar
{
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 300px;
}

#content #sidebar a
{
	color: #4C3000;
	text-decoration: none;
}
#content #sidebar a:hover
{
	color: #4C3000;
	text-decoration: underline;
}

#content #sidebar ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#content #sidebar ul li
{
	list-style: none;
	background: #FFE3BF;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
#footer
{
	float: left;
	width: 100%;
}
#footer #inner
{
	margin: 20px auto 20px auto;
	padding: 0px;
	width: 1000px;
	color: #FFE8C9;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.aligncenter
{
	display: block;
	margin: 0px auto;
}