/*  
Theme Name: PP Cookbook
Theme URI: http://picky-palate.com
Description: Picky Palate Cookbook theme
Version: 1.0
Author: Emily Carlin
Author URI: http://swankwebstyle.com/
*/
/*
General
----------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	background: #fff url(images/bg.png) repeat-x top center;
	font: small Tahoma, Geneva, Verdana, sans-serif;
        color: #000;
        text-align: left; 
	margin: 0 auto; }

body#test {
	background: #fff url(images/bg2.png) repeat-x top center; }

* html body {
        font-size: x-small; /* for IE5/Win */
        f\ont-size: small;  /* for other IE versions */}

p { padding: 0 0 10px; }

.clearit { clear: both; }

.alignleft { float: left; }
.alignright { float: right; }

blockquote  {
        width: 85%;
        margin: 10px 0 20px 15px;
        border-left: 10px solid #50c4cf;
	padding: 0 0 0 10px;  }

input, select, textarea {
        background-color: #fff;
        border: 1px solid #ED4C23;
        margin: 0 0 3px;
        padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

#test #search input {
        background-color: #ED4C23;
        border: 1px solid #fff;
        margin: 0 0 3px;
        padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

select { width: 170px; }

#s { width: 260px; }

#searchsubmit, #feedsubmit { 
	font-size: 90%; 
	*font-size: 70%; 
	text-transform: uppercase; 
	background-color: #ED4C23;
	color: #fff;
	border: 0; 
	padding: 2px 2px 1px;  }

#test #search #searchsubmit { 
	font-size: 90%; 
	*font-size: 70%; 
	text-transform: uppercase; 
	background-color: #ED4C23;
	color: #fff;
	border: 0; 
	padding: 2px 2px 1px;  }

#searchsubmit:hover, #feedsubmit:hover { background-color: #50c4cf; }

.divider {
        clear: both;
        background: url(images/divider.png) repeat-x top center;
        height: 9px;
        margin: 0 auto;
        padding: 0 0 45px; }

/*
Links
----------------------------------------------- */
a:link { color: #ed4c23; font-weight:normal; text-decoration:none; }
a:visited { color: #ed4c23; font-weight:normal; text-decoration:none; }
a:hover { color: #aed03d; font-weight:normal; text-decoration:none; }

h3 a:link { color: #50c4cf; font-weight:normal; text-decoration:none; }
h3 a:visited { color: #50c4cf; font-weight:normal; text-decoration:none; }
h3 a:hover { color: #aed03d; font-weight:normal; text-decoration:none; }

#footer a:link { color: #fff; font-weight:normal; text-decoration:underline; }
#footer a:visited { color: #fff; font-weight:normal; text-decoration:underline; }
#footer a:hover { color: #aed03d; font-weight:normal; text-decoration:none; }

ul.recipe-list li a:hover img, ul.related-list li a:hover img, ul#favorites li a:hover img { background-color:#ed4c23; }

/*
Menu
----------------------------------------------- */
.ddsmoothmenu {
	float: left;
	width: 100%;
	margin: -20px 0 0;
	padding: 0; }

#test .ddsmoothmenu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0; }

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	background: url();
	margin: 0;
	padding: 0 0 0 10px; }

#test .ddsmoothmenu ul li {
	padding: 0 0 0 20px; }

#test .ddsmoothmenu ul li ul li, #test .ddsmoothmenu ul li ul li ul li {
	padding: 0; }

.ddsmoothmenu ul li.home {
	padding: 0 10px 0 0; }

#test .ddsmoothmenu ul li.home {
	padding: 0; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	background-color: transparent;
	color: #ed4c23;
	text-decoration: none;
	padding: 0; }

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block; }

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #fff; }

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color: transparent; }

.ddsmoothmenu ul li a:hover {
	background-color: transparent;
	color: #aed03d; }
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin: 0;
	padding: 0; }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background-color: #ed4c23;
	margin: 0;
	padding: 0;  }

