/*
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 .headline_meta {
	background-image:url(images/images/chuckavatar.png); background-repeat:no-repeat;
	
  
  }

.custom {
	padding:0; margin:0;
	background-color:#edf3cf; color:#000000;
	background-image:url(images/header_bg2.png); background-repeat:repeat-x;
	}
.custom #header_area{display:none;}

.custom .page {
  background:#FFFFFF;
  border:1px solid #BFC897;
  margin-top: 10px;
}

.custom .amazon_store {
  background:#FFFFFF;
  border:1px solid #BFC897;
  margin: 10px auto;
  width: 980px;
  padding: 20px;
}
.custom h2 { font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;} 
.custom h2 a { color:#5C6731; }
.custom a { color: #5C6731; }

.custom .disqusSmall {
	float: right;
	font-size: 8pt;
}

.custom #footer {
	border-top: none;
}
	
.clearAll { clear: both; }

.custom .dsq-by , .custom #searchform {
	display: none;
}

#dsq-content #dsq-alerts p {
	margin-right:15px;
}


.custom #cse-search-box {
	padding-top: 5px;
}

.custom #googleSearchFrame {
	padding: 10px;
}

.custom #customSearch input {
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:200px;
}
.custom #customSearch .submit {
	width:75px;
}

.recipeOutline {
  border-width: 2px;  
  border-style: dashed; 
  border-color: #BFC897;
  padding: 10px;
  margin: 15px;
  width: 505px;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.custom .sidebar h3 { letter-spacing:1px; }

	
/*---------------------------------------Header Start------------------------------------*/
	
#header-custom{
	width:980px; position:relative;
	margin:0 auto;
	height:142px;
	background-image:url(images/header_bg_3.jpg); background-repeat:no-repeat;
	background-position:bottom;
	}
	
#header-custom #customSearch {
	float: right;
	vertical-align: bottom;
}

#header-custom ul{
	position:absolute;
	left:5px; top:0px;	
	list-style:none;
	border-width:0;
	border-style:none;
	}
	
#header-custom ul li{
	float:left;
	font-size:10px;
	color:#375D0B; background:url(images/header_nav_bg2.gif) repeat-x 0 0 #CCCCCC; 
	text-align:center;
	border-style: none;
	padding:0;
	}
	
#header-custom ul li a{
	color:#375D0B; background:url(images/header_nav_bg2.gif) repeat-x 0 0 #CCCCCC; 
	font-size:10.5px;
	width:100px; height:23px; padding-top:8px;
	text-decoration:none; display:block;
	letter-spacing:1px;
	padding: 8px 0px 0px 0px; 
	}

#header-custom ul li.home{
	color:#375D0B; background:url(images/nav_bg2.gif) repeat-x 0 0 #CCCCCC; 
	font-size:10.5px;
	width:100px; height:23px; padding-top:8px;
	text-decoration:none; display:block;
	text-align:center; float:left;
	}
	
#header-custom ul li.current_page_item a, #header-custom ul li.current-cat a {
	color:#375D0B; 
	background:url(images/nav_bg2.gif) repeat-x 0 0 #CCCCCC; 
	font-size:10.5px;
	width:100px; height:23px; padding-top:8px;
	text-decoration:none; display:block;
	text-align:center; float:left;
}
	
#header-custom ul li a:hover{
	background:url(images/nav_bg2.gif) repeat-x 0 0 #E1ECB5;
	color:#375D0B;
	height:23px; width:100px;
	text-decoration:none; 
	}
	
.logo{
	position:absolute; 
	top:46px; left:35px;
	}
	
#header-custom h2{
	background:url(images/logo_below.png) no-repeat;
	width:219px; height:18px;
	position:absolute;
	top:116px; left:52px;
	text-indent:-2000px;
	}

/*---------------------------------------Header End------------------------------------*/


/*---------------------------------------Footer Start------------------------------------*/
.custom #footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.custom #footer li {
font-size:1.2em;
list-style: none;
display: inline; 
margin: 0;
padding: 0;
}
/*---------------------------------------Footer End------------------------------------*/


