/*
THEME NAME: Penelope T Boutique
THEME URI: http://www.penelopetboutique.com/
DESCRIPTION: Custom WP theme for Penelope T Boutique. Dynamic semantic class selectors, widgetized, variable column numbers, 
VERSION: 1.0
AUTHOR: <a href="http://www.leftdesigns.com/">LEFT</a>
AUTHOR URI: <a href="http://www.leftdesigns.com/">LEFT</a>
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

 /*
	  ___		___			  ___			___
     /\__\     /\  \         /\  \         /\  \    
    /:/  /    /::\  \       /::\  \        \:\  \   
   /:/  /    /:/\:\  \     /:/\:\  \        \:\  \  
  /:/  /    /::\~\:\  \   /::\~\:\  \       /::\  \ 
 /:/__/    /:/\:\ \:\__\ /:/\:\ \:\__\     /:/\:\__\
 \:\  \    \:\~\:\ \/__/ \/__\:\ \/__/    /:/  \/__/
  \:\  \    \:\ \:\__\        \:\__\     /:/  /     
   \:\  \    \:\ \/__/         \/__/     \/__/      
    \:\__\    \:\__\                                
     \/__/     \/__/                             
	 
*/


/* Two-column with sidebar on left from the /examples/ folder 
@import url('examples/2c-l.css');

*/

/* 
===================================================
GLOBALS
===================================================
*/
{ margin: 0; padding: 0; outline: 0 }

body {
	color: #56534f;
	text-align: left;
	margin: 0;
	font-family: Arial;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-image: url(images/backgroundTexture.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* links */
a, a:visited {
	color: #56534f;
	text-decoration: none;
	}
a:hover {
	color: #56534f;
	text-decoration: underline;
}

a.highlight {color#8b4226;}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', Sans-serif;
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	/*text-transform: uppercase;*/
	color: #56534f;
}
h3 {
	font-size: 110%;
	color: #56534f;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(images/post.jpg);
	border: 1px solid #E0DBC9;  
}




/* 
===================================================
HEADER ELEMENTS
===================================================
*/

/* Social Media */
div.skip-link {
position:absolute;
left:0px;
top:0px;
padding: 0px;
margin: 0px;
}

div.skip-link a {
padding: 0px;
margin: 0px;
border: none;
}

div.skip-link img {
padding: 0px;
margin: 0px;
border: none;
}

/* Blog Info */

h1#blog-title {
	width: 233px;
	height: 145px;
	text-indent: -9999px;
	background-image: url(images/Penelope-T-Boutique.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*position: absolute;*/
	z-index:20000;
	margin-left:-50px;	
	*margin-left: -120px;
}



#blog-description {display: none;}

/* Menu */

div#menu {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color:#1c1813;
	list-style: none;
	background: url(images/menuBackground.png) no-repeat;	
	width: 790px;		
	text-transform: lowercase;
	margin: -100px 0 0 95px;
	padding: 10px 0 20px 120px;	
	display: inline;
	z-index:1;
	}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
color:#1c1813;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul li{
float:left;
}

/* Search */

#search {
	position: relative;
	top: -20px;
	width: 275px;
	height:35px;
	background-image: url(images/search-background.png);
	background-repeat: repeat;
	margin: 0px;
	padding:30px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
}

#search h3 { float: left; color:#8b4225; font-weight: normal; font-size: 1.5em; font-family:Georgia, "Times New Roman", Times, serif; margin:0px; padding:0px 0 0 10px; text-transform:lowercase;}

#search form {margin: 0; padding: 0;}

input#s {
width:156px;
}

.button{
	width: 33px;
	height: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#8b4225;
	border: none;
	background-color: white;
	background-image: url(images/go-button.png);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
	padding:2px;
}

#s-404 {margin-left:20px;}
#s-no-results {margin-left:20px;}

/* 
===================================================
WRAPPER
===================================================
*/


div#wrapper {
margin:2em auto;
width: 900px;
}

/* 
===================================================
CONTAINER, CONTENT
===================================================
*/

div#container {
margin:0 auto;
width: 900px;
padding: 0px;
}

div#content{
float:right;
text-align: left;
width:700px;
padding: 0px;
margin:-5px 0 0;
}

#featured-content {
	width: 700px;
	height:850px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top:5px;
	padding-bottom:0px;
} 


div.entry-content {padding: 0px; margin: -20px 18px 0 8px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
line-height: 1.5em;
}

div.entry-content p {padding-bottom: 8px;
}

