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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%;
	background-color: #8a7262;
	text-align: left;
	}

p {
	font-size: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	}

h1 {
	text-indent: 15px;
	font-size: 3em;
	font-variant: small-caps;
	letter-spacing: .1em;
	font-weight: lighter;
	padding-bottom: 10px;
	color: #a08a75;
	}

h2 {
	text-indent: 15px;
	font-size: 2.6em;
	font-weight: lighter;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #a08a75;
	}

h3 {
	text-indent: 20px;
	font-size: 2.4em;
	font-weight: bolder;
	padding-bottom: 3px;
	padding-top: 10px;
	color: #7e281a;
	}


ul {
	margin-left: 100px;
	padding-top: 2px;
	padding-bottom: 25px;
	list-style-type: none; 
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;	 
	font-size: 1.8em;
	}
	
	
li {
	margin-bottom: .6em;
	}
	
li a:link { 
	text-decoration: underline;
	color: #55453b;
	}
li a:visited { 
	text-decoration: underline;
	color: #55453b;
	}
li a:hover { 
	text-decoration: none;
	color: #000000;
	}
li a:active { 
	color: #55453b;
	}


/* Table padding */
td { 
	padding: 5px;
}



/* ABOUT US */
#about-name {
	font-size: 2.2em;
	} 

#nametitle { 
	font-style: italic;
	font-size: 1.6em;
	color: #8a7262;
	} 





/* HOMEPAGE Slideshow Gallery */
#simplegallery1 {
	width:710px;
	height: 455px;
	/* margin: 0px auto; */
	margin-top: -10px;
	margin-left: 20px;
	/*margin-left: auto;
	margin-right: auto; */
	margin-bottom: 20px;

	position: relative; /*keep this intact*/
	/* visibility: hidden; /*keep this intact*/ 
	border: 10px solid #7e281b;
	}



    
/* HOMEPAGE Callouts */
#callout1 {
	width: 360px;
	height: 197px;
	float:left;
	margin-left: 20px;
	margin-bottom: 50px;
	}

#callout2 {
	width:360px;
	height: 197px;
	float:right;
	margin-right: 45px;
	}




/* BOOK AN EVENT and CONTACT US Tables */
#name { 
	font-size: 1em;
	} 
#email { 
	font-size: 1em;
	} 
#message { 
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	} 
#bookanevent { 
	font-style: normal;
	font-size: 350%;
	color: #000000;
	} 
	
	


img {
	border: none;
	}
	
a { 
	outline:none;
	}
	
	

.clear {
	clear: both;
	}





/* PAGE WRAP */

#page-wrap {
	width: 1000px;
	margin: 0px auto;
	background: url(/images/navBG.jpg) repeat-y;
	background-color: #f4eede;
	background-position: 0px 200px;
	}



/* MASTHEAD */

#masthead {
	height: 211px;
	width: 100%;
	}




/* NAVIGATION */
	
#navigation {
	width: 215px;
	float: left;
	background-image: url(/images/navBG.jpg);
	background-repeat: repeat-y;
	}


#navigation ul {
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	list-style-type: none; 
	font-size: 22px;
	list-style-image: none;

	}
	
#navigation li {
	font-size: .8em;
	line-height: 25px;
	}
	
	
#navigation a:link { 
	text-decoration: none;
	color: #fff;
	}
#navigation a:visited { 
	text-decoration: none;
	color: #fff;
	}
#navigation a:hover { 
	text-decoration: underline;
	color: #fff;
	}
#navigation a:active { 
	color: #fff;
	}





/* CONTENT */

#content {
	float: right;
	width: 785px;
	background: url(/images/bodyBG.jpg) repeat-y;
	min-height: 500px;
	}


#content p {
	text-indent: 15px;
	padding-left: 25px;
	padding-right: 70px;
	line-height: 30px;
	padding-bottom: 30px;
	}


#content-left {
	float:left;
	width: 370px;
	text-align: left;
	/*text-indent: 15px;
	padding-left: 25px;
	padding-right: 70px;
	line-height: 30px;
	padding-bottom: 30px; */
	}


#content-right {
	float: right;
	width: 410px;
	text-align: left;
	/*text-indent: 15px;
	padding-left: 25px;
	padding-right: 70px;
	line-height: 30px;
	padding-bottom: 30px; */
	}

/* "content-right" slideshows 
#simplegallery-content-right {
	width: 388px;
	height: 482px;
	border: 1px solid #222;
	}

*/


/* FOOTER */

#footer {
	text-align: center;
	min-height: 250px;
	background: url(/images/footer.jpg) no-repeat;
	background-color: #8b7160;
	}


#footer h5 {
	padding-top: 16px;
	font-size: 1.6em;
	font-weight:lighter;
	color:#c6b09b;
	line-height: 1.8em;
	}

#footer h6 {
	font-size: 1em;
	font-weight:lighter;
	line-height: 175px;
	color: #c2a58b;
	}

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

