/*Apalachicola Historic Home Tour*/

body {
	background-color:#a2a47D;
	padding: 0;
	margin: 0 auto;
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 90%;
	color: #333;
}

*html .banner {
	margin-bottom: -3px;
	}

>html.banner {
	margin-bottom: 0px;
	}


#nav li a {
	display:block;
	width:140px;
	text-decoration:none;
	margin-top:0px;
	padding-top:7px;
	color:#fff;
	font-weight:bold;
	margin-left:-35px;
	line-height:1;
	}

#nav li a:hover {
	color:#99ae7e;
	}

#nav ul {
	list-style:none;
}

#nav ul li {margin-bottom:1em;}


h1,h2,h2,h3,h4,h5 {
	color:#a2a47D;
	margin:0;
}

#pageWrapper {
	width:1000px;
	margin:auto;
	background-color:#FFF;
	border:2px solid #6e95c0;
}

#bannerWrapper{border-bottom:2px solid #6e95c0;}

#contentWrapper {
	background:url(image/contentBackground.jpg);
}

#breadcrumb, #google, .logIn, .logOut {
	display:none;
}

.contentIntro a{
	font-size:.85em;
	color:#99ae7e;
	text-decoration:none;
}

#footer {
	font-size:.85em;
	text-align:center;
	color:#fff;
	background-color:#C2C49D
}

#footer a{
	color:#fff;
}


h2 a:link, h2 a:visited{
	text-decoration:none;
	color:#a2a47D;
	margin:0;
	font-size: 18px;
}


/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed {
    position: fixed;
    top: 120px;
    left: 0px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-align: center;
	background: #fff;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 3px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

.addthis_button_google_plusone {
}

