/*
Theme Name: Winthrop Theme
Theme URI: http://elizabethwinthrop.com/
Description: The default WordPress theme for Elizabeth Winthrop
Version: 1
Author: justin adkins
Author URI: http://brainspiral.com/


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background-image:url('images/headerbackground.jpg');
background-repeat:repeat-x;
background-color:#a5dbea;
	color: #333;
	text-align: center;
	}
.alignleft{
float: left;
}
.alignright{
float: right;
}
img {
padding: 5px;
}
a img{
text-decoration: none;
border: none;
}
.navigation {
width: 90%;
height: 25px;
margin-bottom: 10px;
}
#page {
	background-color: #a5dbea;
	background-image: url('images/background.jpg');
	background-repeat:repeat;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	width: 929px;
	}
#wrap{
width: 100%;
padding-top: 35px;
padding-bottom: 15px;
}
#header {
	background: #a5dbea url('images/header.jpg') no-repeat bottom center;
	margin: auto;
	margin-top: 0;
	padding: 0;
		height: 205px;
	width: 929px;
	position:relative;
	z-index: 2;
	}

#headerimg 	{
	height: 205px;
	width: 929px;
	}

/************************************************
*	Navbar      								*
************************************************/


#navbar {
	background: #ced9e5; 
	border-top: 3px solid #64923b;  
	width: 919px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #b3610d; 
	font-weight: 600;
	margin: 0px auto 0px;
	padding: 0px;
	margin-top:-15px;
	z-index:-1;
	position:relative
	}
	
.navbarleft {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ced9e5;
	}
	
.navbarright {
	width: 130px;
	float: right;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	background: #ced9e5;
	}
	
.navbarright a, .navbarright a:visited {
	color: #b3610d; 
	font: 1em "league-gothic-1", "league-gothic-2", Verdana, sans-serif; text-transform: uppercase; letter-spacing: .035em; 
	font-weight: 600;
	}
	
.navbarright a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
background: #ced9e5;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #b3610d; 
	font-weight: 600;
	font: 1em "league-gothic-1", "league-gothic-2", Verdana, sans-serif; text-transform: uppercase; letter-spacing: .035em; 
    margin: 0px;
	padding: 9px 15px 10px 15px;
	display:block;
	text-decoration: none;
	border-top: 3px solid #ced9e5;
	}

#nav li a:hover, #nav li a:active {
	background: #e3eacd ;
	color: #55342d; 
	border-top: 3px solid #9fa638; 
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #fff;
	color: #b3610d; 
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border: 1px solid #9fa638;
	
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #fff;
	color: #000;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #e3eacd;
	color: #000;
	}
	
.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	


#content {
width: 70%;
padding: 5px;
margin-left:25%; 
	font-size: 1.2em;
	}
#homewrap{
position: relative;
min-height: 314px;
width: 100%;
margin-top: 10%;
}	
#smooth_sldr, #smooth_sldr_items{
-moz-border-radius: 10px; -webkit-border-radius: 10px; 
color: #b3610d; 
float: left;
}
#bookwrap {
background: transparent; 
-moz-border-radius: 10px; -webkit-border-radius: 10px; 
color: #b3610d;
border: 1px solid #8eab59;
width: 90%;
min-height: 200px;
margin: 5px; 
padding: 5px;
}	
#hightlightbox{
background: #e3eacd; 
-moz-border-radius: 10px; -webkit-border-radius: 10px; 
color: #b3610d;
border: 1px solid #8eab59; 
margin:10px auto;
min-height: 220px;
width: 200px;
float: right
}
h2 {
font-size: 1.5em;
}	
#hightlightbox h2{
color: #b3610d;
text-align: center;
}
#hightlightbox a img{
width: 180px;
margin: auto;
text-decoration: none;
border: none;
}
#sidebar{
width: 20%;
padding: 5px;
margin: 10px;
background: #e6eed9; 
-moz-border-radius: 10px; -webkit-border-radius: 10px; 
border: 1px solid #8eab59;
color: #b3610d; 
	font-weight: 600;
	font: 1em "league-gothic-1", "league-gothic-2", Verdana, sans-serif; text-transform: uppercase; letter-spacing: .035em; 

float: left;
}	
#sidebar ul{
list-style: none;
padding: 0;
margin:10px auto;
}
#sidebar h2{
padding: 0;
margin: 0;
}

#smooth_sldr_items{
padding-top:5px !important;
}


/* 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#footer{
width: 929px;
margin: auto;
}

