/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
#footer {
    background-color: #680000;
    background-image: linear-gradient(#b40000,#680000);
}
#footer p {
	color:#e1e1e1;
}
#sidebar .menu li.parent {
    list-style: none;
    margin-top: 1em;
}
div#widgets-container-1 {
	width:47%;
	padding: 0 3% 0 0;
	float:left;
}
	
div#widgets-container-2 {
	width:50%;
	padding: 0 0 0 0;
	float:left;
}
div#widgets-container-7 {
	clear:both;
}
h2 {
	font-size:12px;
}
.widget h3 {
	font-family: Lato;
}

.home .widget h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #777;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 7px;
}

.home h5 {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 7px;
}
.home h5 small {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.home .widget h3.page-list-ext-title {
	border: none;
}
.home #sidebar h5 {

    background-color: #680000;
    background-image: linear-gradient(#b40000,#680000);
    color: white;
    padding: 25px 0 8px 8px;
    font-size: 20px;
/* 
    margin-right: 3%;
 */
	margin-bottom:3%;
	text-transform:uppercase;
}
.home #sidebar h5 a,
.home #sidebar h5 a:link,
.home #sidebar h5 a:visited,
.home #sidebar h5 a:hover,
.home #sidebar h5 a:active
{
	color:white;
}
.home .su-box-title {
	text-transform: uppercase;
}
#sidebar h3 {
	margin-top: 0px;
    background-color: #680000;
    background-image: linear-gradient(#b40000,#680000);
    color: white;
    padding: 15px 8px 8px 8px;
    font-size: 14px;
    font-family:Lato;
	margin-bottom:3%;
	text-transform:uppercase;
}
#sidebar h3 a,
#sidebar h3 a:link,
#sidebar h3 a:visited,
#sidebar h3 a:hover,
#sidebar h3 a:active
{
	color:white;
}

.entry .page-link a {
	padding:1em;
	border:1px solid red;
}

#navigation 
{
	margin-bottom:0;
}

#content
{
	padding-top:1.5em;
}

.boxed-layout #header, .boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer
{
	padding-left:1.5em;
	padding-right:1.5em;
}

h2 {
	font-size:0.8em;
	color:gray;
}

a.mType, 
a:link.mType, 
a:visited.mType, 
a:hover.mType, 
a:active.mType 
{
	font-weight:bold;
	font-family:Lato, Helveticia Neue, arial, sans-serif;
}

a.mSub, 
a:link.mSub, 
a:visited.mSub, 
a:hover.mSub, 
a:active.mSub 
{
	color:black;
	font-family:Helvetica Neue, arial, sans-serif;
}

div.homebox {
	float:left;
	width:48%;

}

.widget h3
{
	padding:0px;
	border-bottom:0px;
}


.charlie-chan 
{
	background:url(/wp-content/uploads/charlie-chan-header.png) #ffffce no-repeat 20px 30px;
}

.charlie-chan section#main {
    padding-top: 100px;
}

.christie 
{
	background:url(/wp-content/uploads/christie-header.png) #ffffdb no-repeat 20px 30px;
}

.christie section#main {
    padding-top: 100px;
}

.christmas {
	background:	
		url(/wp-content/uploads/header-christmas.png) no-repeat 20px 30px, 
		url(/wp-content/uploads/bg-christmas.gif);
}

.christmas section#main {
    padding-top: 130px;
}

.halloween {
	background:	
		url(/wp-content/uploads/header-halloween.png) no-repeat 20px 30px, 
		url(/wp-content/uploads/bg-halloween.jpg);
}

.halloween section#main {
    padding-top: 140px;
}

.love {
	background:	
		url(/wp-content/uploads/love-header.png) no-repeat 20px 30px, 
		url(/wp-content/uploads/bg-love.jpg);
}

.love section#main {
    padding-top: 120px;
}


.hitchcock {
	background:url(/wp-content/uploads/hitchcock-title-sub.gif) #cc9 no-repeat 100px 30px;
}

.hitchcock section#main {
    padding-top: 100px;
}

.edgar {
	background:url(/wp-content/uploads/header-edgar.png) #e3eac6 no-repeat 100px 30px;
}

.edgar section#main {
    padding-top: 120px;
}

.holmes {
	background:url(/wp-content/uploads/header-holmes.png) #deece4 no-repeat 30px 30px;
}

.holmes section#main {
    padding-top: 120px;
}

.nancydrew {
	background:url(/wp-content/uploads/header-nancydrew.png) #e4f2fd no-repeat 100px 30px;
}

.nancydrew section#main {
    padding-top: 120px;
}

/* Amazon product image and button shortcode */
.su_amazon_cover_and_button 
{
}

.su_cover
{
}

.su_cover_button
{
}
#wp-subscribe {
	font-family: 'Lato', arial, sans-serif !important;
    background: #333 !important;
}
#wp-subscribe h4.title {
    font-size: 21px !important;
}
#wp-subscribe input.email-field {
    color: #999 !important;
    background: #fff !important;
}
#wp-subscribe h4.title span {
    font-size: 16px !important;
}
#wp-subscribe input.submit {
	background: #A82223 !important;
    color: #fff !important;
	font-weight: bold !important;
}

.su_amazon_cover_and_button {
    text-align: center;
    border: 1px dashed #999;
    padding: 20px 0px 0px 0px;
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}