/*
Theme Name: Ready Scrapbook
Theme URI: http://www.shardsofblue.com/readydesigns
Description: My first custom WordPress theme, based on scrapbooking.
Version: 1.0
Author: Roxanne Ready
Author URI: http://www.shardsofblue.com/
Tags: paper, scrapbook, fixed width, two columns, widgets

	Ready Scrapbook 1.0
	 http://www.shardsofblue.com/readydesigns

	This theme was designed and built by Roxanne Ready,
	whose blog you will find at http://www.shardsofblue.com/readydesigns

	The CSS, XHTML and design are copyright 2010 Roxanne Ready

*/


/* CSS Stylesheet */

html {
	font-size: 62.5%; /*set browser font to 10px*/
	background: url('images/main-bg.png');
}

body {
	font-size: 1.3em;
	position: relative;
	color: #311719;
}

body.archive {
text-align: left;
}

a, a:link, a:visited {
	color: #311719;
	text-decoration: none;
}

input, select, th, td { 
	font-size: 1em; /*normalize fonts in IE*/
}

/** Clearfixes **/

.clearfix1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix1 { /* IE6 */
	height: 1%;
}

*:first-child+html .clearfix1 { /* IE7 */
	min-height: 1px;
}

.clearfix2 {
	overflow: hidden; /*self clearing item*/
	zoom: 1; /*for IE6*/
}

/** End Clearfixes **/

.maxWidth {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.absPic {
	position: absolute;
	z-index: 50;
}

/** Header **/

#header {
	height: 272px;
	width: 100%;
	background: url('images/header-bg.png') repeat-x top;
	font-family: 'arial black', arial, sans-serif;
}
	
	#header h1 {
		position: relative;
		width: 345px;
		height: 254px;
		line-height: 254px;
		font-size: 2.0em;
		float: left;
		margin-top: 18px;
	}
	
	#header h1 a {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('images/logo-1.png') no-repeat top center;
		left: -20px;
	}

	#header #flower {
		top: 0;
		right: -20px;
	}

#nav {
	background: url('images/translucent.png');
	float: left;
	margin-top: 230px;
	font-size: 1.6em;
	line-height: 39px;
	margin-left: -50px;
	padding-left: 20px;
	width: 585px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-raduis: 10px;
}

	#nav li {
		display: inline;
		padding: 0 10px;
	}
	
	#nav li:hover {
		background: url('images/translucent.png');
	}

/** Content **/

#contentHolder {
	background: #fff url('images/content-bg.png') repeat-y center top;
	position: relative;
	z-index: 10px;
}

/* Posts */

#content {
	width: 561px;
	float: left;
	margin: 0 47.5px;
	line-height: 1.6em;
	text-align: left;
font-size: 1.2em;
font-family: Georgia, 'Times New Roman', serif
}
	
	#content h2 {
		font-family: 'arial black';
		font-size: 1.5em;
		margin: 5px 0;
		text-align: left;
	}
	
#content .entry h3 {
   font-size: 1.15em;
line-height: 2.0em;
margin-bottom: -5px;
}

#content .entry h3.related_post_title {margin-bottom: 0px;}

	#content .entry a {
		border-bottom: 1px solid #F3DBA6;
	}

#content h4 {line-height: 1.2em;}

#content .entry a.noBorder { border: 0; }
	
	#content a:hover {
		background-color: #DFF9FB;
border-bottom: none;
		color: #2F3F3C;
	}
	
	#content h2.blogTitle {
		width: 557px;
line-height: 1.3em;
padding: 10px 0;
		/*min-height: 47px;
		padding-top: 10px;*/
		margin-top: 10px;
		background: url('images/post-header-bg.png');
		font-size: 2.0em;
		text-align: center;
	}
	
	#content h2.blogTitle a {
		display: block;
		background: url('images/translucent.png');
		margin: 0 10px;
		/*line-height: 37px;*/
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-raduis: 10px;
                overflow: hidden;
	}
	
	#content h2.blogTitle a:hover {
		color: #311719;
		/* for IE start */
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
		zoom:1;
		/* for IE end */
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, .5);
	}
	
	#content p {
		margin: 5px 2px 20px 2px;
	}

#content ul, #content ol {
     margin-left: 15px !important;
     padding-left: 20px !important;
     margin-bottom: 10px !important;
}
        #content ol {
          margin-left: 5px;
}

        #content ul li {
                margin-left: 5px;
list-style-type: disc;
        }

        #content ol li {
                margin: 5px;
        }

#content p.date, #content p.category {
	float: left;
	width: 49%;
	margin-top: 0;
}

.sociable_tagline {text-align:center;}

.category {
	text-align: right;
}

.tags {
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBB475;
}

	.tags li {
		display: inline;
		margin: 0 5px;
	}

.older, .newer {
	float: left;
	width: 49%;
	margin: 10px 0;
}

.newer {
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 239px;
	padding-bottom: 196px;
        line-height: 1.5em;
font-size: 1.0em;
}

.sidebarItem {
	background: url('images/translucent.png');
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-raduis: 10px;
	position: relative;
	z-index: 60;
}

	.sidebarItem h3, .sidebar h2 {
		margin-bottom: 10px;
		font-size: 1.2em;
	}
	
	.sidebarItem ul {
		margin-left: 10px;
	}
	
		.sidebarItem ul li {
			margin: 10px 0;
		}
	
	.sidebarItem a:hover {
		text-decoration: underline;
	}

#flourish {
	bottom: -10px;
	right: -10px;
}

/** Footer **/

#footer {
	background: url('images/footer-bg.png');
	padding-top: 20px;
	margin-top: -5px;
	position: relative;
	z-index: 20px;
	line-height: 1.3em;
	text-align: center;
}

	#footer .maxWidth {
		background: url('images/translucent.png');
		padding: 10px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-right-raduis: 10px;
		-webkit-border-top-left-raduis: 10px;
	}

/** Other **/

.sociable { margin: 25px; }

.sociable_tagline { margin-bottom: 5px; }

.sociable ul {
	text-align: center;
}

.sociable ul li {
	display: inline;
}

.sociable ul li a {
        border: 0 !important;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

#content p.credit { text-align: center; margin-top: -10px; font-size: .9em;}
#content p img.border, #content img.border { border: 2px solid #311719;}
.noBorder { border-width: 0 !important; background-color: transparent !important; }
.alignleft {float:left; margin-right: 10px;}
.alignright {float:right; margin-left: 10px;}
.aligncenter {text-align: center; margin: auto;}
#content .entry h3.related_post_title {padding-top: 20px;}
#content .entry h3.related_post_title, #content .entry ul.related_post, #content .entry ul.related_post a {color: #7F6967;}
#content .entry a.retweet-anywhere {border: 0;}
#content .entry a.retweet-anywhere:hover {background:transparent;}

#content .wp-caption {margin-bottom: 15px;}
#content p.wp-caption-text {font-size: .8em; margin: 0; text-align: center; background: #E1DDD4; line-height: 1.5em;}
#content .alignright p.wp-caption-text {margin-left: 5px;}
#content .alignleft p.wp-caption-text {margin-right: 5px;}
#content .aligncenter p.wp-caption-text {margin: auto 2.5px auto 2.5px;}

#content .pullOut {background: #FDF8EA; border: 2px solid #311719; padding: 10px;}
#content .pullOut a {border: none; text-decoration: underline;}
