@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #f4f3ea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #95622f;
	}
	
table, tbody, tr, td {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #95622f;
}

#leftblock h1, #centerblock h1, #rightblock h1 {
	margin: 0px;
}

#leftblock p, #centerblock p, #rightblock p {
	margin: 0px;
}

/* MAIN DIVS */
#container {
	width: 900px;
	min-height: 100%;
	}
	
#header {
	width: 900px;
	height: 146px;
	margin: 20px auto auto auto;
	padding: 0px;
	background: #abe0ef;
	}

#headerimage {
	width: 900px;
	height: 97px;
	margin: 0px;
	padding: 0px;
	}

#main {
	width: 900px;
	min-height: 510px;
	margin: 0px;
	padding: 0px;
}

#main ul, #main li {
	margin: 0px;
	padding: 0px auto auto auto;
	list-style: disc;
}

#bodyareahome {
	display: block;
	width: 900px;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
}

#bodyarea {
	width: 900px;
	min-height: 300px;
	margin: 0px;
	padding: 30px;
}

#welcome {
	float: left;
	width: 420px;
	margin: 0px;
	padding: 30px 0px 0px 30px;
}

#welcome p {
	line-height: 2em;
}

#image_rotator {
	position: relative;
	float: left;
	width: 400px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	z-index: 0;
}

#imageframe {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 400px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	background: url(images/picture_frame.png) center no-repeat;
	z-index: 10;
}
	
	
#homeblocks {
	clear: both;
	width: 900px;
	height: 161px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#leftblock {
	float: left;
	margin: 0px auto 0px 30px;
	width: 402px;
	height: 149px;
	border: 1px solid #95622f;
	background: #ffffff;
}

#leftblock p, #centerblock p, #rightblock p {
	line-height: 1.5em;
}

#centerblock {
	float: left;
	margin: 0px auto 0px 20px;
	width: 193px;
	height: 149px;
	border: 1px solid #95622f;
	background: #ffffff;
	line-height: 1.5em;
}

#rightblock {
	float: left;
	margin: 0px auto 0px 20px;
	width: 193px;
	height: 149px;
	border: 1px solid #95622f;
	background: #ffffff;
	line-height: 1.5em;
}	

#footer {
	width: 900px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: url(images/footer_bg.gif) center no-repeat;
	}
	
	
/* NAVBAR */
#navbar {
	width: 900px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #95622f;
	border-bottom: 1px solid #95622f;
	background: #ffffff;
	}
	
#navbar ul, li {
	list-style: none;
	margin: 0px auto 0px 60px;
	padding: 0px;
}

#navbar li a:hover {background-position: bottom;}
#navbar li {list-style: none; float: left; display:block;margin:0;}

#navbar a {text-indent: -9999px;display:block;height:30px;}

.navbar_home a {float:left;width:80px;height:30px;background:url(images/navbar_home.gif) top no-repeat;}
.navbar_cakes a {float:left;width:84px;height:30px;background:url(images/navbar_cakes.gif) top no-repeat;}
.navbar_cupcakes a {float:left;width:111px;height:30px;background:url(images/navbar_cupcakes.gif) top no-repeat;}
.navbar_photos a {float:left;width:94px;height:30px;background:url(images/navbar_photos.gif) top no-repeat;}
.navbar_blog a {float:left;width:77px;height:30px;background:url(images/navbar_blog.gif) top no-repeat;}
.navbar_contact a {float:left;width:105px;height:30px;background:url(images/navbar_contact.gif) top no-repeat;}

.navbar_phone {float:left;width:134px;height:30px;background:url(images/navbar_phone.gif) top no-repeat;}
.navbar_spacer {float:left;width:16px;height:30px;background:url(images/navbar_spacer.gif) top no-repeat;}

/* LINKS */
a:link { color:#38a7da; text-decoration:none; }
a:visited { color:#38a7da; text-decoration:none; }
a:hover { color:#38a7da; text-decoration:underline; }
a:active { color:#38a7da; text-decoration:none; }


/* CONTACT WEBFORM */
fieldset.webform-component-fieldset {
	border: 1px solid #e2e1d9;
}

/* PHOTOS VIEWS STYLES */

table.views-view-grid {
	width: 100%;
	margin-top: 30px;
}

table.views-view-grid td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

#lightbox #imageData #bottomNav {
	height: 10px;
}

#imageDataContainer {
	visibility: hidden;
}

/* COMMENTS */
#comments fieldset.collapsible {
	visibility: hidden;
}

/* Editing tables */
tr.odd td, tr.even td {
	padding-left: 10px;
	padding-right: 10px;
}

/* LIGHTBOX OVERRIDES */
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
	background-image: url(images/next.png);
}

#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
	background-image: url(images/prev.png);
}