/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/* Custom elements by Foliovision */

/* BASIC ELEMENTS */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF0F5 /*url(images/pink_canvas.jpg) scroll repeat*/; 
	color: #333; 
	font-size: 62.5%,
	font-family: "MS Serif", "New York", serif;
	text-align: center;
	}
#container {
	background: #fff url('/images/graphics/dessert_ornamental.png') scroll no-repeat center -58px;
	display: inline-block;
	}
#navwrapper {
	width: 969px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
	border-bottom: 2px dotted #FDD2DB;
	background: #fff;
/*	opacity:0.6;
	filter:alpha(opacity=60);*/
	}
ul#nav {
	margin: 5px 0 0 0;
	}
#sidebar {
	border-left: 2px dotted #fff;
	}
	
#wide-content { 
	width: 985px;
	padding: 0;
	float: left;
	margin: 0 40px 0 20px;
}

#content {
	margin: 0 60px 0 20px;
	}
.hentry {
	background: url('images/divider.png') scroll no-repeat center bottom;
}

/* BASIC ELEMENTS - End */


/* STRUCTURE */




/* STRUCTURE - End */


/* LINKS */
ul#nav li a:hover { 
	color: #000;
	text-decoration: none;
	}
.clear a, .wideclear a  {
	text-decoration: none;
	font-size: 1.4em;
	color: #ffcccc;
	font-weight: bold;
}
#logo h1, #logo h3, a#logo {
	text-decoration: none !important;
}

/* LINKS - End */

/* TYPOGRAPHY */

@font-face {
    font-family: 'CallieHandRegular';
    src: url('callie_hand_full_version-webfont.eot?') format('eot'),
         url('callie_hand_full_version-webfont.woff') format('woff'),
         url('callie_hand_full_version-webfont.ttf') format('truetype'),
         url('callie_hand_full_version-webfont.svg#webfontCH2AeYgD') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SlabTallXMediumRegular';
    src: url('slabtallx-medium-webfont.eot');
    src: url('slabtallx-medium-webfont.eot?iefix') format('eot'),
         url('slabtallx-medium-webfont.woff') format('woff'),
         url('slabtallx-medium-webfont.ttf') format('truetype'),
         url('slabtallx-medium-webfont.svg#webfontDid0OuWG') format('svg');
    font-weight: normal;
    font-style: normal;
}
#masthead h3 { display: block; width: 300px; height: 38px; margin: 0 0 20px 152px; text-align: left; text-transform: none; text-decoration: none; text-indent: -9999px; background: url('/images/graphics/headline.png') scroll no-repeat top left; overflow: hidden; }

h3.related_posts_title { font-family: 'SlabTallXMediumRegular'; font-size: 1.5em; color: #999; font-weight: normal; text-transform: none; }

.post h4 {
	color: #FF9FC2;
	font-size: 1.2em;
}
.more-link {
	float: right;
	background: #afafaf;
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	}
a.more-link:hover, .previous a:hover, .next a:hover {
	text-decoration: none;
	background: #8f8f8f;
	color: #fff;
}
.previous a, .next a {
	/*background: #afafaf;*/
	display: inline-block;
	/*color: #fff;*/
	padding: 0 10px;
	text-decoration: none;
}


/* TYPOGRAPHY - End */

/* IMAGES */
.entry p a img {
	margin: 1px;
	border: 1px solid #E7E7E7;
}
.asset {
	background: #fff;
	padding: 4px;
}
.module-list li {
	list-style: none;
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
}
.module-list:after, #container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.typelist-thumbnail {
	display: inline-block;
	float: left;	
	margin-right: 5px;
}


/* IMAGES - End */


/* WIDGETS */
.widget li {
	list-style: none;
}

.addthis_button_pinterest {
	width: 85px;
	margin-top: -3px;
}


/* WIDGETS - End */

/* THUMBS */
#thumbswrapper {
	margin-bottom: 20px;
	display: block;
	height: 197px;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: none;
	z-index: 400;
}
.thumbs { display: block; width: 148px; height: 197px; border: none; float: left; margin-left: 15px; position: relative; overflow: hidden; }

.thumbs a .thumb-title { display: none; }
.thumbs a:hover .more { visibility: hidden;}
.thumbs img { z-index: 500; }

.thumbs a:hover .thumb-title {
	display: block;
	font-size: 1.2em;
	background: #FFF0F5;
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 70px 0 0 0;
	width: 130px;
	z-index: 600;
}
.thumb-title h3 {
	text-transform: none;
	font-family: Arial, 'Times New Roman', Times, serif;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: left;
	letter-spacing: -0.05em;
	margin: 10px;
	color: #2F2F2F;
	z-index: 700;
}
.thumbs a:hover {
	cursor: pointer;
	text-decoration: none;
}

/* THUMBS - End */

/* RECIPE INDEX */
.little-recipe {
	display: inline-block;
	width: 100px;
	height: 150px;
	float: left;
	margin: 0 20px 10px 0;
}
.little-recipe h4 {
	text-align: center;
	margin: 5px 0;
}
.little-recipe h4 a {
	color: silver;	
}
h2.index-item {
	display: block;
	clear: both;
	width: 500px;
	margin: 20px 0 10px 0;
}
.wide-divider { width: 950px; height: 19px; clear: both; background: url('/images/graphics/wide-divider.png') scroll no-repeat left center; }


