/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#badges{
	background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 0 0 15px 0px;
	padding:12px 4px 12px 4px;
	overflow:hidden;
}
li.highlighted{
        padding: 15px 15px 5px;
        margin:10px 0;
        background:#F7DCE1;
        border:1px solid #F2AEBB;
}
li.holiday{
        background:#F7DCE1;
}
.blockad{
        margin: 0 0 15px 0px;
}


/*- BoB recipe specific */

td.ingredients {
width:170px; vertical-align:top;
}
td.directions {
width:360px; vertical-align:top; padding-left:4px;
}
tr.rx {
border-style:none;
}
ul.ingredients {
  margin:0;
  padding:0;
  /*list-style:none;*/
  }

#recipe h3 {
	background:transparent;
	border:0px;
}
.recipe {
	background:#f5f4f0;
	border:1px solid #DEDBD1;
        width:530px; display: block,clear;
        margin:0 0 12 0px;
        padding:2px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.recipebox {
        position: relative; display: block,clear;
        margin:12px;
        border-style:solid; border-color:#663300; border-width:1px;
        padding:0px; }


