/** Styles for general design/layout **/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 130px;
	background: url(gfx/bgnd-header.gif) center repeat-x;
	position: relative; 
}

#logo {
	width: 290px;
	height: 54px;
	position: absolute;
	top: 21px;
	left: 20px;
}

#rssfeedtop {
	width: 290px;
	height: 64px;
	position: absolute;
	right: 40px;
	top: 10px;
}

#carousel {
	width: 670px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#navbar {
	width: 960px;
	height: 50px;
	background: url(gfx/bgnd-nav.gif) top center repeat-x #a2c048;
}

/** nav styles **/

#nav {
	width: 650px;
	height: 50px;
	float: left;
	font-size: 62.5%;
}

#navflower {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -12px;
}

#nav ul {
	width: auto;
	height: 30px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 17px;
	float: left;
}

#nav ul li {
	line-height: 2.5em;
	font-size: 1.3em;
}

#nav .page_item {
	float: left;
	margin-left: 3px;
	background: url(gfx/nav-tab0.gif) no-repeat left top white;
	padding-left: 10px;
}

#nav .page_item a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #719016;
	background: url(gfx/nav-tab0.gif) no-repeat right top white;
	padding-right: 10px;
}

#nav .page_item a:hover {
	text-decoration: underline;
}

#nav .current_page_item,
#nav .current_page_parent {
	background: url(gfx/nav-tab1.gif) no-repeat left bottom white;
	padding-left: 10px;
}

#nav .current_page_item a,
#nav .current_page_parent a {
	display: block;
	height: 30px;
	background: url(gfx/nav-tab1.gif) no-repeat right top white;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#nav .current_page_item a:hover,
#nav .current_page_parent a:hover {
	text-decoration: none;
}

.current-cat {
	font-weight: bold;
}

/** site search **/

#sitesearch {
	width: 240px;
	padding-bottom: 5px;
}

#sitesearch-title {
	width: 240px;
	height: 10px;
	background: #3b2714;
}

#sitesearch-title span {
	display: none;
}


#s {
	margin: 6px 0 10px 10px;
	width: 120px;
	height: 30px;
	background-image: url(gfx/bgnd-textfield.gif);
	background-color: transparent;
	border: none;
	text-indent: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	float: left;
	padding-top: 10px;
}

#btn-search {
	width: 100px;
	height: 40px;
	margin-top: 6px;
}

/** content area **/

#content {
	width: 950px;
	background-color: #a2c048;
	padding-left: 10px;
}

#colLeft {
	width: 690px;
	float: left;
	font-size: 62.5%;
	background: url(gfx/bgnd-colleft.gif) center bottom white no-repeat;
}

#colRight {
	width: 240px;
	margin-left: 10px;
	float: left;
	font-size: 62.5%;
	background: url(gfx/bgnd-colright.gif) center bottom no-repeat #4e3b1c;
}

.credit {
	width: 960px;
	height: 22px;
	font-size: 10px;
	color: white;
	padding-top: 8px;
	text-indent: 20px;
	background: url(gfx/bgnd-footer.gif) center bottom no-repeat #a2c048;
}

.credit a {
	color: white;
}


#homepage-ptII {
	width: 690px;
	padding: 30px 0px 20px 0px;
	background: url(gfx/bgnd-separator.gif) top center no-repeat;
}

/** storycontent **/

.storycontent {
	width: 670px;
	margin: 0 auto;
}

.post {
	width: 670px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.post-even {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-color: #fefaf4;
	border-top: 1px solid #efe7d8;
	border-bottom: 1px solid #efe7d8;
}

/*** sidebar styles ***/

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	margin: 10px 0 10px 10px;
	line-height: 170%;
	font-size: 1.2em;
	color: #8d7451;
}

#sidebar a {
	color: #b7aa93;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h3 span {
	display: none;
}

#sidebar-categories {
	width: 240px;
	height: 30px;
	background: url(gfx/sidebar-categories.gif) no-repeat;
}

#sidebar-links {
	width: 240px;
	height: 30px;
	background: url(gfx/sidebar-links.gif) no-repeat;
}

#sidebar-archives {
	width: 240px;
	height: 30px;
	background: url(gfx/sidebar-archives.gif) no-repeat;
}

#sidebar-recentposts {
	width: 240px;
	height: 30px;
	background: url(gfx/sidebar-recentposts.gif) no-repeat;
}

#sidebar-advertisements {
	width: 240px;
	height: 30px;
	background: url(gfx/sidebar-advertisements.gif) no-repeat;
	margin-bottom: 10px;
}

#sidebar-subscribe {
	width: 240px;
	height: 40px;
	background: url(gfx/sidebar-subscribe.gif) no-repeat;
	margin-bottom: 10px;
}

#subscribeform {
	padding: 0px;
	margin: 0px;
}

#sidebarbox-subscribe {
	background: url(gfx/bgnd-subscribe.gif) no-repeat right 40px;
	padding-bottom: 10px;	
}

#sidebarbox-subscribe p {
	font-size: 1.2em;
	margin-left: 10px;
	padding-top: 00px;
	color: #b7aa93;
}

.subscribe-textfield {
	margin: 10px 0 10px 0px;
	width: 120px;
	height: 30px;
	background-image: url(gfx/bgnd-textfield.gif);
	background-color: transparent;
	border: none;
	text-indent: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	float: left;
	padding-top: 10px;
}

#subscribe-submit {
	width: 100px;
	height: 40px;
	margin-top: 10px;
}

.linkcat img {
	width: 212px;
	height: auto;
	border: 4px solid #b7aa93;
}

#sidebarbox-advertisements {
	padding-bottom: 10px;
}

#sidebarbox-advertisements p {
	font-size: 1.2em;
	margin-left: 10px;
	padding-top: 00px;
	color: #b7aa93;
}

/*** COMMENTS AREA ***/
	
#comments-area {
	width: 680px;
	padding: 30px 0px 20px 10px;
	background: url(gfx/bgnd-separator.gif) top center no-repeat;
}


#title-comments {
	width: 300px;
	height: 40px;
	background: url('gfx/title-comments.gif') no-repeat left center;
	position: relative;
}

#title-comments span,
#postcomment span {
	display: none;
}

#link-leavecomment {
	width: 153px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0px;
}

.comment {
	width: 670px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #e0e0e0;
}

.comment-author {
	width: 120px;
	float: left;
	text-align: right;
	font-size: 1.1em;
	color: #888888;
}

.comment-author strong {
	color: #3b2714;
	font-size: 1.4em;
}

.comment-author strong a {
	color: #3b2714;
}

.comment-text {
	width: 530px;
	float: left;
	margin-left: 20px;
	font-size: 1.2em;
	color: #666;
}

#postcomment {
	width: 250px;
	height: 40px;
	background: url(gfx/title-leaveacomment.gif) no-repeat center left;
	margin-top: 20px;
}

.comment-textfield {
	width: 290px;
	height: 19px;
	border: 3px solid #ccc;
	margin-top: 8px;
	margin-right: 5px;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.comment-textarea {
	width: 659px;
	height: 100px;
	border: 3px solid #ccc;
	margin-top: 8px;
	margin-bottom: 10px;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}


#commentform small {
	font-size: 1.0em;
}

