/* Reset CSS - Thanks to Eric Meyer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Styles for Enjoyable Recipes */
body {
	background: #000000 url(../images/pattern.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrapper {
	margin: 40px auto;
	/*background: url(../images/footerbg.gif) #202020 bottom right no-repeat;*/
	background: #202020;
	border: 1px solid #141414;
	width: 902px;
	margin-top: 40px;
	overflow: hidden;

}

/* Global Navigation */
#globalNavigation {
	width: 871px;
	background: url(../images/globalnavbackground.gif) top left repeat-x;
	height: 28px;
	margin: 0 auto;
}
#globalNavLinkHolder {
	background: url(../images/globalnavigationlinksback.gif) top right no-repeat;
	width: 203px;
	height: 28px;
	float: right;
	margin-top: -27px;
}
#globalNavLinkHolder ul {
	margin: 0;
	padding: 4px 0 0 5px;
	list-style-type: none;
}
#globalNavLinkHolder ul li {
	color: #7f7e7e;
	display: inline;
	padding: 0 0 0 25px;
	margin: 0 -10px 0 0;
	font-size: 8pt;
}
#globalNavLinkHolder ul li a:link, #globalNavLinkHolder ul li a:visited {
	color: #7f7e7e;
	text-decoration: none;
}
#globalNavLinkHolder ul li a:hover {
	color: #d0d0d0;
}
#skipToContent {
	background: url(../images/skiptonavigationtab.gif) no-repeat;
	width: 130px;
	text-align: center;
	height: 27px;
}
#skipToContent a:link, #skipToContent a:visited {
	color: #a9a8a8;
	text-decoration: none;
	font-size: 10px;
	margin: 0 0 0 -5px;
	display: block;
}	
/* end Global Navigation */



h1 {
	width: 871px;
	height: 150px;
	background: url(../images/header.jpg) top left no-repeat;
	margin: 0 auto;
	text-indent: -9999em;
}



/* Primary Navigation */
#primaryNavigation {
	width: 871px;
	height: 33px;
	background: url(../images/primarynavback.gif) top left repeat-x;
	margin: 0 auto;
}
#primaryNavigation ul {
	margin: 0;
	list-style-type: none;
	height: 33px;
}
#primaryNavigation ul li {
	display: inline;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 33px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 8pt;
}
#primaryNavigation ul li.active {
	background: url(../images/primarynavactivetab.jpg) top left repeat-x;
}
#primaryNavigation ul li.active a:link { color: #fdcb60; }
#primaryNavigation ul li.active a:visited { color: #fdcb60; }
#primaryNavigation ul li a:link, #primaryNavigation ul li a:visited {
	color: #a4a4a4;
	text-decoration: none;
	font-weight: bold;
	padding: 0 25px 0 25px;
}
#primaryNavigation ul li a:hover {
	color: #ffffff;
}



/* Search Bar */
#search {
	float: right;
	margin-top: -28px;
}
table#tabsearch { 
	margin: -5px 0 0 0;
}
table#tabsearch tr td { 
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #a4a4a4;
	padding: 0 5px 0 0;
} 
table#tabsearch tr td input {
	color: #222222;
	background: url(../images/searchback.gif) top right no-repeat;
	border: 0;
	font-size: 10pt;
	height: 21px;
	line-height: 21px;
	margin-right: -3px;
	padding: 0 0 0 4px;
}
table#tabsearch a.go:link, table#tabsearch a.go:visited {
	background: url(../images/go.gif) no-repeat;
	width: 60px;
	padding: 7px 5px 8px 5px;
	color: #787878;
	text-decoration: none;
	font-size: 8pt;
	text-transform: capitalize;
}
table#tabsearch a.go:hover {
	background: url(../images/go.gif) no-repeat 50% 100%;
	width: 60px;
	padding: 7px 5px 8px 5px;
	color: #e8e8e8;
}
.rss { 
	margin: 0 0 0 5px;
}
/* end search bar */
/* End Primary Navigation */


/* Main Content */

#mainContentWrapper {
	width: 871px;
	margin: 0 auto;
}


#mainContentHolder{
	margin-left:0px;
	width: 871px;
	color:#fff;
	background: url(../images/sidenavback.gif) top right repeat-y;
}
#pageContent{
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
	margin:0 -1px; 
	color: #000;
	width: 635px;
	color: #c6c4c4;
	font-size: 10pt;
	padding: 5px 0 0 0;
}/* moz needs this*/

