/*
	Author Name	: Barney Boisvert
	Author Site	: http://www.barneyb.com/
	Style Name	: Hobbit
	Style URI	: http://www.barneyb.com/
	Version		:
	Comments	: Based on the WP Hobbit theme by Kaushal Sheth (http://www.kaushalsheth.com)
*/
body {
	margin-bottom: 0px;
	background-color: #4E5D3C;
	background-image: url(bg-body.jpg);
	color: #444;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	}

a {
	color: #6C7151;
	}

a:hover {
	color: #2C3111;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(bg-page.gif);
	background-repeat: repeat-y;
	border-width: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	margin: 0px 23px 0px 24px;
	background-color: #4E5D3C;
	background-image: url(header.png);
	height: 263px;
	width: 463px;
	padding-right: 270px;
	}

body.smartposition #nav-above,
body.smartposition #rollingarchives {
	margin-left: -46px;
	padding-left: 46px;
	width: 719px;
	background-color: transparent;
	background-image: url(bg-page.gif);
	background-position: -8px 0;
	background-repeat: repeat-y;
	border-bottom: 1px solid #060;
}

#header h1 {
	/* the stuff in the header */
	padding: 100px 0px 40px;
	text-align: center;
	font-family: serif,sans-serif;
	font-size: 2.35em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	}

p.description {
	text-align: center;
	font-size: 1.1em;
	}

.content {
	background-image: url(bg-content.png);
	background-repeat: no-repeat;
	margin: 0px 23px 0px 24px;
	padding-top: 22px;
	}
#primary {
	width: 470px;
	padding-right: 0px;
	}
#sidebar-1 {
	width: 180px;
	}

#rollingcontent .post {
	padding-bottom: 25px;
	background-image: url(divider.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 5px;
	}
#rollingcontent .post .entry-head .entry-title:first-letter {
	display: block;
	float: left;
	font-size: 2em;
	text-transform: uppercase;
}
#rollingcontent .post .entry-head .entry-title a,
#rollingcontent .post .entry-head .entry-title a:hover,
#rollingcontent .post .entry-head .entry-meta a,
#rollingcontent .post .entry-head .entry-meta a:hover {
	color: #445044;
	text-decoration:none;
	}
#rollingcontent .post .entry-head .entry-meta {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 4px 0 6px 4px;
}
#rollingcontent .post .entry-head,
#rollingcontent .post .entry-content {
	clear: both;
	}
#rollingcontent .post .entry-content {
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
ul.menu li.page_item a,
ul.menu li.page_item a:hover {
	color: #ccc !important;
	}
ul.menu li.page_item a:hover {
	background-color: #4E5D3C;
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #ccc !important;
	background-color: #4E5D3C;
	}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 23px 0px 24px;
	background-image: url(bg-footer.png);
	}

