/*
Theme Name: Brown Leaves
Theme URI: http://karinreece.com
Description: This theme was custom designed and developed exclusively for Karin Reece - Professional Web Development and Design.  I started with starker by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a> which is Based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>
Version: 1 (WP 2.8.5)
Author: Karin Reece
Author URI: http://karinreece.com
Tags: brown, leaves, wordpress, theme
Keywords: Custom Wordpress Theme, Convert PSD to Wordpress Theme, Covert existing site to Wordpress
*/

@import "style/css/reset.css";
@import "style/css/layout.css";

body {
background-color:#443831;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10.5pt;
}

p {
	padding-top: 15px;
}


a:link {
	color: #9c424c;
	font-weight: bold;
	text-decoration:none;
	}

a:hover {
	color: #9c424c;
	font-weight: bold;
	text-decoration:underline;
	}

a:visited {
	color: #8aac37;
	font-weight: bold;
	text-decoration:underline;
	}

hr {
	color: #3a4729;
	background-color: #3a4729;
	margin-top: 15px;
	}	

#container {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-color: #FFFFFF;
background-image:url(images/container_bg.gif);
background-repeat:repeat-x;
width: 850px;
padding-top: 40px;
}

#head_container{
margin-left: 40px;
margin-right: 40px;
width: 770px;
}

#header {
background-image: url(images/header.gif);
background-repeat:no-repeat;
height: 280px;
}

#nav {
height: 35px;
padding-left: 55px;
padding-top: 12px;
}

#nav ul{
	margin-left:-20px;
}

#nav li{
	float: left;	
	background-image:url(images/nav_bg.gif);
	list-style:none;
	}

#nav li a {
	padding-right: 40px;
		display: block;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 21px;
		font-weight: normal;
		color: #221E1D;
		}
		

#nav li.current_page_item a{
	color: #9c424c;
}
	

#content_container{
border-color:#404f2a;
border-style:solid;
border-width: 1px;
width: 710px;
padding: 5px 35px 25px 25px;
text-align:left;
}


#content_container ul{
	margin-left: 30px;
}

#content_container ul.top{
	margin-top: 15px;
}

#content_container ul ul{
	margin-left: 30px;
}

#content_container li{
	list-style:disc;
	padding-bottom: 5px;
}

#content_container h1{
font-size: 18pt;
color: #221E1D;
font-weight: normal;
font-family:Verdana, Geneva, sans-serif;
padding-top: 15px;
}

h2 {
padding-top: 15px;
font-size: 16pt;
	color: #221E1D;
font-weight: normal;
font-family:Verdana, Geneva, sans-serif;
}

#content_container h2 a {
	font-size: 16pt;
	color: #221E1D;
font-weight: normal;
font-family:Verdana, Geneva, sans-serif;
text-decoration:none;
}

#content_container h2 a:hover {
	text-decoration: underline;
}

	

	
#content_container img {
	float: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	}

#text_box {
	padding-bottom: 20px;
}

#text_box img {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#form input, textarea{
	display: block;
	margin-bottom: 15px;
	}

#blog {
	float: left;
	width: 400px;
}

#blog ul li {
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	float: right;
}

#footer {
font-size: 9px;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
}


	