/*
File:			custom.css
Description:	Custom styles for Thesis
Veggie num num

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

p { line-height: 25px }

table.medialinks td {		padding: 5px; }

.custom .comments_closed p {   display: none; }




/*---:[ core layout elements ]:---*/

#header { 
				border: none;
        padding: 0px;
				margin: 0px;
				height: 123px;
				background-image:url('/wp-content/themes/thesis_16/images/layout/header.gif');
    		background-repeat:no-repeat;
				background-color: #fbf6f3;
}

			
#footer { color: #888; border-top: 3px double #ddd; text-align: right; clear: both; }


/* ====== Background styles ====== */

body.custom {
    background-image:url('/wp-content/themes/thesis_16/images/layout/background.gif');
   	background-color: #fbf6f3;
		background-repeat:repeat-x;
}

.custom #container {
    background: #dddddc;
    border: none;
}
.custom #page {
    background: #fff;
		border: none;
}

#content_box {background:none; border: none;}

#sidebar_1 {background: none; border:none; }

#sidebar_2 {background: none; border:none; }

#sidebars
{        background: none; 
         border:none; 
}


.prev_next {background:none; border: none;}

#custom-search {
				background-image:url('/wp-content/themes/thesis_16/images/layout/search_background.gif');  
    		background-repeat:no-repeat;
		    height: 71px;
		    width: 326px;
				line-height: 25px;
}

#banner-recipes {
				background-image:url('/wp-content/themes/thesis_16/images/layout/banner_home_recipe_pattern.gif');
				background-repeat:no-repeat;
				width: 326px; 
				height: 240px;
				font-size: 12px;
				border: 1px dotted #543e26;
}

#banner-recipes-skinny {
				background-image:url('/wp-content/themes/thesis_16/images/layout/banner_recipe_pattern.gif');
				background-repeat:no-repeat;
				width: 180px; 
				height: 290px;
				font-size: 14px;
				line-height: 18px
}

#banner-recipes-skinny ul
{
 				list-style:none;
				margin: 0px;
				padding: 0px;
}

#banner-recipes-skinny li
{
 				margin: 0px;
				padding: 0px;
}

#banner-share-recipes-skinny {
				border: 1px dotted #674c30;
				width: 180px; 
				height: 180px;
}

#banner-share-recipes-fat {
				border: 1px dotted #674c30;
				width: 326px; 
				height: 210px;
}

#banner-top-rated  {
        background-image:url('/wp-content/themes/thesis_16/images/layout/banner_top_rated_orange_long.gif');
				background-repeat:no-repeat;
				width: 177px; 
				height: 810px;
				font-size: 12px;
				line-height: 18px
}

.featured-in  {
        width: 177px; 
				padding: 15px 0 15px 0;
}

div.banner-space {
        margin-bottom: 10px;
}


#banner-whats-new  {
        background-image:url('/wp-content/themes/thesis_16/images/layout/banner_whats_new_orange.gif');
				background-repeat:no-repeat;
				width: 177px; 
				height: 500px;
				font-size: 12px;
				line-height: 18px
}

#banner-information  {
        background-image:url('/wp-content/themes/thesis_16/images/layout/banner_information.gif');
				background-repeat:no-repeat;
				width: 369px; 
				height: 170px;
				font-size: 14px;
				line-height: 18px;
				text-align: left;
}
				
#banner-nibble-pic {
				background-image:url('/wp-content/themes/thesis_16/images/layout/banner_nibblepic.gif');
				background-repeat:no-repeat;
				border: none;
				width: 330px; 
				height: 115px;
				padding: 10px;
}

#banner-share-recipes-long {
				border: 1px dotted #674c30;
				width: 210px; 
				height: 265px;
}

#quotescollection_randomquote-0 {
        background-image:url('/wp-content/themes/thesis_16/images/layout/quote_background.gif');
				background-repeat:no-repeat;
				width: 210x; 
				height: 265px;
				font-size: 12px;
				padding: 62px 5px 0 5px;
}

/* ======= table styles ======= */

ul.pink
{
	list-style-image:url("/wp-content/themes/thesis_16/images/layout/bullet_pink.gif");
}

ul.green
{
	list-style-image:url("/wp-content/themes/thesis_16/images/layout/bullet_green.gif");
}

ul
{
	list-style:none;
}

td.padright {
		padding-right: 15px;
}

td.padleft {
		padding-left: 15px;
}

ul.menu
{ 
    background-color: #fbf6f3;
}

