/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

.photogrid-index-bottom { clear:left; }

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/* 
   css Copyright (c) 2005-2009 Karelia Software. All Rights Reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/


/*
GLOBAL

Try to define style properties as globally as possible. E.g. the basic font setting should be right there for the body element
*/

* { 
	margin:0px;
	padding:0px;
}

body {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 78%; /* as recommended in CSS guide */
	/*background: #EEF6DB eef4dc;*/
	/*background: #F5F9EC;*/
	/*background: #fff;*/
	/*background: #414141;*/
	background: #979797 url(/_Media/backgroundblend.gif) repeat-y center;
	color:#707171;
	word-wrap:break-word;
	line-height:1.5;
}


/* sans-serif font for headings & sitemenu */
#sitemenu, h1, h2, h3, h4, h5, h6, #page-bottom, #title, #title p, .collection-navigation {
	font-family: Heiti TC, Helvetica, Arial, sans-serif; letter-spacing: 0.08em;
}

	
h5, h6 {
	font-size: 100%;
	margin-bottom: 0.8em;
}

img {
	border:0px #000 none;
}

a {text-decoration:none;}
a:link {border-bottom: 1px dotted; color:#707171;}
a:visited {color:#D49BC5;}
a:hover, a:focus {border-bottom:1px dotted #D49BC5;color:#D49BC5;}
a:active {color:#606161;}

#page-bottom a:link {border-bottom: none; color:#fff;}
#page-bottom a:visited {color:#fff;}
#page-bottom a:hover {border-bottom:1px dotted #D49BC5; color:#D49BC5;}
#page-bottom a:active {color:#fff;}

#sidebar a:link {border-bottom: none; color:#9BC5D4;}
#sidebar a:visited {color:#9BC5D4;}
#sidebar a:hover {color:#D49BC5; border-bottom:1px dotted #D49BC5; }
#sidebar a:active {color:#9BC5D4;}

.article p, .pagelet p {
	margin-bottom: 0.8em;
}


#page {
	width:900px;
	margin:0px auto;
	padding:0px 15px 0px 15px;
	background: #fff;
}

#page-top {
	background: url(Sky.jpeg) center top no-repeat;
}

#title {

	overflow: hidden;
	position: relative;
	height:80px;
	text-align:left;
	color: #000000;
	border-top: 12px solid #9BC5D4;
	margin-left: -0px;
	margin-right: -0px;
}


* html #title {
	background-image: url(corner-topright.gif);
}


#title h1 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 150px;
	font-size: 300%;
	letter-spacing: 0.1em;
	text-transform: none;
	/*text-shadow: #9BC5D4 1px 1px 1px;*/
}

#title h1 a {
	color:#fff;
	background: transparent; 
	text-decoration: none;
	display:block;
	border-bottom:0px;
}

#title p {
	position: absolute;
	bottom: 2px;
	left: 20px;
	right: 20px;
	font-style: italic;
	text-shadow: #000 1px 1px 2px;
} 

#title img {
	float: right;
	margin: 5px 5px 0px 12px;
}

#RecipeIng ul {
	padding-left:30px;
}
#RecipeIng li {
	padding-left:0px;
	list-style: circle outside; 
}

#RecipeMethod ol {
	padding-left:30px;
}

#RecipeMethod li {
	color: #707171;
	list-style: decimal outside; 
}


ul, ol, dd {
	padding-left:30px;
}

dt {
	font-style: italic;
}


#sidebar ul, ol, dd, dt {
	color:#9BC5D4;
	padding-left:20px;
	list-style: circle;
}



/*
SITEMENU
*/


#sitemenu ul {
	margin:0px 0px 0px 0px;
	list-style:none;
	background: #C9DD92;
	height: 2.8em;
	line-height: 2.8em;
	overflow:hidden;
	padding: 0px;
}

#sitemenu ul li {
	float: left;
}

#sitemenu ul a, #sitemenu ul .currentPage .in {
	text-transform: uppercase;
	font-size:105%;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	display: block;
	white-space: nowrap;
	padding: 2px 8px;
}

