/* @override http://localhost/cakes/css/style.css */
/*
Version: 0.1
Author: Oscar J Cortez
Author URI: http://www.getillustrative.com
Tags: custom, illustrative
*/
/* ---- Color Palette ----
	
*/
/* ---- Structure ---- */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

/* ----- Structure ----- */

body {
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: medium;
	background: #8dccca url('../images/bg_body-sml.jpg') no-repeat fixed left 22px;
}

#container {
	width: 970px;
}
#navigation {
	float: left;
	width: 198px;
	height: 213px;
	margin-left: 50px;
	position: fixed;
}
#content {
	float: right;
	width: 610px;
	margin: 0 10px 0 20px;
	line-height: 150%;
}

/* ----- Navigation ----- */

/*Correcting for IE 6 */

html>body #navigation {
	margin-left: 86px;
}

ul#menu {
	width: 198px;
	height: 213px;
	background: transparent url('../images/bg_nav-sml.jpg') no-repeat left top;
	position: relative;
}

ul#menu li {
	display: block;
	width: 198px;
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 198px;
	text-indent: -9999px;
	outline: none;
}

li#m-story, li#m-story a {
	height: 74px;
}

li#m-gallery, li#m-gallery a {
	height: 71px;
}

li#m-ordering, li#m-ordering a {
	height: 68px;
}

li#m-story a:hover, body#story li#m-story a {
	background: url('../images/bg_nav-sml.jpg') no-repeat -198px 0;
}

li#m-gallery a:hover, body#gallery li#m-gallery a {
	background: url('../images/bg_nav-sml.jpg') no-repeat -198px -74px;
}

li#m-ordering a:hover, body#ordering li#m-ordering a {
	background: url('../images/bg_nav-sml.jpg') no-repeat -198px -145px;
}
/* ----- Typography ----- */

h1 {
	width: 643px;
	height: 155px;
	margin-left: 307px;
	background: url('../images/bg_h1.jpg') no-repeat right top;
	text-indent: -9999px;
}

#content h2 {
	font-size: 1.45em;
	font-weight: normal;
	color: #429795;
}

#content p {
	font-size: .95em;
	margin: 1em 0;
	color: #fff;
}

#content a {
	color: #F46464;
}
#content h3{
	position: relative;
	top: 8px;
	text-align: center;
	background-color: #8dccca;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	color: #fbfed3;
	font-style: italic;
	font-weight: normal;
}
h3+ul{
	border-top: 1px solid #ffffd6;
	padding-top: 20px;
}

.gallery li {
	list-style-type: none;
	display: inline;
}

.gallery li img {
	background-color: #ace0de;
	margin: 0 5px 10px 6px; 
	padding: 4px;
}

.gallery li a:hover img {
	background-color: #fff;
}

#footer p {
	font-size: 0.75em;
	color: #429795;
	background-image: url(../images/icon_star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
}

#footer a {
	color: #386d6a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* ----- Iconography ----- */
.icon{
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
.pdf{
	background-image: url(../images/ico_pdf-16px.png);
}

/* ----- Miscellaneous ----- */
.clear {
	clear: both;
}

