body.custom {
	background:url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.custom .format_text {
	font-size:1.5em;
	line-height: 1.667em
}

#archive_intro {
    border-color: #000; }

.custom .page {
	background:transparent;
}

.custom .post_box {
	background:#fff;
	padding:20px;
}

.custom .post_box {
    margin: 0 13px 0 0;
	border:0px solid #c2bcad;
	width: 677px;
}

.custom #content_box {
	margin-top:13px;
}

.teaser .post_image_link img.aligncenter {
	background:url(images/bg2.jpg) repeat;
	padding:15px;
	border:1px solid #bbb6a9;
}

.custom .format_text p {
	overflow:hidden;
}

/* image replacement - thx html5boilerplate*/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* header */
.custom #logo {
	background: url(images/header.jpg) no-repeat; 
	height: 256px;
	margin:0 auto;
	text-indent: -9999px;
	width: 708px; 
}

	.custom #logo a {
		display: block; 
		height: 256px;
		outline: none;
		width: 708px; 
	}

.custom #tagline {
	text-indent:-9999px;
}

.custom #header_area .page,
.custom #header {
	padding-top:0;
	padding-bottom:0;
}

.custom #header {
	margin-bottom:-25px;
	border:none;
}

/* navigation */

.custom #nav_area {
	background:#ffffff;
	border-top:1px solid #250000;
	border-bottom:1px solid #250000;
	height:58px;
}

.custom #nav_area .page {
	position:relative;
}

.custom .menu a {
	background:transparent;
	line-height:60px;
	padding:1px 0 0;
	margin-top:-2px;
	font-size:16px;
	letter-spacing:0;
}

.custom .menu a:hover {
	color:#940101;
}

.custom .menu li {
	background:none;
	padding:0 25px;
	height:32px;
}

.custom .menu li:first-child {
	background:none;
}

.menu .current a:before, 
.menu .current a:hover:before, 
.menu .current-cat a:before, 
.menu .current-cat a:hover:before, 
.menu .current-menu-item a:before, 
.menu .current-menu-item a:hover:before {
	content:'';
	background:none;
   	border-bottom: 0px solid #250000;
    border-left: 0px solid #250000;
    border-right: 0px solid #250000;
    height: 6px;
	display:block;
}

.menu .current a, 
.menu .current a:hover, 
.menu .current-cat a, 
.menu .current-cat a:hover, 
.menu .current-menu-item a, 
.menu .current-menu-item a:hover {
	line-height:46px;
	background:transparent;
}

/* social links */

.custom .social-links {
	overflow:hidden;
	position: absolute;
    right: 285px;
    top: 15px;
	z-index:100;
}

.custom .social-links li {
	float:left;
	list-style:none;
	margin-right:10px;
}

.custom .social-links a {
	background:url(images/sprite.png) no-repeat;
	width:0px;
	height:31px;
}

.custom .social-links .twitter { background-position: -33px -60px; }
	.custom .social-links .twitter:hover { background-position: -65px -60px; }
.custom .social-links .facebook { background-position: -97px -60px; }
	.custom .social-links .facebook:hover { background-position: -129px -60px; }
.custom .social-links .youtube { background-position: -161px -60px; }
	.custom .social-links .youtube:hover { background-position: -193px -60px; }

/* search form */

.custom #searchform {
	position: absolute;
    right: 0;
    top: 15px;
	z-index:100;
}

.custom #searchform input[type="text"] {
	background:url(images/search.png) no-repeat 3% center #250000;
	font-size:12px;
	font-family: 'Varela', sans-serif;
	color:#e6e0d0;
	border:none;
	width:240px;
	height:15px;
	padding: 8px 0 8px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.custom #searchform input[type="text"]:focus {
	background-color:#e3ddce;
	color:#000;
}

/* post */

.custom .post_box.top {
	padding-top:0;
}

