/*  
Theme Name: ISM Florida
Based on free theme Golden Gate
Theme URI: http://www.freewpthemes.net/preview/goldengate
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: none;
}

a {
	text-decoration: none;
	border: 4px 0 6px 0;
	color: #0153B4;
}

a:hover {
	color: c00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 972px;
	height: 71px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 15px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2.2em;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu 

#menu {
	width: 189px;
	margin: 0 auto;
	text-transform: uppercase;
	float:left;
}

#menu ul {
	margin: 0;
	padding: 0 0px 0 30px;
	list-style: none;
	float: none;
}

#menu li {
}

#menu a {
	display: block;
	border: none;
	padding: 10px 25px 5px 0px;
	font-weight: bold;
	color: #262626;
}

#menu a:hover {
	color: #0153b4;
}

#menu .current_page_item a {
	color: #0153b4;
}
*/

/* Banner */

#banner {
	margin: 0 auto;
	margin-top: 50px;
	width: 972px;
	height: 220px;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding: 0 30px 30px 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float: left;
	padding-left: 25px;
	border-left: solid 1px #cccccc;
	width: 500px;
}

#content p {
	line-height: 175%;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 175%;
}

div#homeheading h1 {
	margin-top: 0px;
}

.post h1 {
	font-size: 2em;
	font-weight: bold;
}

.post h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 8px;
	line-height: 120%;
}

.post h3 {
	font-size: 1em;
	padding: 8px 0 0 0;
	margin-bottom: 0;
	line-height: 120%;
}

.post a {
	text-decoration: none;
	border: 4px 0 6px 0;
	color: #0153B4;
}

.post a:hover {
	text-decoration: none;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	bpadding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}
/* Sidebars */

#sidebar1 {
	float: left;
	width: 200px;
}

#sidebar2 {
	float: left;
	width: 200px;
}

/*right sidebar widgets*/

.sidebar, .eventtitle {
	padding: 0 0 0 21px;
}

.sidebar ul, .eventtitle ul {
	margin: 0;
	top-margin: 0px;
	padding: 0;
	list-style: none;
	background-color:#e3e3e3;
}

.sidebar li, .eventtitle li {
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
}

.sidebar li ul, .eventtitle li ul {
}

.sidebar li li, .eventtitle li li {
	margin: 0;
	padding: 10px 10px 5px 10px;
	border: none;
}

.sidebar li h2, .eventtitle li h2 {
	height: 28px;
	margin: 0 0 5px 0;
	padding: 15px 0 0px 10px;
	background: url(images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p, .eventtitle p {
	padding: 0 10px;
}

/*right sidebar events list styles*/

.eventtitle ul {
	background-color: #e3;
}

/* left sidebar menu elements not generated by the Wordpress page*/

#sidebar1 .extralinks {
	margin: 10px 0 0 10px; 
	padding: 0;
}

#sidebar1 .extralinks ul {
	margin-top: 8px; 
}

#sidebar1 .extralinks li {
	margin: 10px 0 0 0px; 
	padding: 0;
}

#sidebar1 .extralinks li a {
	color: #0153B4;	
	text-decoration: none;
}

#sidebar1 .extralinks li a:hover {
	color: #c00;
}

#sidebar1 .graphiclink {
	margin-left: 10px; padding: 0;
	font-size: 10px;
	text-transform: none;
}

#sidebar1 .graphiclink a {
	color: #000000;
	text-decoration: none;
}

#sidebar1 .graphiclink a:hover {
	text-decoration: underline;
}

#sidebar1 .img {
	margin: 0px;
	border: none;
}

/*left sidebar menu*/

.leftsidebar {
	padding: 0 0 0 21px;
}

.leftsidebar ul {
	margin: -30px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}

.leftsidebar li {
	margin-bottom: 5px;
	padding: 0 0 5px 0px;
}

.leftsidebar li ul {
	padding-top: 20px;
	margin-bottom: 0;
}

.leftsidebar li li {
	margin: 8px 0 0 0;
	padding: 5px 10px 0px 10px;
	text-transform: none;
	border: none;
}

.leftsidebar li li a {
	color: #0153B4;	
	text-decoration: none;
}

.leftsidebar li li a:hover {
	color: #c00;
}

.leftsidebar li h2 {
	height: 1px;
	margin: 0;
	padding: 15px 0 0px 10px;
}

.leftsidebar p {
	padding: 0 10px;
}

div#homelink {
	margin-top: 10px;
}



#form {
	padding-left: 10px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}

#commentform {
}

#comment {
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

#search {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
