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

/*
Colors
Teal #00A8A8
Silver #B1B1B1
Blue #06687D
Green #96C527
Brown #52321F
*/

/*-----------LAYOUT-------------*/

body {
	background-color:#52321f;
	margin: 0px;
	padding: 0px;
	color:#B1B1B1;
	text-align:center;
}

#container {
	width:950px;
	margin:auto;
	text-align:left;
}

#floral {
	position:absolute;
	top:200px;
	z-index:-5;
  	text-align:center;
	width:100%;
	left:0;
}

#floraltop {
	position:absolute;
	top:100px;
	z-index:-3;
  	text-align: center;
	width:100%;
	left:0;
}

img.logo {
	margin: 15px 0;
}

#spacer {
	width:100%;
	height:30px;
	background-color:#06687D;
	position:absolute;
	top:133px;
	left:0;
	z-index:-4;
}

/*---Navigation---*/
div#navbar ul{
	text-align:right;
	margin:5px 0;
	margin-top:5px;
	padding:5px 0 5px 0;
	position:relative;
	top: -60px;
	
	
}

div#navbar li {
	font-size: 1em;
	padding-right:.4em;
	padding-left:.4em;
	display:inline;
	list-style-type:none;
	border-right: 1px solid #06687D;
}
	
div#navbar li a:link {
	color:#B1B1B1;
	text-decoration:none;
}	

div#navbar li a:visited {
	color:#B1B1B1;
	text-decoration:none;
}

div#navbar li a:hover {
	color:#96C527;
}

div#navbar li#active {
	color:#96C527;
}

div#navbar li#last {
	border:none;
}

div#navbar li#contactlast {
	border:none;
	color:#96C527;
}

div#navbar {
margin:auto;
width:800px;
text-align:right;
float:right;
}
/*------Gallery Nav--------*/

#gallerynav {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}

#gallerynav li{
	display:inline;
	text-decoration:none;
	padding:0 10px;

}

#gallerynav a {
	text-decoration:none;
}
	

/*------Services Page--------*/

#descriptions {
	clear:both;
	width:700px;
	margin:auto;
	margin-bottom:50px;
}

#descriptions h2{
	color:#96C527;
}

#descriptions ul, #descriptions li{
	margin-left:50px;
	padding-top: 5px;

}

#descriptions ul {
		margin-top:20px;
}

div#descriptions li a:link {
	color:#00A8A8;
	text-decoration:none;
}	

div#descriptions li a:visited {
	color:#B1B1B1;
	text-decoration:none;
}

div#descriptions li a:hover {
	color:#96C527;
}

#descriptions p {
	line-height: 1.5em;
	font-size: .8em;
}
#package {
	border: 1px solid #00A8A8;
	width:700px;
	margin:15px auto;
	padding:40px;
	background-color:#633D25;
	background-image:url(../img/floralhighlight.png);
	background-repeat:no-repeat;
	background-position:0px 80px ;
}

#package h3 {
	color:#00A8A8;
}

#package h2 {
	color:#96C527;
}

#package p {
	line-height:1.5em;
	margin:1em 10px;
	font-size: .8em;
	padding-left: 100px;
}


/*------Calendar Page-----*/
#calendar {
	text-align:center;
	width:800px;
	background-color:#52321F;
	margin:auto;
	padding:0;
	
}
/*------About Page------*/
#bios {
	clear:both;
	width:600px;
	height:1150px;
	margin:auto;
	position:relative;
	top:-30px;
	border-left: 1px solid #00A8A8;
	padding-left:50px;
	
}

#about p{
	line-height:2em;
	font-weight:400;
	margin-bottom: 75px;
	text-align:justify;
}

#about img{
	margin-bottom:20px;
}

#about b {
	color:#00A8A8;
}





#bios img {
	margin-top:30px;
	float:left;
}

#bioblock {
	margin-left:50px;
	margin-bottom:50px;
	float:left;
	width:400px;
	
	
}

#bioblock p {
	line-height:1.5em;
}

#bioblock h3 {
	font-size:24px;
	border-bottom: 1px solid #06687D;
	margin-bottom:5px;
	color:#96C527;
}

/*-------Contact Page-----*/

#form {
	text-align:center;
	width:950px;
	/*background-color:#52321F;*/
	margin:auto;
	padding:0;
	
}

/*----------Gallery Page---------*/

#gallery {
	clear:both;
	border:5px solid #06687D;
	width:800px;
	margin:auto;
	padding:10px;
	background-color:#000;
	text-align:center;
}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:30px;text-transform:uppercase;}

#gallery h1 {
	margin-top:10px;
	font-size:18px;
	text-align:center;
	}
	
#gallerybar {
	width:100%;
	background:#96C527;
	height:300px;
	position:absolute;
	top:400px;
	z-index:-10;
	}


div#imagebar {
	clear:both;
	margin:20px 0;
	
}

div#imagebar img {
	border: 2px solid #96C527;
}
div#imagebar li {
	/*font-size: .8em;
	padding-right:1em;
	padding-left:1em;*/
	display:inline;
	list-style-type:none;
	margin: 10px;
	
}
	
div#imagebar li a:link {
	color:#333;
	text-decoration:none;
}	

div#imagebar li a:visited {
	color:#333;
	text-decoration:none;
}

div#imagebar a:hover img {
	color:#345;
	border: 2px solid #06687D;
}


/*------------Quotes---------*/

#quote {
	float:right;
	width: 400px;
	margin:auto;
	margin-right:20px;
}

#quote p {
	margin: 20px 0;
	text-align:left;
	
}

#quote b {
	color:#96C527;
}

#content {
	float:left;
	height: 300px;
}

/*-------------------FOOTER-------------*/

#center {
	text-align:center;
}

#footer {
	clear:both;
	width:600px;
	margin:auto;
 	font-size: .75em;
	color:#B1B1B1;
	padding-top: 50px;
	padding-bottom:5px;
}

#footer a {
	color:#00A8A8;
	text-decoration:none;
}

div#footer ul, div#footer li {
	list-style-type:none;
	
}

ul.left {
	float:left;
	text-align:left;
}

ul.right {
	float:right;
	text-align:right;

}
	
