/*
	Created by Fox & Balloon Design (Keagan Jervis & Ellen Magner - http://www.foxandballoon.com) © 2013 - All rights reserved.
	This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Australia License (http://creativecommons.org/licenses/by-sa/3.0/au/deed.en_GB).
	You are free to copy and distribute this work, make derivative works, and to make commercial use thereof. However, please do so under an identical license to this, and give the original design team credit. Thanks!
*/
@charset "utf-8";

/* ##### TAG STYLES ##### */
*{margin:0px;}
html{height:100%;font-family:'KH Helvetica Neue', Courier New, Courier, monospace;font-size:30px;-webkit-font-smoothing:antialiased;}
body{
	margin:0px auto;
	text-align:center;
	background:#191b1e;
}
div,
section{display:block;position:relative;}
a{
	color:#1C60a4;
	text-decoration:none;
	cursor:pointer;
}
a:hover{color:#3d96ef;}
a:active{color:#0080ff;}
a:visited{color:#001f3e;}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-size:inherit;
	font-weight:inherit;
}
img{border:none;}
p{
	margin:0 10px 10px;
	line-height:125%;
}
script{display:none;}


/* ##### FONT STYLES ##### */
/*.cFontOS{font-family:'Ostrich Sans','Tenso',Verdana, Geneva, sans-serif;}*/

@font-face {
	font-family:'KH Helvetica Neue';
	src:url('../fonts/helveticaNeue-light.eot');
	src:url('../fonts/helveticaNeue-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaNeue-light.woff') format('woff'),
		 url('../fonts/helveticaNeue-light.ttf') format('truetype'),
		 url('../fonts/helveticaNeue-light.svg#OstrichSans') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'KH Helvetica Neue';
	src:url('../fonts/helveticaNeue-ultralight.eot');
	src:url('../fonts/helveticaNeue-ultralight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaNeue-ultralight.woff') format('woff'),
		 url('../fonts/helveticaNeue-ultralight.ttf') format('truetype'),
		 url('../fonts/helveticaNeue-ultralight.svg#OstrichSans') format('svg');
	font-weight:100;
	font-style:normal;
}


/* ##### TAG STYLES ##### */
#dPageHolder{width:580px;background:#f0f0eb;margin:0px auto;box-shadow:0px 0px 5px #000;-moz-box-shadow:0px 0px 5px #000;-webkit-box-shadow:0px 0px 5px #000;}
	#dHeader{height:291px;line-height:291px;color:rgba(0,0,0,0);background:url(../images/kitchenhand-logo_550x175.png) center center no-repeat;}
	#dSubHeader{display:none;height:85px;line-height:85px;background:#f7f7f7;}
	#dTorso{margin:0px -10px;}
		#dTorso section{display:none;}
			.cMenu section#dMenu,
			.cShoppingLists section#dShoppingLists,
			.cRecipes section#dRecipes{display:block;}
			section#dMenu{}
				section#dMenu a{display:block;width:600px;height:380px;line-height:380px;margin-bottom:20px;background-position:center center;background-repeat:no-repeat;color:#f0f0eb;font-size:100px;font-weight:100;text-align:center;text-shadow:0px 1px 1px #000,0px 1px 4px #000,0px 1px 6px #000,0px 1px 10px #000;text-transform:lowercase;}
					#aMenuSL{background-image:url(../images/btnBG-shoppingList_600x380.png);}
					#aMenuRe{background-image:url(../images/btnBG-recipes_600x380.png);}


/* ##### CLASS STYLES ##### */
.cAlL{text-align:left;}
.cAlC{text-align:center;}
.cAlR{text-align:right;}

.cEm{font-style:italic;}

.cFL{float:left;}
.cFR{float:right;}
	img.cFL,
	img.cFR{margin:0px 10px 5px;}
		img.cFL{margin-right:5px;}
		img.cFR{margin-left:5px;}

.cClr{height:0px;overflow:hidden;clear:both;}

.cDS{box-shadow:0px 1px 3px rgba(0,0,0,0.75),0px 1px 8px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.75),0px 1px 8px rgba(0,0,0,0.75);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.75),0px 1px 8px rgba(0,0,0,0.75);}

.cHR{margin:0px 10px;height:0px;line-height:0px;font-size:0px;color:rgba(0,0,0,0);border-top:1px solid #c4c4c4;}
	.cActive .cHR{border-top:1px solid #6a6a6a;}
