/*
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/
*/

/*  summersfarm.com  */

/* menu nav reset */
/* I moved these to the top to reset the nav menu items before anything else */
.custom ul#tabs {
	border-bottom:none; 
	border-left:none;
}
.custom ul#tabs li {
	margin-bottom:0; 
	border:none; 
	background:none;
}
.custom ul#tabs li.current_page_item,
.custom ul#tabs li.current-cat {
	padding-bottom:0; 
	background:none;
}
.custom ul#tabs li.rss {}

.custom ul#tabs li a {}

.custom ul#tabs li a:hover {
	text-decoration:none;
}
.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a {}
		
/*  end of nav reset */

body.custom {
	/*background: url('http://summersfarm.com/images/bkg_greenNEW.png');*/
	background-color: #156d54;
	margin: 5px auto 0;
	padding: 0;
}

.custom #header_area .page {
	background: url('http://summersfarm.com/images/bkg-treeG960.png') no-repeat top center;
}

.custom #header {
	height: 194px;
	margin: 0px 0 0 0;
	padding: 11px 0 0 0;
	border: none;
}

.custom #headban {
	background: url('http://summersfarm.com/images/bkg-mainbodyG960.png') repeat-y center;
	margin: 0;
	padding: 0px 0 0 0;
	height: 174px;
	border-bottom: 3px solid #156d54;
}

.custom #headban img {
	margin: 0;
}

.custom #quikLinks {
	margin: 0px 0 0 20px;
	padding: 0;
	height: 20px;
	width: 500px;
}

.custom #quikLinks img {
	border: 0;
}

.custom #mainMenu {
	clear: both;
	background: url('http://summersfarm.com/images/bkg-mainbodyG960.png') repeat-y center;
	height: 30px;
	margin: 3px auto 0;
	border-bottom: 3px solid #156d54;
}

.custom #ace1table {
	margin: 0 auto;
}

.custom #content_area .page {
	/*background: url('http://summersfarm.com/images/bkg_greenNEW.png');*/
	background-color: #156d54;
	/*height: 100%;*/
}

.custom #content_box {
	background: url('http://summersfarm.com/images/bkg-mainbodyG960.png') repeat-y center;
}

.custom ul#tabs {
	background: url('http://summersfarm.com/images/bkg-mainbodyG960.png') repeat-y center;
	clear: both;
	margin: 0 auto;
	padding-left: 20px;
	border-bottom: 3px solid #156d54;
}

.custom #content {
	/* width: 73.4em; */
	margin-left: 0em;
}

.custom .post_box  {
	margin:0 2.1em 0 1.3em;
}

.custom .format_text {
	line-height: 1.2em;
}

.custom .format_text a {
	color: #b90000;
	font-weight: bold;
	text-decoration: none;
}

.custom .format_text a:hover {
	color: #229051;
	font-weight: bold;
	text-decoration: none;
}

.custom .headline_meta,
.custom .headline_meta a,
.custom .teaser_author,
.custom .teaser_date,
.custom .teaser .edit_post,
.custom .teaser_author a,
.custom .teaser_comments,
.custom .teaser_category,
.custom .teaser .edit_post a {
	color: #000000;
}

.custom .post_box,
.custom .teasers_box {
	border-color: #c8c8c8;
}

.custom #comments {
	display: none;
}

.custom .to_comments {
	display: none;
}

.custom .prev_next {
	border: none;
}

.custom #sidebars {
	margin-right: 0em;
}

.custom .sidebar h3 {
	font-size:1.4em;
	font-weight: bold;
	line-height:1.4em;
	margin-bottom:0.492em;
	font-variant: normal;
	letter-spacing:1px;
	color: #229051;
}

.custom #sidebars a {
	color: #000000;
	text-decoration: none;
}

.custom #sidebars a:hover {
	color: #229051;
	text-decoration: none;
}

.custom #multimedia_box {
	background: none;
	border: none;
	padding: 0;
	margin: 1em 0;
}

.custom #image_box {
	background: none;
	border: none;
}

.custom #image_box img {
	background: none;
	border: none;
}

.custom #wp-calendar {
	border: 1px solid #cccccc;
	border-collapse: none;
}

.custom li.widget {
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

.custom li.widget abbr {
	font-size: 1em;
}

.custom li.widget abbr img {
	margin-bottom: -2px;
}

.custom li.widget ul li {
	margin-bottom: .2em;
	font-weight: bold;
}

.custom #footer_area .page {
	/*background: url('http://summersfarm.com/images/bkg_greenNEW.png');*/
	background-color: #156d54;
}

.custom #footer {
	background: url('http://summersfarm.com/images/bkg-bottomG960.png') no-repeat top center;
	border: none;
	margin: 0px auto 0 auto;
	padding-top: 14px;
	text-align: center;
	height: 50px;
	color: #ece1c2; /* #afc443; */
}

.custom #footer p {
	font-size: .8em;
	line-height: 1em;
}

.custom #footer a {
	color: #b7a478;
	border-bottom: 1px solid #b7a478;
}
.custom #footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

.custom #footLeft {
	width: 49%;
	float: left;
	text-align: right;
	padding-top: 5px;
}

.custom #footLeft a {
	border: none;
	text-decoration: none;
}

.custom #footLeft a img {
	border: none;
	text-decoration: none;
}

#footRight {
	width: 49%;
	float: right;
	text-align: left;
	margin: 10px 0 0;
}

