/*
THEME NAME: Bayou Country Children's Museum 2009
THEME URI: http://funroe.net
DESCRIPTION: Theme for the Bayou Country Children's Museum. A child theme for the Funbox Theme Framework.
VERSION: 1.0
AUTHOR: Jess Planck
AUTHOR URI: http://funroe.net
TEMPLATE: funbox
TAGS: funbox
*/

/*
START- CSS Reset by Eric Meyer http://meyerweb.com/
*/
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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	/* DISABLED because it messes with old HTML Table bgcolor
	background: transparent;
	*/
}

body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
END- CSS Reset
*/


/* START defaults */

body {
	width: 100%;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 69%;
	color: #000000;
	background: #fff url("i/images/bg-body-home.png");
	
}

/* Interactive HTML Styles */

a, a:link {
	color: #000066;
	text-decoration: underline;	
}

a:visited {
	color: #CC6633;
}

a:hover, a:active {
	color: #CC5599;
	text-decoration: none;	
}


/* Common text blocks */	

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em;
}

/* Lists and definitions */

ul, ol, dl {
	margin: .1em 0 .1em .4em;
}

ul {
	list-style: disc;
}

ul li {
	margin: .1em 0 .1em 1em;
}

ol {
	list-style: decimal;
}

ol li {
	margin: .1em 0 .1em 1.2em;
}

dl dt {
	font-weight: bold;
	margin: .2em 0;
}

dl dd {
	margin: .1em 0 .1em 1.2em;
}

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

td {
	font-weight: normal;
}

code, pre {
	font-family: "courier new", courier, monospace;
}

input.text {
	padding: 3px;
	border: 1px solid #999999;	
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
    margin: .2em 0 .4em 0;
	font-weight: 700;
	border: none;
	color: #000066;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #99BB44;
	text-decoration: none;
	border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #CC6633;
	text-decoration: none;
	border: none;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 100%;
}

/* END defaults */


/* START Multi-purpose Elements */
.left, .alignleft, div.nav-previous {
	float: left;
}

.right, .alignright, div.nav-next {
	float: right;
}

.clear, .clearer, p.entry-edit {
	clear: both;
}
/* END Multi-purpose Elements */

/* START Layout */

div.wrapper- {
	width: 70em;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 56px 0 0 0;
	background: url("i/images/bg-header-top.png") repeat-x top center;
}

div.container- {
	float: left;
	width: 100%;
	background: #fff url("i/images/bg-sidebar-home.png") repeat-y top right;
}

div.content- {
	width: 38em;
	margin: 0 0 0 14.5em;
	padding: 1em;
	min-height: 374px;
	height:auto !important;
	height: 334px;	
}

div.footer- { 
	clear: both;
	width: 100%;
}

/* END Layout */

/* START Header */

.header- {
	width: 70em;
	height: 137px;
	background: #fff;
}

.header- .blog-title-, .header- .blog-description- {
	display: none;
}

.header- .blog-logo- {
	width: 133px;
	float: left;
	padding: 0;
	margin:0;
	text-align: center;
	background: #fff;
}

.header- .flash-block- {
	float: left;
	margin: 0;	
}

.header-sub-banner- {
	width: 70em;
	height: 42px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	clear:both;
	background: #fff url("i/images/bg-header-home.png") repeat-x top right;	
}

/* END Header */

/* START Access and Top Menu */

.access-, .access- .skip-link {
	display: none;
}

/* END Access and Top Menu */

/* START Widget Group Styles */


.widgets- {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	padding: 0;
}

.widgets-primary- {
	width: 13.75em;
	padding: 0;
	margin: 0 0 0 -70em;
	border: none;
}

.widgets-secondary- {
	width: 15.8em;
	margin: -16.2em 0 0 -15.8em;
}

.widgets- ul, .widgets- ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.widgets- ul.xoxo {
	margin: 0;
	padding: 0;
}

.widgets- div, .widgets- h3, .widgets- h4, .widgets- ul, .widgets- li, .widgets- table, .widgets- li form {
	margin: 0;
	padding: 0;
}

.widgets- h3, .widgets- h4 {
	font-size: 120%;
	font-weight: 400;
}

/* START Pages & Sub-Pages Widgets */

