/*
Theme Name: Estellab
Theme URI: www.ericdoolan.com
Description: Modified by Eric Doolan
Author: Derek Punsalan origianl template http://5thirtyone.com/eyecandy

*/ 

* {
	margin: 0;
	padding: 0;
	outline: none;
	}

h1, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {
	margin: 1em 0; /* give me back my basic margins */
	}
	
body {font: 62.5% 'Lucide Grande', Verdana, Arial, Sans-Serif; 
	color: #ddd;
	background: #cd3556;
	text-align: center;
	}
	
/* links  and fonts */
a:link, a:active, a:visited {color: #fcf580;}
a:hover {color: #8bfe87;}
a {text-decoration: none;}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #fcf580;
	}
	
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}

.chrondate {color: #88e4fd; padding-left: 0.5em;}
.chrondate a {color: #88e4fd;}
.chrondate a:hover {color: #8bfe87;}
	
/* shelf & navigation */
#shelfwrap {
	background: #cd3556;
	}
	
#shelf {
	color: #ffffff;
	background: #cd3556 url(images/shelf_right.jpg) no-repeat top right;
	text-align: left;
	width: 58em;
	min-height: 270px;
	margin: 0 auto;
	line-height: 1.5em;
	}

	#shelf .left {
		width: 28em; 
		padding: 0 0.5em 0.5em;
		}
		
		ul#navigation {
			margin: 0;
			padding: 0 0 1em 0;
			list-style: none;
			}	
			
		#navigation li {
			background: url(images/dot.gif) repeat-x 0.7em 0;
			}
			
		#navigation li a {
			float: left;
			background: #cd3556;
			padding: 0 0.2em 0 0;		
			}
			
		ul#navigation li span {
			float: right;
			padding: 0 0.2em;
			background: #cd3556;
			}
			
		ul#navigation li br {
			clear: both;
			}
		
	#shelf .right {
		width: 27em; 
		padding: 0 0.5em 0.5em;
		}
		
		ul#recentposts {
			margin: 0;	
			padding: 0;	
			list-style: none;	
			}
			
		#recentposts li {
			background: url(images/li.gif) no-repeat 0 0.3em;
			padding-left: 15px;	
			margin-left: 4px;		
			}
			
#shelfbreak {
	background: #cd3556;
	height: 1em;
	}
	
#searchbar {
background: url(images/searchbg.jpg) no-repeat top left;
display: block; 
height: 41px;
width: 280px;
margin: 0 0 0 -0.2em;
padding: 0.2em 0 0 1em;
}

	#searchform div {
	padding: 0.2em 0 0 0;
	}
	
		#searchform span {
		margin-left: 3.6em;
		}
	
	#search {
	width: 140px;
	border: 1px solid #302d2e;
	background: #302d2e;
	font-size: 1em;
	font-family: 'Lucide Grande', Verdana, Arial, Sans-Serif;
	color: #eee;
	}
	
/* top banner */
#banner {
	background: #302d2e url(images/toys.jpg) repeat-x top left;
	height: 15em;
	}
	
	#foliage {
		margin: 0 auto;
		background: url(images/Sites_Name.png) no-repeat top left;
		display: block;
		width: 70em;
		height: 18em;
		/*height: 200px;*/
		/*border: 1px dashed #ff99ff;*/
		}
	
	#foliage a {
		margin: 58px 0 0 0;
		padding: 0;
		float: left;
		display: block;
		width: 370px;
		height: 120px;
		/*border: 1px dashed #cc99ff;*/
		}
	
	#pull a {	
		float: right;
		display: block;
		margin: 0;
		padding: 0;
		width: 185px;
		height: 276px;
		text-indent: -9999em;
		background: url(images/pull.png) no-repeat top right;
		}
		
	#pull a:hover {
		background: url(images/pull.png) no-repeat bottom right;
		}
		
/* main content area home and index */
#top {background: #302d2e;}

