/*  
Theme Name: Etoile
Theme URI: http://www.EtoileBoutique.com
Description: Theme created for Etoile Boutique</a> (widget ready). 


Version: 1.0
Author: Phazedout
Author URI: http://www.Aetherlux.com

*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}



/*fonts.css*/
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}



/*standard theme stuff*/
#s, textarea, input
{
	border:1px solid #5D5E2D;
	padding:4px;
	background-image:url(images/persian_pattern01.jpg);
	background-repeat: repeat;
	color:#5D5E2D;
}

#s
{
	width: 140px;
}

#submit, #searchsubmit
{
	border:1px solid #5D5E2D;
	color:#5D5E2D;
	font-weight:bold;
	margin-left: 5px;
	background-color: #889438;
}

#searchsubmit
{
	
	margin-top:5px;
	
}

.post ol, .commentlist ol
{
list-style:decimal;
padding:5px 0px 5px 0px;
list-style-position:inside;
}

.post ul, .commentlist ul
{
list-style:disc;
list-style-position:inside;
padding:5px 0px 5px 0px;
}

.post li, .commentlist li
{
	padding-bottom:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i
{
font-style:italic;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	background-color:#666666;
	color:white;
	
}

#calendar_wrap caption
{
	text-align:center;
	
}

/**********************/



div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}


body
{
	background-color:#FFFFFF;
	/*margin:10px;*/
	margin-top:30px;
	margin-bottom:15px;
	background-image:url(images/persian_pattern01.jpg);
	background-repeat: repeat;
}

#page
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #889438;
	background-repeat:repeat;
	background-image: url(images/persian_pattern03.jpg);
}

#header
{
	width:840px;
	height:180px;
	padding:0px;
	background-image:url(images/etoile_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#themenu
{
	float:right;
	position:relative;
	left:-20px;
	
}

#themenu li
{
	float:left;
	display:inline;
	padding-left:7px;
	background-image:url(images/EtoileBlog_01.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #889438;
	border-bottom-color: #889438;
	border-left-color: #889438;
}

#themenu li a
{
	display:block;
	background-image:url(images/EtoileBlog_01.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:17px;
	padding-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	font-weight:bold;
	color: #5d5e2d;
}



#themenu li a:hover
{
	color:#889438;
}




#content
{float:left;
clear:left;
display:inline;
margin-left:11px;
width:596px;
}

	#content .post
	{
	margin-bottom:15px;
	padding:5px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	}

	#content .post img
	{
		float:left;
		border:1px solid #666666;
		margin-top:5px;
		margin-right:5px;
	}

	#content .post h2 , #sidebar h2, h3#comments, h3#respond, h2.pagetitle, h2.center /*Sidebar Headers*/
	{
	display:block;
	color:#ECA024;
	font-size:136%;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

	#content .post h2 a, #content .post h3 a, .navigation a
	{
	color:#ECA024; /*Post Header & permalink*/
	}

	#content .post p, .commentlist p
	{
		line-height:170%
	}

	#content .post p a
	{
		color:white;
	}
	
	#content .post p
	{
		margin-bottom:15px;
	}

	#content .post blockquote  /* The Post */
	{
	padding:10px;
	background-color:#DCF0FC;
	color:#5d5e2d;
	border:2px solid #FFCE8A;
	font-style:italic;
	margin:10px;
	}

	#content .post blockquote blockquote
	{
	background-color:white;
	color:#5d5e2d;
	}

#content .post small /*post date*/
{
	display:block;
	margin:5px 0px 7px 0px;
	color:#889438;
}

#content .post p.postmetadata /* Post Footer */
{
	display:block;
	clear:both;
	text-align:center;
	background-image:url(images/persian_pattern03.jpg);
	background-color:white;
	height:30px;
	color:#5d5e2d;
	padding-top:6px;
}

#content .post p.postmetadata a
{
	color:#5d5e2d
}
.entry {
	color: #5d5e2d;
}


/*The comments*/


.commentlist li
{
	display:block;
	background-color:#FFE0C1;
	padding:5px;
	/*border:1px solid #333333;*/
	margin-bottom:15px;
}

/*name of author*/
.commentlist li cite ,.commentlist li cite a 
{
	color:#999999;
	font-weight:bold;
}



.commentlist li small.commentmetadata
{
	display:block;
	margin:10px 0px 10px 0px;
	color:#0CC4E8;
	
}



.commentlist li a
{
	color:#CC9900;
}



#commentform
{
	margin-bottom:25px;
}

#commentform a
{
	color:#CC9900;
}

#commentform input, #commentform textarea
{
	margin-top:5px;
}

h3#comments, h3#respond
{
	margin-top:50px;
}


#sidebar
{
	float:right;
	margin-right:0px;
	width:200px;
	margin-bottom:25px;
}

	#sidebar a
	{
		color:#5d5e2d;
		text-decoration:none;
		padding-left:0px;
	}

	#sidebar li
	{
		margin-top:5px;
	}
	
	#sidebar a:hover
	{
		text-decoration:underline;
	}

	#rss
	{
		
	}
#footer
{
	clear:both;
	margin-top:50px;
	padding-bottom:2px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	font-size:10px;
	color:#5D5E2D;
	background-image:url(images/persian_pattern01.jpg);
	background-repeat:repeat;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #889438;
}

	#footer .wordpress
	{
		float:left;
	}
	
	#footer .designer
	{
		text-align:right;
	}
	
	#footer a
	{
		color:#5D5E2D;
		padding-bottom:1px;
	}
	
	#footer a:hover
	{
		color:#889438;
		
	}


.commentlist li ul li, .commentlist li ol li
{
	border-left:0px solid white;
}

.commentmetadata a
{
	color:#0CC4E8;
}
