/*
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 { background: url(images/hbmBackground.gif) center repeat; color: #72531e;  }
* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/
.custom #container { width: 980px; margin: 0 auto; }
.custom #header { background: url(images/hbmTop1.gif) repeat-y;width:966px; border-bottom: 0px double #ddd; clear: both;height:220px;margin-top:0px; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 0px dotted #bbb; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		.custom #sidebars { border-style: none; }
			.custom #sidebar_1 { width:170px; margin-left:-25px; border:none;}
.custom #sidebar_2 { width:170px;margin-left:10px; padding-left:0px;}
.custom #footer { width:957px;background: url(images/hbmBot1.gif) repeat-x;color: #888; border-top: 0px double #ddd; text-align: right; clear: both; height:130px; }

.custom #content_box { 
background:transparent url(images/hbmMid1.gif) repeat-y scroll 0 0;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; display:none;}
	#header #logo a { color: #111; }
	#header #logo a:hover { color: #2361a1; }
#header #tagline { font-weight: normal; color: #888;display:none; }

.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #e04937; border-bottom: 1px dashed #e04937; padding-bottom: 4px; }


/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; display:none;}
	#image_box { background: #eee; border-bottom: 0px solid #ddd; }
		#image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
	/*---:[ video box styles ]:---*/
	#video_box { background: #000; }
	/*---:[ custom box styles ]:---*/
	#custom_box { background: #eee; border-bottom: 0px solid #ddd; }


/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap { width: 98%; padding: 0 1%; }
			#calendar_wrap a { font-weight: bold; }
			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
			table#wp-calendar { width: 98%; border-collapse: collapse; }
				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { background: #fed5b0; border-top: 4px solid #fff; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #e04937; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #e04937; }
				.comment_time a:hover, .edit_comment a:hover { color: #e04937; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #e04937; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #fbf497; }
	dl#comment_list dd { border-bottom: 4px solid #fff; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 4px solid #fff; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
dl#trackback_list { border-top: 1px dotted #bbb; }
		dl#trackback_list dt a { color: #111; }
		dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }
	dl#trackback_list dd { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }


/*---:[ footer styles ]:---*/
#footer a { color: #888; border-bottom: 1px solid #ccc; padding-top:15px; }
#footer a:hover { color: #111; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
ul#tabs:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


ul.recipe-list li {
background:transparent url() no-repeat scroll left top;
float:left;
height:150px;
line-height:100%;
list-style-type:none;
margin:0 0 10px;
padding:10px 0 5px 12px;
text-align:center;
width:90px;
}

#recipe-leaf {
width:539px;
}

h2.recipe-title {
border-bottom:#C3C3C3 1px solid;
color:#754C29;
font-family:verdana,sans-serif;
font-size:17px;
font-variant:normal;
font-weight:normal;
letter-spacing:2px;
line-height:22px;
text-transform:none;
}

ul.recipe-list li a:hover img {
background-color:#46B3BD;
}

ul.recipe-list li img {
margin:0 0 3px;
}

.recipe-list img {
border:1px solid #B0B0AE;
max-width:600px;
padding:4px;
}