/* ###################### */
/* ## Font definitions ## */
/* ###################### */
@font-face {
	font-family: BlackJack;
	src: url("/common/BlackJack.eot")
}
@font-face {
	font-family: BlackJack;
	src: url("/common/BlackJack.ttf")
}
@font-face {
	font-family: MeritaTextMediumHMK;
	src: url("/common/MaritaTextMediumHMK.eot")
}
@font-face {
	font-family: MeritaTextMediumHMK;
	src: url("/common/MaritaTextMediumHMK.ttf")
}


/* ########################### */
/* ## Base node definitions ## */
/* ########################### */
body {
	color: #292468;
	font-family: MeritaTextMediumHMK;
	font-size: 14px;
}

iframe {
	display: none;
}

h1 {
	font-size: 60px;
	margin-bottom: -10px;
}

h2 {
	font-size: 30px;
	text-align: center;
}

h3 {
	font-size: 20px;
}

p {
	text-indent: 20px;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	color: #0000DD;
}


/* ################################### */
/* ## Main class and id definitions ## */
/* ################################### */
#body-outer {
	position: relative;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url('/images/note_pad_line.jpg') top left repeat-y;
}

#body-inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
	top: -58px;
}

#content {
	margin-top: 10px;
}

#head {
	position: relative;
	padding: 10px;
	background-color: #EBC6FF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
}

#top-nav {
	text-align: center;
	font-size: 13px;
}

#side-nav {
	font-size: 12px;
	position: relative;
	float: left;
	width: 160px;
	padding: 10px;
	background-color: #EBC6FF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
}

#main {
	width: 605px;
	float: left;
	margin-left: 15px;
	padding: 0px;
}

#foot {
	position: relative;
	top: 50px;
}

#foot .contact {
	float: right;
}

#head h1 {
	font-family: BlackJack;
	font-weight: bold;
	padding-left: 10px;
	margin-top: -10px;
}

#head h1 a:link, #head h1 a:visited, #head h1 a:hover, #head h1 a:active {
	color: #292468;
}

#head h1 img {
	position: relative;
	top: 15px;
	left: 45px;
}

#top-nav a {
	margin-left: 9px;
	margin-right: 9px;
}

#copywrite {
	position: relative;
	left: 270px;
	top: 35px;
	font-size: 10px;
	font-family: Verdana;
}

.nav-level1 {
	display: block;
}

.nav-level2 {
	display: block;
	margin-left: 15px;
}

.nav-level3 {
	display: block;
	text-indent: -10px;
	margin-left: 40px;
}

.current-link a:link, .current-link a:visited, .current-link a:hover, .current-link a:active {
	color: #A62F72;
}

div.center {
	text-align: center;
	margin-bottom: 10px;
}

div.center > div {
	display: inline-block
}

img.shadow {
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
}


/* ############################################ */
/* ## Page specific class and id definitions ## */
/* ############################################ */

.recipe-thumb {
	float: left;
	margin: 10px;
}

.step {
	margin-top: 15px;
	margin-bottom: 15px;

}

.step-name {
	font-weight: bold;
}

.ingredients {
	font-size: 12px;
	margin-left: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ing-amount {
	text-align: right;
	padding-right: 5px;
}

.ing-name {
	padding-left: 20px;
}

.recipe-image {
	float: right;
	margin-left: 10px;
}


/* ######################################### */
/* ## Hacks to make other browsers behave ## */
/* ######################################### */
.ie7 #body-inner, .ie8 #body-inner {
	left: 15px;
}

.ie7 #foot, .ie8 #foot {
	top: 60px;
}

.ie7 #foot .contact, .ie8 #foot .contact {
	position: relative;
	top: -20px;
}

.ie7 #top-nav a, .ie8 #top-nav a, .webkit #top-nav a {
	margin-left: 8px;
	margin-right: 8px;
}