/* headline meta / comments */
.custom .headline_meta {
    font-size: 14px;
	line-height:inherit;
	text-align:center;
	letter-spacing:0;
}

.custom .headline_meta a {
	border-bottom:none;
	font-style: normal;
    padding-left: 3px;
}

	.custom .headline_meta a:hover {
		color:#fff;
	}

.custom .headline_area h2 a {
	text-align:center;
	display:block;
	clear:both;
}

.custom .byline_comments {
	background:#940101;
	border:1px solid #250000;
	width:255px;
	margin: 0 auto 20px;
	overflow:hidden;
	padding:5px 10px;
}

	.custom .byline_comments p,
	.custom .byline_comments a {
		color:#e4decf;
		font-size:12px;
		text-transform:uppercase;
	}

	.custom .byline_comments .to_comments {
		display:inline;
	}

.custom .headline_meta span, 
.custom .headline_meta abbr {
	letter-spacing:0;
}

/* continue reading */
.custom a.more-link {
	background:url(images/sprite.png) no-repeat 0 0; 
	width: 155px; 
	height: 25px;
	display:block;
	float:right;
	margin-top:20px;
	text-indent:-9999px;
}

	.custom a.more-link:hover {
		background-position: -160px 0; 
		width: 155px; 
		height: 25px;
	}

/* comment number */

.custom .format_text .to_comments span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#000;
	cursor: pointer;
	color:#fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.4em;
	min-width: 0.7em;
	padding: 0 10px;
}

	.custom .format_text .to_comments span:hover {
		background:#940101;
	}

.format_text .to_comments a {
	    background-image: url(images/bubble.png);
	  	background-position: 2.5% 19px;
	    background-repeat: no-repeat;
		color:#000;
	    cursor: pointer;
	    display: block;
	    height: 19px;
	    line-height: 1.1em;
	    padding: 0 0 6px;
}

	.custom .format_text .to_comments a:hover {
	    text-decoration: none;
		color:#940101;
	}

/* share links & comments */

.custom .post-share {
	float:right;
	margin-bottom:8px;
	padding-top:15px;
}

.custom .post-share li {
	list-style:none;
	float:left;
}

	.custom .post-share li.stumble {
	    margin-right: 10px;
	}

.custom .format_text .to_comments {
	margin-bottom:5px;
	position:absolute;
	padding-top:12px;
	width: 117px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.custom .format_text .to_comments {
	width: 675px;
	
}
}

.custom .format_text,
.custom .custom_more {
	border-bottom:1px solid #e8e2d2;
}

.custom .custom_more {
	 padding-bottom: 20px;
}

/* teasers */

.custom .teasers_box {
	width:72.1em;
	margin:0;
	border:none;
	padding-top:13px;
	padding-bottom:0;
}

.custom .teasers_box .headline_meta {
	font-size: 10px;
    letter-spacing: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.custom .teasers_box .headline_meta a {
	color:#a12121;
}

	.custom .teasers_box .headline_meta a:hover {
		color:#000;
	} 

.custom .teaser {
	background: #FFFFFF;
	border: 1px solid #C2BCAD;
  	padding: 5px 15px 15px;
	width: 32.2em;
	min-height:555px;
	position:relative;
}

.custom .teaser .format_teaser {
    font-size: 1.5em;
    line-height: 1.667em;
	margin-top: 1em;
}

.custom .teaser h2 a {
	font-size:24px;
	line-height:30px;
	text-align:center;
	display:block;
}

.custom .teaser h2 a:hover {
	color:#940101;
}

.custom .teaser_link {
	background:url(images/sprite.png) no-repeat 0 -30px; 
	width: 142px; 
	height: 24px; 
	display:block;
	position:absolute;
	bottom:10px;
	right:20px;
	text-indent:-9999px;
}

.custom .teaser_link:hover {
	background-position: -148px -31px; 
	width: 142px; 
	height: 24px;
}

/* sidebars */

.custom #sidebars {
/*	width:27.8em;*/
}