#pageContent .postHolder {
	background: url(../images/maincontentback.gif) no-repeat top left;
	width: 622px;
	min-height: 185px;
	padding: 18px;
}
#pageContent .postHolder h2.index a:link, #pageContent .postHolder h2.index a:visited, #pageContent .postHolder h3.index a:link, #pageContent .postHolder h3.index a:visited {
	background: url(../images/h2arrow-hover.gif) no-repeat 100% 50%;
	color: #ffda8c;
	font-size: 18pt;
	padding: 0 35px 0 0;
	margin: 0 0 10px 120px;
	text-decoration: none;
}
#pageContent .postHolder h2.index a:hover, #pageContent .postHolder h3.index a:hover {
	color: #ffffff;
	background: url(../images/h2arrow.gif) no-repeat 100% 70%;
	padding: 0 35px 0 0;
}
#pageContent .postHolder h2.page {
	background: url(../images/postpageh2back.gif) repeat-x bottom;
	color: #ffda8c;
	font-size: 18pt;
	padding: 0 35px 5px 0;
	margin: 0 50px 10px 0;
	
}
#pageContent .postHolder h2.single {
	background: url(../images/postpageh2back.gif) repeat-x bottom;
	margin-right: 90px;
	padding-bottom: 5px;
	
}
#pageContent .postHolder h3.single {
	text-align: right;
	margin-right: 90px;
	padding-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
	
}
#pageContent .postHolder h2.single a:link, #pageContent .postHolder h2.single a:visited, #pageContent .postHolder h3.single a:link, #pageContent .postHolder h3.single a:visited {
	color: #ffda8c;
	font-size: 20pt;
	padding: 0 35px 0 0;
	margin: 0 0 10px 0;
	text-decoration: none;
}
#pageContent .postHolder h2.single a:hover, #pageContent .postHolder h3.single a:hover {
	color: #ffffff;
	padding: 0 35px 0 0;
}
#pageContent .postHolder .thumbnail {
	float: left;
	margin-top: -18px;
}

#pageContent .postHolder img.postthumb {
	border: 10px solid #313131;
	vertical-align: middle;
	float: left;
}
#pageContent .postHolder .thumbnail a:link, #pageContent .postHolder .thumbnail a:visited {
	color: #ffffff;
	
}
#pageContent .postHolder .thumbnail a:hover img{
	border: 10px solid #101010;
	float: left;
}
#pageContent .postHolder .excerpt {
	color: #c6c4c4;
	font-size: 10pt;
	margin: 10px 0 0 17px;
	width: 420px;
	float: left;
}

#pageContent .postHolder p.postdate {
	background: url(../images/postdate.gif) no-repeat;
	width: 42px;
	height: 53px;
	float: right;
	margin: -30px 25px 0 0;
	text-align: center;
	padding: 3px 0 0 0;
}
#pageContent .postHolder p.singlepostdate {
	margin-top: -60px;
}
p.postdate span.datemonth {
	color: #3b3b3b;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 0.9em;
}
p.postdate span.year {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	line-height: 25px;
}

#pageContent .postHolder p.postinfo {
	color: #777777;
	font-size: 10px;
	margin: 0px 0 0 120px;
	clear: both;
}

#pageContent .postHolder p.postinfo img {
	vertical-align: middle;
}

#pageContent .postHolder p.postinfo a:link, #pageContent .postHolder p.postinfo a:visited {
	color: #777777;
}
#pageContent .postHolder p.postinfo a:hover {
	color: #ffffff;
}

#pageContent .postHolder p.readmore {
	color: #ffda8c;
	width: 460px;
	text-align: right;
	font-size: 12px;
	margin: 10px 0 0 0px;
}

#pageContent .postHolder p.readmore img {
	vertical-align: middle;
}

