/*********************************************************************************************

Theme Name: Outline
Theme URI: http://www.themegarden.com/
Description: A flexible news/magazine theme built by ThemeGarden.com.
Tags: news, three column, widgets
Version: 1.0
Author: ThemeGarden.com
Author URI: http://www.themegarden.com/

**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com

CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC

Be inspired, but please don't steal :)

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Header Styles  ---------------------  header.php
3.  Navigation and Menu Styles  --------  header.php
4.  Search Form  -----------------------  searchform.php
5.  Main Content Styles  ---------------  index.php, single.php, page.php
6.  Home Page Styles  ------------------  home.php
7.  Multiple Post Pages  ---------------  index.php
8.  Single Post Pages  -----------------  single.php, page.php
9.  Post Comment Styles  ---------------  comments.php
10. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php
11. Footer Styles  ---------------------  footer.php
12. Recipe Styles ----------------------  used in posts

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'DanielRegular', Arial, sans-serif;
}


q:before, q:after {content: '';}
abbr, acronym {border: 0;}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive.eot');
	src: local('ChunkFive'), local('ChunkFive'), url('Chunkfive.woff') format('woff'), url('Chunkfive.ttf') format('truetype'), url('Chunkfive.svg#ChunkFive') format('svg');
}

@font-face {
	font-family: 'DanielRegular';
	src: url('daniel.eot');
	src: local('Daniel'), local('Daniel'), url('daniel.woff') format('woff'), url('daniel.ttf') format('truetype'), url('daniel.svg#Daniel') format('svg');
}

@font-face {
	font-family: 'DanielBold';
	src: url('danielbd.eot');
	src: local('Daniel'), local('DanielBold'), url('danielbd.woff') format('woff'), url('danielbd.ttf') format('truetype'), url('danielbd.svg#DanielBold') format('svg');
}

@font-face {
	font-family: 'DanielBlackRegular';
	src: url('danielbk.eot');
	src: local('Daniel Black'), local('DanielBlack'), url('danielbk.woff') format('woff'), url('danielbk.ttf') format('truetype'), url('danielbk.svg#DanielBlack') format('svg');
}

/*@font-face {
	font-family: 'OFLSortsMillGoudyRegular';
	src: url('OFLGoudyStM.eot');
	src: local('OFL Sorts Mill Goudy'), local('OFLGoudyStM'), url('OFLGoudyStM.woff') format('woff'), url('OFLGoudyStM.ttf') format('truetype'), url('OFLGoudyStM.svg#OFLGoudyStM') format('svg');
}*/

/*@font-face {
	font-family: 'OFLSortsMillGoudyItalic';
	src: url('OFLGoudyStM-Italic.eot');
	src: local('OFL Sorts Mill Goudy'), local('OFLGoudyStM-Italic'), url('OFLGoudyStM-Italic.woff') format('woff'), url('OFLGoudyStM-Italic.ttf') format('truetype'), url('OFLGoudyStM-Italic.svg#OFLGoudyStM-Italic') format('svg');
}*/

@font-face {
	font-family: 'Garamond3LTBoldItalic';
	src: url('LTe50322.eot');
	src: local('Garamond 3 LT'), local('GaramondThreeLT-BoldItalic'), url('LTe50322.woff') format('woff'), url('LTe50322.ttf') format('truetype'), url('LTe50322.svg#GaramondThreeLT-BoldItalic') format('svg');
}

@font-face {
	font-family: 'Garamond3LTBold';
	src: url('LTe50321.eot');
	src: local('Garamond 3 LT'), local('GaramondThreeLT-Bold'), url('LTe50321.woff') format('woff'), url('LTe50321.ttf') format('truetype'), url('LTe50321.svg#GaramondThreeLT-Bold') format('svg');
}

@font-face {
	font-family: 'Garamond3LTRegular';
	src: url('LTe50319.eot');
	src: local('Garamond 3 LT'), local('GaramondThreeLT'), url('LTe50319.woff') format('woff'), url('LTe50319.ttf') format('truetype'), url('LTe50319.svg#GaramondThreeLT') format('svg');
}

@font-face {
	font-family: 'Garamond3LTItalic';
	src: url('LTe50320.eot');
	src: local('Garamond 3 LT'), local('GaramondThreeLT-Italic'), url('LTe50320.woff') format('woff'), url('LTe50320.ttf') format('truetype'), url('LTe50320.svg#GaramondThreeLT-Italic') format('svg');
}



