/*
Theme Name: Zonta Club Bonita Springs
Theme URI: http://zontabonitasprings.org/
Description: The theme for Zonta Club of Bonita Springs
Author: Whirlwind Media Services
Version: 1.0
Tags: zonta,bonita springs,whirlwind media services
*/

@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

a {
	outline: none;
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img, div {
	behavior: url(js/iepngfix.htc)
}

/***** Layout *****/

/* wrapper */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
	background-color: #800000;
}

/* masthead */

#mastheadWrapper {
	height: 156px;
	background-color: #000;
}

#masthead {
	width: 997px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.social {
	float: right;
	padding: 17px 0 0 0;
}

.social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social ul li {
	float: left;
	padding: 0 10px 0 0;
}

/* menu */

.menu-header {
	clear: both;
	padding: 18px 0 0 0;
}

.menu-header a {
	color: #FFF;
	text-decoration: none;
}

.menu-header a:hover {
	color: #ffcc00;
}

.menu-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-header ul li {
	float: left;
	padding: 0 22px 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0;
	line-height:30px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#000;
	height:auto;
	line-height:1em;
	padding: 10px;
	width: 160px;
}
#access li:hover > a  {
	color:#ffcc00;
}

#access ul ul :hover > a {
	color:#ffcc00;
	background:#800000;
}

#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffcc00;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#ffcc00;
}


/* search box */

.social input#s {
	background-color: #800000;
	border: 0;
	color: #fff;
}

/* container */

#container {
	width: 997px;
	margin: 0 auto;
	padding: 20px 0;
	background-image: url(images/bg-container.png);
	background-repeat: repeat-y;
	overflow: auto;
}


/* content */

#content {
	float: left;
	width: 615px;
	padding: 0 20px 0 0;
}

#content h1 {
	padding: 0 0 10px 0;
	color: #ffcc00;
	font-size: 3em;
	font-weight: normal;
}

#content h2 {
	padding: 0 4px 10px 0;
	margin: 0;
	color: #ffcc00;
	font-size: 2em;
	font-weight: normal;
}

#content p {
	line-height: 1.6em;
}

/* images */

.wp-post-image {
	float: left;
	padding: 0 15px 0 15px;
}

.post .entry-content .wp-caption-text, .page .entry-content .wp-caption-text {
	text-align: center;
	line-height: 1.4em;
	color: #ffcc00;
}

.post .alignleft, .page .alignleft {
	float: left;
	padding: 0 15px 15px 0;
}

.post .alignright, .page .alignright {
	float: right;
	padding: 0 0 15px 15px;
}

.post .aligncenter, .page .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

/* Gallery listing
-------------------------------------------------------------- */

#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

#content .gallery .gallery-caption {
	font-size: .8em;
	margin: 0 0 12px;
	color: #ffcc00;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 2px solid #ffcc00;
}
#content .gallery br+br {
	display: none;
}

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}

/* posts */

.page, .post {
	clear: both;
	padding: 0 0 20px 0;
	overflow: auto;
}

.post .entry-meta {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.post .entry-content p {
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

.post .entry-utility {
	padding: 10px 0;
}

/* page */

.page .entry-content p {
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

.page .entry-content ul, .page .entry-summary ul {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

.page .entry-content ul li, .page .entry-summary ul li {
	padding-bottom: 10px;
}

.page .entry-content .post-edit-link {
	clear: both;
}

/* primary */

#primary {
	float: left;
	width: 312px;
	padding: 0 0 0 20px;
}

#primary #carousel {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

h3.widget-title {
	padding: 0 0 10px 0;
	color: #ffcc00;
	font-size: 2em;
	font-weight: normal;
}

.textwidget p {
	padding: 0 0 8px 0;
}

/* footer */

.push {
	height: 61px; /* .push must be the same height as #footerWrapper */
}

#footerWrapper {
	height: 61px;
	background-color: #000;
	color: #fff;
}

#footerWrapper  #footer {
	width: 997px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footerWrapper #footer p {
	font-size: .9em;
	color: #fff;
}

/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
