/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: #cbe1b0 url(images/bg-whiteongreen.jpg) repeat 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #573b2f;
}

.custom #page {
    background: #ffffff none repeat scroll 0 0;
    width: 840px;
    border: 4px solid #573b2f;
}

/*  Begin Header  */

.custom #header {
	padding: 0 0 20px 0;
	border: none;
	position: relative;
        z-index: 2;
}

.custom #header #logo {
	text-indent: -9999px;
}

.custom #header #logo a {
	color: #ffffff;
	display: block;
	height: 187px;
	width: 840px;
	background: url('images/header-6kids.jpg') no-repeat;
	outline: none;
}

.custom #header #logo a:hover {
	color: #d2f6f6;
}

.custom #header #tagline {
	height: 0;
}

/*  End Header  */


.custom #footer {
	border: none;
	font-size: 1.3em;
}

.custom #content_box {
	background: none;
}


.custom #custom_box {
	border: none;
        padding: 0;
        background: none;
}
/*
.custom li#text-372048284.widget {
     margin-bottom: 115px;
}

.custom .rss-img {
     width: 117px;
}

.custom .email-img {
     width: 123px;
} */

.custom a.button-rss {
     float:left;
}

.custom a.button-email {
     float:right;
}

.custom h2 a {
	color: #573b2f;
}

.custom .to_comments a {
	color: #573b2f;
}

.custom .to_comments span {
	color: #573b2f;
}

.custom .sidebar h3 {
	color: #573b2f;
}




.custom h3.subscribe {
     background: #e0b9af none repeat scroll 0 0;
     border: 1px solid #573b2f;
     color: #573b2f;
     position: relative;
     width: 239;
     font-family: verdana, sans-serif;
     font-size: 13px;
     font-variant: small-caps;
     letter-spacing: 2px;
     line-height: 1.385em;
     margin-top: 30px;
     margin-bottom:10px;
     padding: 5px 10px;
}

.custom #multimedia_box {
        height: 235px;
}

.custom img.subscribe {
     padding: 5px;
}

.custom .sidebar h3 {
     border: 1px solid #573b2f;
     color: #573b2f;
     left: -10px;
     padding: 5px 10px;
     position: relative;
     width: 239px;
     background: #CBE1B0;
}

.custom #text-372203541 h3 {
     background: #e0b9af;
}

.custom #widget_killer_recent_entries-372199811 h3 {
     background: #e0afe0;
}

.custom #widget_killer_recent_entries-372198771 h3 {
     background: #afb9e0;
}

.custom #widget_killer_recent_entries-372199301 h3 {
     background: #afe0cc;
}




.custom #widget_killer_recent_entries-372199811 ul li  {
     background: transparent url(images/bullet-pink2.png) no-repeat scroll 5px 0px;
     position: relative;
     left: -9px;
     padding: 0 0 3px 29px;
     width: 231px;
}

.custom #widget_killer_recent_entries-372198771 ul li  {
     background: transparent url(images/bullet-purple2.png) no-repeat scroll 5px 0px;
     position: relative;
     left: -9px;
     padding: 0 0 3px 29px;
     width: 231px;
}

.custom #widget_killer_recent_entries-372199301 ul li  {
     background: transparent url(images/bullet-teal2.png) no-repeat scroll 5px 0px;
     position: relative;
     left: -9px;
     padding: 0 0 3px 29px;
     width: 231px;
}






.custom ul#tabs {
	border: none;
        position: relative;
        z-index: 1;
}

.custom ul#tabs li {
        background: #cbe1b0;
        border-color: #573b2f;
        border-style: solid;
        border-width: 1px;
}

.custom ul#tabs li a {
	color: #573b2f;
}

.custom ul#tabs li.current_page_item {
        padding: 0;
}

.custom ul#tabs li.current_page_item a {
	color: #ffffff;
        background: #573b2f;
}

.custom ul#tabs li.page-item-2 {
        background: #afe0ce;
        border-left: none;
}

.custom ul#tabs li.page-item-3 {
        background: #afb7e0;
        border-left: none;
}

.custom ul#tabs li.page-item-5 {
        background: #e0afde;
        border-left: none;
}

.custom ul#tabs li.page-item-7 {
        background: #e0b9af;
        border-left: none;
}

.custom ul#tabs li.rss {
        background: none;
        border: none;
}








.custom .category-short-stories h1, .category-short-stories h2 {
     background: transparent url(images/bullet-pink2.png) no-repeat scroll 0 6px;
     position: relative;
     left: -24px;
     padding-left: 24px;
}

.custom .category-short-stories h1 a:hover, .category-short-stories h2 a:hover {
     color: #e0afe0;
}

.custom .category-childrens-books h1, .category-childrens-books h2 {
     background: transparent url(images/bullet-purple2.png) no-repeat scroll 0 6px;
     position: relative;
     left: -24px;
     padding-left: 24px;
}

.custom .category-childrens-books h1 a:hover, .category-childrens-books h2 a:hover {
     color: #afb9e0;
}

.custom .category-lifestyle h1, .category-lifestyle h2 {
     background: transparent url(images/bullet-teal2.png) no-repeat scroll 0 6px;
     position: relative;
     left: -24px;
     padding-left: 24px;
}

.custom .category-lifestyle h1 a:hover, .category-lifestyle h2 a:hover {
     color: #afe0cc;
}




.silky-blankets table {
     width: 100%;
     border: 1px;
     cellpadding: 5px;
     cellspacing: 5px;
}



.silky-blankets .story {
     padding-right: 40px;
}

.silky-blankets .handmade {
     background: #afb9e0;
     padding: 1px 10px 1px 10px;
     border: 1px solid #573B2F;
     margin-top: -30px;
}

.silky-blankets .care {
     background: #afe0cc;
     padding: 1px 10px 1px 10px;
     border: 1px solid #573B2F;
     margin-top: 10px;
}

.silky-blankets .spec {
     background: #E0AFE0;
     padding: 1px 10px 1px 10px;
     border: 1px solid #573B2F;
     margin-top: 10px;
}

.silky-blankets #header #logo a {
     background:transparent url(images/header-silky.jpg) no-repeat scroll 0 0;
}

.silky-blankets .buynow {
     padding: 10px;
     text-align: center;
     margin-top: -10px;
}

.silky-blankets .buynow h3 {
     margin-top: 0px;
     margin-bottom: 5pt;
     font-family: verdana, arial, sans-serif;
     font-size: 18pt;
     font-variant: small-caps;
     font-weight: bold;
     color: red;
}

.silky-blankets .buynow input, textarea {
     border: none;
     background: none;
     margin-top: 13px;
}

.silky-blankets .buynowbottom {
     padding: 10px;
     text-align: center;
     margin-top: 30px;
}

.silky-blankets .buynowbottom h3 {
     margin-top: 0px;
     margin-bottom: 5pt;
     font-family: verdana, arial, sans-serif;
     font-size: 18pt;
     font-variant: small-caps;
     font-weight: bold;
     color: red;
}

.silky-blankets .buynowbottom input, textarea {
     border: none;
     background: none;
     margin-top: 13px;
}

.silky-blankets .rss {
     display: none;
}

#commentform textarea {
     border: dotted thin;
}

.custom .at-home {
     display: none;
}

.silky-blankets .at-home {
     display: block;
     position: fixed;
     top: 0px;
     right: 0px;
     z-index: 3;
}