/*********************************************************************************************

1. Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
body {
background: url(images/bg.jpg) repeat;
width: auto;
height: auto;
font-family: Georgia, serif;
font-size: 14px;
line-height: 20px;
color: #555555;
}

h1 {
font-size: 30px;
font-weight: normal;
margin: 0 0 15px 0;
}

h2 {
font-size: 22px;
font-weight: normal;
margin: 0 0 15px 0;
}

h3 {
font-size: 14px;
font-weight: normal;
margin: 0 0 5px 0;
}

h4 {
font-size: 12px;
font-weight: normal;
margin: 0 0 2px 0;
}

blockquote {
color: #666666;
padding: 0 0 0 15px;
font-style: italic;
border-left: 1px solid #999999;
}

strong {font-weight: bold;}

a:link, a:visited {
color: #444444;
}

a:hover {
color: #808080;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#header {
background: url(images/header-bg.jpg) bottom left repeat-x;
width: 100%;
float: left;
}

#header-inside {
width: 980px;
margin: 0px auto;
}

#header-left { /* For the Logo */
width: 490px;
float: left;
padding: 20px 0 20px 0;
}

#header-left h1 {
font-size: 50px;
margin: 20px 0 0 0;
}

#header-left h1 a {
color: #CCCCCC;
}

#header-left h1 a:hover {
color: #FFFFFF;
}

#header-right { /* For the Advertisement */
text-align: right;
width: 490px;
float: left;
padding: 25px 0 20px 0;
}

.breadcrumbs {
background: url(images/header-bg-bottom.jpg) bottom left repeat-x;
width: 100%;
float: left;
color: #CCCCCC;
}

.breadcrumbs-inside {
width: 980px;
margin: 0px auto;
}

.breadcrumbs p {
width: 675px;
float: left;
margin: 5px 0 12px 5px;
}

.breadcrumbs a {
color: #CCCCCC;
}

.breadcrumbs a:hover {
color: #FFFFFF;
}

p.tagline {
float: left;
text-align: right;
width: 288px;
font-size: 1.1em;
padding-top: 5px;
font-family: 'DanielRegular', Arial, sans-serif;
}


/*********************************************************************************************

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
background: url(images/header-bg.jpg) bottom left repeat-x;
width: 100%;
float: left;
font-size: 15px;
}

#navigation-inside {
width: 980px;
margin: 0px auto;
}

.sf-menu, .sf-menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
padding-top: 2px;
list-style: none;
font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

.sf-menu {
line-height: 1;
float: left;
width: 692px;
padding: 20px 0 25px 8px;
}

.sf-menu a {
display: block;
position: relative;
}

.sf-menu a, .sf-menu a:visited  {
font-weight: normal;
color: #444444;
}

.sf-menu a:hover  {
color: #444444;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
left: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.sf-menu li {
background: url(images/nav.png) 0 0;
float: left;
min-height: 30px;
padding: 15px 20px 0 15px;
margin: 0 0 0 -8px;
position: relative;
}


.sf-menu li.categories ul li {
height: auto;
min-height: 30px;
clear: both;
margin-top: 5px;
}

.sf-menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
background: url(images/nav.png) 0 -46px;
}

li.page_item {
background: url(images/nav-page.png) 0 0;
}

li.page_item:hover {
background: url(images/nav-page.png) 0 -46px;
}

li.categories {
background: url(images/nav-categories.png) 0 0;
}

li.categories:hover {
background: url(images/nav-categories.png) 0 -46px;
}

.sf-menu li ul {
background: #FFFFFF;
font-size: 13px;
font-weight: normal;
width: 225px;
margin: 15px 0 0 10px;
padding: 14px 20px 10px 10px;
}

.sf-menu li li {
background: none;
margin: 0 0 -10px 0;
padding: 0 0 0 0;
text-transform: none;
}

.sf-menu li li:hover {
background: none;
}

.sf-menu li li a:hover {
color: #999999;
}

.sf-menu li li ul {
background: #FFFFFF;
margin: -18px 0 0 -50px;
}

li.subscribe {
background: url(images/nav-rss.png) 0 0;
float: left;
height: 46px;
width: 46px;
margin: 0 0 0 -5px;
padding: 0;
position: relative;
}

li.subscribe:hover {
background: url(images/nav-rss.png) 0 -46px;
}

li.subscribe a {
height: 46px;
width: 46px;
}

li.twitter {
background: url(images/nav-twitter.png) 0 0;
float: left;
height: 46px;
width: 46px;
margin: 0 0 0 -8px;
padding: 0;
position: relative;
}

li.twitter:hover {
background: url(images/nav-twitter.png) 0 -46px;
}

li.twitter a {
height: 46px;
width: 46px;
}


/*********************************************************************************************

4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#site-search {
width: 280px;
float: left;
padding: 20px 0 0 0;
}

input#s {
background: url(images/search.png) 0 0;
border: none;
font-size: 15px;
float: left;
width: 264px;
height: 46px;
padding: 0 8px 0 8px;
}

input#search-submit {
background: url(images/search-submit.png) 0 0;
border: none;
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
cursor: pointer;
width: 46px;
height: 46px;
margin: 0 0 0 -46px;
float: left;
text-align: center;
}

input#search-submit:hover {
background: url(images/search-submit.png) 0 -46px;
color: #FFFFFF;
}


/*********************************************************************************************

5. Main Content Styles  ---------------  index.php, single.php, page.php

*********************************************************************************************/
#content {
background: #FFFFFF;
width: 100%;
float: left;
}