ul.myblogroll
{
	list-style: none;
	font-size: 14px;
	line-height: 28px
}

/* ======= feature box styles ======= */

#feature_box {background: #faf0f0; border: none; width: 300px; padding: 10px; float: right; }

#custom-search .text_input { width: 300px; background-color: #f8f1ec; padding: 10px; border: 1px solid #111; }

.custom_box {

		 padding: 0px;
		 border:none; 
}

.nprow {
            padding: 0px;
  margin: 0px;
}

.nprow {
            padding: 0px;
  margin: 0px;
}

.excerptdisplay {
     position: relative;
		 height: 200px;
}

.excerptdisplay h4 {
		 padding-bottom: 10px;
}

.excerptdisplay_1 {
			 position: absolute;
       top: 0px;
			 left: 0px;
			 bottom: 10px;
			 border: 1px solid #674c30;
			 width: 295px;
			 height: 190px;
			 background-color: #f8f1ec;
			 padding: 5px;
}	

.excerptdisplay_2 {
			 position: absolute;
       top: 0px;
			 left: 313px;
			 bottom: 10px;
			 border: 1px solid #674c30;
			 width: 295px;
			 height: 190px;
			 background-color: #f8f1ec;
			 padding: 5px;
			 
}	

.excerptdisplay_3 {
			 position: absolute;
       top: 0px;
			 left: 625px;
			 bottom: 10px;
			  border: 1px solid #674c30;
			 width: 295px;
			 height: 190px;
			 background-color: #f8f1ec;
			 padding: 5px;
			
}	

#sharingoptions {
     position: relative;
		 height: 50px;
}

#sharingoptions .optionbox {
    padding: 5px; 
		background-color: #f8f1ec; 
}

#sharingoptions .share {
    position: absolute;
    top: 0px;
    left: 0px;
		
}

#sharingoptions .print {
   	position: absolute;
    top: 0px;
    left: 140px;
}

#sharingoptions .rate {
   	position: absolute;
    top: 0px;
    left: 205px;
}

.is-human { 
					height: 25px; 
					margin-left: 5px;
					font-size: 14px;					
}

/* ====== Side Bar Header Styles ====== */


#widget_killer_recent_entries-3 h3
{
    text-indent: -9999px;
		background-image:url('/wp-content/themes/thesis_16/images/layout/mpr_background.gif');  
    background-repeat:no-repeat;
		height: 45px;
		width: 154px;
}

#widget_killer_recent_entries-2 h3
{
    text-indent: -9999px;
		background-image:url('/wp-content/themes/thesis_16/images/layout/lf_background.gif');  
    background-repeat:no-repeat;
		height: 32px;
		width: 149px;
}

#search h3
{
 				padding: 20px 0 0 0;
}

#pages-3 h3
{
    text-indent: -9999px;
		background-image:url('/wp-content/themes/thesis_16/images/layout/nutrition.gif');  
    background-repeat:no-repeat;
		height: 45px;
		width: 165px;
}

/*---:[ nav menu styles ]:---*/


#contextual_menus { font-family: arial; list-style: none; border: 1px solid #fff; border-width: 0 0 1px 1px; }
	#contextual_menus li { margin-bottom: -0.1em; background: #f8f1ec; border: none; border-left: 1px solid #fff; float: left; }
	#contextual_menus .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		#contextual_menus a { display: block; line-height: 3em; padding-left: 10px; padding-right: 10px; color: #111; text-transform: none; letter-spacing: 2px; }
		#contextual_menus a:hover { background: #dddddd; color: #111; text-decoration: none; }
		#contextual_menus .current_page_item a, #tabs .current-cat a { cursor: text; }
		#contextual_menus .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }


/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer { padding: 0px;}

#footer_setup {
	background-image:url('/wp-content/themes/thesis_16/images/layout/footer_pinkbackground.gif');
    		background-repeat:no-repeat;
	padding: 16px;
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 220px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	color: #5c3f21;
	padding-bottom: 3px;
	border-bottom: 1px solid #c04b67;
	margin-bottom: 5px;
}
/* footer font styles */
.custom #footer a {
	font-size: 1.1em;
	border-bottom: none;
	color: #111;
}
.custom #footer a:visited {
	text-decoration: none;
	color: #111;
}
.custom #footer a:link {
	text-decoration: none;
	color: #111;
}
.custom #footer a:hover {
	text-decoration: underline;
	color: #111;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


		

		