.custom li.widget {
	background: #fff;
	border-top: 0px solid #C2BCAD;
	border-bottom: 0px solid #C2BCAD;
	border-right: 0px solid #C2BCAD;
	border-left: 0px solid #C2BCAD;
	margin-bottom: 15px;
	padding:7px 12px 12px;
	overflow:hidden;
}

.custom .sidebar ul.sidebar_list {
	padding-left:0;
	padding-right:2.6em;
}

.custom #sidebars h3 {
    border-bottom: 1px solid #C2BCAD;
    color: #000;
    font-size: 17px;
	letter-spacing:0;
    margin-left: -12px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 110%;
}

/* subscribe */
.custom #multimedia_box {
	padding:0;
	border:none;
	margin-bottom:15px;
}

.custom #sidebars .subscribe {
	list-style:none;
	background: url(images/sprite.png) no-repeat 0 -98px; 
	width: 278px; 
	height: 128px;
}

	.custom #sidebars .subscribe li {
		float:left;
		padding:55px 29px 0 54px;
	}

	.custom #sidebars .subscribe a {
		background:url(images/sprite.png) no-repeat;
		display:block;
	}

	.custom #sidebars .subscribe .rss { background-position: 0 -228px; width: 41px; height: 57px; }
		.custom #sidebars .subscribe .rss:hover { background-position: -43px -228px; }
	.custom #sidebars .subscribe .email { background-position: -88px -228px; width:52px; height:57px; }
		.custom #sidebars .subscribe .email:hover { background-position: -145px -228px; }

		
/* recipes by photo headline */

.photo-headline {
	text-indent: -9999px;
	background: url(images/photo-h3.png) no-repeat;
	border: 0 !important;
	width: 271px;
	height: 52px;
	}

.custom #tS2.jThumbnailScroller {
	height:130px;
}

.custom .jTscroller img.post_image {
	width:75px;
	height:75px;
}

/* favorite recipes */

.custom #favorite {
	background:url(images/favorite.jpg) no-repeat left top;
	overflow:hidden;
	padding-top:65px;
	margin:15px 0 25px;
	
}

.custom #favorite .post {
	float:left;
	border:1px solid #C2BCAD;
	width:160px;
	padding:5px;
	background:#fff;
	margin-right:9px;
	min-height:210px;
}

.custom #favorite a {
	width:160px;
	margin:0 auto;
	display:block;
}

.custom #favorite h2 a {
	text-align:center;
	font-size:16px;
	clear:both;
	padding-top:5px;
}

.custom #favorite .post_image {
	width:160px;
	height:117px;
}

/* seen in */


.custom ul.seen-in {
	position:relative;
	height:580px;
}

.custom .seen-in a {
	background:url(images/seen-in.jpg) no-repeat;
	position:absolute;
}

.custom .seen-in .foodista-cookbook { background-position: 0 0; width: 156px; height: 88px; left:0; top:0; }
.custom .seen-in .yumly { background-position: -143px 25px; width: 156px; height: 130px; left:142px; top:-28px; }
.custom .seen-in .foodista { background-position: 0 -109px; width: 120px; height: 123px; left:0; top:100px; }
.custom .seen-in .honest-cooking { background-position: -128px -104px; width: 128px; height: 128px; left:131px; top:95px; }
.custom .seen-in .nudie { background-position: 0 -240px; width: 128px; height: 255px; left:0; top:235px; }
.custom .seen-in .saveur { background-position: -130px -235px; width: 128px; height: 140px; left:130px; top:230px; }
.custom .seen-in .vip { background-position: -130px -370px; width: 128px; height: 210px; left:130px; top:370px; }
.custom .seen-in .blogher { background-position: 0 -495px; width: 128px; height: 85px; left:0px; top:495px; }


/* footer */

.custom #footer_area {
	background:#fff;
	border-bottom: 0px solid #000;
    border-top: 0px solid #000;
    height: 283px;
    margin: 30px 0 35px;
}