.ddsmoothmenu ul li ul li.last {
	display: list-item;
	float: none;
	background-color: #ed4c23;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;  }

.ddsmoothmenu ul li ul.about li { margin: 0 0 0 -3px;  }
.ddsmoothmenu ul li ul.recipes li { margin: 0 0 0 -12px;  }
.ddsmoothmenu ul li ul.giveaways li { margin: 0 0 0 9px;  }
.ddsmoothmenu ul li ul.travel li { margin: 0 0 0 -5px;  }
.ddsmoothmenu ul li ul.rbox li { margin: 0 0 0 -10px;  }

#test .ddsmoothmenu ul li ul.home li { margin: 0 0 0 0;  }
#test .ddsmoothmenu ul li ul.about li { margin: 0 0 0 15px;  }
#test .ddsmoothmenu ul li ul.recipes li { margin: 0 0 0 3px;  }
#test .ddsmoothmenu ul li ul.travel li { margin: 0 0 0 -3px;  }
#test .ddsmoothmenu ul li ul.rbox li { margin: 0 0 0 8px;  }

.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color: transparent;
	color: #fff; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0; }

.ddsmoothmenu ul li ul.recipes li ul li {
	margin: 0;
	padding: 0;  }

.ddsmoothmenu ul li ul li ul li.first {  
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0; }

.ddsmoothmenu ul li ul li ul li.last {  
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: 110% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 110px; /*width of sub menus*/
	padding: 5px 10px 10px 10px;
	margin: 0;
	border-top-width: 0;
	text-align: center; }

#test .ddsmoothmenu ul li ul li a {
	padding: 5px 5px 5px 5px; }

.ddsmoothmenu ul li ul.about li a { width: 148px; }
.ddsmoothmenu ul li ul.recipes li a { width: 148px; }
.ddsmoothmenu ul li ul.giveaways li a { width: 100px; }
.ddsmoothmenu ul li ul.travel li a { width: 148px; }
.ddsmoothmenu ul li ul.rbox li a { width: 100px; }

#test .ddsmoothmenu ul li ul.home li a { width: 113px; }
#test .ddsmoothmenu ul li ul.about li a { width: 133px; }
#test .ddsmoothmenu ul li ul.recipes li a { width: 135px; }
#test .ddsmoothmenu ul li ul.travel li a { width: 135px; }
#test .ddsmoothmenu ul li ul.rbox li a { width: 110px; }

.ddsmoothmenu ul li ul.recipes li ul li a { width: 160px; }

.ddsmoothmenu ul li ul li a:hover {
	background-color: transparent;
	color: #aed03d; }

.ddsmoothmenu ul li ul li ul li a { }

/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/

.downarrowclass{
	position: absolute;
	top: 8px;
	right: 10px; }

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px; }

#social { float: right; margin: -28px 180px 0 0; }

.feed { padding: 0; }

#test #search { float: right; margin: -20px 0 0 0; }

/*
Structure
----------------------------------------------- */
#container {
	width: 1110px;
	margin: 0 auto;
        overflow: hidden; }

#header {
	width: 1110px;
        margin: 0 auto; }

#logo {
	float: left;
	width: 516px;
	height: 152px;
        margin: 0 0 0 90px;
	padding: 0;
        background: url(images/pplogo.png) no-repeat top left; }

.cookbook { float: left; padding: 0 0 0 30px; }

.jenny {
	float: right;
	width: 202px;
	height: 181px;
        margin: 0 15px 0 0;
        background: url(images/jenny.png) no-repeat top left; }

#test #header {
	width: 1110px;
        margin: 20px 0 0; }

#test .cookbook { float: left; padding: 0; }

#test #logo {
	float: left;
	width: 516px;
	height: 152px;
        margin: 0 0 0 115px;
	padding: 0;
        background: url(images/pplogo.png) no-repeat top left; }

#content {	
        float: left;
        width: 730px;
        margin: 0;
        padding: 0; }

.storycontent {
        clear: both;
        padding: 70px 15px 0 5px;
        line-height: 140%;
        text-align: left;
        overflow: hidden;  } 

#test .storycontent {
        clear: both;
        padding: 30px 15px 0 5px;
        line-height: 140%;
        text-align: left;
        overflow: hidden;  } 

#footer { 
        clear: both;
        background: url(images/footer.png) repeat-x top left;
        height: 55px;
        margin: 20px auto 0; }

.copyright {
        font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
        text-align: center;
        padding: 20px 0 0; }

#bottombar {
	width: 1110px;
        margin: 0 auto; }

#test #footer { 
        clear: both;
        background: url(images/footer2.png) repeat-x top left;
        height: 39px;
        margin: 20px auto 0; }

#test .copyright {
        font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
        text-align: center;
        padding: 10px 0 0; }


/*
Loop
----------------------------------------------- */
.date { 
        float: left; 
        font: 85%/120% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        background: url(images/date-bg.png) no-repeat top center;
        color: #000;
        width: 46px;
        height: 56px;
        text-align: center;
        margin: 0 5px 0 0;
        padding: 5px 3px 3px; }

.date-large {
        font: 200%/60% Georgia, "Times New Roman", Times, serif;
        color: #ed4c23;
        padding: 1px 0 4px; }

.title {
        float: left; 
        width: 540px; }

