/*
Theme Name: coastaltheme
Theme URI: http://coastalalg.com
Description: This theme is designed for Coastal ALG
Version: 1.0
Author: Kara Szostek
Author URI: http://redirondesign.com
*/

body, html, ul#navlist {
	margin: 0;
	padding: 0;
}

body {
	background: #0F4F7A url(/images/wave.jpg) top center no-repeat;
	color: white;
	font: small/1.5 Tahoma, Arial, sans-serif;
	padding-bottom: 20px;
}

a {
	color: #0F4F7A;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

#wrap {
	width: 983px;
	margin: 0 auto;
	background: white;
	color: #666;
}

#header {
	height: 369px;
	overflow: hidden;
	background: transparent url(/images/header-bg.jpg) top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

p#tag {
	color: white;
	font-size: 18px;
	position: absolute;
	text-align: right;
	right: 15px;
	top: 180px;
	margin: 0;
	padding: 0;
}


ul#navlist {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
}

ul#navlist li {
	float: right;
	list-style: none;
}

ul#navlist a {
	text-decoration: none;
	color: #fff;
	padding: 31px 8px 7px 8px;
	display: block;
}

ul#navlist a:hover {
	background: #999;
	color: white;
}

ul#navlist li.current_page_item a {
	background: #828B93;
	color: white;
}

#content-wrap {
	margin-top: 17px;
}

#text {
	width: 508px;
	float: left;
	margin-left: 31px;
	margin-right: 36px;
	display: inline;
	padding-bottom: 30px;
}


h1 {
	font-family: Georgia, "Times New Roman", serif;
	color: #0F4F7A;
	font-weight: normal;
	font-size: 36px;
	margin-top: 0;
	width: 400px;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 140%;
	font-weight: bold;
	color: #0F4F7A;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	color: #0F4F7A;
	font-weight: bold;
}

#notes {
	width: 379px;
	float: left;
	border-top: 9px solid white;
	border-left: 9px solid white;
	border-right: 9px solid white;
	position: relative;
	top: -90px;
}

.note-box {
	/* height: 372px; */
	padding-bottom: 20px;
	width: 173px;
	width: 379px; /* single box times two plus media margin */
	background: #7D7D7D;
	color: white;
}

.note-box h3 {
	background: #666;
	display: block;
	color: white;
	font-family: "Times New Roman", serif;
	font-size: 150%;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 12px;
}

.note-box img {
	margin-left: 7px;
	margin-left: 18px;
}

.note-box-text {
	margin: 7px 18px 0 18px;
	font-size: 90%;
}

.note-box-text .title {
	display: none;
}

.note-box-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.note-box-text .cat-post-item a {
	color: white;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	font-size: 120%;
}

#media {
	float: left;
/*	margin-right: 32px; */
	display: inline;
}

#resources {
	float: left;
}

#connect {
	margin: 0;
	padding: 10px 0;
	clear: both;
}

#payoff {
	margin: 0;
}

#footer {
	clear: both;
	background: #C0C0C0 url(/images/footer-bg.jpg) top left no-repeat;
	height: 71px;
	color: white;
	position: relative;
}

#where-pensacola, #where-sandestin {
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
}

#where-pensacola {
	left: 10px;
	text-align: left;
}

#where-sandestin {
	right: 10px;
	text-align: right;
}

#phone-left, #phone-right, #names-who {
	position: absolute;
	font-size: 14px;
	margin: 0;
	padding: 0;
	top: 9px;
}

#phone-left {
	left: 10px;
}

#phone-right {
	right: 10px;
}

#names-who {
	text-align: center;
	left: 0;
	display: block;
	width: 983px;
}

.disclaimer {
	width: 983px;
	margin: 0 auto;
	padding-top: 13px;
	font-size: 85%;
	text-align: right;
	padding-right: 12px;
}

/* ------------ EXTRAS ------------ */

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0px;
}


hr {
	height: 1px;
	border: none;
	color: #0F4F7A;
	background: #0F4F7A;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

* html img {
	behavior: url("/wp-content/themes/coastaltheme/pngbehavior.htc");
}
