/*
Theme Name: Blue Brocade
Theme URI: http://www.sweetboutiquedesign.com
Description: Fixed Width, 2 Columns, 1 Left Sidebar
Version: 1.1
Author: Stephanie Fredrickson
Author URI: http://www.sweetboutiquedeisgn.com
*/


/*===main containers===*/
body {
    background-image:url(images/BlueBrocadeBg.gif);
    background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #786355;
	 text-align: center;
}
#wrapper {
	background-color:#FFFFFF;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #574437;
	
}
#header {
	height: 256px;
	width: 850px;
	margin: 0px;
}
#main {
	width: 850px;
}
#content {
	width: 630px;
	padding: 10px;
	float: right;
	line-height: 1.3em;
	font-size: 14px;
}
#sidebar {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	line-height: 20px;
	display: inline;
}

/*===general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: left;
  margin: 3px 5px 0 0 ;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/************************************************
*	Content    								*
************************************************/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}

/*===sidebar links===*/
#sidebar p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	text-decoration:none;
	}
#sidebar h1 {
    font-size: 1.4em;
	color:#7895A5;
}
#sidebar h2 {
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	color:#7895A5;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 5px 0px;
	border-bottom: 1px dashed;
	text-transform:uppercase;
}
#sidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	}
	
#sidebar ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	}

#sidebar ul li {
    list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
    list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li ul li{
    list-style: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
#sidebar a, a:visited {
    font-size:12px;
	color: #664D40;
	text-decoration: none;
	font-weight:bold;
	}
	
#sidebar a:hover {
    color: #7895A5;
	text-decoration: underline;
	font-weight:bold;
	}
   
   
 /* Begin Form Elements */
    #searchform {
   
    text-align: left;
	    }
		


  /*===headings===*/
#content h2 {
	color: #7895A5;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h2 a, #content h2 a:visited  {
	color: #7895A5;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h2 a:hover {
	color: #574437;
	font-weight: bold;
	text-decoration: none;
	}

.post h2 {
    color:#7895A5;
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
	color: #7895A5;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}


/*===post date===*/
  .entry-date  {
height : 113px;
width : 113px;
background : url(images/postbg.gif) no-repeat;
display : inline;
float : left;
margin : 0 5px 0 0;
color : #FFFFFF;
font-family : Georgia, "Times New Roman", Times, serif;
}
.entry-month {
font-size : 19px;
width : 89px;
text-align : center;
height : 20px;
line-height : 25px;
margin : 5px 0 0 0;
font-weight : bold;
padding : 12px 0 0 12px;
}
.entry-day {
font-size : 27px;
text-align : center;
height : 28px;
width : 89px;
margin : 0 0 0 12px;
font-weight : bold;
line-height : 28px;
} 
/*- Search Form and Livesearch */
#searchform {
	display: block;
		margin-left: 5px;
		width: 128px;
	margin: 0 auto;
	}

/*===comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #664D40;
	text-decoration: underline;
	font-weight:bold;
	}
	
a:hover {
    color: #7895A5;
	text-decoration: none;
	font-weight:bold;
	}
	

/*===blockquotes===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote2.gif) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote.gif) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/*===images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}

/*===Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	border: none;
	padding: 0;
}
a.image img {
	border: none;

}

/************************************************
*	Footer  								*
************************************************/
#footer {

    background: url(images/BBfooterbg.gif) repeat-x;
	width: 850px;
	height: 100px;
	clear: both;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
#footer p {
	color: #574437;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:20px 0px 0px 0px;
	}
		
#footer a, #footer a:visited {
	color: #574437;
	font-weight:bold;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footerleft {
	width: 850px;
		margin: 0px;
	padding: 60px 0px 0px 0px;
	}
	