#content-inside {
width: 980px;
margin: 0px auto;
}

#main {
width: 525px;
float: left;
}

div.recipe {
	border: 1px solid #3A7F92;
	background: #E6F7FF;
	padding: 18px;
	font-family: 'OFLSortsMillGoudyRegular', Arial, sans-serif;
	font-size: 14px;
	color: #0D4255;
}

.recipe h3 {
	font: 16px/27px 'DanielRegular', Arial, sans-serif;
	padding-top: 18px;
}

ol>li {
	margin-bottom: 15px;
}

/*********************************************************************************************

6. Home Page Styles  ---------------  home.php

*********************************************************************************************/
#home {
background: url(images/home-featured-bg.jpg) top center no-repeat;
width: 980px;
float: left;
margin: 20px 0 0 0;
}

.heading-left {
margin: 14px 0 0 15px;
width: 340px;
float: left;
font-weight: bold;
font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

.heading-right {
margin: 14px 0 0 0;	
float: left;
font-weight: bold;
font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

.heading-full {
margin: 14px 0 0 10px;	
font-weight: bold;
font-family: 'ChunkFiveRegular', Arial, sans-serif;
}

#featured-content {
width: 975px;
height: 440px;
float: left;
padding: 0 0 0 5px;
}

#featured-content a {
color: #FFFFFF;
}

#featured-posts {
width: 310px;
float: left;
margin: 30px 20px 0 10px;
}

.featured-post {
width: 300px;
height: 450px;
float: left;
}

.featured-post h2 {
background: url(images/featured-title-bg.png) repeat;
position: absolute;
font-size: 16px;
font-weight: normal;
color: #FFFFFF;
margin: -55px 0 0 0;
padding: 5px 10px 5px 10px;
font-family: 'DanielRegular', Arial, sans-serif;
}

.featured-category {
width: 175px;
height: 175px;
float: left;
margin: 30px 29px 10px 11px;
}

.featured-category-third {
margin-right: 0;
}

.featured-category h4 {
background: url(images/featured-title-bg.png) repeat;
position: absolute;
font-weight: normal;
color: #FFFFFF;
margin: -55px 0 0 0;
padding: 5px 10px 5px 10px;
}

#latest-posts {
background: url(images/content-header-bg.jpg) top center no-repeat;
width: 975px;
float: left;
padding: 0 0 0 5px;
}

/*********************************************************************************************

7. Multiple Post Pages  ---------------  index.php

*********************************************************************************************/
#multiple {
background: url(images/content-bg.jpg) top center no-repeat;
width: 975px;
float: left;
margin: -3px 0 0 0;
padding: 0 0 0 5px;
}

.multiple {
width: 525px;
float: left;
margin: 30px 0 10px 0;
}

.post-image {
float: left;
margin: 10px 0 15px 0;
}

.post-image img {
margin: 5px 0 0 5px;
}

.post-meta-multiple {
background: url(images/dotted.jpg) left repeat-x;
font-size: 11px;
margin: 0 0 10px 0;
}

.post-meta-multiple li {
background: #FFFFFF;
display: inline;
}

