/*
Theme Name: Dr Abele theme
Theme URI: http://drabele.com/
Description: The default WordPress theme for  Dr Abele.
Version: 1
Author: justin adkins 
Author URI: http://justinadkins.com/
Tags: 

body: #99a664 b9bda8 cbc9c6
content: deeab1
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #cbc9c6; 
	color: #3e841c;
	text-align: center;
	}
h2, h2 a{
color: #2f2443;
}
#page {
width: 824px;
margin: auto;
text-align: left;
	}
a {
color: #3e841c;
}
#header {
	background: #a3c322;
	
	}

#headerimg 	{
	margin: 0;
	height: 134px;
	width: 824px;
	background: #a3c322 url('images/header.png') no-repeat bottom center;

	}

#nav {
margin-top: -20px;
text-align:left;
padding-left: 80px;
padding-bottom: 9px; 
font-size:11px;
font-weight: 500;
width: 814px;
text-transform:uppercase;
}
#nav ul {
margin: 0; 
list-style-type: none; 
list-style-image: none; 
}  
#nav li {
display: inline; 
}  

#nav ul li a {
text-decoration:none;  
margin:0;
padding-left: 9px; 
padding-right: 9px; 
color: #fff;

border-right: 1px solid #fff;
}

#nav ul li.page-item-10 a{
border-left: 1px solid #fff;
}
#nav ul li a:hover {
color: #deeab1;
}
#wrap2 {
background-color:#a3c322;
width: 824px;
float: left;
}

#content {
	background: #c8e2b0;
	width:675px;
	border: 0;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:21px;
	padding-right:10px;
	float: right;
	font-size: 1.2em;
	min-height: 300px;
	}
#content img{
padding: 0 10px 10px 10px;
border: 0;
}
#entry{
padding-top:10px;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	background: #a3c322;
	width: 118px;
	padding:0;
	margin:0;
	}
#sidebar ul{
list-style: none;
font-weight: 600;
font-size: 13px;
color:#7b7faa;
text-align: left; 
padding-left:10px;
margin:0;
} 
#sidebar ul a{
list-style: none;

text-align: left; 
text-decoration:none;
} 
#sidebar ul li a:hover {
color: #deeab1;
}
#sidebar ul li{
padding:5px 0 0 0;
}


#footer {
	background: #a3c322 url('images/footer.png') no-repeat bottom center;
	width: 824px;
	height: 60px;
	float:right;
	
	}	
#footer p{
padding-left: 10px;
}

