/* Main Style Sheet for Bobbette & Belle */


/* General Styles */

* {
	padding: 0;
	margin: 0;
	border: none;
}

html {
	overflow-y: scroll; 
	background: #dde1a3;
	height: 100%;
}

body {
   	height: 100%;
	background: #dde1a3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #555555;
	text-align:center;
}

div#distance { 
	margin-bottom: -278px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          
	float: left;    
}

#page_wrapper {
  	height:556px;
	width: 978px;
	margin: auto;
	border: 1px solid #999a9b;
	padding: 4px;
	background: #ffffff;
	overflow-x: hidden;
	text-align:left;
	clear: left;
}

#inner_wrapper {
  	height:552px; 
	width: 974px; 
	border: 2px solid #999a9b;
	position: relative;
	overflow: hidden;
}

.link_defaults {
	color: #0000FF; /* default blue for links */
	color: #bac349;
	color: #669933;
	text-transform: uppercase;
	font-size: 10.5pt;
}

.link_defaults:hover {
	color:#FF0000; /* default red for link hover */
	color:#3c5a1e;
}


.contact_link {
	color: #bac349;
}

.contact_link:hover {
	color:#669933;
}

.preloading_imgs {
	display: none;
}

/* .link_defaults:visited {
	color: #800080;
} */

.photo_cred {
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 8pt;
}

.dragdiv {
	clear: both;
	height: 1px;
}

.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 7px;
}

.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 7px;
}

.left_page {
	float: left;
	padding-right: 20px;
}

.right_page {
	float: right;
	padding-left: 20px;
}

.pad_top {
	clear: left;
	padding-top: 20px;
}

.pad_bottom {
	padding-bottom: 20px;
}

.pad_both {
	padding-bottom: 20px;
}

.smaller {
	font-size: 90%;
}

.boldit {
	color: black;
	font-weight: bold;
	font-size: 105%;
}

.quote {
	font-size: 10.5pt;
	line-height: 120%;
}

/* Header Styles */

#header {
	width: 974px;
	height: 77px;
	background: #f0f0d8;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 200; 
}


h1 {
	margin-left: 20px;
	padding-top: 5px;
}

h1 a {
	display: block;
	height: 39px;
	width: 307px;
}

h2 {
	margin-top: 0;
	margin-left: 20px;
	height: 26px;
	width: 307px;
	text-indent: -999999px;
	background: url(../images/logo2.jpg);
}

h3 {
	color: #bac349;
	font-size: 15pt;
	font-weight: normal;
}

h4 {
	color: #555555;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
}

h5 {
	color: #bac349;
	font-size: 12.5pt;
	font-weight: normal;
}

/* Content Styles */

#content {
	width: 926px;
	padding: 24px; 
	height:427px;
	position: relative;
}

#content p, #content ul, #content ol {
	padding-top: 20px;
}

/* Footer Styles */

#footer {
	height: 20px;
	background: #f0f0d8;
	position: absolute;
	bottom: 0;
}

/* Styling Individual Pages */

/* Bios */

#sarah_bio {
	width: 435px;
	float: left;
	text-align: justify;
}

#allyson_bio {
	width: 435px;
	height: 450px;
	float: right;
	text-align: justify;
}

#bio_pic {
	position: absolute;
	top: 45px;
	left: 281px;
	margin: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

#spacer1 {
	width: 180px;
	height: 350px;
	float: right;
}

#spacer2 {
	width: 180px;
	height: 350px;
	float: left;
}

a img {
	border: none;
}

/* Praise */

.accolade {
	padding-top: 20px;
	text-align: center;
}

.accolade p, .accolade h4 {
	text-align: left;
}

.scroll {
	clear: both;
	width: 800px;
	margin: auto;
}

/* Coming Soon */

.coming_soon {
	font-size: 20pt;
	color: #bac349;
	text-align: center;
	margin-top: 160px;
}

/* Contact */

#bbmap {
	/* float: right;
	margin-top: 20px;
	margin-right: 44px; */
	position: absolute;
	top: 68px;
	right: 64px;
}

#bbdirections .text {
        border: 1px solid #555555;
}

#contact_info {
	width: 350px;
}

#wedluxe {
	position: absolute;
	top: 65px;
	left: 340px;
}

/* Macaron Menu */

#content_left {
	width: 520px;
	float: left;
}

#content_left p {
	padding-top: 8px;
}

#content_right {
	width: 365px;
	float: right;
}

#filling_flavours {
	list-style: none;
}

#filling_flavours h4 {
	font-size: 13pt;
}

#filling_flavours p {
	padding: 3px;
}

#filling_flavours li {
	padding: 0;
}

/* Petite Treats */

#petite_treats {
	list-style: none;
}

#petite_treats li {
	padding-bottom: 10px;
}

/* Wedding Cake and Special Occasions Landing Pages */

#landing h4 {
	color: #bac349;
	font-size: 13pt;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
	
#landing p {
	padding-top: 10px;
}

#landing .photo_cred {
	padding-top: 15px;
}

#landing .link_defaults {
	display: block;
	margin-top: 10px;
}

/* Praise Page */

#testimonials {
	overflow-y: scroll; 
	height:inherit;
	width: 940px;	
	padding-top: 10px;
}

#testimonials p {
	padding-right: 20px;
}

#testimonials .praise {
padding-top: 0;
padding-bottom: 5px;	
}

#testimonials .praiser {
padding-top: 0;
padding-bottom: 25px;
color: #bac349;		
}