li.comments-multiple {
background: #FFFFFF url(images/icon-comment.jpg) left no-repeat;
padding: 0 5px 0 15px;
}

.post-thumbnail-multiple {
float: right;
margin: 10px 0 30px 30px;
}

.entry-multiple a {
background: #EBEBEB;
}


/*********************************************************************************************

8. Single Post Pages (single.php)

*********************************************************************************************/
#single {
background: url(images/content-bg.jpg) top center no-repeat;
width: 975px;
float: left;
margin: -3px 0 0 0;
padding: 0 0 0 5px;
}

#single-full {
width: 975px;
float: left;
margin: -3px 0 0 0;
padding: 0 0 0 5px;
}

.single {
width: 525px;
float: left;
margin: 30px 0 10px 0;
}

.single-full {
width: 970px;
float: left;
margin: 30px 0 10px 0;
padding: 0 5px 0 0;
}

.post-meta-single {
background: url(images/dotted.jpg) left repeat-x;
font-size: 11px;
margin: 0 0 10px 0;
}

.post-meta-single li {
background: #FFFFFF;
display: inline;
}

li.comments-single {
background: #FFFFFF url(images/icon-comment.jpg) left no-repeat;
padding: 0 5px 0 15px;
}

.post-thumbnail-single {
float: right;
margin: 10px 0 30px 30px;
}

.entry-single a {
	border-bottom: 1px dotted #333333;
}

.entry-single a:hover {
	color: #990000;
	border-bottom: 1px dotted #990000;
}

.entry-single ul {
margin: 0 0 15px 0;
}

.entry-single ul li {
background: url("images/heart.png") 5px 6px no-repeat;
padding: 0 0 0 20px;
}

.entry-single ol {
margin: 0 0 15px 25px;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 15px;
}

img.alignleft {
padding: 5px;
margin: 0 15px 2px 0;
}

.wp-caption {
border: 1px solid #EBEBEB;
text-align: center;
padding: 10px 5px 5px 5px;
margin: 0 0 20px 20px;
}

.wp-caption img {
padding: 0;
margin: 0 0 5px;
}

.wp-caption-text {
margin: 10px 0 0;
padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
font-size: 12px !important;
text-align: center; 
margin: 0;
padding: 0;
}

#video {
background: #FFFFFF url(images/video-bg.jpg) bottom left repeat-x;
width: 100%;
float: left;
}

#video-inside {
width: 980px;
margin: 0px auto;
}

.video-embed {
background: #FFFFFF url(images/video-embed-bg.jpg) top center no-repeat;
width: 980px;
float: left;
padding: 35px 0 35px 0;
margin: -3px 0 5px 0;
text-align: center;
}


/*********************************************************************************************

9. Post Comment Styles (comments.php)

*********************************************************************************************/
#comments {
width: 525px;
float: left;
}

#comments-meta {
background: url(images/dotted.jpg) left repeat-x;
font-size: 11px;
width: 525px;
float: left;
margin: 0 0 10px 0;
padding: 10px 0 0 0;
}

#comments-meta p {
background: #FFFFFF;
float: left;
padding: 0 5px 0 0;
}

#comments ol {
margin: 0 0 20px 0;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
background: url(images/dotted.jpg) bottom left repeat-x;
padding: 20px 0 20px 0;
}

ol.commentlist li.alt {
background: url(images/dotted.jpg) bottom left repeat-x;
padding: 20px 0 20px 0;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {
background: none;
border: none;
padding: 25px 0 0 25px;
}

ol.commentlist li ul.children li.alt {
background: none;
border: none;
padding: 25px 0 0 25px;
}

.directions { 
	
}

.ingredients {
	text-align: center;
	border-top: 1px solid #a6a6a6;
}

ol.commentlist li ul.children li.depth-2 {margin: 0;}
ol.commentlist li ul.children li.depth-3 {margin: 0;}
ol.commentlist li ul.children li.depth-4 {margin: 0;}
ol.commentlist li ul.children li.depth-5 {margin: 0;}

ol.commentlist li div.reply {
background: #333333;
border: none;
color: #FFFFFF;
cursor: pointer;
font-size: 9px;
width: 40px;
height: 20px;
text-align: center;
}

ol.commentlist li div.reply a {
color: #FFFFFF;
}

ol.commentlist li div.reply:hover {
background: #666666;
color: #FFFFFF;
}

.comment-author {
font-size: 14px;
font-weight: normal;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
}

.avatar {
float: right;
margin: 8px 0 15px 15px;
}

#respond {
width: 100%;
padding: 20px 0 20px 0;
}

