/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
body.custom {
	font-size: 62.5%;
	font-family:Helvetica,Verdana,Geneva,Arial,sans-serif;
}
.custom #content {
	float: left;
	width:560px;
}
.custom div#archive_info {
	display:none;
}
.custom ul li {
	list-style:disc;
}
.custom div#logo {
	text-align:left;
	position:absolute;
	left:20px;
}

/*
.custom div.entry-content{
	width:400px;
}
*/
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.custom .hfeed{
	width:570px;

}
.green{
	color:#5A7B25;
}
.custom #contactsubmit, input#signup, .custom #submit, .custom input.form_submit {
	color:#fff;
	border:none !important;
	background-color:#5A7B25;
	font-weight:normal;
	font-family:arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.custom #contactsubmit, .custom #submit {
	font-size:0.8em;
}
.custom input.form_submit {
	font-size:0.6em;
}
.custom #sidebars {
	width: 220px;
	float: right;
	padding:10px 0px;
	margin:0px;
}
.custom .sidebar {
	width: 100%;
	float: left;
}
.custom input, .custom textarea {
	font-family:arial, Helvetica, sans-serif;
}
strong.search-excerpt {
	background: yellow;
}
.topboxlayer {
	display:none;
}
.custom #comment_form label{
	display:inline-block;
	width:120px;
	vertical-align:top;
}
.custom #comment_form textarea{
	width:360px;
	height:100px;
	border:solid 1px #999;
	background-color:#FFF;
}
.custom input#submit{
	background-color:#5A7B25;
	color:#FFF;
	text-transform:lowercase;
	width:60px;
	height:22px;
}
.custom input#submit:hover{
	background-color:#d58d1d;
}
.custom #comment_form  input{
	border:solid 1px #999;
}
.custom .format_text ul {
	margin: 0 0 1.5em 20px;
	padding: 0;
	list-style: none;
}
.custom .format_text ul li {
	padding: 0 0 0 16px;
	background: url('/images/bullet.gif') 0 0.4em no-repeat;
}
.custom blockquote {
	border-left: 4px solid #ddd;
	color: #666;
}
.custom .format_text img.frame {
	padding: 3px;
	border: 1px solid #ddd;
	background: #eee;
}
.custom #sidebars_box {
	width: 100%;
	background:none;
	padding:0px;
	margin:0px;
}
.custom .author_and_date {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.0em;
}
.custom .published {
	font-size: 1.0em;
}	

.custom .subtitle {
	margin-bottom: 5px;
}
.custom .subtitle_left {
	color: #FF0000;
}
.custom .subtitle_right {
	text-align: right;
	float: right;
}

.more {
	display: none;
}
a.showlink, a.hidelink {
	text-decoration: none;
}
/*    Gravatar styling */
.custom #comment_list dt .avatar {
	margin: 0 1.571em 0 0;
	float: left;
	clear: right;
}

/* TaBS */
.tabs-block {
	padding:0px;
	margin-top:10px;
}
.tabbed {
	width:100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}
.custom ul#tabs li {
	list-style:none;
	padding-left:10px !important;
}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	list-style-type: none;
}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #ccc;
}
.tabs-block ul.tabs li a {
	padding: 5px .7em;
}
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	text-decoration: none;
}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tabs-block .tabbed div, #home .tabbed .c {
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10 {
	display: none;
}
.tabs-block .tabbed div.t1, #home .tabbed div.c1 {
	display: block;
}
.tabs-block .tabbed div {
	width:348px;
}
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
}
.tabbed div ul li {
	clear: left;
	background: transparent;
}
.tabbed div ul li a {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 90%;
	color:#000000;
	display: block;
	padding: 4px 5px 4px 14px;
	margin-left:7px;
	background: transparent;
	border: none;
	background: url('/images/sidebullet.gif') 0 0.4em no-repeat;
}
.tabbed div ul li a:hover {
	text-decoration: underline;
	color:#67727b;
}
.tabbed div ul li a {
	text-decoration: none;
	color:#000000;
}