div.entry-content img{
	background-image: url(images/post-image-background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 30px 30px;
	border:none;
	
}


div.entry-content2 {padding: 0px; margin: -20px 18px 0 8px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
line-height: 1.5em;
}

div.entry-content2 p {padding-bottom: 8px;
}

div.entry-content2 img{
	background-image: none;
	border:none;	
}

div.entry-content3 {padding: 0px; margin: -20px 18px 0 8px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
line-height: 1.5em;
}

div.entry-content3 p {padding-bottom: 8px;
}

div.entry-content3 img{
	background-image: none;
	border:none;	
}



div.entry-content4 {padding: 0px; margin: 20px 18px 0 8px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
line-height: 1.5em;
}

div.entry-content4 p {padding-bottom: 8px;
}

div.entry-content4 img{
	border:none;	
}



/* Page Image Classes: MISC */

img.page-banner {margin-bottom: -20px; margin-left: -12px;}

img.page-image-left {float:left; margin-left: -12px; /*padding: 3px 10px 0px 0px;*/ margin-top: 10px; margin-right: 25px;}

img.page-image-right {float:right; padding: 3px 10px 0px 0px; margin-top: -10px; margin-bottom: -10px;}

img.no-background {background: none;}

.redhighlight {color:#8b4226;}

.redhighlight a {color:#8b4226;}

img.home-page { margin-left: -50px;}




div#content hr {
  border: 0;
  color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	margin: 20px 18px;
}

.entry-title,.entry-meta {
clear:both;
margin: 0px 18px;
padding: 0px;
}

h2.page-entry-title {padding-bottom: 2px; margin-left:0px; margin-top: 5px; font-family:Georgia, "Times New Roman", Times, serif; color:#8b4225; text-transform:lowercase; font-weight:normal;}

h2.page-entry-title a {padding-bottom: 2px; margin-left:0px; margin-top: 5px; font-family:Georgia, "Times New Roman", Times, serif; color:#8b4225; text-transform:lowercase; font-weight:normal;}

h3.entry-title {padding-bottom: 2px; margin-left:0px; margin-top: 5px; font-family:Georgia, "Times New Roman", Times, serif; color:#8b4225; text-transform:lowercase; font-weight:normal;}

h3.entry-title a {padding-bottom: 2px; margin-left:0px; margin-top: 5px; font-family:Georgia, "Times New Roman", Times, serif; color:#8b4225; text-transform:lowercase; font-weight:normal;}


.entry-date {
	clear:both;
	margin: 0px 10px;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #979695;
}

h2.search-entry-title {padding-bottom: 2px; margin-left:3px; margin-top: -10px; font-family:Georgia, "Times New Roman", Times, serif; color:#8b4225; text-transform:capitalize; font-weight:normal; font-size: 1.5em;}

.search-date { margin-left: 10px;}
.search-title {font-family:Georgia, "Times New Roman", Times, serif;}
div.search-content {padding: 0px; margin: 3px 18px 0 8px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
line-height: 1.5em;
}

div.search-content p {padding-bottom: 8px;
}


/* 
===================================================
COMMENT FORMS
===================================================
*/

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
height:100%;
}

div.gallery img {background-image: none;}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


#respond .button {width:200px;}


/* 
===================================================
SIDEBAR
===================================================
*/

div#primary {
width: 184px;
float:left;
text-align: left;
}

div#secondary {
width: 184px;
clear:left;
float:left;
text-align: left;
}

div.sidebar {

}


div.sidebar h3 {
font-size:1.1em;
margin:0;
padding:0 0 7px 0;
text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}

div.sidebar div, div.sidebar ul {
margin:0;
padding:0;
}


div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 15px;
}

div.sidebar ul ul li {
	margin:0;
	list-style-image: url(images/bullet.png);
	padding-top: 10px;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}



/* 
===================================================
MISC
===================================================
*/

#texture { height: 421px; width: 342px; background-image:url(images/greengrunge.png); position: fixed; z-index:-100; top: 154px; right: 0px; margin-right:-200px;}
#texture2 { height: 421px; width: 342px; background-image:url(images/yellowgrunge.png); position: absolute; z-index:-100; top: 40px; left: 0px; margin-left:-150px;}
#texture3 { height: 137px; width: 182px; background-image:url(images/stars.png); background-repeat: no-repeat; position: absolute; z-index:-100; top: 400px; left: 80px;}




.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:right;
}

div#footer hr {
  border: 0;
  color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	margin: 20px 0px;
}


#footer ul{
padding: 0px;
margin:0px;
}


#footer ul li{
text-align:right;
display: inline;
text-transform: lowercase;
padding-left: 15px;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *{
margin:0;
padding:0;
}

.gallery-icon {border: 0px;}

#gallery img {border: 0px;}

ul#links-page ul li {list-style:circle; padding-bottom: 15px;}
 
ul#links-page ul li a { font-weight:bold; color:#8b4225;}