.cancel-comment-reply a {
background: #333333;
border: none;
color: #FFFFFF;
cursor: pointer;
font-size: 9px;
text-align: center;
padding: 4px 8px 5px 8px;
}

.cancel-comment-reply a:hover {
background: #666666;
color: #FFFFFF;
}

#author, #email, #url, #comment {
background: #FFFFFF url(images/fields.jpg) top left repeat-x;
border: 1px solid #CCCCCC;
padding: 6px 4px 6px 4px;
}

#comment {
width: 98%;
max-width: 525px;
}

input#submit {
background: #333333;
border: none;
color: #FFFFFF;
cursor: pointer;
width: 135px;
height: 30px;
text-align: center;
}

input#submit:hover {
background: #666666;
color: #FFFFFF;
}


/*********************************************************************************************

9. Pagination

*********************************************************************************************/
#pagination {
background: url(images/dotted.jpg) left repeat-x;
line-height: 1;
width: 525px;
float: left;
margin: 30px 0 20px 0;
padding: 0 0 0 0;
}

#pagination p {
font-size: 11px;
margin: 0;
}

.nextpostslink {
background: #FFFFFF url(images/nav-back.jpg) left no-repeat;
padding: 0 5px 0 12px;
}

.previouspostslink {
background: #FFFFFF url(images/nav-forward.jpg) right no-repeat;
padding: 0 12px 0 5px;
}


/*********************************************************************************************

10. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php

*********************************************************************************************/
#sidebar {
width: 450px;
float: left;
padding: 20px 0 10px 0;
}

#sidebar-left {
width: 175px;
float: left;
margin: 12px 0 0 40px;
}

#sidebar-right {
width: 175px;
float: left;
margin: 12px 0 0 41px;
}

#sidebar h3 {
font-size: 16px;
margin: 0 0 10px 0;
}

#sidebar h4 {
font-size: 14px;
margin: 0 0 2px 0;
}

.widget  {
width: 175px;
float: left;
margin: 0 0 20px 0;
}

.widget a:hover {
border-bottom: 1px dotted #333333;
}

.sidebar-ad {
margin: 5px 0 20px 25px;
}

a.simple-ads {
background: none;
}


/*********************************************************************************************

11. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
background: url(images/footer-bg.jpg) top left repeat-x;
color: #CCCCCC;
width: 100%;
float: left;
}

#footer a {
color: #CCCCCC;
}

#footer a:hover {
color: #999999;
}

#footer-inside {
width: 980px;
margin: 0px auto;
padding: 15px 0 40px 0;
}

.breadcrumbs-bottom {
background: url(images/footer-bg-top.jpg) top left repeat-x;
}

.breadcrumbs-bottom p {
margin: 12px 0 5px 0;
}



/*********************************************************************************************

12. Recipe Styles

*********************************************************************************************/

#ingredients, #directions, #directions_no_ingredients {
	background-color: #fcfbf4;
	padding: 20px;
	margin: 0 20px;
	border: 1px solid #d1c9a4;
	position: relative;
}

#ingredients {
	background-image: url("images/ingredients_chunkfive.png");
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-top: 50px;
	border-bottom: 0;
}

#ingredients>p {
	margin-bottom: 0;
	padding-left: 25px;
	background-image: url("images/square_dk.png");
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

#ingredients>p.ingredient_heading {
	font-weight: 700;
	background: none;
}

#directions {
	background-image: url("images/method_chunkfive.png");
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-top: 50px;
	padding-bottom: 0;
	border-top: 0;
	margin-bottom: 20px;
}

#directions_no_ingredients {
	background-image: url("images/method_chunkfive.png");
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: 20px;
}

#directions>p, #directions_no_ingredients>p {
	padding: 15px;
	padding-left: 25px;
	padding-top: 0;
}

#directions>ol, #directions_no_ingredients>ol {
	padding-left: 40px;
	margin-top: -15px;
}

#directions>p.method_step, #directions_no_ingredients>p.method_step {
	margin: 0;
	position: absolute;
	padding: 0;
	left:3px;
	font-size: 30px;
	font-weight: 700;
	width: 35px;
	text-align: right;
	color: #d1c9a4;
}