.custom #footer img {
	padding:10px;
}
#login {
	width: 100em;
	margin: 0 auto;
	color: #b0cfe1;
	padding:0px;
}
.diy_bar {
	width: 61.66667em;
}
.thesis_bar {
	width: 80em;
}
#login_form_holder {
	text-align: left;
}
#login_inner p.manage_links {
	color: #465f6d;
}
#login_inner a, #login_inner a:visited {
	color: #f6b645;
	text-decoration: none;
}
#login_inner a:hover {
	color: #f6b645;
	text-decoration: underline;
}
#login_inner a.account_home {
	padding-left: 0;
}
#login_inner a.logout, #login_inner a.logout:visited {
	color: #b38128;
}
#login_inner a.logout:hover {
	color: #b38128;
}
#login_inner label {
	padding: 0 0.25em 0 0.5em;
}
#login_inner .form_input {
	font: normal 1em Verdana, sans-serif;
	width: 10em;
	padding: 0.16667em;
}
#login_inner .header_submit {
	font: bold 1em Verdana, sans-serif;
	margin-left: 0.5em;
	padding: 0.16667em;
	color: #111;
	background: #fdea91;
	border: 0.16667em solid #faf1c8;
	border-right-color: #d5c477;
	border-bottom-color: #d5c477;
	cursor: pointer;
}
#alert_bar {
	width: 100%;
	height:50px;
	padding: 1em 0;
	background: #ebeacc;
	border-top: 0.2em solid #d6d5b8;
	border-bottom: 0.2em solid #d6d5b8;
}
#alert_bar p {
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}
#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;
}
.custom div#main-wrapper {
	width:970px;
	text-align:center;
	margin:auto;
	padding-top:20px;
	position:relative;
}
.custom div#container {
	background-image:url(images/bg-page-middle.gif);
	background-repeat:repeat-y;
	width:970px;
}
.custom div#header-container{
	background-image:url(images/bg-head.gif);
	background-repeat:no-repeat;
	position:relative;
	padding:10px 20px 0px 20px;
	width:930px;
	height:140px;
	clear:both;
}
.custom div#footer-wrapper{
	background-image:url(images/bg-footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:20px;
}
.custom div#footer-links{
	position:relative;
	width:970px;
	margin:auto;
}

div#content {
}
.custom div#navContainer {
	background-color:#FFF;
	width:970px;
	height:38px;
	margin:auto;
	position:relative;
}
.custom ul#tabs {
	background-image:url(images/nav_background.jpg);
	background-position:top left;
	width:100%;
	display:block;
	height:31px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}
