/*
Theme Name: JimCollins
Theme URI: http://jimcollinsfoundation.org
Description: The default theme for http://jimcollinsfoundation.org
Author: justin adkins
Author URI: http://justinadkins.com/
Version: 1

blue: 3877ac
brown:987b5f
beige:d8c5b6
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio","Book Antiqua",Times,serif;
	background: #3877ac url('images/body.jpg') repeat top center;
	color: #4c422f;
	text-align: center;
	}

#page {

margin: 39px auto;
	text-align: left;
	width:900px;
	height: 520px;
	}

#header {
	background: #fff url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{

	height: 190px;
	width: 900px;
	}
#header ul{
margin-top:34px;
float:right;
height:55px;
margin-right:40px;
min-height:1%;
}
#header li{
list-style:none;
display: inline;
color:#3877ac;
font-size:14px;
position:relative;
padding: 20px 15px;
height:55px;
width:55px;
line-height:55px;

background:#f0edea url('images/hover.jpg') no-repeat top center;
}	
#header li a:link, #header li a:visited{

color:#3877ac;
position:relative;
font-size:16px;
height:55px;
width:55px;
line-height:55px;
 
text-decoration:none;

}
#header li a:hover{

color:#987b5f;
height:55px;
width:55px;
line-height:55px;
text-decoration:none;
}
#sidebar{
background: #f0edea;
width:144px;
height:420px;
float:left;
margin-left:30px;
}
#content {
	font-size: 13px;
	color: #000;
background: #f0edea url('images/background.jpg') repeat top center;
	width:900px;
	margin: -14px 0;
	padding: 0;
	}
	.alignleft{float:left;}
.alignright{float:right;}
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left; }
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;

padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;

}

.wp-caption p.wp-caption-text {
font-size: 10px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* End captions */

p{padding-top:10px;}
#sidebar{
margin-top:15px;
width:200px;
 
}
#sidebar ul{
margin-top:18px;

}
#sidebar li{
list-style: none;

}
#sidebar li a:link, #sidebar li a:visited{
color: #4c422f;
font-size: 14px;
font-weight:600;
text-decoration: none;
}
#sidebar li a:hover{
color:#a39f93;
font-size: 14px;
text-decoration: none;
}
#sidebar ul ul li{
margin-top:-20px;
font-size:10px;
}
a:hover{
color:#a39f93;
}
.alignleft{
float:left;
}
.alignright{
float:right;
}
img {
padding:10px;
}
img a:link, img a:visited, img a:hover{
text-decoration: none;
border: none;
}
.entry {

width:90%;
font-size: 13px;

min-height: 250px;
margin: 10px auto;
border: 2px solid #d8c5b6;
padding:10px;
}	
h2{
color: #987b5f;
font-size: 13px;
}
h3{
margin-left: 50px;
padding-left:10px;
width:90%;
border-bottom: 2px solid #d8c5b6;
color: #987b5f;
font-size: 13px;
}
#bottom{
	background: #fff url('images/footer.jpg') no-repeat bottom center;
	width: 900px;
height:36px;
	}
#footer{

color:#000;
text-align:center;
width: 900px;
height:36px;
margin:auto;
font-size: 13px;
}
#footer p{
margin-top:20px;
}
#footer a:link, #footer a:visited{
color: #000;
}
#footer a:hover{
color:#a39f93;
}