#sitemenu .currentPage .in, #sitemenu .currentParent a {
	background: #9BC5D4;
	color:#fff !important;
}

#sitemenu a:hover {
	background:#9BC5D4;
}

* html #sitemenu a:hover {
	background-image: url(corner-topright.gif);
}

#sitemenu .currentParent a:hover {
	color: #fff !important;
}


/* 
MAIN PART 
*/

.article, .general-index, .no-callouts {
	margin-bottom:1em;
	padding:10px 6px 6px;
}

.listing-index {
	margin-bottom: 1em;
	padding: 0px 6px;
}

.general-index .article {
	margin:0px;
	padding:0px;
	border:0px none;
	background:transparent;
	clear:left;
	margin-bottom: 1em;
}

.article-info {
	clear:left;
}


.article-info .timestamp {
	clear:left;
	text-align:right;
	background: #eee url(corner-topright.png) top right no-repeat;
	padding: 1px 0.7em;
	margin: 3px -6px 0px -6px;
}

* html .article-info .timestamp {
	background-image: url(corner-topright.gif);
}



#main-top {
	width:900;
	margin: 0px 0px 15px 0px;
	background: #9BC5D4;
	height:15px;

}

#sidebar-content, #main-content {

	margin-top: -5px;

}


#main h2 {
	
	color:#fff;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
	text-align: center;
	background: #9BC5D4;	
	margin:10px 0px 0px 0px;
	padding:6px 6px;

}

.ConvHeads {
	
	font-size: 110%;
	text-align: left;
	text-transform: uppercase;	
	padding:0;
	margin:-10px 0px 0px 0px;

}
.RecipeHeads {
	
	color:#9BC5D4;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	text-transform: uppercase;
	margin:-10px 0px 0px 0px;

}

.RecipeHeadsGreen {
	
	color:#C9DD92;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	text-transform: uppercase;	
	margin:-10px 0px 0px 0px;

}

.PrintLink {
	text-align: center;
	
}
.PrintLink a {
	
	color: #D49BC5;
	text-align: center;
	font-size: 110%;	
}

#RecipeIntro {

	width: 598px;	
	margin :-10px 0px 0px -6px;
	font-size: 110%;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border-style: dotted;
	border-color: #9BC5D4;
	border-width: 0px 1px 1px 1px;
}



#RecipeIng {

	width:598px;	
	margin:-10px 0px 0px -6px;
	background: #fff;
	font-size:110%;
	padding:10px;
	border-style: dotted;
	border-color: #9BC5D4;
	border-width: 1px 1px 1px 1px;
}



#RecipeMethod {

	width:598px;	
	margin:-10px 0px 0px -6px;
	background: #fff;
	font-size:110%;
	padding:10px;
	border-style: dotted;
	border-color: #9BC5D4;
	border-width: 1px 1px 1px 1px;
}


/*
SIDEBAR & CALLOUTS
*/
body.allow-sidebar #main {
	margin-right:280px;
	padding-top:0px;
}

#sidebar-top {
	
	margin: 0px 0px 0px 0px;
	background: #9BC5D4;
	height:15px;
	padding: -20;
}

#sidebar {
	margin-top:0px;
	width:300px;
	float:right;
}

.pagelet {
	margin-top:15px;	
	margin-bottom:15px;
	margin-left:50px;
	text-transform: uppercase;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

.pagelet h4 {	
	margin:0px 0px 1px 0px;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background: #C9DD92;
	padding:6px 6px;
}

* html .pagelet h4 {
	background-image: url(corner-topright.gif);
}

.pagelet.bordered {
	border-style: dotted;
	border-color: #C9DD92;
	border-width: 0px 1px 1px 1px;
}

.pagelet.bordered h4 {
	border-width: 0px 0px 1px 0px;
}

.pagelet-body {
	margin: 10px 10px;
}


.callout {
	width:270px;
	float:left;
	margin: 0px 10px 0px 0px ;
}

.callout .pagelet.bordered {
	margin-left:-1px;
}


/* 
CONVERSION TABLES
*/

#convblue, #convgreen {
	width: 80%;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}


