/*
Theme Name: Elizabeth Boutique Custom Theme
Theme URI: http://elliotjaystocks.com
Description: Custom Theme Based on Starkers by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>
Version: 2 (WP2.6.2)
Author: Studiodog
Author URI: http://studiodog.com
Tags: custom, starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin: auto;
	padding: 0;
	font-family: century gothic,arial,san-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
	background: #AEC5CB url(images/bkg_pattern.jpg);
	overflow-y: scroll; 
}
#container {
	width: 872px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 10px 0;
}
#mainContent {
	padding: 20px;
	background: #FFFFFF;
	line-height: 1.4em;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

/* WORDPRESS STYLES */

/* begin nav menu styles */

#navContainer {
	margin: 0 0 0 5px;
	padding: 0 0 0 180px;
	width: 682px;
	height: 1.2em;
	background: url(images/xxnav.jpg) #f6fadf;
	border-bottom: 0px solid #000;
	line-height: 1em;
	color: #fd2f70;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration: none;
	color: #fd2f70;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0 0 0 5px;
	background: #fcf0e9;
	width: 12em;
	font-size: .75em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 12em;
	padding: 2px;
}
	

#nav li ul a:hover {
	color: #b50546;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*  BEGIN WORDPRESS POST TEXT STYLES  */

#sidebar {
	z-index:500;
	list-style:none;
	}

#sidebar ul li {
	list-style:none;
}
blockquote {
	margin: 0 20px 0 30px;
}
.post {
	padding: 0 20px 20px 0;
}
.post p {
	padding-bottom: 10px;
}
.entry {
	padding: 20px 10px 0 30px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
#mainContent h2 {
	font-size: 24px;
	font-weight: normal;
	color: #00851b;
}
#mainContent h3 {
	font-size: 18px;
	font-weight: normal;
	color: #00851b;
}
.tags {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	font-size: .65em;
	list-style: none;
	line-height:normal;
	border: 0px solid #CC6600;
	background: #f6fadf;
	clear:both;
}

#sidebar h2 {
	padding: 5px 0 0 0;
	text-transform:uppercase;
	color: #52bcc1;
	}
	
.post h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #headerimg .description {
	color: #00851b;
	text-decoration: none;
	}

.post a:hover {
	color: #52bcc1;
	
	}

.entry p a:visited {
	}
	
.post_date {
	font-size: .75em;
	color: #00851b;
}
.clear {
	clear: both;
}
hr {
	margin: 5px 0;
	height: 1px;
	color: #7dc595;
	background-color: #7dc595;
	border: 0;
	clear: both;
}
.postinfo {
	font-size: .8em;
	color: 666;
	line-height:normal;
}
.postmetadata {
	clear: both;
}

/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* FORM Elements */

#no-results {
	min-height: 600px;
	height: 600px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#comments {
	font-size: .8em;
	color: #666;
}

#comments h3 {
	color: #fd2f70;
}

#comments img {
	float: right;
}
#comments li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #fd2f70;
	background:#f6fadf;
	/* background: #f6fadf; */
}
#comments a {
	color: #fd2f70;
}
.alt {
	background: #f0e8de;
	}
	
#commentform {
	padding: 10px;
}
#commentform input, #commentform textarea {
	margin: 5px 0;
	background:#f6fadf;
}
	
/* End Comments */



/* 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: .65em;
	line-height:normal;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */