/*
Theme Name: One Book Every Young Child Template
Theme URI: http://brownbearcreative.com/
Description: Custom theme created for One Book, Every Young Child program
Version: 1.0
Author: Abi Cushman - Brown Bear Creative
Author URI: http://brownbearcreative.com/
Tags: fixed width

*/


body{
	color: #000;
	background: #5093ca url(images/bgd.png) top center no-repeat;
	text-align: center;
	margin: 0px 0 30px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	}

a{
	color: #2e74ad;
	text-decoration: none;
	overflow:hidden;
	font-weight: bold;
	}

a:hover{
	color: #da7808;
	}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	}

ul, li{
	list-style: none;
	}

/********************************* LAYOUT STYLES ***********************************/

#bodytop{
	background: url(images/bodytop.png) no-repeat 5px 0;
	width: 804px;

	margin: 0 auto;
	height: 29px;
	display: block;

	}

#page{
	background-color: #f4cc86;
	border: 2px solid #fff;
	border-top: 0;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	clear: both;
	
	
	
	}



#masthead{
	background: url(images/mastheadbgd.png) no-repeat top center;
	width: 800px;
	float: left;
	}



#masthead h1{
	padding: 22px 0 0 18px;
	margin: 0;
	text-indent: -9999px;
	font-size: 10px;
	float: left;
	}

#masthead h1 a{
	width: 208px;
	height: 100px;
	display: block;
	background:url(images/logo.png) no-repeat 0 0px;
	}

#topmast{
	width: 800px;
	float: left;
	height: 131px;
	}

#topmast a#buybook{
	float: right;
	margin: 60px 25px 0 0;
	width: 126px;
	background-image: url(images/buybookbtn.png);
	}

#navigation{
	width: 800px;
	float: left;
	background: #62b22c;
	}

#navigation li{
	float: left;
	border-right: 1px solid #b4ea90;
	}

#navigation li a{
	padding: 12px 18px;
	float: left;
	display: block;
	color: #fff;
	font-size: 75%;
	}


#navigation li#homelink a{
	padding: 12px 18px 12px 27px;
	}

#navigation li a:hover{
	background-color: #fa931d;
	}
	

#page .home{
	background-image: url(images/sitetopyellow.png) ;
	background-color: #fff;
	}

#page .subpage{
	background-image: url(images/sitetop.png) ;
	background-color: #fff;
	}

#page .sidebar{
	background-image: url(images/sitetopside.png) ;
	background-color:  #d9fab8;
	}

#maincontent{
	float: left;
	width: 750px;
	margin: 23px 0px 0 25px;
	padding: 15px 0px 0 0px;
	background:no-repeat 0px 0px;
	}

*html #maincontent{
	margin-left: 13px;
	}

#content h2{
	color: #62b22c;
	font-size: 160%;
	font-weight: normal;
	margin: 10px 0px 20px 0;
	}

#calendar_wrapLarge h2{
	font-size: 120%;
	color: #da7808;
	}

#content ul, #content ol{
	font-size: 75%;
	line-height: 150%;
	margin: 0 0 15px 15px;
	}

#content ul li{
	padding: 0 0 5px 12px;
	background:url(images/bullet.png) no-repeat 0 6px;
	}

.narrowcolumn {
	float: left;
	padding: 0 25px 0 25px;
	margin: 0px 0 0 0;
	width: 460px;
	background-color: #fff;
	}



.widecolumn {
	width: 700px;
	background-color: #fff;
	padding: 0 25px 0 25px;
	}

.post {
	margin: 0 0 20px 0;

	}

#content p{
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 15px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.entry{
	margin-top: 15px;
	}

#sidebar{
	padding: 20px 20px 20px 0px;
	float: right;
	width: 195px;
	}

#sidebar form {
	margin: 0;
	}

#footer {
	padding: 5px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	font-size: 70%;
	color: #fff;
	}

p#leftfooter{
	float: left;
	width: 44%;
	text-align: left;
	}

p#rightfooter{
	text-align: right;
	}

#footer a{
	font-weight: normal;
	color: #fff;
	}

#footer a:hover{
	text-decoration:underline;
	}