/*---------------------------------------Share Post Start--------------------------------*/
.custom .share-block{
	padding:8px 0;
	line-height:1.231;
}
.custom .share-buttons{
	float:left;
	padding:12px 0;
	margin:0;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	width:100%;
}
.custom .share-buttons li{
	float:left;
	list-style:none;
	margin:0 4.5px;
	padding-top:1px;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.custom .share-buttons a{
	display:block;
	overflow:hidden;
	height:14px;
	width:46px;
	color:#808080;
	font-size:8px;
	padding:33px 0 0;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	background:url(images/syndication2.gif) no-repeat;
	font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.custom .share-buttons a:hover{
	text-decoration:none;
}

.custom .share-buttons .del-icio-us a:hover{background-position:-138px -47px;}
.custom .share-buttons .del-icio-us a{background-position:-138px 0;}
.custom .share-buttons .digg a:hover{background-position:0 -47px;}
.custom .share-buttons .digg a{background-position:0 0;}
.custom .share-buttons .technorati a:hover{background-position:-322px -47px;}
.custom .share-buttons .technorati a{background-position:-322px 0;}
.custom .share-buttons .yahoo a:hover{background-position:-368px -47px}
.custom .share-buttons .yahoo a{background-position:-368px 0;}
.custom .share-buttons .reddit a:hover{background-position:-414px -47px;}
.custom .share-buttons .reddit a{background-position:-414px 0;}
.custom .share-buttons .stumbleupon a:hover{background-position:-92px -47px;}
.custom .share-buttons .stumbleupon a{background-position:-92px 0;}
.custom .share-buttons .myspace a:hover{background-position:-230px -47px;}
.custom .share-buttons .myspace a{background-position:-230px 0;}
.custom .share-buttons .facebook a:hover{background-position:-184px -47px;}
.custom .share-buttons .facebook a{background-position:-184px 0;}
.custom .share-buttons .google a:hover{background-position:-276px -47px;}
.custom .share-buttons .google a{background-position:-276px 0;}
.custom .share-buttons .twitter a:hover{background-position:-46px -47px;}
.custom .share-buttons .twitter a{background-position:-46px 0;}
.custom .share-buttons .sharethis a:hover{background-position:-460px -47px;}
.custom .share-buttons .sharethis a{background-position:-460px 0;}
.custom .share-buttons .emailthis a:hover{background-position:-368px -47px;}
.custom .share-buttons .emailthis a{background-position:-368px 0;}


.custom #dsq-content h3 {
	padding-top: 10px;
	font-size:1.286em;
}

.custom .dsq-by {
	display: none;
}

/*---------------------------------------Share Post End--------------------------------*/

/*--------------------------------------- RSS Box --------------------------------*/

.custom .subscribe_box {
	background-color:#edf3cf;
    border:1px solid #BFC897;
	color:#000000;
	margin:6px auto;
	padding:6px 6px 10px 7px;
	position:relative;
	width:300px;
}

.custom .subscribe_box h2 {
	background-color:#558b02;
	color:#FFFFFF;
	font-size:22px;
	line-height:32px;
	margin-bottom:15px;
	padding-left:16px;
	font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}

.custom  .subscribe_box h3 {
color:#334714;
font-size:11px;
font-weight:normal;
margin:5px auto;
text-align: center;
width:275px;
}

.custom  .subscribe_box h3 a{ font-weight:bold; }

.custom  .subscribe_box ul{
	width:304px;
	margin:0 10px 10px 0;
	overflow:hidden;
}
.custom  .subscribe_box li{
	float:left;
	margin:0 10px 0 0;
	list-style:none;
	text-align: center;
}
.custom  .subscribe_box li a{
	display:block;
	width:66px;
	height:18px;
	padding:48px 0 0;
	overflow:hidden;
	text-decoration:none;
	background:url(images/bg-icons.gif) no-repeat 0 -67px;

}

.custom  .subscribe_box li.twitter a:hover {background-position:0 -67px;}
.custom  .subscribe_box li.twitter a{background-position:0 0;}
.custom  .subscribe_box li.rss a:hover{background-position:-66px -67px;}
.custom  .subscribe_box li.rss a{background-position:-66px 0;}
.custom  .subscribe_box li.feedburner a:hover{background-position:-134px -67px;}
.custom  .subscribe_box li.feedburner a{background-position:-134px 0;}
.custom  .subscribe_box li.facebook a:hover{background-position:-202px -66px;}
.custom  .subscribe_box li.facebook a{background-position:-202px 0;}
.custom  .subscribe_box li.friendfeed a:hover{background-position:-202px -67px;}
.custom  .subscribe_box li.friendfeed a{background-position:-202px 0;}
.box h3{
	text-align:center;
	margin-bottom:1em !important;
}
