/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
Dark - #43391b
Light - #d1cab4
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
/* WordPress Optional Styles
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}
*/

html {
	color: #43391b;
}

body {
	background: #d1cab4;
	margin: 0;
	padding: 0;
}
body .container {
	background: #fff;
	border: 1px solid #706f6d;
	margin-top: 40px;
}
.container .header-wrapper {
	margin: 25px 30px 0 30px;
}
.top-grad {
	background: url('../img/top-grad.jpg');
	height: 35px;
	margin: 0 30px;
}
ul.sidebar {
	margin: 0 0 0 30px;
	list-style: none;
	padding: 0;
}
ul.sidebar li,
ul.sidebar li ul,
ul.sidebar il ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
.content {
	margin: 0 30px 0 30px;
}

/**************************************/
/*              HEADER                */
/**************************************/
.masthead  {
	background: #43391b;
	color: #d1cab4;
}
.masthead .catch-report {
	font-size: .8em;
	margin: -4px 0 0 0;
	padding: 0 0 2px 10px;
}
.masthead .catch-report a {
	color: #fff;
	text-decoration: none;
}
.masthead .catch-report a:hover {
	text-decoration: underline;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
ul.sidebar li ul {
	background: #d1cab4;
	border-top: 1px solid #43391b;
	border-right: 1px solid #43391b;
}
ul.sidebar li ul li a:link,
ul.sidebar li ul li a:visited,
ul.sidebar li ul li a {
	background: #d1cab4;
	border-bottom: 1px solid #43391b;
	border-left: 5px solid #43391b;
	color: #43391b;
	display: block;
	font-size: 1.1em;
	padding: 5px 0 5px 30px;
	text-decoration: none;
}
ul.sidebar li ul li a:hover,
ul.sidebar li ul li.current_page_item a,
ul.sidebar li ul li.current_page_parent a {
	background: #43391b;
	border-left: none;
	color: #d1cab4;
	padding-left: 35px;
	text-decoration: none;
}
ul.sidebar li ul li.current_page_item a,
ul.sidebar li ul li.current_page_parent a {
	background: #43391b url('../img/nav-current-bg.jpg') center left no-repeat;
	}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content .catch-date {
	color: #000;
	font-size: .8em;
	font-weight: bold;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}
.content .posttitle {
	background-image: url('../img/title-border.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	color: #43391b;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
.content .posttitle a {
	color: #43391b;
	text-decoration: none;
}
.content .entry {
	padding-bottom: 3em;
}
/**************************************/
/*               FOOTER               */
/**************************************/