.custom div#page {
	text-align:left;
	padding-top:0px !important;
	padding-left: 4em;
}
.custom ul#tabs li {
	margin:0px;
	padding:0px 15px 0px 15px;
	font-family:arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:bold;
	background:none;
	background-image:url(images/nav_end.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	height:31px;
	letter-spacing:normal;
}
.custom ul#tabs li a, .custom ul#tabs li a:link, .custom ul#tabs li a:visited {
	color:#FFF;
	font-size:1.2em;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current_page_item a:visited {
	color:#547526;
}
.custom ul#tabs li.current_page_item {
	background-image:url(images/nav_background_on.jpg);
	background-repeat:repeat-x;
	border:none;
}
.custom ul#tabs li#searchForm {
	float:right;
	padding:0px;
	margin:0px;
}
.custom ul#tabs li#searchForm form {
	padding:0px;
	margin:0px;
}
.custom ul#tabs li#searchForm input {
	display:inline;
	background-color:#fff;
	border:none;
}
.custom ul#tabs li#searchForm input#s {
	float:left;
	margin-top:5px;
	height:18px;
}
.custom h1.home{
	color: #8f9092; 
	font-size: 1em; 
	line-height:1em;
	font-weight: normal;
	margin:0px !important;
	padding:0px !important;
}
.custom h3 {
	font-family:arial, Helvetica, sans-serif;
	color:#547526;
	padding:0px 0px 0px 15px !important;
	margin:0px 0px 5px 0px;
	line-height:1.7em;
	text-transform:none;
	font-variant:normal;
	height:32px;
	clear:both;
}
.custom h2 {
	color:#000000;
	font-size:1.4em;
	padding:5px 0px 5px 0px !important;
}
.post_box h1, {
	font-size:2em;
}
.custom h4 {
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 5px 0px;
	line-height:1.7em;
	text-transform:none;
}
.custom div#comments h2 {
	font-size:2em;
}
.sidebar h3 {
	font-variant:normal;
}
.custom h1.entry-title {
	font-size:2em;
	padding-top:0.5em;
}
.custom h1.entry-title a {
	color:#547526;
	text-decoration:none;
}
.sidebar h2 {
	font-variant:normal;
	font-size:1.5em;
}
.custom div#content_box {
	padding-top:0px;
	
}
.custom div#multimedia_box {
	padding-top:0px !important;
}
.custom ul.sidebar_list {
	padding:0px;
}
.custom form#search_form {
	padding:10px;
}
.custom div#topbox {
	border:none;/*
	border-right:1px solid #999;
	padding-right:10px;
	*/
}
.custom div#footer {
	border:none;
}
div.post_box {
	margin:0px;
	clear:both;
}
.custom div#custom_box {
	background-color:#ffffff;
	border:solid 1px #ccc;
}
.custom div#multimedia_box {
	padding:0px;
	margin:0px;
}
.custom div#feedbox {
}
.custom .clear {
	clear:both;
}
.custom div#topbox .format_text, .custom div#botbox .format_text, .borderedSection {
	background-image:url(images/content_back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px 15px 20px 15px;
	padding:10px;
	border: solid 1px #666666;
}
.custom div#botbox .format_text {
	margin-top:20px;
}
.custom div#footerlinks {
	margin-top:40px;
	padding-left:30px;
}
.custom li.widget_text h3 {
	display:none;
}
.custom li.widget {
	list-style:none;
}
.custom div#postBanner {
	text-align:center;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #BBBBBB;
	border-bottom:1px dotted #BBBBBB;
	margin-top:20px;
	margin-bottom:0px;
}
.custom .author_comment {
	background:#ffffff none repeat scroll 0 0;
}
.custom .comments_intro {
	margin-top:10px;
}
.custom .comment_avatar {
	float:right;
	display:block;
	margin-left:5px;
	margin-bottom:5px;
}
/*new menu */
.nav {
	liST-STYLE-TYPE: none;
	MaRGIN-LEFT: 10px;
	liST-STYLE-IMaGE: none
}
.nav-logged-in {
	liST-STYLE-TYPE: none;
	MaRGIN-LEFT: 10px;
	liST-STYLE-IMaGE: none
}
.nav li {
	DISPLaY: inline
}
.nav-logged-in li {
	DISPLaY: inline
}
.nav li a {
	background-IMaGE: url(images/sprite-nav.gif);
	TEXT-INDENT: -1000em;
	background-REPEaT: no-repeat;
	float: left;
	height: 38px
}
.nav-logged-in li a {
	background-IMaGE: url(images/sprite-nav-logged-in.gif);
	TEXT-INDENT: -1000em;
	background-REPEaT: no-repeat;
	float: left;
	height: 38px
}
.nav li.nav-home a {
	width: 97px
}
.nav li.nav-home a:hover {
	width: 97px;
	background-position: 0px -38px
}
.nav > li.on.nav-home a {
	width: 97px;
	background-position: 0px -38px
}
.nav li.nav-start a {
	width: 206px;
	background-position: -96px 0px
}
.nav li.nav-start a:hover {
	width: 206px;
	background-position: -96px -38px
}
.nav > li.on.nav-start a {
	width: 206px;
	background-position: -96px -38px;
}
.nav li.nav-boxes a {
	width: 200px;
	background-position: -303px 0px;
}
.nav li.nav-boxes a:hover {
	width: 200px;
	background-position: -303px -38px;
}
.nav > li.on.nav-boxes a {
	width: 200px;
	background-position: -303px -38px;
}
.nav li.nav-recipes a {
	width: 99px;
	background-position: -502px 0px;
}
.nav li.nav-recipes a:hover {
	width: 99px;
	background-position: -502px -38px;
}
.nav > li.on.nav-recipes a {
	width: 99px;
	background-position: -502px -38px;
}
.nav li.nav-faqs a {
	width: 68px;
	background-position: -602px 0px;
}
.nav li.nav-faqs a:hover {
	width: 68px;
	background-position: -602px -38px;
}
.nav > li.on.nav-faqs a {
	width: 68px;
	background-position: -602px -38px;
}
.nav li.nav-blog a {
	width: 74px;
	background-position: -670px 0px;
}
.nav li.nav-blog a:hover, .nav li.nav-blog a.on {
	width: 74px;
	background-position: -670px -38px;
}
.nav > li.on.nav-blog a {
	width: 74px;
	background-position: -670px -38px;
}

