/*
Theme Name: Scrapbook
Theme URI: http://asingleday.com
Description: A scrapbook-style theme for Quiet Time with Carolyn
Author: Revka Stearns
Author URI: http://designsbyrs.com
version: 1.0

"Whatsoever thy hand findeth to do, do it with thy might;" 
           Ecclesiastes 9:10


~~~~~~~I hope you enjoy your new design.~~~~~~~
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: #fff url("images/qtwc-bkgd.jpg") repeat top left;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	margin: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-bottom:1px solid #4d4a28;
	border-right:1px solid #4d4a28;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#733b1f;
	text-decoration:none;
	border: none;
	}

a:visited {
        color: #4d4a28;
	text-decoration:none;
	border: none;
        }

a:hover{color:#444013;text-decoration: underline; border: none;}



/* container */


#container {
  width: 900px;
  margin: 20px auto;
  padding-bottom: 56px;
  background: url("images/qtwc-wrap-bottom.png") no-repeat bottom center;
}

#wrap {
  width: 900px;
  height: 50px;
  margin: 10px auto 0;
  background: url("images/qtwc-wrap-top.png") no-repeat top center;
	}

#wrap2 {
  width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  background: #d6c5a0 url("images/qtwc-wrap-middle.png") top center repeat-y;
  text-align: left;
	}

	
/* header */

#header {
        width:800px;
        height: 200px;
        margin:0 auto;
	}

#header h1{
	font-family: verdana, arial, times, serif;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;
        display: none;	
	}
	
#header h1 a{color: #733b1f; text-decoration: none;}
#header h1 a:hover{color: #444013; text-decoration: none;}


#header h2{
	font-family: verdana, arial, times, serif
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #453223;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;
        display: none;	
	}

/* main menu */


#menu {
	font-family: verdana, arial, times, serif;
	font-size: 9pt;
	width:750px; 
        margin: 0 35px 0;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #733b1f;
}

#menu ul li a:hover {
	text-decoration: underline;
	color:#444013;
}



/* content */


#content {
	float: left;
        width: 420px;
        margin: 10px 15px 0 45px;
        padding: 0;
        word-wrap: break-word;
	overflow: hidden;
	}	

.post {
  padding: 5px;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color: #733b1f;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: ##444013;
	text-decoration: underline;
	}
	
.post p{font-size: 10pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding: 35px 6px 6px;
	margin-top: 16px;
	background: url("images/qtwc_sig.png") no-repeat top left;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

#bottom-element {
  height:45px;
  margin: 15px auto;
  background: url("images/qtwc-deco.png") no-repeat top center;
}

/* sidebar */

#sidebar-wrapper {
	float: right;
        width: 350px;
        background: url("images/qtwc-deco.png") no-repeat bottom center;
        margin: 10px 30px 0 5px;
        padding: 0 5px 45px;
        word-wrap: break-word;
	overflow: hidden;
	}



#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;



	padding: 0;


}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;


	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


#l_sidebar {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	display: inline;
	}


#r_sidebar {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 10px 0;
	display: inline;
	}


/* comments */

#commentssection{
	clear: both;
        width: 350px;
        margin: 10px auto;
	padding: 2px 12px;
        background: #ded7ac;
	border:1px solid #4d4a28;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 10px auto;
	padding: 2px 12px;
        width: 350px;
        background: #ded7ac;
	border:1px solid #4d4a28;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #733b1f; text-decoration: none; border-bottom: 1px dotted #453223;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:300px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;        
	padding: 6px;
	border: 1px solid #453223;
        color: #453223;
	}

#submit{margin:5px 5px 0 0; background:#fff;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#733b1f;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #733b1f; text-decoration: none; border-bottom: 1px dotted #453223;}



/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #453223;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #453223;
	background-color: #fff;
	color: #453223;
	}

/* footer */

#footer {
	clear: both;
	width: 800px;
        margin:0 auto;
        padding:10px 0;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
        text-align: center;
	}
	
#footer p{padding:6px 36px;margin: 0; }

