/*
	Cake Maker main CSS v0.1
	Based on Eric Meyer's reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	background-image: url(../images/icing.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.prices {
	border: 1px solid #ccc;
	width: 40em;
	margin-bottom: 2em;
}
table.prices caption {
	text-align: left;
	margin: 1.3em 0 0.5em 0;
	font-weight: bold;
	font-size: 140%;
}
table.prices th, table.prices td {
	padding: 0.35em;
	border-right: 1px solid #ccc;
}
table.prices th {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	background-color: rgba(80,00,80,0.3);
}
table.prices td {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	text-align: center;
}

/* wrapper and footer layout */
#wrapper {
    float: left;
}

/* main layout blocks */

#header {
	margin-top: 10px;
	margin-bottom: 24px;
	margin-left: 10.3em;
	clear: right;
	height: 56px;
	width: 456px;
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
}

/* Hide the sitebranding section so that
	only the heading background image is displayed */
#sitebranding {
	position: absolute;
	left: -5000px;
}

#navigation {
	float: left;
	clear: left;
	width: 10em;
	font-weight: bold;
}

#navigation li {
	font-size: 95%;
	font-weight: bold;
	line-height: 130%;
	padding-left: 20px;
	margin-left: 15px;
}

#navigation li.subpage {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	padding-left:20px;
	margin-left: 15px;
	margin-bottom: 3px;
}

#navigation li.subpage:before {
	content:'\25ca';
	padding-right: 0.2em;
}

#navigation li.subpage a {
	font-family: Verdana, sans-serif;
}

#navigation li.subpageCurrent {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	padding-left:20px;
	margin-left: 15px;
	margin-bottom: 3px;
}

#navigation li.subpageCurrent:before {
	content:'\2666';
	padding-right: 0.2em;
}

#navigation li.subpageCurrent a {
	font-family: Verdana, sans-serif;
}

#navigation a:link {
	text-decoration: none;
	color: purple;
}

#navigation a:visited {
	text-decoration: none;
	color: purple;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a:active {
	color: red;
}

#navigation li.current {
	background-image: url(../images/sugar-bullet.gif);
	background-repeat: no-repeat;
}

.bodycontent {
	margin-left: 13em;
	color: purple;
	line-height: 140%;
	font-size: small;
	font-weight: 500;
	clear: right;
}

.bodycontent p {
	padding-bottom: 1em;
	margin-right: 3em;
}

.bodycontent p.headline:first-letter {
	font-size: 200%;
}

.bodycontent ul {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 3em;
}

.bodycontent img.sample {
	float: right;
	padding-right: 50px;
	padding-left: 15px;
	padding-bottom: 50px;
}

.bodycontent .galleryitem {
	float: left;
	margin-right: 10px;
	width: 120px;
}

.bodycontent .galleryitem p {
	font-size: 80%;
	font-family: Verdana, sans-serif;
	text-align: center;
	margin: 0;
}

.bodycontent a img {
	background-color: white;
	padding: 10px;
	border: #ccc solid;
	border-width: 0px 1px 1px 0px;
}

#footer {
	width: 100%;
	margin-top: 3em;
	overflow: hidden;
	height: 4em;
	float: left;
	clear: both;
	background-image: url(../images/ribbon-wide.gif);
	background-repeat: repeat-x;
}

#footer ul {
	margin-left: 10.6em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer ul li {
	display: inline;
	padding-right: 2em;
	color: white;
}

#footer a:link {
	text-decoration: none;
	color: white;
}

#footer a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: none;
	color: white;
}