/*   
Theme Name: Stamp With Stephanie
Description: Theme for www.StampWithStephanie.com
Author: Stephanie Stroud
Author URI: http://www.stampwithstephanie.com
Version: 1.0
*/

/***********************************************************/
/******************* General Styles ************************/
/***********************************************************/
body{
	background-color:#705752;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#705752;
}

h1{
	font-size:2.2em;
}

h2{
	font-size:2em;
	margin-bottom:5px;
}

h3{
	font-size:1.8em;
}

h4{
	font-size:1.6em;
	margin:0 0 10px 0;
}

h5{
	font-size:1.4em;
}

h6{
	font-size:1.2em;
}

p{
	font-size:1.4em;
	line-height:1.5em;
	margin:0 0 10px 0;
}

hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}


/***********************************************************/
/******************* Site Structure ************************/
/***********************************************************/
#container{
	background:white;
	width:960px;
	margin:0 auto;
	border: 3px solid white;
	position:relative;
}

#header{
	background:url(images/header_bg.jpg) no-repeat;
	width:960px;
	height:210px;
	overflow:auto;
}

#content_container{
	width:960px;
	margin:10px 0;
	overflow:auto;
}

#left_sidebar{
	width:178px;
	float:left;
	margin-right:10px;
	
}

#right_sidebar{
	width:178px;
	float:left;
	margin-left:10px;
	
}

#content{
	width:540px;
	float:left;
	padding:0 20px;
	border-left:2px dotted #705752;
	border-right:2px dotted #705752;
}

/***********************************************************/
/******************* Main Navigation ***********************/
/***********************************************************/		
#menu{
	position:absolute;
	top:120px;
	right:10px;
	list-style:none;
	overflow:auto;
}

#menu li{
	float:left;
	font-size:1.7em;
	color:#FFFFFF;
	padding:0 0 0 10px;
}

#menu li a{
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover{
	text-decoration:underline;
}

/***********************************************************/
/*********************** Sidebars **************************/
/***********************************************************/
.widget{
	padding:10px;
	text-align:center;
}

.widget p{
	font-size:1.1em;	
}

.widget h3{
	margin:0 0 8px 0;
	font-size:1.4em;
}

.widget img{margin:0 0 10px 0;}

/***********************************************************/
/******************** Main Content *************************/
/***********************************************************/
.post{
	margin-bottom:30px;
}

.post h2 a{
	text-decoration:none;
	color:#e95980;
}

.post_meta{
	font-size:1.1em;
	color:#01b9af;
	font-weight:bold;
}

.post_content{
	margin: 5px 0;
}

.post_content ul{
	margin:5px;
	list-style:disc;
	list-style-position:inside;
}

.post_content ul li{
	padding:0 0 5px 0;
}

#post_navigation{
	padding:5px 0;
}

/***********************************************************/
/********************* Comments ****************************/
/***********************************************************/
#respond{
	margin:10px 0 0 0;	
}

#respond a{
	color:#705752;	
}

#comments li{
	margin:0 0 10px 0;
	background-color:#e9e9e9;
	padding:10px;
}

#comments h6{
	margin:0 0 5px 0;
	font-size:1em;
}

#comments h6 a{
	color:#705752;
}

/***********************************************************/
/*********************** Misc ******************************/
/***********************************************************/
.supplies{
	font-size:.9em;
}