/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*---:[ ziplist plugin styles ]:---*/
#zlrecipe-container { background-color: #E8E8E8; }
#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { list-style-type:disc; }
#zlrecipe-container #zlrecipe-title.b-b, #zlrecipe-container .item.b-b { border-color: #FFFFFF; padding-top: 6px; }
#zlrecipe-container #zlrecipe-title { font-size: 18px; }
/*---:[ ziplist plugin styles changing ziplist recipe ingredient directions font size ]:---*/
#zlrecipe-container #zlrecipe-ingredients, #zlrecipe-container #zlrecipe-instructions {font-size: 14px;}
/*---:[ ziplist plugin styles changing ziplist recipe body font size ]:---*/
#zlrecipe-container,#zlrecipe-ingredients,#zlrecipe-container,#zlrecipe-instructions {font-size: 14px;}
/*---:[ ziplist plugin styles changing spacing ]:---*/
#zlrecipe-container,#zlrecipe-ingredients-list,#zlrecipe-container,#zlrecipe-instructions-list {line-height: 1.0em;}
/*---:[ ziplist plugin styles for images inserted in instructions section within ziplist ]:---*/
#zlrecipe-container .instruction-image, #zlrecipe-container .ingredient-image {width: 550px;}
#zlrecipe-container #zlrecipe-innerdiv .img-desc-wrap { background-color:transparent; }
/*---:[ ziplist plugin styles smaller save recipe button ]:---*/
#zlrecipe-container .zl-recipe-link a.butn-link { 
background-image: url('http://asset1.ziplist.com/wk/add_recipe-small.png'); background-repeat: no-repeat; display: block; height: 20px; width: 91px; cursor: pointer; }

/*---:[ Making thesis teasers full column width ]:---*/
.custom .teaser {
width: 100%;
margin-top: 2em;
padding-top: 2em;
border-top: 1px dotted #bbb;
text-align: justify;
}
.custom .teasers_box {
padding-top: 0;
padding-bottom:0;
border-top: 0;
}

/*---:[ Changing font color of teasers]:---*/
.custom .teasers_box h2 a {
  color: #7A6A53;
}
.custom .teasers_box h2 a:hover {
  color: #1D3A99;
}

/*---:[ Making sidebar have a background color or image]:---*/
#content_box {
    background-image: url('images/sidebar_background_color_strip_364pxwide.gif');
    background-position: center right;
    background-repeat: repeat-y;
}

/*---:[ Changing widget background colors to white]:---*/

.custom .widget {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
    width: 300px;
}
.custom ul.sidebar_list {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

/*---:[ Formatting Read More link ]:---*/
.format_text a {
    text-decoration: none;
}
/*---:[ formatting navigation menu location ]:---*/
.custom ul.menu {
    float: right;
    margin-top: 10px;
}
.custom #header #logo { float:left; }

/*---:[ Formatting Recipes Page ]:---*/

/*---:[ Change bullet shape and color recipes page ]:---*/
.custom.recipes .format_text ul { list-style: disc outside none; color: #B28C70; }

#text-5.widget {
    height: 50px;
}

.imgsidebar {
    float: left;
    margin-right: 1.60em;
    margin-bottom: 0.50em;
}