/*
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/
*/
.custom #header { display: block; height: 304px; width: 100%; background: url('images/header2.jpg') no-repeat; outline: none; }
.custom #header { padding: 0; }
.custom #header { margin: 0 auto; }

.blogpages #header { height: 167px; background: url('http://www.theglobaljewishkitchen.com/wp-content/themes/thesis_16/custom/images/blog-header.jpg') no-repeat; }

.custom #header {
  border-bottom: none;
}

#rssbox {width: 380px; height: 190px; background: url('http://www.theglobaljewishkitchen.com/images/RSS-background-box.png'); }

body.custom {background: #fff url('http://www.theglobaljewishkitchen.com/images/background-pattern.jpg') repeat;}

.clear { clear: both }

.comments_closed p { display: none; } 
.addtoany_share_save { padding-left:30px !important; vertical-align:inherit !important; }/*all comments by the author have the same blue background*/.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}
/* resets size to normal .comments_intro size */.custom .comments_intro span {font-size: inherit;}
/* make the braces disappear */.custom .comments_intro span.bracket {display: none;}.custom .to_comments span.bracket {display: none}
.custom a { text-decoration: none; }.custom a:hover { text-decoration: underline; }
#copyright {font-size: 1em;}
.custom #multimedia_box {background:none;}
.photoby {font-size: .7em;}

.custom li.widget {
margin-bottom:2.19em;
}
a.plainlink { text-decoration: none;font-weight: bold;color: #000000}
a.plainlink:hover { text-decoration: none;}
a.tableofcontents {font-weight: bold;}
#newsletter {border: none;width: 260px;text-align: center;background: #7094FF url("/form_bg.gif") repeat-x;border: 1px solid #000;padding: 5px;margin-bottom: 5px;margin-left: 5px;margin-top: 5px;
}
#newsletter fieldset {border: none;}
#newsletter h3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 1.1em;font-weight: bold;}
#newsletter .inputbox {width: 95%;font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;margin-bottom: 2px;}
#newsletter label { /*THREE LINES OF TEXT MAX*/width: 163px;height: 20px;line-height: 10px;float: right;font-size: .9em; /*CHANGE FONT SIZE OF DISCLAIMER*/padding: 1px;}
#newsletter .submit {width: 90px;float: left;margin-left: 2px;height: 30px;				}
#newsletter h3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:  1.2em;/*THIS MAKES THE HEADLINE BIGGER/SMALLER*/font-weight: bold;}
#newsletter h3 {
      margin:0;
}

#sidebar_1 img.alignleft {margin:0 5px 0 0;}
a#rss_link {background:url(/wp-content/uploads/2010/07/rss_email.jpg) no-repeat; height:62px; padding:0 0 0 110px; text-decoration:none; font-size:18px; font-weight:bold; display:block;}
a#rss_link span {font-size:14px; font-style:italic; text-decoration:underline;}
a#rss_link span:hover {text-decoration:none;}
#rss_link a {text-decoration:underline; font-size:24px; font-weight:bold;}
#rss_link a:hover {text-decoration:none;}

/* ALPHABETICAL LISTING PAGE */
.recipe-index ul.lcp_catlist, .recipe-index .headline_area {display:none;}
#alphabetical_page_title {padding:32px 0 15px;}

.custom .menu .tab-2 a {
	background: #2361a1;
	color: #ffffff;}

.custom .menu .tab-2 a:hover {
	text-decoration:underline;}