/*  
Theme Name: Eszett Revised 07/2008
Author: EszettDesign
Author URL: http://eszettdesign.com/ 
*/

/* Begin Typography & Colors */
* {
	padding: 0;
	margin: 0;
	}
li {
	list-style: none;
	}	

body {
	font-size: 70%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF url('images/header-bg.jpg') repeat-x top left;
	text-align: center;
	margin: 0 auto;
	}
	
p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	color: #211F1D;
	line-height: 1.6em;
	padding: 0 20px 10px 20px;
	}
h1, h2, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	}	
h2, h4 {
	font-size: 1.7em;
	padding: 25px 0 5px 0;
	color: #211F1D;
	}
h3 {
	margin-top: 10px;
	font-size: 1.1em;
	color: #211F1D;
	font-family: Georgia, Times, serif;
	}
a { /* , h2 a:hover, h3 a:hover  */
	color: #00A0C8;
	text-decoration: none;
	}
a:hover {
	color: #00A0C8;
	}
a img {
	border: none;
	}
.entry p a:visited {
	color: #00A0C8;
	}
	
#page {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	}

#header {
	background: #FFF url('images/header-bg.jpg') repeat-x bottom left;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	}
#headerimg 	{      /* logo */
	padding: 50px 90px 0 0;
	float: right;
	clear: both;
	} 
#mainnav {
    float: left;
    width: 600px;
    height: 20px;
    position: relative;
    margin-top: 127px;
    margin-left: 10px;
    bottom: 0;
    line-height: normal;
	}
	#mainnav ul {
    list-style: none;
    }
    #mainnav li {
    float: left;
    background: url('images/nav-right.gif') no-repeat right top; 
    margin: 0 2px;
    }
    #mainnav a {
    display: block;
    background: url('images/nav-left.gif') no-repeat left top;
    padding: 5px 15px;  
    font-size: .9em;
    font-weight: bolder;
    letter-spacing: .1em;  
    color: #2D251E;
    }
    #mainnav a:hover {
	color: #00A0C8;
	}
    #mainnav .current_page_item a {
    	color: #00A0C8;
    	}
    .current-cat a {
        color: #00A0C8;
        }
        
img, #sidebar { /* IE PNG Alpha Fix */
	behavior: url(iepngfix.htc) 
	}        
#sidebar {
	width: 320px;
	height: 100%;
	float: right;
	background: url(images/sidebar-bg.jpg) repeat-y top left; 
	}
	#hcard-Marie-Backus {
		background: url(images/sidebar-top.jpg) no-repeat top center;
		padding: 55px 20px 0 20px;
		}
    #sidebar p {
    	color: #EAF7F7;
    	font-family: Georgia, Times, serif;
    	}
    #sidebar a {
    	color: #EAF7F7;
    	}	
    	#sidebar a:hover {
    		color: #00A0C8;
    		text-decoration: underline;
    		}
    #sidebar-bottom {
    	background: url(images/sidebar-bottom.jpg) no-repeat top center;
    	height: 24px;
    	}
    
#content {
	width: 610px;
	float: left;
	display: inline;  /* IE float hack */
	margin: 0 10px 20px 10px;
	text-align: left;
	}	
	#content h2 {
		font-size: 1.7em;
		color: #303133;
		font-weight: bolder;
		display: block;
		width: 100%;
		border-bottom: #303133 1px solid;
		margin-bottom: 10px;
		}
	#content h3 a {
		color: #444D5E;
		}
		#content h3 a:hover {
			color: #00A0C8;
			}	
	#content ul {
		font-size: 1.1em;
		line-height: 1.8em;
		padding-left: 15px;
		}
	#content .entry {
		line-height: 1.4em;
		}
			
.quoteop {
     float: left;
     font-family: Georgia, Times, serif;
     font-size: 700%;
     height: 45px;     
     color: #00A0C8;
  	 margin: -30px 0 -50px -15px;
     padding: 45px 5px 0 0;    	
	}
.quotecl {
     font-family: Georgia, Times, serif;
     font-size: 700%;
     color: #00A0C8;
     float: right;
     padding-top: 20px;	
	}				
	
.post {
	margin: 23px 0 10px;
	padding-bottom: 20px;  
	text-align: left;
	}	
.post hr {
	display: block;
	}	

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.entry {
	width: 590px;
	}	
.entry a {
	color: #00A0C8;
	display: block;
	}	
	.entry a:hover {
		text-decoration: underline;
		}
				
	.entry ul {
		width: 590px;
		height: 170px;
		clear: both;
		margin: 20px 0 40px 0;
		}
	.entry li {
		float: left;
		display: inline;
		height: 170px;
		}
	.intro {	
		width: 200px;
		margin-right: 30px;
		}
	.intro a:hover {
		text-decoration: none;
		}		
	.quote {
		width: 330px;
		padding-top: 5px;
		}	
	.outline {
		width: 590px;
		margin-top: 30px;
		}
	.outline h3 {
		margin: 10px 0;
		}	
.portfolio h2 {
	margin-top: 20px;
	}		
.portfolio .post {
	border-bottom: #211F1D 1px solid;
	}
	

#copy {
	clear: both;
   	width: 960px;
   	height: 35px;
   	margin: 15px auto 15px auto;
   	padding-top: 10px;
   	border-top: #444D5E 1px solid;
	vertical-align: top;
	text-align: center;
	}
	#copy ul {
		display: inline;
		height: 15px;
		}
	#copy li {
		color: #303133;
		display: inline;
       	text-align: center;
        list-style: none;
        font-size: 1em;
		top: 0;
		}
	#copy img {
		vertical-align: middle;
		}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #00A0C8;
	line-height: .6em;
	}
	.small li {
		display: inline;
		}

p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will  align the image to the right. And using 'class="centered', will center the image. */

img.centered, .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright { /* for blog post navigation */
	float: right;
	}
.alignleft {
	float: left;
	}		

hr {
	display: none;
	}