#pageContent .postHolder p.readmore a:link, #pageContent .postHolder p.readmore a:visited {
	color: #ffda8c;
	text-decoration: none;
}
#pageContent .postHolder p.readmore a:hover {
	color: #ffffff;
}
#pageContent .postHolder .recipeimage {
	margin-top: 10px;
	border: 1px solid #151515;
	width: 563px;
	background: #404040;
	padding: 6px;
}
#pageContent .postHolder .recipeimage img {
	
	width: 563px;
}
#relatedlinks {
	background: url(../images/relatedlinksback.gif) no-repeat;
	width: 146px;
	height: 136px;
	float: right;
}
#relatedlinks p.head {
	color: #5f5f5f;
	padding: 5px 0 0 5px;
	font-weight: bold;
}
#relatedlinks p.head img {
	vertical-align: middle;
}
.post p {
	margin-bottom: 15px;
	width: 580px;
	font-size: 9pt;
	line-height: 1.5em;
}
.post .postrecipehead {
	background: url(../images/postheadback.gif) no-repeat;
	height: 39px;
	color: #c6c4c4;
	width: 598px;
	font-weight: bold;
	font-size: 11pt;
	padding: 10px 0 0 10px;
	margin-top: 10px;
	clear: both;
}
.post ul.recipe-ingre {
	margin: 0 0 10px 10px;
	width: 580px;
}
.post ul.recipe-ingre li {
	background: url(../images/ingre-bullets.gif) no-repeat 0% 50%;
	padding-left: 12px;
	color: #a4a4a4;
	margin-bottom: 10px;
	font-size: 8pt;
}
.post h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0 10px 10px;
	clear: both;
}
.method p {
	font-size: 8pt;
	margin-left: 10px;
	width: 580px;
}

h2.archiveheading {
	font-size: 18pt;
	margin-bottom: 15px;
	background: url(../images/postpageh2back.gif) repeat-x bottom;
	padding-bottom: 8px;
}
.postfooter {
	background: #191919;
	border: 1px solid #141414;
	width: 560px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
}
.postfooter p {
	margin-bottom: 15px;
}
.postfooter div {
	margin-bottom: 15px;
}

.postfooter p a:link, .postfooter p a:visited {
	color: #fdcb60;
}
.postfooter p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.postfooter .sociable .sociable_tagline {
	font-weight: bold;
}	
.postfooter .sociable ul {
	margin-top: 10px;
}
.postfooter .sociable ul li {
	display: inline;
}

/* Side Navigation */
#sideNavigation{
	width:210px;
	margin-right:6px;/*overlap for old mozilla*/
	margin-top: 1px;
	position:relative;
	left:5px;/* now line it up*/
	float:right;
	color: #c6c4c4;
}
#sideNavigation h3 {
	background: url(../images/sidenavheadingback.gif) repeat-x;
	height: 32px;
	width: 190px;
	color: #999ea4;
	line-height: 32px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 10pt;
	margin-top: -1px;
	margin-left: 10px;
}
#sideNavigation h3.colophon {
	margin-top: 0px;
}
#sideNavigation h3 img {
	vertical-align:middle;
	margin-right: -3px;
	margin-bottom: 4px;
}
#sideNavigation #colophon {
	font-size: 8pt;
	color: #969696;
	margin: 10px;
}
#sideNavigation #colophonpic {
	width: 50px;
	border: 8px solid #202020;
	height: 50px;
	margin: 5px 5px 5px 5px;
	float: left;
}
#sideNavigation ul.categories {
	width: 190px;
	margin-left: 10px;
}
#sideNavigation ul.categories li {
	background: url(../images/sidenavcatback.gif) repeat-x;
	height: 31px;
	width: 180px;
	padding-left: 20px;
	line-height: 31px;
}
#sideNavigation ul.categories li a:link, #sideNavigation ul.categories li a:visited {
	background: url(../images/footercontentbullet.gif) no-repeat center left;
	text-decoration: none;
	color: #ffffff;
	font-size: 8pt;
	padding-left: 15px;
}
#sideNavigation ul.categories li a:hover {
	text-decoration: underline;
}
#sideNavigation ul.categories li.current-cat {
	color: #ffcb5d;
}
#sideNavigation ul.categories li.current-cat a {
	background: url(../images/cat-arr-sel.gif) no-repeat center left;
	color: #ffcb5d;
}