li.widget_pages h3, li.widget_pages li ul {
	display: none;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

li.widget_pages li {
	padding: .5em .2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

.widgets- li.widget_pages a, .widgets- li.widget_pages a:link {
	color: #FFF;
	font-weight: bold;	
	text-decoration: none;
}

.widgets- li.widget_pages a:hover {
	border-bottom: 1px dashed #fff;
}

li.widget_pages li.page-item-2 {
	background: #CCDD44;
}

li.widget_pages li.page-item-3 {
	background: #99BB44;
}

li.widget_pages li.page-item-4 {
	background: #EEBB33;
}

li.widget_pages li.page-item-5 {
	background: #CC6633;
}

li.widget_pages li.page-item-6 {
	background: #99CCBB;
}

li.widget_pages li.current_page_item, li.widget_pages li.current_page_item a, li.widget_pages li.current_page_item a:link {
	color: #000066;
}

li.widget_pages li.current_page_parent, li.widget_pages li.current_page_parent a, li.widget_pages li.current_page_parent a:link {
	color: #000066;
}

li.widget_pages li.current_page_item a:hover, li.widget_pages li.current_page_item a:active, li.widget_pages li.current_page_parent a:hover, li.widget_pages li.current_page_parent a:active {
	border-bottom: 1px dotted #000066;
}

li#sub-page-menu {
	margin: 6em 0 1em 0;
}

li#sub-page-menu h3 {
	display: none;
}

li#sub-page-menu h3 a, li#sub-page-menu h3 a:link, li#sub-page-menu h3 a:hover, li#sub-page-menu h3 a:active, li#sub-page-menu h3 a:visited {
	color: #fff;
}

li#sub-page-menu ul li {
	margin: 1em 0 1em .4em;
	padding: .2em .2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #99BB44;
	background: #fff;
}

li#sub-page-menu ul li ul li {
	margin: .5em 0 .5em .5em;
	border: none;
}

li#sub-page-menu ul li a, li#sub-page-menu ul li a:link, li#sub-page-menu ul li a:visited {
	color: #000066;
	text-decoration: none;
}

li#sub-page-menu ul li a:hover, li#sub-page-menu ul li a:active {
	color: #cc3333;
	border-bottom: 1px dotted #cc3333;
}

li#sub-page-menu .current_page_item {
	background: #FF3;
}

/* END Pages & Sub-Pages Widgets */

/* START Search Widget */

.widgets- ul li.widget_search {
	padding: .4em 1.1em .4em 0;
	margin: 0;
	background: #000066;	
}

li.widget_search h3, li.widget_search label {
	display: none;
}

li.widget_search div {
	padding: 0;
	margin: 0;
	color: #ffffff;
	height: 31px;
	text-align: right;
}

li.widget_search div form {
	margin: 0;
	padding: 0;
}

li.widget_search input#s {
	width: 13em;
	background: #FFEE22;
}

li.widget_search input#searchsubmit {
	display: none;
	background: #FFFFA0;
	padding: .1em;
}

/* END Search Widget */

/* Start Subscribe2 Widget */

li#subscribe2 {
	padding: .5em 1.1em .2em 0;
	margin: 0;
	color: #ffffff;
	background: #000066;
	height: 90px;
	text-align: right;
}

li#subscribe2 p {
	margin: .3em 0;
}

li#subscribe2 h3 {
	font-size: 120%;
	color: #ffffff;
}

li#subscribe2 a, li#subscribe2 a:link {
	color: #ffffff;
}

li#subscribe2 span.subscribe2_label {
	display: none;
}

li#subscribe2 input, li#subscribe2 input:focus, li#subscribe2 input:hover {
	border: none;
	background: #99BB44;
	padding: .2em;
	margin: .2em;
}

li#subscribe2 input.form_subscribe2_email_input, li#subscribe2 input.form_subscribe2_email_input:focus, li#subscribe2 input.form_subscribe2_email_input:hover {
	width: 13em;
	background: #fff;
	border: 1px solid white;
}

/* END Subscribe2 Widget */

/* START Recent Entries Widget */

.widgets- li.widget_recent_entries {
	display: none;
}

.widgets- li.widget_recent_entries li {
	padding: .2em .1em .2em .4em;
	font-weight: bold;
	color: #CC5599;
	border-bottom: 1px dotted #CC5599;
}

.widgets- li.widget_recent_entries li a, .widgets- li.widget_recent_entries li a:link {
	text-decoration: none;
}