.nav-logged-in li.nav-home a {width: 79px;}
.nav-logged-in li.nav-home a:hover {width: 79px; background-position: 0 -40px;}
.nav-logged-in > li.nav-home.on a {width: 79px; background-position: 0 -40px;}

.nav-logged-in li.nav-shop a {width: 82px; background-position: -78px 0;}
.nav-logged-in li.nav-shop a:hover {width: 82px; background-position: -78px -40px;}
.nav-logged-in > li.nav-shop.on a {width: 82px; background-position: -78px -40px;}

.nav-logged-in li.nav-boxes a {width: 201px; background-position: -160px 0;}
.nav-logged-in li.nav-boxes a:hover {width: 201px; background-position: -160px -40px;}
.nav-logged-in > li.nav-boxes.on a {width: 201px; background-position: -160px -40px;}

.nav-logged-in li.nav-recipes a {width: 102px; background-position: -361px 0;}
.nav-logged-in li.nav-recipes a:hover {width: 102px; background-position: -361px -40px;}
.nav-logged-in > li.nav-recipes.on a {width: 102px; background-position: -361px -40px;}

.nav-logged-in li.nav-myaccount a {width: 162px; background-position: -463px 0;}
.nav-logged-in li.nav-myaccount a:hover {width: 162px; background-position: -463px -40px;}
.nav-logged-in > li.nav-myaccount.on a {width: 162px; background-position: -463px -40px;}

.nav-logged-in  li.nav-blog a { width:76px; background-position:-626px -0px;}
.nav-logged-in  li.nav-blog a:hover {width: 76px; background-position: -626px -38px;}
.nav-logged-in  > li.nav-blog.on a {width: 76px; background-position: -626px -38px;}

#callus {
	position:relative;
	width: 200px;
	float: right;
	height: 23px;
	top: 13px;
	text-align:left;
}
#callus span {
	position: absolute;
	width: 100%;
	background: url(images/callus.gif) no-repeat 0px 0px;
	height: 23px;
}
.btn {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 3px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; DISPLAY: inline-block; BACKGROUND: #597d39; COLOR: #fff; FONT-SIZE: 1em; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 3px
}
.btn:hover {
	BACKGROUND-COLOR: #d58d1d; COLOR: #fff
}
#top-right{
	clear:both;
	width:200px;
	text-align:left;
	position:absolute;
	right:8px;
	top:10px;
	height:100px;
}
#search-login{
	text-align:left;
	position:absolute;
	top:42px;
	right:0px;
	width:200px;
}

input {
	BORDER-BOTTOM: #000 1px solid; BORDER-LEFT: #000 1px solid; PADDING-BOTTOM: 3px; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; PADDING-LEFT: 4px; OUTLINE-WIDTH: medium; PADDING-RIGHT: 4px; FONT-FAMILY: Helvetica, Verdana, sans-serif; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid; PADDING-TOP: 3px;
	background-color:#FFF;
}