#content {
	width: 58em;	
	margin: 10px auto 0;
	padding: 20px 0 6em 0;
	text-align: left;
	line-height: 1.5em;
	/*border: 1px solid #ff0000;*/
	}
	
	.post { 
		clear: left;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
		/*border-top: 1px dashed #00ffff;*/
		}
	
	.post h2
	{
		margin-top: 0;
	}
		
	.entrymeta {
		font-size: 0.9em;
		margin: -1.7em 0 2em 0;
		text-transform: lowercase;
		}
		
	.entry {} 
		
	.entry ul li, .mulch ul li {
		list-style: none;
		background: url(images/li.gif) no-repeat 0 0.3em;
		padding-left: 1.5em;
		margin-left: 2.2em;
		}
		
	.entry ol, .mulch ol {
		margin-left: 3.5em;
		}
		
	.entry li, .mulch li {
		padding-bottom: 0.3em;
		width: 423px;
		font-size: 1em;
		}
	
	.entry blockquote, .mulch blockquote {
		margin-left: 3.9em;
		color: #8f8f8f;
		width: 423px;
		}
		
	.entry strong, .mulch strong {
		color: #efb;
		}
		
.returnhome {
	float: right;
	}
	
/* single post pages and comments */
.commentnote {
	color: #ffedf1;
	padding: 0.5em 0.3em 0 0.9em;
	}

#singlecontent {
	width: 75em;
	margin: 30px auto 0 auto;
	padding-top: 0;
	padding-bottom: 3em;
	text-align: left;
	line-height: 1.5em;
	/*border: 1px solid #ffcccc;*/
	}
	
	#singlecontent .post {	
		float: left;
		width: 45em;
		}
		
#relatedposts {margin: 0; padding: 0;}
	
#relatedposts h3 {margin: 0;}
#relatedposts ul {margin: 1em 0 0 0;}

#commentswrapper
{
	padding: 96px 0 0 0;
}
		
#commentscolumn {
	color: #ffffff;
	float: right;
	margin: 0 0 3em 0;
	padding: 0;
	width: 28em;
	background: #cd3556 url(images/snippet_right.gif) no-repeat bottom right;
	}
	
	.comments {
		color: #ffffff;
		margin: 0;
		padding: 9px 9px 0 9px;
		background: url(images/snippet_left.gif) no-repeat -1px -1px;
		}
		
#commentwrap {
	float: left;
	margin: 0;
	padding-bottom: 3em;
	}

#commentform small {color: #5d5154;}
	
.commentlist {}
	
	.commentlist li {
		width: 269px;
		list-style: none;
		border-top: 1px solid #e290a0;
		padding-top: 0.3em;
		}
		
	.commentlist .alt {}
		
	.author .commententry {
		background: url(images/author.gif) no-repeat top right;
		}
		
	.commententry {
		padding: 0 3em 0.9em 0.9em;
		overflow: hidden;
		}
		
	.commententry blockquote {color: #ffedf1; margin-left: 1em;}
		
#author, #email, #url, #comment {font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background: #302d2e;
	border: 1px solid #5d5154;
	color: #ddd;
	
	
	padding: 2px;
	}

#author, #email, #url {width: 185px;}	
#comment {width: 436px; height: 125px; overflow: auto; font-size: 10px;}
#submit {background: #cd3556; border: 1px solid #ffffff; color: #ffffff; font-size: 11px; padding: 0 1em;}
		
/* bottom content area */
#footercontent {
	background: #cd3556 url(images/toys2.jpg) repeat-x top left;
	margin: 0 0 -1em 0;
	line-height: 1.5em;
	}
	
	#bottomwrap {
		background: url(images/bottom_right.gif) no-repeat top right;
		width: 70em;
		margin: -1.4em auto 0;
		text-align: left;
		}	
		
	#bottomcontent {
		color: #ffffff;
		width: 58em;
		margin: 0 auto;
		padding-top: 7em;
		}
		
	#bottomcontent img{
	padding: 3px;
	margin: 0 10px 80px 0;
	background: #cd3556;
	border: 2px solid #fcf580;
		}
		
	#bottomcontent a{
		text-decoration: none;
		}
		
#footer {
	color: #ffffff;
	width: 58em;
	margin: 2em auto 0;
	text-transform: lowercase;
	}
		
/* misc and images */

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.center {
	text-align: center;
	}

.entry img {
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #302d2e;
	border: 2px solid #cd3556;
	}
	
.entry img.right {
	margin: 0 0 10px 10px;
	}
	
/* archives */

 .archives h2{
 	color: #88e4fd;
 }