.widgets- li.widget_recent_entries li a:hover {
	text-decoration: underline;
}

body.home .widgets- li.widget_recent_entries {
	margin: 6em 0 1em .7em;
	display: block;
	text-align: left;
}

body.home .widgets- li.widget_recent_entries ul {
	padding: .2em;
	background: #fff;
}

body.home .widgets- li.widget_recent_entries ul ul {
	margin: .2em .1em .2em .4em;
	padding: 0;
	background: #fff;
}

body.home .widgets- li.widget_recent_entries h3 {
	margin: 0;
	padding: .2em .2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC6633;
	background: #FFEE22;
	text-transform: lowercase;	
}

/* END Recent Entries Widget */

/* START Text Widgets Custom - Find Widget Nums */

div.textwidget {
	height: 46px;
	padding: 0 .5em 0 .5em;
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}

div.textwidget span {
	position: relative;
	top: 40%;
	margin-right: .5em;
}

div.textwidget span a, div.textwidget span a:link, div.textwidget span a:visited, div.textwidget span a:active {
	color: #FFF;
	text-decoration: none;
}

div.textwidget span a:hover {
	color: #FFF;
	border-bottom: 1px dashed #fff;
}

li#text-1 {
	margin-top: 1em;
	padding: .3em 0;
	border-top: 3px dotted #CC5599;
}

li#text-2 {
	padding: .3em 0;
	border-bottom: 3px dotted #CC5599;
}

li#text-1 div.textwidget {
	background: #CC5599 url("i/images/bg-get-involved.png") no-repeat top left;
}

li#text-2 div.textwidget {
	background: #000066 url("i/images/bg-donate.png") no-repeat top left;
}

.widgets-primary- .primary-spacer- {
	margin: .3em 0 0 0;
	padding: 0;
	font-size: 100%;
	background: #000066;
}

/* END Text Widgets Custom */

div.bccm-info- {
	margin: 0;
	padding: 0 0 0 .4em;
	height: 138px;
	color: #fff;
	background: #000066;
	line-height: 1.2em;
}

div.bccm-info- div.bccm-info-title {
	margin: 0 0 .4em 0;
	font-size: 105%;
	font-weight: bold;
	color: #FFEE22;
}

div.bccm-info- a, div.bccm-info- a:link, div.bccm-info- a:active, div.bccm-info- a:visited {
	color: #fff;
}

div.bccm-info- a.link-eyecandy, div.bccm-info- a.link-eyecandy:link, div.bccm-info- a.link-eyecandy:active, div.bccm-info- a.link-eyecandy:visited {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

div.bccm-info- a.link-eyecandy:hover {
	text-decoration: underline;
}

/* END Widget Group Styles */

/* START Post Navigation Styles */

.navigation {
	/* 
	This one is tricky since we have two floats in a div
	requries both "width: x" and "overflow: auto" to clear
	interior elements for box creation!
	*/
	width: auto;
	padding: .2em .2em .4em .2em;
	overflow: auto;
	clear: both;
	border-bottom: 1px solid #C1BBC1;
}

.nav-next, .nav-previous {
	width: 48%;
}

.nav-previous {
	float: left;
	text-align: left;
}

.nav-next {
	float: right;
	text-align: right;
	clear: right;
}
/* START Post Navigation Styles */

/* START Post styles */

.post {
    padding-top: .2em;
}

.entry-content {
    line-height: 1.4em;
    clear: both;
}

.entry-content p {
    line-height: 1.4em;
}

.entry-content img {
	max-width: 460px;
	margin: 4px;
}

.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}

.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}

.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}

.entry-meta {
	padding: .1em;
	margin-bottom: 2em;
	font-size: 90%;
	border-top: 1px solid #AFAFAF;
	color: #222;
	background: #efefef;
	clear: both;
}

.entry-date {
	color: #666;
}

.entry-date abbr.published {
	display: block;
	cursor: default;
	margin: .2em 0 .2em .2em;
	padding: .2em;
	color: #AFAFAF;
	font-weight: normal;
}

/* END Post styles */

/* START WordPress Image / Gallery Styles */

.gallery .gallery-item {
	float: left;
	width: 48%;
}

.wp-caption {
	margin: .4em;
	padding: .2em;
	text-align: center;
	border: 1px solid #ccc;
}