.category {
        float: right; 
        width: 168px; }

.storycontent .category img { border: 0; padding: 0; }

.post {
        clear: both;
        float: left;
        width: 180px;
        font: 130%/160% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        text-align: left;
        margin: 0;
        padding: 10px 0; }

.share {
        float: right;
        width: 450px; }

.sharing { float: left; }

.pin { float: right; padding: 50px 0 0; }

.share .pin img { border: 0; padding: 0; margin: 0; vertical-align: sub; }

.storycontent .post img {
        padding: 0;
        background-color: transparent;
        border: 0; }

img.feature { float: left; margin: 0 10px 5px 0; }

#recipes img.feature { float: none; margin: 0 0 5px; }

#recipes #side img.feature { float: left; margin: 0 10px 5px 0; }

.storycontent ul.taglist {
        list-style-type: none;
        float: left;
        width: 185px;
        margin: 20px 0 0;
        padding: 0 10px 10px 0; }

a.more-link, .more-link a {
	position:relative;
	background-color: #50c4cf;
        font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        margin: 0;
        padding: 3px 6px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

.more-link { display: block; margin: 10px 0 0 550px; }

#side .more-link { display: block; margin: 10px 0 0 0; }

a.more-link:hover, .more-link a:hover {
	background-color: #aed03d; }

.navigation { margin: 5px 0 40px; }

.navigation a img { border: 0; }

/*
Side
----------------------------------------------- */
#side {
        float: right;
        width: 350px;
        text-align: center;
        margin: 0; 
        padding: 50px 0 0 0px; }

#test #side {
        float: right;
	background-color: #F2FBFC;
        width: 350px;
        text-align: center;
        margin: 30px 0 0 0;
        padding: 20px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

.jenny-left { float: left; padding: 0 10px 0 0; }

#test #social { margin: 0 0 0 0; }
#test .feed { padding: 0 2px; }

a img.feed { 
	border: none; 
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.
	Alpha(Opacity=100)";
	xfilter: alpha(opacity = 100);
	-webkit-transition: opacity 0.2s ease-in-out; 
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }

a:hover img.feed,
a:focus img.feed { 
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.
	Alpha(Opacity=70)";
	filter: alpha(opacity = 70);  }

.bh-headlines { width: 265px; margin: 0 auto; }

.side1 {
        float: left;
	width: 160px;
        margin: 10px 0 15px;
	padding: 0;
        line-height: 150%;   
	text-align: center;   
        font-size: 95%;
        overflow: hidden; }

.side2 {
        float: right;
	width: 170px;
        margin: 10px 0 15px;
	padding: 0 0 0 15px;
        line-height: 150%;    
        font-size: 95%;
        text-align: center;
        overflow: hidden; }

#featured {
        margin: 10px 0 35px;
        padding: 0;
        text-align: left; }

/*
Comments
----------------------------------------------- */
ol.commentlist {
	margin: 0 auto;
	padding: 0; 
        line-height: 130%;
        font-size: 90%; }

.commentnumber { 
        float: right;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 200%;
        color: #50c4cf;
	text-align: right; }
                   
ol.commentlist li {
        list-style-type: none;
        width: 95%;
        *width: 93%;
        border-bottom: 1px solid #cdcbbf;
	padding: 5px 0 30px;
	margin: 0 auto 30px;
	*margin: 0 0 30px; }

ol.commentlist li.bypostauthor { 
        list-style-type: none;
        color: #85847e;
        border: 0; }

.storycontent .avatar { 
        float: left; 
        margin: 0 10px 5px 0; 
        padding: 2px; 
        border: 1px solid #cdcbbf; }

.com-navigation {
	text-align: center;
        padding: 0;
	margin: 0; }

ul.children { list-style-type: none; margin: 0; padding: 0 0 0 10px; }

ol.commentlist li ul.children li { background: url(); margin: 5px auto; padding: 5px 0; border: 0; color: #85847e; }

.commentmetadata { font-size: 90%; }

#commentform { margin: 0 auto; padding: 0 22px 0 0; }

#commentform #author, #commentform #email, #commentform #url {
	width: 200px; 
	background-color: #fff;
        color: #000;
        border: 1px solid #ED4C23;
	margin: 0 0 2px;
	padding: 5px; }

#commentform textarea {
        width: 100%; 
	background-color: #fff;
        color: #000;
        border: 1px solid #ED4C23;
	margin: 0 auto;  
        padding: 5px; }

#commentform #submit { 
	position:relative;
	background-color: #ED4C23; 
	color: #fff; 
	text-transform: uppercase; 
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