.custom #footer {
	border:none;
	overflow:hidden;
	position:relative;
	padding:0;
}

.custom #footer a {
	border-bottom:none;
	color: #fff !important;
}

.custom #footer > a { 
	float:left;
	color:#e9e3d3;
	font-size:16px;
	line-height:85px;
}

.custom #footer .social-links {
	right:0;
	top:26px;
	float: right;
}

.custom #footer .social-links .email { background-position: -228px -61px; }
	.custom #footer .social-links .email:hover { background-position: -260px -61px; }
	
.disclaimer {width: 500px; color: #e9e3d3; float: left; text-align: left; margin-top: 10px;}
	
/* interior */

.custom .headline_area h1 {
  	background: url(images/headline_bg.png) repeat-x center bottom;
    font-size: 42px;
    margin-left: -20px;
    padding: 10px 0;
    text-align: center;
    width: 106%;
}

/* single */

.single .headline_area h1, .entry-title {
	background:none;
	padding:0;
	font-size:30px;
	width:100%;
	margin:0 0 20px 0;
}

/* comments */

.custom #comments { 
	background:#fff;
	margin-top:0;
	border-left:0px solid #C2BCAD;
	border-right:0px solid #C2BCAD;
	border-bottom:0px solid #C2BCAD;
	margin-right:1.3em;
	padding-top:10px;
	width: 717px;
}

	.custom #comments img {
		background:none;
		padding:0;
		border:none;
	}
	
	.custom #comments .avatar img {
	 	background: #940101;
	    border: 1px solid #000000;
	    float: left;
		border-bottom:none;
	    margin-right: 0.769em;
	    padding: 6px;
	}
	
.single .post_box {
	border-bottom:none;
}

	.single .post_box.top {
		  margin-bottom: -11px;
	}

.custom dl#comment_list {
	border-top:none;
	background:#fff;
}

	.custom dl#comment_list dt {
	    margin-bottom: 5px;
	    padding-top: 0;
	}

.custom dl#comment_list dd .format_text, 
.custom dl#comment_list dd #respond {
	background:#f7f4eb;
	margin-left: 80px;
	padding: 15px 15px 0 90px;
	margin-top:-17px;
	font-size:13px;
	border-bottom:none;
	width:510px;
	margin-bottom:35px;
}

.custom dl#comment_list dd {
	border-bottom:none;
}

.custom dl#comment_list dt .comment_author {
    background: url(images/triangle.png) no-repeat 0 5px transparent;
}

.custom dl#comment_list dt .comment_author a,
.custom dl#comment_list dt .comment_author {
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 27px;
}

.custom dl#comment_list dt .comment_author a:hover {
	color:#000;
	text-decoration:none;
}

.custom .comment_time {
	text-transform: uppercase;
}

.custom dl#comment_list dl dt.bypostauthor, 
.custom dl#comment_list dl dd.bypostauthor > .format_text {
	border:none;
}

.custom dl#comment_list dl dd.bypostauthor > .format_text {
    margin-top: -13px;
    padding-left: 90px;
    width: 510px;
}

.custom dl#comment_list dt.comment-author-admin .comment_author,
.custom dl#comment_list dt.bypostauthor .comment_author {
	display: inline-block;
	padding-bottom: 9px;
}

.custom dl#comment_list dt.comment-author-admin span.comment_time,
.custom dl#comment_list dt.bypostauthor span.comment_time {
	bottom: 8px;
}

.custom dl#comment_list dt span.comment_time {
	font-size: 11px;
	bottom: 0;
	font-size: 9px;
	position: absolute;
	right: 10px;
}

.custom dl#comment_list dt {
	position:relative;
}

/* comment form */
.custom .format_text input, 
.custom #commentform input, 
.custom #commentform textarea {
    background: #F7F4EB;
    border: 1px solid #CDCAC2;
    padding: 0.7em;
}