.wp-caption p.wp-caption-text {
	margin: .2em 0 .1em 0;
	padding: .2em .4em .1em .4em;
	font-size: 76%;
	text-align: center;
	line-height: 1.2em;
	border-top: 1px solid #EFEFEF;
}

/* END WordPress Image / Gallery Styles */

/* START Comment Styles */

.comments- {
	margin: 0 .5em 0 .5em;
	padding: 0;
	font-size: 96%;
}

div.comment-author {
	padding: .4em;
}

div.comment-author .avatar {
	float: left;
	margin: 0 .5em .5em 0;
}

li.bypostauthor div.comment-author {
	background: #FF9;
}

div.comment-meta {
	clear: right;
	margin: 0 0 .5em 0;
	padding: .2em 0 .2em .5em;
	font-size: 90%;
	color: #222222;
}

ol.commentlist {
	list-style-type: none;
	margin: 0 .2em .5em .4em;
}

.commentlist li.comment, .commentlist li.pingback {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: .2em 0 0 0;
	border-top: 1px solid #AFAFAF;
}

/* END Comment Styles */

/* Start Form Controls - Contact Us */

form fieldset legend {
	font-weight: 400;
}

form input, form textarea {
	margin: .2em;
	padding: .2em;
	border: 1px solid white;
	color: #000;
}

form input:focus, form textarea:focus {
	border: 1px solid #ccc;
}

form textarea {
	clear: both;
}

/* End Form Controls - Contact Us */

/* Start Form Controls - Funbox */

.funbox_form_row {
	margin: .2em 0;
	clear: both;
}

.funbox_form_row label {
	width: 12em;
	float: left;
	padding: 2px;
	font-weight: bold;
	text-align: right;
}

.funbox_textarea label {
	width: 100%;
	float: none;
}

.funbox_form_row .funbox_form_element {
	padding: 2px;
}

/* End Form Controls - Funbox */

/* START - Custom Classes */

/* template-home: DEFAULT 'jmblue', 'ch-blue-yellow', 'blue-yellow' MOVED as Default */

/* template-about: 'jmlgreen', 'ch-green-lgtblue', 'green-lgtblue' */
body.template-about {
	background: #fff url("i/images/bg-body-about.png");
}

body.template-about .header-sub-banner- {
	background: #fff url("i/images/bg-header-about.png") repeat-x top right;
}

body.template-about .container- {
	background: #fff url("i/images/bg-sidebar-about.png") repeat-y top right;
}

/* template-exhibit: 'jmorange', 'ch-ylorange-white', 'ylorange-white' */
body.template-exhibit {
	background: #fff url("i/images/bg-body-exhibits.png");
}

body.template-exhibit .header-sub-banner- {
	background: #fff url("i/images/bg-header-exhibits.png") repeat-x top right;
}

body.template-exhibit .container- {
	background: #fff url("i/images/bg-sidebar-exhibits.png") repeat-y top right;
}

/* template-join: 'jmred', 'ch-orange-white', 'orange-white' */
body.template-join {
	background: #fff url("i/images/bg-body-join.png");
}

body.template-join .header-sub-banner- {
	background: #fff url("i/images/bg-header-member.png") repeat-x top right;
}

body.template-join .container- {
	background: #fff url("i/images/bg-sidebar-member.png") repeat-y top right;
}

/* template-plan: 'jmdgreen', 'ch-green-blue', 'green-blue' */
body.template-plan {
	background: #fff url("i/images/bg-body-plan.png");
}

body.template-plan .header-sub-banner- {
	background: #fff url("i/images/bg-header-visit.png") repeat-x top right;
}

body.template-plan .container- {
	background: #fff url("i/images/bg-sidebar-visit.png") repeat-y top right;
}

/* template-support: 'jmlblue', 'ch-lgtblue-blue', 'lgtblue-blue' */
body.template-support {
	background: #fff url("i/images/bg-body-support.png");
}

body.template-support .header-sub-banner- {
	background: #fff url("i/images/bg-header-contact.png") repeat-x top right;
}

body.template-support .container- {
	background: #fff url("i/images/bg-sidebar-contact.png") repeat-y top right;
}

/* START - Custom CSS content styles */

.color-red-orange {
	font-family: Arial, Helvetica, sans-serif;
    color: #cc6633;
}

.color-red-orange-bold {
	font-family: Arial, Helvetica, sans-serif;
    color: #cc6633;
    font-weight: bold;
}

