/*   
Theme Name: Natures Pursuit Taxidermy
Theme URI: http://www.naturespursuit.com
Description: Natures Pursuit Taxidermy

*/

body {
	/*background-image: url(/images/background.gif);*/
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #6b4d38;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#capsule {
	margin: 30px auto;
	padding: 0;
	width: 800px;
	border: 3px solid #9c755c;
	background: #e4bd74;
}

img,
a img { border: 0; }


/*Main NAVIGATION*/

#innernav {
	background: #9c755c;
	height: 10px;
}

#logo {
	float: left;
	position: absolute;
}

#background {
	background: #eee5cc;
	width: 800px;
	height: 145px;
}

#innernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 180px;
}

#innernav li { display: inline; }

#innernav li a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	background: #9c755c;
	color: #fff;
	text-decoration: none;
	padding: 7px 7px 6px;
}

#innernav li a:hover {
	background: inherit;
	color: #e4bd74;
}

/*------------------------------ END INNER NAVIGATION ----------------------------- */


#content {
	clear: left;
	margin: 0;
	padding: 0;
}


/*------------------------------------ SIDEBAR ------------------------------------ */

#sidebar {
	float: left;
	padding: 30px 0 0;
	margin: 0;
	width: 188px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #70623b;
}

#sidebar ul ul { display: none; }

#sidebar li { display: inline; }

#sidebar ul li a {
	display: block;
	text-align: left;
	width: 148px;
	border: 0;
	border-bottom: 1px solid #70623b;
	padding: 8px 20px 7px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	background: inherit;
	color: #70623b;
}

#sidebar ul li + li a { xborder-top: 0; }

#sidebar ul li a:hover,
#sidebar ul li.current_page_item li a:hover {
	background: #fff;
}

#sidebar ul li.current_page_item ul 
{
	display:block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar ul li.current_page_item ul li a
{
	display: block;
	text-align: left;
	width: 148px;
	border: 0;
	border-bottom: 1px solid #70623b;
	padding: 8px 20px 7px 40px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	background:#e4bd74;
	color: #70623b;
}

#sidebar ul li.current_page_item a,
#sidebar ul li.current_page_item a:hover { background: #fff; }

#sidebar ul li.current_page_item li a { background: #eee5cc; }
#sidebar ul ul li.current_page_item li a { background: #eee5cc; }

/*---------------------------------- END SIDEBAR ---------------------------------- */





/*------------------------------------- MAIN -------------------------------------- */

#main {
	float: left;
	background: #fff;
	padding: 10px 40px 30px;
	width: 500px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#main,
#main p,
#main div,
#main ul {
	font-size: 14px;
	line-height: 1.5;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	background: inherit;
	color: #70623b;
	margin-top: 1ex;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#main ul {
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

#main .event p { margin-bottom: 0; }

#main .upcomingevent { text-align: center; }

.upcomingevent td { text-align: left; }

.tbb {
	background: inherit;
	color: #0090d6;
}

.pp, a.pp {
	background: inherit;
	color: #e2006d;
}

/*----------------------------------- END MAIN ------------------------------------- */

#clearit {
	clear: both;
	margin-left: 188px;
	width: 580px;
	background: #fff;
}

/*------------------------------------- FOOTER ------------------------------------- */

#footer {
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#footer .links {
	font-size: 12px;
}

#footer a,
#footer span {
	padding: 0 5px;
	color: #fff;
}

/*----------------------------------- END FOOTER ----------------------------------- */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