#sideNavigation ul.categories li a.sites:link, #sideNavigation ul.categories li a.sites:visited {
	color: #dcddde;
}
#sideNavigation ul.categories li a.sites:hover {
	text-decoration: underline;
}
#sideNavigation #tags {
	padding: 5px 0px 10px 10px;
	background: #252525 url(../images/tagcloudback.gif) bottom repeat-x;
	text-align: left;
	line-height: 15px;
	margin-left: 10px;
}
#sideNavigation #tags a:link, #sideNavigation #tags a:visited {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/temp.gif) no-repeat left;
	padding: 0 0 0 6px;
}
#sideNavigation #tags a:hover {
	text-decoration: underline;
}
#sideNavigation .googlesidead {
	padding: 5px 20px 0 20px;
	text-align: center;
}

/*End of Side Navigation*/

/* clear without structural mark-up */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}


/*End Main Content*/

/* Generic styles - classes, ids */
.accesskey { text-decoration: underline; }
.displayComponentHeading { display: none; height: 0; }
.ht20 { line-height: 20px; }
.ht40 { line-height: 40px; }
.clear { clear: both; }
.anchornone { text-decoration: none; }





/* Footer Navigation */
#googleAds {
	height: 77px;
	background: url(../images/googleadleft.gif) no-repeat left;
	margin-left: 37px;
}
#googleAds div {
	width: 817px;
	background: url(../images/googleadright.gif) no-repeat;
	height: 77px;
	margin-left: 10px;
}
#googleAds p{
	font-size: 10pt;
	color: #999;
	padding: 10px;
}
p.addLeft { 
	float: left; 
	width: 410px;
	background: url(../images/googleadsdivider.gif) no-repeat 96% 40%;	
}
#footerdivider {
	width: 677px;
	height: 2px;
	margin: 25px auto;
	background: url(../images/footerdivider.gif) no-repeat;
}
#footerNav {
	width: 902px;
	height: 436px;
	margin: 0 auto;
	margin-left: -1px;
	float: left;
	background: url(../images/footerbg.gif) #202020 bottom right no-repeat;
	border: 1px solid #141414;
	border-top: none;
	border-bottom: none;
}

.footerblock {
	background: url(../images/footerblock.png) no-repeat;
	width: 249px;
	height: 277px;
	float: left;
	margin: 0 0 0 38px;
}

.footerblock h4 {
	color: #979797;
	font-size: 12pt;
	background: url(../images/footerheaderbullet.gif) no-repeat center left;
	margin: 13px 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.footerblock ul.topcategory {
	list-style: none;
	margin: 20px 20px 0 15px;
}

.footerblock ul.topcategory li {
	background: url(../images/footercontentbullet.gif) no-repeat 0% 80%;
	padding: 15px 0 5px 15px;
	font-size: 10pt;
	color: #7f7e7e;
	border-bottom: 1px dotted #757a75;
}

.footerblock ul.topcategory li a:link, .footerblock ul.topcategory li a:visited {
	text-decoration: none;
	color: #7f7e7e;
	font-size: 10pt;
}

.footerblock ul.topcategory li a:hover {
	color: #ffffff;
}

.footerblock .more {
	float: right;
	width: 200px;
	text-align: right;
	margin: 30px 10px 0 0;
	background: url(../images/footermorearrow.png) no-repeat 100% 83%;
	padding-right: 16px;
}

.footerblock .more a:link, .footerblock .more a:visited {
	text-decoration: none;
	color: #7f7e7e;
	font-size: 8pt;
}

.footerblock .more a:hover {
	color: #ffffff;
}

.footerblock ul.random {
	list-style: none;
	margin: 25px 20px 0 5px;
	float: left;
	width: 220px;
}

.footerblock ul.random li {
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	height: 52px;
}

.footerblock ul.random li a img {
	border: 8px solid #3c3c3d;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}

.footerblock ul.random li a:link, .footerblock ul.random li a:visited {
	text-decoration: none;
	color: #7f7e7e;
	font-size: 10pt;
	display: block; 
	padding: 0 0 0 5px;
}

.footerblock ul.random li a:hover {
	color: #ffffff;
}
 
.footerblock .morerandom {
		margin: 10px 10px 0 0;
}

.footerblock ul.misc {
	list-style: none;
	margin: 35px 20px 0 15px;
	line-height: 1em;
}

.footerblock ul.misc li {
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}

.footerblock ul.misc li a img {
	vertical-align: -10%;
}

.footerblock ul.misc li a:link, .footerblock ul.misc li a:visited {
	text-decoration: none;
	color: #7f7e7e;
	font-size: 10pt;
	display: block; 
	padding: 0 0 0 5px;
}

#bottomFooter {
	margin: 0 auto;
	width: 902px;
	margin-top: -20px;
}
p#footertext {
	color: #7a7a7a;
	width: 902px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
	height: 40px;
	margin-top: -15px;
}

