@charset "utf-8";

/* gfx center */
.gfx-center-50 {
	text-align: center;
	width: 50%;
	margin:0 auto;
}
/* page header */
#page_header-zorro {
	padding: .5em 0 .5em;
	text-align: center;
}

#page_header-zorro h2 {
	font: .8em 'Fondamento', cursive;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#page_header-2 {
	padding: 2em 0 .5em;
}
#page_header-2 h1 {
	padding: 2em 0 .5em;
	font-size: 2em;
}
#BCLogo {
	position: absolute;
	z-index: 2;
	width: 24%;
	left: 5%;
	top: 10%;
}
/* Menu for Zorro pages*/
/* start top nav */

nav {
	font: bold 1.2em/1.1px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-left: 5%;
	width: 95%;
}
#menu {
	width: 100%;
	/* margin: 0 0 0 5%; */
	}
/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/* Content Columns */
.column-center {
	width: 60%;
	padding: 1em 2%;
	clear: both;
	margin: 0 auto;
}
/* Zorro Styles */
#Zorro-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../zorro/images/yellow-background.jpg);
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.zorro {
	width: 48.5%;
	float: left;
	margin-right: 1.5%;
}

.zorro figcaption {
	font-size: 0.95em;
	height: 9em;
	text-indent: 1em;
	margin-bottom: 0.5px;
}
#episodes {
	text-align: center;
}
#episodes h2 {
	font: normal 1.3em 'Fondamento', cursive;
}

#non-episodes {
	text-align: center;
}
#non-episodes h2 {
	font: normal 1.3em 'Trebuchet MS', cursive;
}


.GotoPage {
	color: #FFF;
	font-weight: bold;
	background: #009;
	font-size: 1.0em;
	border: 4px double #F60;
	border-radius: 20px;
}

/*Contact Form */
#contactForm label , #contactForm  p{
	color: #473816;
}
.input_size_a{
	width: 5%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.input_size_b{
	width: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_c {
	width: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_d {
	width: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_e {
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_f {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactForm input[type="text"], #contactForm textarea {
	background: #FFC;
}
#contactForm input[type="reset"], #formButtons input[type="button"] {
	background: #900;
	border: 1px solid #000;
	border-radius: 15px;
	font-weight: bold;
	margin: 0.5em;
	color: #FFF;
}
#contactForm input[type="submit"], #formButtons input[type="submit"] {
	background: #060;
	border: 1px solid #000;
	border-radius: 15px;
	font-weight: bold;
	margin: 0.5em;
	color: #FFF;
}
