html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}fieldsetlegend{display:none;}/*remembertodefinefocusstyles!*/:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/*tablesstillneed'cellspacing="0"'inthemarkup*/table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}

.left	{ float: left; }
.right	{ float: right; }
.clear	{ clear: both; }

body {
	background: #28313A url(../_images/background.jpg) left top;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5C5C5C;
}

h1 {
	letter-spacing: 1px;
	font-size: 24px;
	color: #2c2414; 
	font-family: Georgia, Times, "Times New Roman" serif;
	font-style: italic;
	margin-bottom: 12px;
	text-align: center;
	text-shadow: #ddd 0px 1px 1px;
}

h2 {
	font-size: 18px;
	color: #2c2414;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	color: #2c2414;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 1.6;
	color: #2c2414;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.gallery-photo {
	border: 4px solid #CCCCCC;
	margin-bottom: 10px;
}

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 5px !important;
	margin: 10px 10px 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

form label {
	color: #2c2414;
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

form label.inline {
	display: inline;
}

form .text {
	width: 300px;
}

form .textarea {
	width: 100%;
	height: 200px;
}

form .note {
	font-size: 12px;
	color: #888;
	margin-left: 6px;
}

form input[type="submit"] {
	margin-top: 12px;
}

form th {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

form td {
	vertical-align: top;
}

/* Form */

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
}

em { font-style: italic; }

/* Header */

#top {
	z-index: 20;
	height: 250px;
	width: 100%;
	margin: 0 auto;
	background: url(../_images/bg-menu.png) repeat-x 50% 0%;
}

#top-inner {
	width: 800px;
	margin: 0 auto;
}

#menu {
	z-index: 20;
	width: 100%;
	height: 51px;
	float: left; 
	width: 485px;
}

#menu ul {
	width: 740px;
	margin: 0 auto;
	list-style: none;
	line-height: normal;
	padding-top: 14px;
	padding-left: 48px;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 24px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-shadow: #000 1px 1px 3px;
	width: 75px;
}

#menu .last a {
	background: none;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	z-index: 20;
	float: left;
	margin-top: 16px;
	width: 160px;
	height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../_images/logo.png) no-repeat;
}

#logo h1 a {
	display: block;
	width: 160px;
	height: 120px;
	text-decoration: none;
	color: #28313A; 
}

#logo h2 {
	float: left;
	padding: 65px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #28313A; 
}

#top form		{ float: left; width: 120px; padding-top: 8px; }
#top form input { width: 120px; display: block; height: 16px; margin-bottom: 3px; border: none; background: #888; color: #fff; font-size: 12px; font-weight: normal; }

#header {
	height: 0px;
	width: 860px;
	margin: 0 auto;
}

#header-inner {
	margin: 0 auto;
	width: 760px;
	height: 260px;
	background: url(../_images/bg-header.png) no-repeat;
}

#container {
	width: 860px;
	margin: 0 auto;
	background: url(../_images/bg-content.png) no-repeat left top;
	position: relative;
	z-index: 20;
}

#map-link					{ width: 800px; height: 0px; margin: 0 auto; }
#map-link-inner				{ width: 273px; height: 292px; position: relative; left: 605px; bottom: 60px; }
#map-link-inner a			{ display: block; width: 273px; height: 292px; background: url(../_images/map.png) no-repeat; overflow: hidden; text-indent: -9999px; }
#map-link-inner a:hover		{ background: url(../_images/map.png) no-repeat; }


/* Page */

#page {
	margin: 25px auto 0px 31px;
	width: 793px;
	z-index: 20;
	background: url(../_images/paper.png) -147px -117px;
	margin-top: 100px;
}

#page-inner {	
	
}

/* Content */

#content {
	float: left;
	width: 600px;
	position: relative;
	bottom: 70px;
}

#content.full {
	width: 100%;
}

#content-inner {
	padding: 0px 48px;
}

/* Post */

#content .posts .post {
	margin: 24px 0px 20px 0px;
}

#content .post {
	margin: 0px 0px 20px 0px;
}