.custom .format_text input, 
.custom #commentform input {
	width: 60%;
}

.custom #commentform {
	padding-left: 1.7em;
	padding-bottom: 1.7em;
	border-top:none;
}

.custom .comments_intro, 
.custom #respond_intro {
    margin-left: 2em;
}

.custom #commentform label {
    font-size: 18px;
}

.custom #commentform textarea {
	width:97.5%;
}

.custom #respond_intro p {
	background:url(images/sprite.png) no-repeat 0 -325px; 
	width: 240px; 
	height: 31px;
	display:block;
	text-indent:-9999px;
}

.custom #commentform input.form_submit {
    background: #940101;
    color: #FFFFFF;
    font-family: 'Varela',sans-serif;
    font-weight: normal;
    padding: 8px;
    text-transform: uppercase;
}

	.custom #commentform input.form_submit:hover {
		background:#000;
	}

/* recipe box */

.custom .recipe_box h4 {
	border-top:1px solid #C2BCAD;
   	clear: both;
    color: #000000;
    font-size: 17px;
	margin-bottom:5px;
    margin-left: -12px;
    padding:11px 0 5px 11px;
    text-transform: uppercase;
    width: 110%;
}

	.custom .recipe_box h4.first {
		border-top:none;
		padding-top:0;
	}

.custom .recipe_box li {
	float:left;
	width:120px;
}

.custom .recipe_box a:hover {
	color:#000;
	text-decoration:none;
}

.custom #trackback_list a {
    display: block;
    padding-bottom: 7px; }

.custom #trackback_list a:hover {
	text-decoration:none; 
	color:#940101; 
}

.custom #trackback_list {
    margin-bottom: 0;
}

/* FOOTER */

#footer_setup { width:1000px; padding-left:40px; padding-right:0px; padding-top: 0px;overflow: hidden; clear:both;margin-top:0px; background-color:#efefec; border-top: 1px solid #e6e6e6;}

#footer_setup .footer_items {text-align: left; width: 210px; padding-right: 0px; margin-right: 30px; padding-left: 0px; display: inline-block; float: left; height: 100%; font-size:14px; font-style: italic; padding-top:20px; padding-bottom:20px; color:#666; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.5em;}


#footer_setup .footer_items h3 {color: #575757;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
font-size: 12px;
font-style: normal;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 10px;
border-width: 0px;}

#footer_setup .footer_items ul li {list-style: none; padding:5px 49px 5px 0px;}

#footer_setup .footer_items ul li a {font-size: 14px; font-family:arial;font-weight:normal;line-height:12px;color: #666666; }

#footer_setup .footer_items ul li a:hover {color:#999999; text-shadow:none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* sidebar */

.sidebarmenu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
}

.sidebarcolumn {
    float: left;
    width: 50%;
}

/* IE */

.ie .menu a { line-height:58px; }
.ie .menu .current a, 
.ie .menu .current a:hover, 
.ie .menu .current-cat a, 
.ie .menu .current-cat a:hover, 
.ie .menu .current-menu-item a, 
.ie .menu .current-menu-item a:hover { line-height:58px; }
.ie #comments { padding-top:40px; margin-right:2.2em; }
.ie .format_text .to_comments {	position:relative; display:block; height:20px; width:98%; }
.ie .format_text .to_comments a { position:absolute; left:0; bottom:0; }
.ie .post_box {	position:relative; }
.ie .post-share { position:absolute; bottom:20px; right:5px; }
.ie.interior .post_box { margin: 0 30px 0 0; }
.ie.single .post_box { margin:0 15px 0 0; }
.ie dl#comment_list dd .format_text, .ie dl#comment_list dd #respond { margin-top: -110px; }
.ie dl#comment_list dl dd.bypostauthor > .format_text { margin-top: -110px; }
.ie dl#comment_list dt span.comment_time { bottom: 5px; }