#commentform #submit:hover { background-color: #50c4cf; }

/*
Lists
----------------------------------------------- */
ul {
        position: relative;
        list-style-type: none;    
        margin: 0 10px 20px;
        padding: 0; }

ul li {
        list-style-type: none;
        line-height: 140%;
        text-align: left;
        padding: 0 0 15px; }

ol {
        list-style-type: none;
        margin: 0 0 20px; }
  
ol li {
        list-style-type: decimal;
        list-style-position: inside;
        line-height: 150%;
        text-align: left;
        margin: 0 0 0 10px; }

ul.awards {
        float: left;
        width: 225px; }

ul.awards li {
        padding: 10px 0 15px 12px;
        text-align: center;
        line-height: 140%; }

ul.awards li img {
        margin: 0 0 3px; }

ul.related-list {
        position: relative;
        list-style-type: none;    
        margin: 0;
        padding: 0;
        font-size: 85%; }

ul.related-list li {         
        list-style-type: none;
        float: left; 
        width: 120px; 
        height: 160px;
        margin: 0 0 10px;
        padding: 10px 10px 5px 10px; 
        text-align: center;
        line-height: 100%; }

ul.related-list li img { margin: 0 0 3px; }

ul.recipe-list {
        position: relative;
        list-style-type: none;    
        margin: 0;
        padding: 0;
        font-size: 85%; }

ul.recipe-list li {         
        list-style-type: none;
        float: left; 
        width: 110px; 
        height: 160px;
        margin: 0 0 10px;
        padding: 10px 4px 5px 4px; 
        text-align: center;
        line-height: 100%; }

ul.recipe-list li img { margin: 0 0 3px; }

#side ul {
        position: relative;
        list-style-type: none;    
        margin: 0 0 20px;
        padding: 0; }

#side ul li {
        list-style-type: none;
        line-height: 140%;
        text-align: left;
        padding: 0 0 15px 10px; }

#side ul.children {
        position: relative;
        list-style-type: none;    
        margin: 0;
        padding: 0; }

#side ul.children li {
        list-style-type: none;
        line-height: 100%;
        text-align: left;
        padding: 10px 0 0 14px; }

#side ul#favorites {
        margin: 10px 0 35px;
        padding: 0;
        text-align: left; }

#side ul#favorites li {
        list-style-type: none;
	border-bottom: 1px solid #cdcbbf;
	margin: 0 0 15px;
	line-height: 140%; }
	
#side ul#favorites li h4 { padding: 25px 0 0; }

/*
Headings
----------------------------------------------- */	
h1 {
        font: 180%/110% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #ed4c23;
	text-align: left;
	margin: 0;
        padding: 0; }	

h1.pagetitle {
	margin: 0 0 20px;
        padding: 0 0 5px; }

h2 {
        font: 140% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #ed4c23;
	text-align: center;
	margin: 0 0 5px;
        padding: 0; }		

h2.comments { text-align: left; margin: 0; }	

#recipes h2 { margin: 0 0 15px; }

#recipes h2 a {
	position:relative;
	background-color: #50c4cf;
        font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        margin: 0;
        padding: 3px 9px;
	behavior: url(http://picky-palate.com/wp-content/themes/cookbook/js/PIE.htc); }

#recipes h2 a:hover {
	background-color: #aed03d; }

h3 {
        font: 85% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-weight: normal;
        padding: 5px 0 10px;
	margin: 0 0 10px; }

h3.recent { padding: 0; margin: 4px 0 6px; line-height: 120%; }

#side h3 { 
        font-size: 120%; 
	text-align: left;
        margin: 0 0 15px; 
        padding: 0; }

h4 {    
        font: 110% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #ed4c23;
        margin: 0 0 5px;
        padding: 0; }

/*
Pics
----------------------------------------------- */
img { border:0; }

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        padding: 4px;
        border: 1px solid #cdcbbf; }

#side img.centered, #side img.aligncenter {
	margin: 0 auto 25px;
        padding: 0;
        border: 0; }
	
img.alignright {
        padding: 3px;
        border: 1px solid #cdcbbf;
	margin: 0 0 10px 10px;
	display: inline; }

#side img.alignright { padding: 2px; margin: 0 0 0 10px; }

img.alignleft {
        padding: 3px;
        border: 1px solid #cdcbbf;
	margin: 0 10px 10px 0;
	display: inline; }

#side img.alignleft { padding: 2px; margin: 0 8px 0 0; }