.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#spacer{
	width: 800px;
	clear: both;
	height: 40px;
	background:url(images/sitebtm.png) no-repeat top center #f4cc86;
	}

#spacerside{
	width: 800px;
	clear: both;
	height: 40px;
	background:url(images/sitebtmside.png) no-repeat top center #f4cc86;
	}

#spacerhome{
	width: 800px;
	clear: both;
	height: 40px;
	background:url(images/sitebtmgreen.png) no-repeat top center #f4cc86;
	}

*html #spacer, *html #spacerside, *html #spacerhome{
	background-position: 26px 0;
	}

#footer {
	width: 800px;
	margin: 3px auto;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#sidebar h2 {
	margin: 0;
	font-size: 85%;

	color: #408511;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}




small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}




/***************************** HP STYLES *******************************/

#hpcontent{
	background:url(images/featurebgd.png) repeat-y left;
	width: 750px;
	float: left;
	}

#hpcontent h2{
	background: no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	font-size: 100%;
	width: 211px;
	margin-bottom: 15px;
	}

#hpcontent p{
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 15px;
	}

#selection{
	background-color: #fefcc0;
	padding: 15px 20px 20px 20px;
	float: left;
	width: 710px;
	}

#selection h2{
	background-image:url(images/header_selection.png);
	}

#selection blockquote{
	font-size: 75%;
	line-height: 140%;
	color: #000;
	}

#selection img{
	margin-top: -43px;
	border: 1px solid #fff;
	}

a#authorlink{
	background-image:url(images/authorlinkbtn.png);
	width: 205px;
	margin-top: 20px;
	}

a#authorlink:hover{
	background-position: 0px 0 ;
	}

#event{
	float: left;
	width: 285px;
	padding: 25px 20px 10px 20px;
	}

#event h2{
	background-image:url(images/header_event.png);
	}

#event img{
	border: 1px solid #fff;
	}

a.greenarrow{
	padding-right: 10px;
	background:url(images/arrow_green.gif) no-repeat  100% 2px;
	}

a.greenarrow:hover{
	background-image:url(images/arrow_green_hover.gif);
	}

a.arrow{
	padding-right: 10px;
	background:url(images/arrow.gif) no-repeat  100% 2px;
	}

a.arrow:hover{
	background-image:url(images/arrow_hover.gif);
	}

#about{
	float: left;
	width: 385px;
	padding: 25px 20px 10px 20px;
	}

#about h2{
	background-image:url(images/header_about.png);
	}

#participating{
	width: 710px;
	padding: 15px 20px 0 20px;
	font-size: 90%;
	background: #62b22c;
	color: #fff;
	float: left;
	}

#participating p{
	margin-bottom: 0;
	}

#participating h2{
	display: none;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
		border: 1px solid #b7bfc9;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b7bfc9;
	}

img.alignright {

	margin: 0 0 5px 15px;
	display: inline;
		border: 1px solid #b7bfc9;
	}

img.alignleft {

	margin: 0 15px 5px 0;
	display: inline;
		border: 1px solid #b7bfc9;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 20px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10px 0;
	padding: 0 0 0 13px;
	background:url(images/bullet.png) no-repeat 0 7px;
	font-size: 80%;
	line-height: 140%;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 0px 0 0;
	}
#commentform textarea {
	width: 95%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

#page .commentlist {
	padding: 0;
	margin: 0;
	font-size: 100%;
	}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 15px 15px 5px 15px;
	list-style: none;
	border: 0;
	background-color: #fefcc0;

	}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;
}

.vcard{
	font-size: 85%;
	margin: 0 0 -8px 0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform input, #commentform textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;

	}



.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 0 15px 15px;
	
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 100%;
	margin: 8px 0 0 0;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 70%;

	}

.commentmetadata a{
	font-weight: normal;
	
	}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
a.button{
	background:no-repeat top right;
	
	height: 37px;
	display: block;
	text-indent: -9999px;
	}

.borderbottom{
	padding-bottom: 20px;
		border-bottom: 1px solid #b4ea90;
		}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 0px;
	padding-left: 10px;
	border-left: 2px solid #62b22c;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#back{
	font-size: 70%;
	text-align: right;
	float: right;
	margin: 20px 0 0 0;
	width: 100px;
	}