#log-btns {
 height:40px;
 position:absolute;
 right:4px;
 top:5px;
}
#log-btns INPUT {
	padding:0px;
}
#log-btns a {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium;
}
#log-btns a:hover {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium;
}
#log-btns a.login {
	position:relative;
	margin-left:100px;
	WIDTH: 80px; BACKGROUND: url(images/login-logout.gif) no-repeat -82px -45px; HEIGHT: 100%;
	display:block;
}
#log-btns > a.login:hover {
	BACKGROUND-POSITION: -82px -1px;
}

#log-btns a.logout {
	position:relative;
	margin-left:100px;
	WIDTH: 80px; BACKGROUND: url(images/login-logout.gif) no-repeat -1px -45px; HEIGHT: 100%;
	display:block;
}
#log-btns > a.logout:hover {
	BACKGROUND-POSITION: -1px -1px;
}

/*footer images and links */
#footer-links {
	CLEAR: both; FONT-SIZE: 1.4em;
	text-align:left;
}
#footer-links UL {
	LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none;
	
}
#footer-links UL li{
	list-style:none;
}
#footer-links UL.nav-image LI {
	MARGIN: 0px 0px 10px; BACKGROUND: url(images/footer-sep.gif) no-repeat right center; FLOAT: left;
}
#footer-links UL.nav-image LI.first A {
	MARGIN-LEFT: 0px;
}
#footer-links UL.nav-image LI.last {
	BACKGROUND: none transparent scroll repeat 0% 0%;
}
#footer-links UL.nav-image LI A {
	TEXT-INDENT: -1000em; MARGIN: 4px 10px 0px; BACKGROUND: url(images/sprite-nav.gif) no-repeat 0px -82px; FLOAT: left; HEIGHT: 17px;
}
#footer-links .nav-image LI#foot-why A {
	WIDTH: 144px;
}
#footer-links .nav-image LI#foot-why A:hover {
	BACKGROUND-POSITION: 0px -99px;
}
#footer-links .nav-image LI#foot-school A {
	WIDTH: 149px; BACKGROUND-POSITION: -158px -82px;
}
#footer-links .nav-image LI#foot-school A:hover {
	BACKGROUND-POSITION: -158px -99px;
}
#footer-links .nav-image LI#foot-officebox A {
	WIDTH: 158px; BACKGROUND-POSITION: -313px -81px;
}
#footer-links .nav-image LI#foot-officebox A:hover {
	BACKGROUND-POSITION: -313px -98px;
}
#footer-links .nav-text {
	margin: 0px 0px 10px; CLEAR: both;
}
/*
#footer-links a,#footer-links a:link,#footer-links a:visited{
	color:#000;
}*/
.nav-text li {
	BORDER-LEFT: #000 1px solid;
	padding:0px 5px 0px 5px;
	display:inline;
}
.nav-text li.first {
	BORDER-LEFT: medium none; PADDING-LEFT: 0px;
}

/*links */
.custom a {
	OUTLINE-STYLE:none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; COLOR: #597d39; TEXT-DECORATION: none
}
a.more-link {
	padding: 20px
	color: #FF0000
}	
.custom a:hover {
	COLOR: #000
}
.custom a IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}
.notepad{
	width:220px;
	float:right;
}
#notepad-top{
	/*
	background-image:url(images/notepad-top.gif);
	background-repeat:no-repeat;
	
	height:73px;*/
}
#notepad-mid{
	/*background-image:url(images/notepad-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
	padding:0px;
}
#notepad-mid ul li{
	list-style:none;
}
#notepad-mid h2{
	font-size:2em;
}
#notepad-mid ul.latest li a, div.categories a{
	font-size:1.4em;
}
.custom .format_text {
font-size:1.2em;
line-height:1.2em;
}
