@import url("whitespace.css");
@import url("forms.css");
@import url("photo-gallery.css");
@import url("cms.css");

img {
	margin: 5px;
}
h1, h2, h3, h4, h5, h6 {	color: #81d8cf;}
a:link, a:visited {
	color: #81d8cf;
	text-decoration: underline;
}
* {	outline: 0;}
a:hover, a:active {	text-decoration: none;}

html {
	background: #0b1c1b;
	min-width: 960px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	background: #222b2a url(../images/header.jpg) 0 0 no-repeat
}
header h1 {
	margin: 0;
	height: 301px;
	text-indent: -1234em;
}
header h1 a {
	display: block;
	height: 66px;
}
nav ul {
	position: absolute;
	left: 0;
	top: 66px;
	width: 100%;
}
nav ul,
footer ul {
	background: #2B5855 url(../images/menu.jpg) 0 0 no-repeat;
	height: 26px;
	margin: 0;
	list-style: none;
	text-indent: -1234em;
}
nav ul li,
footer ul li {
	position: absolute;
	top: 0;
	margin: 0;
	height: 26px;
}
nav ul li a,
footer ul li a {
	display: block;
	height: 26px;
}
nav ul li a span,
footer ul li a span{
	display: block;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	cursor: pointer;
}
nav li a.hover,
footer li a.hover {
	background: none;
}
.home {
	width: 66px;
	left: 20px;
}
.home span,
.home a:hover {	background: url(../images/menu.jpg) -20px -26px no-repeat;}
.sizes {
	width: 196px;
	left: 98px;
}
.sizes span,
.sizes a:hover {	background: url(../images/menu.jpg) -98px -26px no-repeat;}
.cakes {
	width: 127px;
	left: 310px;
}
.cakes span,
.cakes a:hover {	background: url(../images/menu.jpg) -310px -26px no-repeat;}
.flowers {
	width: 146px;
	left: 455px;
}
.flowers span,
.flowers a:hover {	background: url(../images/menu.jpg) -455px -26px no-repeat;}
.contact {
	width: 114px;
	left: 614px;
}
.contact span,
.contact a:hover {	background: url(../images/menu.jpg) -614px -26px no-repeat;}
.links {
	width: 65px;
	left: 740px;
}
.links span,
.links a:hover {	background: url(../images/menu.jpg) -740px -26px no-repeat;}
.facebook {
	width: 95px;
	background: url(/images/facebook.jpg) -1px 0 no-repeat;
	right: 0;
}
.facebook span,
.facebook a:hover {
	background: url(/images/facebook.jpg) -1px -26px no-repeat;
}
footer .facebook {
	display: none;
}


section#content {
	background: url(../images/swirls.jpg) 0 0 no-repeat;
	padding: 69px 108px;
	max-width: 900px;
	min-height: 200px;
}
#content header h2 {
	margin: 0 0 25px;
	font-size: 30px;
	letter-spacing: -1px;
	color: #81d8cf;
}
aside#samples {
	position: absolute;
	left: 0;
	top: 94px;
	height: 205px;
	min-width: 960px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#samples img {
	margin: 0 2px 0 0;
	border-width: 0;
}
footer {
	background: #0B1C1B;
	color: #a8a8a8;
}
footer ul {
	position: relative;
	border-top: 1px solid #81d8cf;
	border-bottom: 1px solid #81d8cf;
	margin: 0 0 30px;
}
footer a:link,
footer a:visited {
	color: #a8a8a8;
	text-decoration: none;
}
footer a:hover,
footer a:active {
	color: #81d8cf;
	text-decoration: underline;
}
footer p {
	max-width: 1100px;
	text-align: right;
}
p#copyright {
	margin: 30px 30px 10px 0;
	font-size: 12px;
}
p#byline {
	font-size: 10px;
	margin: 10px 30px 30px 0;
	color: #555;
}
#byline a {
	color: #555;
}
#byline a:hover {
	color: #81d8cf;
}
/* Index changes */
#index #content header {
	display: none;
}
table th {
	padding: 0 7px;
	text-align: left;
}
table td {
	padding: 3px 10px;
}