#convblue td, #convblue th {
	font-size: 100%;
	text-align: center;
	border: 1px solid #9BC5D4;
	background-color:#F1F7F9;
	padding: 3px 7px 2px 7px;
}


#convblue th {
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#9BC5D4;
}


#convgreen td, #convgreen th {
	font-size: 100%;
	text-align: center;
	border: 1px solid #C9DD92;
	background-color: #F5F9EC;
	padding: 3px 7px 2px 7px;
}


#convgreen th {
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#C9DD92;
}

/* 
PHOTO GRID PAGE
*/

.photogrid-index {
    text-align: center;
    margin: auto;
    overflow: hidden; /* for IE 5 Mac */
	height:1%; /* for IE 5, 6 Win */
}

.photogrid-index a {
	text-decoration: none;
	padding: 1px 3px;
}
.photogrid-index h3 a:hover {
	text-decoration:none;
}

.gridItem {
    float: left;
    Position:relative;
    width:140px;
    height:170px;	/* room for caption */
	margin:0px 0px 0px 90px;;
    padding-top: 0px;
    color:inherit;
    overflow: hidden;
}

body.allow-sidebar .gridItem {
	width: 160px;
}

.gridItem h3 {
    font-weight: normal;
    font-size: 100%;
    line-height: 130%;
    color: #9BC5D4;
    margin: 4px 7px 0px 5px;
	padding: 0px 2px;
    position:absolute;
	top: 125px; /* needs to leave 38px from the bottom of the gridItem */
	width: 128px;
}

body.allow-sidebar .gridItem h3 {
	width:136px;
	margin: 4px 11px 0px 11px; 
}

.gridItem img {
    border: 1px solid #9BC5D4;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}


.gridItem img:hover {
 	border: 1.5px solid #D49BC5;
}


/*
PHOTO NAVIGATION
*/

.photo-navigation {
	position:relative;
    height: 21px;
    width:200px;
    margin:8px auto 8px auto;
}

.photo-navigation div {
	width:34px;
	height:21px;
	position: absolute;
    text-indent: -5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

#previous-photo	{
    background: url(photo-prev-off.gif)		no-repeat;
    left: 42px;
}
#previous-photo a {
    background: url(photo-prev.gif)		no-repeat;
}

#next-photo {
    background: url(photo-next-off.gif)		no-repeat;
    left: 124px; 
}
#next-photo a {
    background: url(photo-next.gif)		no-repeat;
}

#photo-list {
    background: url(photo-list-off.gif)		no-repeat;
    left: 83px;
}
#photo-list a {
    background: url(photo-list.gif)		no-repeat;
}

.image-controls a {
	border-bottom:none !important;
}

/* IE 6 Hack */
/* Hides from IE5-mac \*/
* html .gridItem img {
	position: relative;
	top:0px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}
/* End hide from IE5-mac */


.collection-navigation {
	font-weight: normal;

}

.collection-navigation a {
	text-decoration: none;

}



/* 
PAGE BOTTOM
*/
#page-bottom {
	margin-top:15px;
	padding: 10px 0.5em;
	font-size:100%;
	line-height:1.9em;
	/*background: #C9DD92;*/
	background: #979797;
	text-align: left;
	color:#fff;	
}

* html #page-bottom {
	background-image: url(corner-topright.gif);
}


/*
OTHER
*/
.article-thumbnail {
	float:left;
}
/* 
SANDVOX INTERNALS
	
these should be present in every style sheet to ensure that certain classes used by Sandvox to hide and clear elements are respected.
Don't change them unless you have very good reason to do so.
*/

.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
img.narrow {float: right; margin: 0em 0em 0.8em 0.8em;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}

.callout-container, .graphic-container { clear:both; }

#page-top { background-image: url("banner.jpeg"); }