.post .title {
	padding-bottom: 4px;
}

.posts .post h1 {
	color: #2c2414;
	text-align: left;
	margin: 0;
}

.post h1 a {
	color: #2c2414;
	text-decoration: none;
	font-size: 24px;
}

.post h2 {
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #28313A; 
}

.post h2.date {
	font-size: 16px;
	margin: 0px 0px 12px 0px;
	color: #2c2414;
}

.post p.date {
	font-size: 14px;
	margin: 0px;
	color: #2c2414;
}

.post .body p {
	font-size: 13px;
}

.post table {
	width: 100%;
}

.post table tr td {
	padding-bottom: 12px;
	color: #2c2414;
}

.post .image {
	float: right;
	margin-left: 12px;
	background-color: #eee;
	border: 1px solid #ddd;
}

.post .image img {
	padding: 6px;
}

.post .meta {
	padding: 0px 0px 30px 0px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #28313A; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
	font-size: 12px;
}

.post .meta a {
	padding: 0 0px 0 22px;
	font-size: 14px;
}

.post .comment-form {
	
}

.post .comment-form label {
	margin-top: 12px;
	display: block;
}

.post .comment-form .text {
	width: 300px;
}

.post .comment-form .textarea {
	width: 100%;
}

.post .comment-form .submit {
	margin-top: 12px;
}

.blog-comments						{  }
.blog-comments .comment				{ clear: both; margin-top: 6px; margin-bottom: 12px; }
.blog-comments .comment-inner		{ padding: 12px; }
.blog-comments .comment-author		{ float: left; color: #FF0018; font-weight: bold; }
.blog-comments .comment-date		{ float: right; color: #999; }
.blog-comments .comment-quote		{ float: right; clear: both; }
.blog-comments .comment-reply		{ float: right; margin-right: 12px; }
.blog-comments .comment-reply-text 	{ float: right; color: #ccc; }
.blog-comments .comment-body		{ clear: both; }

/* Sidebar */

#sidebar {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 175px;
	margin-top: 2px;
}

#sidebar.full {
	display: none;
}

#sidebar-inner {
	padding: 0px 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 12px;
}

#sidebar p {
	font-size: 12px;
	line-height: 1.6;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h3 {
/*	margin-bottom: 12px;*/
	font-size: 14px;
	color: #28313A; 
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#sidebar #button-tour	{ position: relative; right: 18px; }
#sidebar #button-tour:hover img	{ position: relative; top: 1px; }
#sidebar .tours			{  }
#sidebar .tours li		{ 
	float:left;
	background: url(../_images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../_images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 6px 5px !important;
	margin: 10px 10px 6px 5px; 
}
#sidebar .tours li img	{ 
	display: block;
	position: relative;
	border: 1px solid #666;
	margin: -6px 6px 6px -6px;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	
}

#footer {
	z-index: 20;
	width: 100%;
	margin: 0 auto;
	background: url(../_images/bg-menu.png) 50% 0%;
}

#footer-inner {
	width: 800px;
	margin: 0 auto;
}

#footer p {
	font-size: 14px;
	color: #fff;
/*	font-weight: bold;*/
	letter-spacing: 2px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#legal {
	float: left;
	margin: 16px 0px 0px 24px;
	width: 50%;
}

#boxkite {
	float: right;
	margin: 16px 24px 16px 0px;
	width: 185px;
}

#boxkite span {
	float: left;
	margin-right: 12px;
}

#boxkite a {
	float: right;
	display: left;
	width: 75px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../_images/boxkite.png) no-repeat;
}

.author-contact h2 {
	font-family: Helvetica, Arial, sans-serif;
}

.author-contact p {
	margin: 0px;
	padding: 0px;
}

#spool-box {
	position: fixed;
	left: -250px;
	top: 40%;
	z-index: 9999;
}

#spool-box-content {
	float: left;
	width: 250px;
	background-color: #434a4d;
}

#spool-box-content-inner {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 12px;
}

#spool-box-content-inner h1 {
	color: #ddd;
	font-size: 20px;
}