p#footertext a:link, p#footertext a:visited {
	color: #7a7a7a;
	text-decoration: none;
}

p#footertext a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Comments Section */

h3#comments {
	font-size: 16pt;
	color: #ffda8c;
	background: url(../images/postpageh2back.gif) repeat-x bottom;
	padding-bottom: 5px;
	width: 590px;
}

ol.commentlist {
	margin: 15px 0 0 0;
	width: 590px;
}
ol.commentlist li {
	margin: 0 0 10px 0;
	clear: both;
	float: left;
	background: #2e2d2d;
	border: 1px solid #585858;
	color: #b5b5b5;
}
ol.commentlist li.alt {
	background: #585858;
	border: 1px solid #888585;
	color: #f4f2f2;
}
ol.commentlist li .head {
	width: 560px;
	background: url(../images/comments_uodd.gif) repeat-x bottom;
	font-size: 12pt;
	margin: 0 15px 0 15px;
	padding: 5px 0;
	
}
ol.commentlist li.alt .head {
	background: url(../images/comments_ueven.gif) repeat-x bottom;
	color: #f4f2f2;
	
}
ol.commentlist li .head a:link, ol.commentlist li .head a:visited {
	color: #b5b5b5;
	text-decoration: none;
}
ol.commentlist li .head a:hover {
	text-decoration: underline;
}
ol.commentlist li.alt .head a:link, ol.commentlist li.alt .head a:visited {
	color: #f4f2f2;
	text-decoration: none;
}
ol.commentlist li.alt .head a:hover {
	text-decoration: underline;
}
ol.commentlist li.byuser .head a:link, ol.commentlist li.byuser .head a:visited {
	color: #FFFF00;
	text-decoration: none;
}
ol.commentlist li.byuser .head a:hover {
	color: #FFFF00;
	text-decoration: none;
}
ol.commentlist li .date {
	color: #706f6f;
	font-size: 8pt;
	margin: -18px 15px 0 0;
	float: right;
}
ol.commentlist li.alt .date {
	color: #0e0e0e;
}
ol.commentlist li .gravatar {
	width: 560px;
	color: #706f6f;
	font-size: 8pt;
	margin: 10px 0 0 15px;
	clear: both;
}
ol.commentlist li .gravatar p.avatar {
	width: 105px;
	background: url(../images/comments_dodd.gif) no-repeat right;
	float: left;
}
ol.commentlist li.alt .gravatar p.avatar {
	background: url(../images/comments_deven.gif) no-repeat right;
}
ol.commentlist li .gravatar p.avatar img {
	border: 10px solid #202020;
}
ol.commentlist li.alt .gravatar p.avatar img {
	border: 10px solid #414141;
}
ol.commentlist li .commentno {
	text-align: right;
	color: #494949;
	font-family: Verdana;
	font-size: 26pt;
	clear: both;
	margin: -20px 5px 15px 0;
	width: 100%;
	float: right;
	line-height: 15px;
}
ol.commentlist li.alt .commentno {
	color: #6a6a6a;
}
.comment-text {
	width: 450px;
	margin: 0 0 0 105px;
	float: right;
	margin-top: -100px;
	min-height: 107px;
}
.comment-text p {
	padding: 10px;
	font-size: 8pt;
	line-height: 1.5em;
	color: #b5b5b5;
}
ol.commentlist li.alt .gravatar .comment-text p {
	color: #f4f2f2;
}

#respond {
	margin: 15px 0 0 0;
	width: 590px;
}
#respond h3 {
	font-size: 14pt;
	background: url(../images/postpageh2back.gif) repeat-x bottom;
	padding-bottom: 5px;
	width: 590px;
}

#respond input,#respond textarea {
	color: #000000;
	background: #6d6969;
	border: 1px solid #000000;
}


/* End of Comments Styles */

.linebreak15 { height: 15px; }
.linebreak10 { height: 10px; }
.clearboth { clear: both; }
.pd-rating { margin-bottom: 5px; }