/* Site Design and Style --- Copyright 2013-2014 --- Space Coast Nature --- Dale I. McGinnis, M.S. */
 
body {
  	background: url(images/barge_canal_kayak.jpg) fixed no-repeat;
  	background-size: cover;		
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.header {
	position: fixed;
	margin-top: 0;
	padding: 0;
	max-width: 100%;
	height: 125px;
	z-index: 200;
}

.navbar_left {
	float: left;
	position: fixed;
	top: 125px;
	left: 0px;
	max-width: 25%;
	margin-right: 75%;
	padding-left: 10px;
	z-index: 50;
}

.navbar_right {
	float: left;
	position: fixed;
	top: 125px;
	right: 0px;
	max-width: 25%;
	margin-left: 75%;
	padding-right: 10px;
	z-index: 50;
}

.content-index {
	background-color: #996;
	border-color: #000;
	border-style: solid;
	border-width: thick; 
	float: left;	
	position: relative;	
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15%;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	z-index:25;
}

.content-about {
	background-color: #996;
	border-color: #000;
	border-style: solid;
	border-width: thick; 
	float: left;	
	position: relative;	
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15%;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	z-index:25;
}

.content-contact {
	background-color: #996;
	border-color: #000;
	border-style: solid;
	border-width: thick; 
	float: left;	
	position: relative;	
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15%;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	z-index:25;
}

.content-tours {
	background-color: #996;
	border-color: #000;
	border-style: solid;
	border-width: thick; 
	float: left;	
	position: relative;	
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15%;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	z-index:25;
}

.content-gallery {
	background: url(images/gallery_background.png);
	border-color: #000;
	border-style: solid;
	border-width: medium; 
	float: left;	
	max-width: 60%;
	position: relative;	
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15%;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	z-index:25;
}

.content-gallery div {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

.content-gallery a img {
	border: 5px solid #000;
	display: block;
}

.content-gallery:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.content-gallery a:link {
	color:#FFF;
	text-decoration: none;
}

.content-gallery a:visited {
	color: #FFF;
	text-decoration: none;
}

.content-gallery a:active {
	text-decoration: none;
}

.content-gallery a:hover img {
	border: 5px solid #75879d;
}

.footer {
	clear: both;
	background: #060;
   	width: 100%;	
   	height: 20px;	
	padding: 0;
	position: fixed;	
   	bottom: 0;	
	text-align: center;
	font-style: italic;
	color: #FFF;
	z-index: 100;
}

h1{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
}

h2{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	text-align: cleft;
}

ul, ol{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p.quote {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p.index {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}

p.about {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}

p.contact {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-transform: none;
}

p.tours {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	color: #000;
	text-indent: 50px;
	text-align: left;
	text-transform: none;
}

p.footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	text-align: center;
	text-transform: none;
}

img {
	border: none;
	display: block;
}

a:link {
	color:#060;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}