.color-blue {
	font-family: Arial, Helvetica, sans-serif;
    color: #000066;
}

.color-blue-bold {
	font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-weight: bold;
}

.color-blue-bold-large {
	font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-weight: bold;
    font-size: 110%;
}

.table-payment-level { 
	border-collapse: collapse;
	border: none;
}

.table-payment-level td {
	border-right: 1px solid #ffca7f;
}

.thinline-right-orange {
	border: none;
	border-right: 1px solid #ffca7f;
}

/* START - Custom CSS content styles */


/* START Post Custom */

.visit-return- {
	margin: .5em 0;
	padding: .5em;
	background: #99bb44;
}

.visit-return- a, .visit-return- a:link {
	font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-weight: bold;
    font-size: 110%;
}

.visit-return- a:hover {
	border-bottom: 1px dotted #000066;
}

div.post {
	margin-bottom: 2em;
	border-bottom: 2px dotted  #99BB44;
}

div.post .entry-content {
	min-height: 5em;
}

.entry-title {
	font-size: 240%;
}

/* END Post Custom */

/* END - Custom Classes */

/* START - Plugin Styles */

/* START - Plugin Event Calendar */

div.ec3-schedule {
	padding: .5em;
	font-size: 90%;
	border-bottom: 2px dotted  #99CCBB;
	border-top: 2px dotted  #99CCBB;

}

div.ec3-schedule p {
	padding: .2em 0 .2em .5em;
}

.ec3-entry {
	font-weight: bold;
}

.ec3-start {
	margin-left: .2em;
}

/* END - Plugin Event Calendar */

/* START - Plugin Contact Form 7 - Form Controls */

div.form-container {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: .2em;
}

div.form-container form {
	margin: 0;
	padding: 0;
}

div.form-container .form-note {
	padding: 2px;
	clear: both;
}

div.form-container .form-label {
	float: left;
	padding: .6em .2em .2em .2em;
	clear: left;
	width: 13em;
	text-align: right;
	font-weight: bold;
}

div.form-container .form-input {
	position: relative;
	width: 22em;
	margin: 0 .4em 0 14em;
	padding: .4em .2em .4em .4em;
	background: #eebb33;

}

div.form-container input, div.form-container textarea {
	background: #ffffcc;
}

div.form-container textarea {
	font-size: 110%;
}

div.form-container .wpcf7-list-item {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.wpcf7-checkbox input {
	display: block;
	float: left;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: block;
	margin: .2em 0 .2em .2em;
	float: left;
	width: 18em;
}

.form-input .your-message textarea {
	width: 20em;
}

/* END - Plugin Contact Form 7 - Form Controls */

/* START - SIFR js styles */

.sIFR-flash {
	visibility: visible !important;
	position: relative;
}

.sIFR-flash span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* END - Plugin Styles */

/* START Bug Fixes */

body.msie .widgets-primary- {
	margin: -1.3em 0 0 -70em;
}

body.msie .widget_search div {
	height: 32px;
}

body.msie .wpcf7-checkbox .wpcf7-list-item-label {
	margin: -1em 0 .2em .2em;
}

body.msie li#subscribe2 {
	padding: .5em .7em .2em 0;
}

body.msie li#subscribe2 input, body.msie li#subscribe2 input:focus, body.msie li#subscribe2 input:hover {
	font-size: 90%;	
}

body.msie li#subscribe2 input.form_subscribe2_email_input, body.msie li#subscribe2 input.form_subscribe2_email_input:focus, body.msie li#subscribe2 input.form_subscribe2_email_input:hover {
	width: 15em;
}

body.msie .widgets- ul li.widget_search {
	padding: .4em .7em .4em 0;	
}

body.msie li.widget_search input {
	font-size: 90%;
}

body.msie li.widget_search input#s {
	width: 15em;
}

body.msie .form-input .your-message textarea {
	width: 18em;
}

body.safari .widgets-secondary- {
	margin: -16.3em 0 0 -15.8em;
}

body.safari .widget_search div {
	height: 32px;
}

body.safari .form-input .your-message textarea {
	width: 18em;
}

/* END Bug Fixes */


/* START Hidden Elements */
/* END Hidden Elements */

/* START Debug */

/*
body {
	background: #fff url("library/images/debug-grid-760px.png") no-repeat top center;
}
*/
/* END Debug */