#spool-box-content-inner a {
	color: #bbb;
	text-decoration: none;
	font-size: 12px;
}

#spool-box-content-inner label {
	font-weight: bold;
	color: #888;
	letter-spacing: .5px;
	display: inline;
	font-size: 12px;
}

#spool-box-content-inner label.block {
	line-height: 0;
	display: block;
	margin: 12px 0px 6px 0px;
}

#spool-box-content-inner select {
	font-size: 12px;
}

#spool-box-content-inner .options {
	float: right;
}

#spool-tab {
	float: left;
	width: 29px;
}

#spool-tab a {
	display: block;
	height: 74px;
	width: 29px;
	overflow: hidden;
}

#spool-tab a:hover img {
	position: relative;
	right: 29px;
}

/* Calendar formatting for frontend */
table.calendar {
	width: 100%;
	border: 1px solid black;
}

table.calendar a { text-decoration: none; }

table.calendar .prev-month-link {
	float: left;
	padding-left: 12px;
	padding-bottom: 6px;
	font-weight: bold;
}

table.calendar .next-month-link {
	float: right;
	padding-right: 12px;
	padding-bottom: 6px;
	font-weight: bold;
}

table.calendar tr.month td {
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size: 22px;
}

table.calendar tr.month td small {
	font-size: 15px;
}

table.calendar tr.header td {
	text-align: center;
	font-weight: bold;
	width: 14.3%;
	border-right: 1px solid black;
}

table.calendar .day-number {
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	padding: 2px;
}

table.calendar tr.week td {
	overflow: hidden;
}

table.calendar tr.week td small {
	font-size: 12px;
}

table.calendar tr.week td div.event {
}

table.calendar tr.week td div.event a {
	font-size: 14px;
}

table.calendar tr.week td {
	height: 90px;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.divider 					{ width: 552px; height: 12px; background: url(../_images/divider.png) no-repeat; margin: 24px 0px; position: relative; right: 24px; }
.divider.full				{ width: 100%; height: 12px; background: url(../_images/divider.png) no-repeat 50% 0%; margin: 24px 0px; position: relative; right: 0px; }
.divider.bottom				{ display: none; }
.blog-child-page 			{  }
.blog-child-page h1 a		{ font-weight: bold; font-size: 18px; }
.blog-child-page .divider	{ display: none; }
.blog-child-page .divider.bottom	{ display: block; margin: 40px 0px; }

.error						{ font-weight: bold; }
.error p					{ color: Red; }

/** HOME */

#banner			{ position: absolute; padding-left: 65px; top: -83px; }
#banner a 		{ display: block; width: 415px; height: 160px; background: url(../_images/banner.png); overflow: hidden; text-indent: -9999px; }
#banner-spacer	{ height: 83px; }

#summit-feature				{  }
#summit-feature h2			{ margin-top: 8px; text-shadow: #ddd 0px 1px 1px; }
#summit-feature h3			{
	font-size: 16px;
	color: #2c2414;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 6px;
	text-shadow: #ddd 0px 1px 1px;
}

#summit-feature .col-1, 
#summit-feature .col-2, 
#summit-feature .col-3			{ float: left; width: 33%; text-align: center; }
#summit-feature .col-1 img		{ padding-bottom: 6px; }
#summit-feature .col-2 img		{ padding-bottom: 5px; }
#summit-feature .col-3 img		{ padding-bottom: 12px; }
#summit-feature span			{ text-transform: uppercase; display: block; color: #2c2414; font-family: Helvetica, Arial, sans-serif; font-size: 12px; letter-spacing: 1px; }
#summit-feature p				{ text-align: center; font-style: italic; }
#summit-feature a				{ text-decoration: none; }