.divider { width: 500px; height: 19px; margin:0; clear: both; background: url('/images/graphics/divider.png') scroll no-repeat center center; }


/* RECIPE INDEX - End */

/* REVIEWS Column */

.review_col {
	float: left;
	display: inline-block;
	width: 220px;
	margin-right: 20px;
	text-align: left !important;
}
.review_col ul {
	margin: 0;
}
.review_col .typelist-description {
	font-size: 12px !important;
}

/* REVIEWS Column - END */

/* RECIPE SEO */

.entry .fv_recipe_ingredient_width {
	float: left;
	display: inline-block;
	width: 212px;
}
.fv_recipe_wrap ul {
	list-style: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.fv_recipe_wrap ul li {
	list-style: none;
	margin: 0 0 2px 0;
}
.fv_recipe_wrap h3 {
	margin: 1.5em 0 0.5em 0;
	page-break-after: avoid;
}
.fv_recipe_wrap img {
	border: none;
	padding: 0;
}
.rcp_head .photo { display: none; }
#rcp_tabs {
	width: 270px;	
	margin: 25px 0 0 80px;
}
#serve {
	width: 110px;
	text-align: center;
	border-left: 1px dotted #fff;
	margin: 25px 10px 0 0;
	padding-left: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px #999999;
	line-height: 1em;
}
#serve #rcp_printer a {
    background: url("images/print-icon-new.png") no-repeat scroll center top;
    display: block;
    margin: 15px 0 0 15px;
	min-height: 26px;
	width: 32px;
	color: #fff;
    text-decoration: none;
	padding-top: 30px; 
}
#serve #ziplist a {
	background: url("images/recipebox.png") no-repeat scroll center top;
	display: block;
    margin: 15px 15px 0 0;
	min-height: 26px;
	color: #fff;
	text-decoration: none;
	width: 32px;
	padding-top: 30px; 
}
.fv_recipe_wrap .clear {
	background: url("/images/graphics/divider.png") no-repeat scroll center center;
	margin: 0 0 1em 0;
	width: 450px;
}
.fv_recipe_wrap .clear-blank {
	clear: both;
	margin: 0 0 1em 0;
	width: 450px;
}
.fv_recipe_wrap h2 {
	font-size: 1.8em;
}
.fv_recipe_wrap .instruction {
	margin-bottom: 10px;
}
.rcp_head {
	background: url("images/recipe-head-bg.png") no-repeat left top;
	min-height: 140px;
	margin: -10px -5px 0;
}
.post .rcp_head h2 {
    color: #896565;
    font-family: 'SlabTallXMediumRegular',Arial,sans-serif;
    font-size: 2em;
    font-weight: normal;}

/* RECIPE SEO - END */

/* SHARING */
#sharing {
	width: 100%;
	display: block;
}
#sharing img {
	border: none;
}
.entry-footer-share {
	display: block;
	margin-top: 10px;
}
.entry-footer-share .twitter {
	float: left;
	display: inline-block;
}
.entry-footer-share .facebook {
	float: left;
	display: inline-block;
}
/* SHARING - End */

/* RECIPES */
.entry blockquote {
	border: 3px dotted #FFCCCC;
	margin: 30px 0;
	padding: 0;
}
.entry .hrecipe_wrap {
	margin: 30px 0;
	padding: 0;
}
.fv_recipe_wrap {	
	border-width: 0 3px 3px 3px; 
	border-style: dotted;
	border-color: #FFCCCC;
	padding: 15px;	
}
.printer {
	display: block;
	width: 100%;
	text-align: center;
}
a.print-recipe  {
	text-decoration: none;
	font-size: 1.1em;
	color: #999;
	font-weight: bold;
}

/* RECIPES - End */
.clear { clear: both; }
.right, .alignright { float: right; }
.left, .alignleft { float: left; }
.center { text-align: center; }
.small {font-size: 85%;}

/* Images in h5 */

a img {
	border: none;
}

.entry a img, .entry .gallery a img {
	border: none;
}

h5 {
	margin: 10px 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}

h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
	
h5.right, h5.alignright {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
	}
	
h5.left, h5.alignleft {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
	}
	
h5.center {
	text-align: center;
	font-weight: normal;
	}
	
h5.center img {
	margin: 0 auto;
	}
	
h5 a {
	text-decoration: none !important;
	color: #696969;
	}

h5 a:link {
	text-decoration: none !important;
	color: #696969;
	}
	
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}
a.photo-credits:link, a.photo-credits:hover, a.photo-credits:focus, h5 a.photo-credits:active, a.photo-credits:visited {
	text-decoration: none !important;
	color: #696969;
}

h5.noborder img {
	border: none;
}

img.noborder {
	border: none;
}

.noborder {
	border: none;
}
.entry h5 a img {
    border: 1px solid #E7E7E7;
    margin: 1px;
}