.storycontent img {
        padding: 4px;
        border: 1px solid #cdcbbf; }

.storycontent h1 img {
        padding: 0;
        border: 0px solid #cdcbbf; }

img.ttf, img.noborder, .storycontent .wp-smiley {
        padding: 0;
        border: 0px solid #cdcbbf; }

.fe-img {
        float: left;
        padding: 4px;
        border: 1px solid #cdcbbf;
	margin: 0 5px 5px 0;
	display: inline; }

.fe-img-index {
        padding: 2px;
        border: 1px solid #cdcbbf;
	margin: 0 5px 5px 0; }

.wp-caption {
        text-align: center;
        border: 1px solid #cdcbbf;
        margin: 5px;
        padding: 6px 2px 0; }

.wp-caption img {
        border: 0 none;
        margin-bottom: 5px;
        padding: 0; }

.wp-caption p.wp-caption-text {
        font-size: 85%;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 6px; }

img#wpstats{ width:0; height:0; border: 0; overflow:hidden; }

/*
Recipe
----------------------------------------------- */
.paper-top {
        clear: both;
        background: url(images/paper-top.png) no-repeat top center;
        width: 700px;
        height: 55px;
        margin: 15px 0 0 5px; }

.paper-top h2 { 
	font-size: 150%; 
	line-height: 100%;
	text-align: left;
	width: 465px;
	padding: 10px 0 0 45px;  }

.paper-mid {
        clear: both;
        background: url(images/paper-mid.png) repeat-y top center;
        width: 700px;
        margin: 0 0 0 5px; }

.paper-text {
        padding: 15px 15px 15px 45px;
        line-height: 21px; }

.paper-text h3 { 
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 130%;
        color: #ed4c23;
	text-align: left;
	font-weight: normal;
        padding: 0 0 21px;
	margin: 0; }

.paper-text p {
        padding: 0 0 21px; }

.paper-bot {
        clear: both;
        background: url(images/paper-bot.png) no-repeat top center;
        width: 700px;
        height: 27px;
        margin: 0 0 15px 5px; }

.zl-recipe-link { float: right; padding: 20px 20px 0 0; }

.zl-recipe-link a.custom-butn-link {
	background-image: url(images/rbox.png);
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 35px;
	cursor: pointer; }

.photo { float: right; padding: 14px 10px 0 0; }

.hrecipe ul {
        position: relative;
        list-style-type: none;    
        margin: 0 0 21px;
        padding: 0; }

.hrecipe ul li {
        list-style-type: none;
        line-height: 21px;
        text-align: left;
        padding: 0; }

.hrecipe ol {
        list-style-type: none;
        margin: 0 0 21px; }
  
.hrecipe ol li {
        list-style-type: decimal;
        list-style-position: inside;
        line-height: 21px;
        text-align: left;
        margin: 0;
	padding: 0 0 21px; }

/*
Slider
----------------------------------------------- */
#slider_wrap {
	position: relative;
	width: 730px;
	height: 450px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden; }

#slider {
	width: 700px;
	height: 450px;
	margin-top:0; }

#slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */ }

#slider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden; }

/* Slider > SLIDES */
#slider .slides {
	overflow: hidden;
	width: 700px;
	height: 375px; }

#slider .slides ul {
	width: 700px;
	margin: 0;
	padding: 0; }

#slider .slides li {
	width: 700px;
	margin: 0;
	padding: 0;
	background:transparent!important; }

.storycontent #slider .slides ul li .thumb img.attachment-feature-image { border: 0; padding: 0; }

#slider .slides h2 {
	margin: 0;
	padding: 15px 0 5px;
	font-size: 130%;
	text-align: center;
	display: block;
	background-color: transparent; }

#slider .slides .postsnip {
	position: relative;
	width: 700px;
	height: 65px;
	background-color: #fff;
	color: #ED4C23;
	text-align: center;
	margin: -65px 0 0;
	padding: 0 0 5px;
	overflow: hidden;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.
	Alpha(Opacity=80)";
	filter: alpha(opacity = 80); }

#slider .slides .postsnip h2 a { 
	background: transparent; }

#slider .slides .postsnip a { 
	background: transparent;
	color: #fff; }

/* slider > NAVIGATION */
#slider .slides-nav {
	width: 700px;
	height: 25px;
	z-index: 100;
	margin: 5px 0 0 280px;
	padding: 0;
	overflow:visible; }

#slider .slides-nav li { float: left; margin: 0; padding: 0; }

#slider .slides-nav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px;
	outline: none;
	background: url(images/bullet2.png) top center no-repeat;
	width: 25px;
	height: 25px; }

.js #slider .slides-nav li.on a {
	background: url(images/bullet.png) center center no-repeat; }

.js #slider .slides-nav li.on a {
	    position: relative;
	    top: 0px; }