/** MAP */
#map							{ margin: 0 auto; width: 568px; height: 642px; background: url(../_images/bg-map-main.png) no-repeat; }
#map .map-link					{ display: block; height: 71px; width: 250px; background: url(../_images/bg-map-link.png) no-repeat; }
#map .map-link:hover			{ background-position: 0px -71px; z-index: 999; }
#map .map-link.warm-springs		{ position: absolute; left: 280px; top: 340px; }
#map .map-link.columbus			{ position: absolute; left: 240px; top: 390px; }
#map .map-link.eufaula			{ position: absolute; left: 230px; top: 450px; }
#map .map-link.americus			{ position: absolute; left: 320px; top: 425px; }
#map .map-link.ft-gaines		{ position: absolute; left: 250px; top: 475px; }
#map .map-link.albany			{ position: absolute; left: 315px; top: 470px; }
#map .map-link.dothan			{ position: absolute; left: 210px; top: 510px; }
#map .map-link.sneads			{ position: absolute; left: 255px; top: 560px; }
#map .map-link.apalachicola		{ position: absolute; left: 260px; top: 660px; }
#map .map-link.blountstown		{ position: absolute; left: 250px; top: 600px; }
#map .map-link.chipley			{ position: absolute; left: 180px; top: 555px; }
#map .map-link a				{ display: block; padding: 28px 0px 28px 75px; color: #fff; font-family: Helvetica, Arial, sans-serif; text-shadow: #111 1px 1px 2px; }
#map .map-link a span			{ visibility: hidden; z-index: 10; }
#map .map-link a:hover			{ text-decoration : none; }
#map .map-link a:hover span		{ visibility: visible; position: absolute; z-index: 9999; }
#map-container					{ background: url(../_images/bg-map.png) no-repeat; padding: 8px 10px; }
#map-canvas						{ width: 677px; height: 893px; margin: auto; }

#map-legend * 					{ text-shadow: none; font-size: 12px;}
#map-legend 					{ position: fixed; left: -300px; top: 50px; z-index: 999; }
#map-legend-content			 	{ float: left; width: 300px; background: url(../_images/bg-map-legend.png);}
#map-legend-content-inner 		{ font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #999; padding: 12px; max-height: 600px; overflow: auto; overflow-x: hidden; }
#map-legend-content-inner h1 	{ color: #ddd; font-size: 20px;}
#map-legend-content-inner a 	{ color: #fff; text-decoration: none;}
#map-legend-content-inner label { font-weight: bold; color: #fff; letter-spacing: .5px;}
#map-legend-content-inner label.block { line-height: 0; display: block; margin: 12px 0px 6px 0px;}
#map-legend-content-inner select{ font-size: 12px;}
#map-legend-content-inner .options { float: right;}
#map-legend-tab 				{ float: left; width: 29px; overflow: hidden; }
#map-legend-tab a 				{ display: block; height: 110px; width: 29px; overflow: hidden;}
#map-legend-tab a:hover img 	{ position: relative; right: 29px;}
#map-legend h1					{ color: #fff; }

.map-category					{ padding-left: 12px; width: 100%; }
.map-category p					{ color: #fff; }
.map-category a					{ color: #fff; }
.map-category a:hover			{ text-decoration: none; }
.map-category .image			{ float: left; width: 38px; }
.map-category .name				{ float: left; font-weight: bold; margin-top: 12px; }
.map-category .name p			{ margin: none; padding: none; }
.map-category.child .name		{ font-weight: normal; margin-top: 0px; }
.map-category.child .name p		{ margin-top: 4px; }

/** POPUP */
.popup					{ background: #333; padding: 12px; }
.popup-inner			{ background: #eee; padding: 12px; }
.popup .close			{ float: right; position: relative; left: 18px; bottom: 18px; }
.popup h1				{  }
.popup h2				{ text-align: left; }
.popup .add				{ text-align: right; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
.popup .description		{ overflow: auto; margin-bottom: 12px; }

/** TOURS */

.tour 					{ margin-bottom: 24px; }
.tour h2				{ text-align: left; margin-bottom: 6px; }
.tour .image			{ float: left; width: 150px; margin-right: 12px; }
.tour .image img		{ border: 1px solid #666; }
.tour .body				{ float: left; width: 340px; }
.tour .download-link	{ font-size: 16px; }
.tour .video object		{ border: 1px solid #666; }