/*
Theme Name: Team Punta Gorda
Theme URI: https://teampuntagorda.org
Description: Custom Theme for Team Punta Gorda.
Version: 1.0
Author: Small Biz Webs
Author URI: http://www.smallbizwebs.biz
Google Font: Lato
font-family: 'Lato', sans-serif;
font-weight:
light = 300;
normal = 400;
normal italic = 400italic;
bold = 700;
bold italic = 700italic;
ultra bold = 900;
*/
/* Begin */
* {
	border-sizing:border-box;
}
body {
	font-size: 16px;
	line-height:18px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #171717;
	text-align: center;
	padding:0;
	margin:0;
	text-rendering:optimizeLegibility;
	}
#container {
	width:100%;
	text-align:center;
	}
#main {
	width:100%;
	margin:auto;
	}
#max {
	max-width:1200px;
	width:100%;
	margin:auto;
	}
#pad {
	margin:0 55px 0 20px;
	}
#fixed {
	position:fixed;
	z-index:1000;
	display:block;
	width:100%;
	}
#top-bar {
	background-color:#0079c0;
	width:100%;
	height:18px;
	z-index:100;
	position:relative;
	/* shadow - horiz vert blur spread color inset to go inside */
	-moz-box-shadow:    0 2px 4px 3px #777;
	-webkit-box-shadow: 0 2px 4px 3px #777;
	box-shadow:         0 2px 4px 3px #777;
	}
#top-graphic {
	width:100%;
	height:145px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#FFF;
	}
#content {
	width:100%;
	display:inline-block;
	padding:20px 0 30px 0;
	background-color:#e6f0fe;
	background-image:url('images/content-bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	min-height:300px;
	}
#page-left {
	float:left;
	position:relative;
	width:68%;
	text-align:left;
	border-right:solid 1px #282828;
	margin:0 30px 30px 0;
	}
#page-left .entry {
	margin:0 40px 0 0;
	}
#page-right {
	float:right;
	position:relative;
	width:27%;
	max-width:307px;
	text-align:left;
	margin-right:15px;
	}
#logo {
	width:100%;
	height:132px;
	position:absolute;
	text-align:center;
	margin-top:10px;
	}
/* Home Page */
#logo-home {
	margin-top:20px;
	margin-left:20px;
	text-align:left;
	width:100%;
	height:158px;
	position:absolute;
	z-index:400;
	}
#content.home {
	padding-top:35px;
	display:flex;
	display:-webkit-box;
	background-image:none;
	}
#content.home h1 {
	text-transform:uppercase;
	font-size:25px;
	}
#slideshow {
	width:100%;
	height:482px;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:0;
	}
.slider {
	width:100%;
	height:482px;
	position:relative;
	margin:auto;
	overflow:hidden;
	}
.slide-bg {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.slide-element {
	position:relative;
	}
#slide-message {
	font-size:37px;
	line-height:100%;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	text-align:left;
	float:none;
	clear:both;
	display:inline-block;
	min-width:745px;
	margin:0;
	top:300px;
	background-color:transparent;
	background-image:url('images/slide-message-bg.png');
	background-repeat:repeat-y;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	}
#slide-message p:first-line {
	font-weight:700;
	}
#slide-message p {
	margin:20px 20px 20px 40px;
	}
#home-left {
	width:270px;
	margin-right:20px;
	float:left;
	position:relative;
	}
#home-right {
	flex:1;
	-webkit-box-flex:1;
	display:table-cell;
	}
#home-box {
	width:256px;
	text-align:center;
	}
#home-box-title {
	background-color:#2f2523;
	background: -webkit-linear-gradient(top, #493e3c, #2f2523); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #493e3c, #2f2523); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #493e3c, #2f2523); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #493e3c, #2f2523); /* Standard syntax */
	border-top: solid 1px #847687;
	border-left: solid 1px #847687;
	border-right: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	max-width:256px;
	min-height:31px;
	color:#FFF;
	text-align:left;
	/* shadow - horiz vert blur spread color inset to go inside */
	-moz-box-shadow:    0 1px 3px 1px #555;
	-webkit-box-shadow: 0 1px 3px 1px #555;
	box-shadow:         0 1px 3px 1px #555;
	z-index:10;
	position:relative;
	}
h2.box-title {
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
	margin:5px 15px;
	}
#home-box-container {
	width:248px;
	padding:0 0 7px 0;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
	/* shadow - horiz vert blur spread color inset to go inside */
	-moz-box-shadow:    0 1px 3px 1px #555;
	-webkit-box-shadow: 0 1px 3px 1px #555;
	box-shadow:         0 1px 3px 1px #555;
	}
#home-box-image {
	width:248px;
	height:71px;
	overflow:hidden;
	}
#home-box-text {
	padding:0 0 10px 0;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	width:248px;
	color:#FFF;
	display:table;	
	font-size:14px;
	line-height:16px;
	}
#home-box-text p {
	margin:8px 12px;
	}
#home-box-link {
	width:248px;
	text-align:center;
	margin:6px 5px 0 0;
	}
#home-box-link a {
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
}
#home-box-link a:after {
	content: ' \00BB';
	}
#home-box-link a:hover {
	color:#D4D4D4;
	}
#home-box-container.first {
	background-color:#ef352a;
	}
#home-box-container.first #home-box-text {
	background-color:#ba241b;
	background: -webkit-linear-gradient(top, #d42d22, #ba241b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #d42d22, #ba241b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #d42d22, #ba241b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #d42d22, #ba241b); /* Standard syntax */
	}
#home-box-container.second {
	background-color:#307726;
	}
#home-box-container.second #home-box-text {
	background-color:#1e5616;
	background: -webkit-linear-gradient(top, #2e7324, #1e5616); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #2e7324, #1e5616); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #2e7324, #1e5616); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #2e7324, #1e5616); /* Standard syntax */
	}
#home-box-container.third {
	background-color:#5454cf;
	}
#home-box-container.third #home-box-text {
	background-color:#2d2d98;
	background: -webkit-linear-gradient(top, #5150cb, #2d2d98); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #5150cb, #2d2d98); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #5150cb, #2d2d98); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #5150cb, #2d2d98); /* Standard syntax */
	}
#dynamic-info {
	display:inline-block;
	width:100%;
	margin-top:20px;
	}
#volunteer-box {
	float:left;
	position:relative;
	width:40%;
	margin-right:40px;
	border-right:solid 1px #6e86aa;
	}
#volunteer-box-inside {
	width:90%;
	}
#news-box {
	float:left;
	position:relative;
	width:52%;
	}
#news-box-inside {
	width:95%;
	}
#volunteer-box h2, #news-box h2 {
	font-weight:300;
	text-transform:uppercase;
	font-size:22px;
	}
#volunteer-box h2:first-line, #news-box h2:first-line {
	font-weight:400;
	}
#volunteer-pic {
	width:100%;
	}
.volunteer-image {
	border:solid 3px #FFF;
	margin-bottom:15px;
	max-width:100%;
	height:auto;
	}
#home-news {
	margin:20px 0 20px 0;
	}
h2.home-blog-title {
	font-size:17px;
	text-transform:uppercase;
	}
.line {
	width:100%;
	height:1px;
	background-color:#6e86aa;
	}
/* End Home */
/* Footer */
#sponsors {
	text-align:left;
	padding:10px;
	}
#sponsors h2 {
	color:#aba9a9;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	}
#footer {
	width:100%;
	background-color:#0079c0;
	display:inline-block;
	text-align:center;
	padding:20px 0 20px 0;
	color:#FFF;
	font-size:15px;
	line-height:1.3;
	}
h2.footer-title {
	color:#FFF;
	}
#footer a {
	color:#FFF;
	text-decoration:none;
	}
#footer a:hover {
	color:#999;
	}
#footer1 {
	display:inline-block;
	position:relative;
	margin-right:15px;
	width:30%;
	vertical-align:top;
	}
#footer2 {
	display:inline-block;
	position:relative;
	margin-right:15px;
	width:30%;
	vertical-align:top;
	}
#footer3 {
	display:inline-block;
	position:relative;
	margin-right:15px;
	width:30%;
	vertical-align:top;
	}
#footer-copy {
	background:#FFF;
	width:100%;
	display:table;
	}
#footer-info {
	font-size:11px;
	text-align:left;
	float:left;
	position:relative;
	margin:7px;
	}
#footer-credit {
	font-size:11px;
	text-align:right;
	float:right;
	position:relative;
	margin:7px;
	}
#footer-info p {
	margin:0;
	}
/* End Footer */	
/* Content */
/* Slide Tab */
.slide-out-div {
    padding: 20px 20px 20px 5px;
    width: 165px;
	height:203px;
    background: #ef352a;
    border: 3px solid #FFF;
	z-index:1000;
    }
a.handle {
	top:-3px !important;
	}
.slide-div {
	float:left;
	position:relative;
	width:2px;
	height:250px;
	background-image:url('images/slide-div.png');
	margin-right:10px;
	}
.slide-content {
	float:left;
	position:relative;
	}
/* End Slide Tab */
a {
	color:#666;
	text-decoration:underline;
	}
a:hover {
	color:#999;
	}
.row {
	float:left;
	position:relative;
	clear:both;
	width:100%;
	}
.column1 {
	float:left;
	position:relative;
	width:100%;
	}
.column2 {
	float:left;
	position:relative;
	width:48%;
	margin-right:20px;
	}
.column3 {
	float:left;
	position:relative;
	width:31%;
	margin-right:20px;
	}
.col {
	float:left;
	margin-right:20px;
	}
.column2:last-child, .column3:last-child, .col:last-child {
	margin-right:0;
	}
.clear {
	clear:both;
	}
/* End Content */	
/* Map */
#footer .google-maps {
position: relative;
padding-bottom: 60%; // This is the aspect ratio
height: 0;
overflow: hidden;
border:solid 1px #000;
}
#footer .google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.google-maps {
position: relative;
padding-bottom: 40%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 90% !important;
height: 100% !important;
}
/* End Map */
/* Forms */
.wpcf7-form input, .gform_wrapper input {
	width:100%;
	height:25px;
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
}
.wpcf7-form select, .gform_wrapper select {
	height:32px;
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
	margin-top:3px;
}
.wpcf7-form textarea, .gform_wrapper textarea {
	width:100%;
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
}
.wpcf7-form input[type="submit"], .gform_wrapper input[type="submit"], #footer .ctct-form input[type="submit"] {
	width:auto;
	height:auto;
	padding:8px;
	border:none;
	background-color:#024369;
	color:#FFF;
	border-radius:10px;
	-moz-border-radius:5px;
	font-size:16px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
}
.wpcf7-form input[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, #footer .ctct-form input[type="submit"]:hover {
	background-color:#015384;
}
#footer .ctct-form input {
	width:90%;
	height:25px;
	background-color:#FFF;
	border:solid 1px #999;
}
.ctct-disclosure {
	font-size:10px;
	font-style:italic;
}
.ctct-form-field-email, .ctct-form-field-text {
	display:inline-block;
	width:33%;
	padding:0 10px 0;
	box-sizing:border-box;
}
.ctct-form-field label {
	font-size:12px;
}
#footer .ctct-form-wrapper .ctct-form abbr {
	color:#FFF;
	font-size:11px;
}
.ctct-form-field-submit {
	padding:10px 0 0;
}
.ctct-form .g-recaptcha div {
	margin:auto;
}
a.ctct-button {
	display:none;
}
#footer .ctct-form-wrapper input[type="text"]:required:valid, #footer .ctct-form-wrapper input[type="email"]:required:valid, #footer .ctct-form-wrapper input[type="password"]:required:valid, #footer .ctct-form-wrapper input[type="tel"]:required:valid, #footer .ctct-form-wrapper input[type="number"]:required:valid {
background-size:12px !important;
padding-left:22px !important;
}
#footer .ctct-message {
background-color:#2ECC40;
color:#FFF;
}
/* End Forms */
/* Navigation */
#nav {
	width:100%;
	height:52px;
	border-bottom:solid 1px #01314e;
	border-top: solid 1px #01314e;
	background-color:#0079c0;
	/* shadow - horiz vert blur spread color inset to go inside */
	-moz-box-shadow:    0 1px 4px 3px #777;
	-webkit-box-shadow: 0 1px 4px 3px #777;
	box-shadow:         0 1px 4px 3px #777;
	z-index:12;
	position:relative;
	}
#nav-bar .menu ul {
	margin:0;
}
#nav-bar ul.menu ul {
	display:none;
	list-style:none;
	z-index:100;
}
#nav-bar .sub-menu {
	background-color:#0079c0;
	position:absolute;
	padding:0; 
	margin:-3px 0 0 -28px;
	border:solid 1px #FFF;
	float:left;
}
#nav-bar .sub-menu .sub-menu {
	margin:-18px 0 0 0;
	left:98%;
}
.menu-main-menu-container {
	margin:auto;
	display:table;
}
ul#menu-main-menu {
	margin:6px auto 6px auto;
	padding:0;
	list-style:none;
	display:inline-block;
}
ul#menu-main-menu li {
	display:inline-block;
	color:#e0e3e7;
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px #FFF;
	border-left:solid 1px #01314e;
	height:40px;
	float:left;
}
ul#menu-main-menu li:first-child {
	border-left:none;
	}
ul#menu-main-menu li:last-child {
	border-right:none;
	}
ul#menu-main-menu li:hover, ul#menu-main-menu li.current-menu-item {
	background-color:transparent;
	}
ul#menu-main-menu li a {
	color:#e0e3e7;
	font-size:17px;
	line-height:40px;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	vertical-align:middle;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
}
ul#menu-main-menu li:hover a, ul#menu-main-menu li a:hover, ul#menu-main-menu li.current-menu-item a, ul#menu-main-menu ul.sub-menu li:hover a, ul#menu-main-menu ul.sub-menu li:hover ul.sub-menu li:hover a {
	color:#171717;
	text-decoration:none;
}
ul#menu-main-menu ul.sub-menu li {
	display:block;
	background-image:none;
	border-bottom:solid 1px #FFF;
	border-left:none;
	border-right:none;
	text-align:left;
	float:none;
	padding:5px 10px 5px 10px;
	height:19px;
	min-width:100px;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
}
ul#menu-main-menu ul.sub-menu li:hover {
	background-color:#e0e0e0;
}
ul#menu-main-menu ul.sub-menu li:last-child {
	border-bottom:none;
}
ul#menu-main-menu ul.sub-menu li a, ul#menu-main-menu ul.sub-menu li:hover ul.sub-menu li a {
	color:#FFF;
	font-size:17px;
	line-height:19px;
	display:block;
	white-space:nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
}
#nav-bar ul#menu-main-menu ul.sub-menu ul.sub-menu ul.sub-menu, ul#menu-main-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.submenu {
	display:none !important;
}
.menu-footer-menu-container {
	text-align:center;
	margin:auto;
	display:block;
	position:relative;
}
ul#menu-footer-menu {
	margin:auto;
	padding:0;
	list-style:none;
	text-align:center;
	max-width:100%;
}
ul#menu-footer-menu li {
	display:inline-block;
	color:#000000;
	padding:0 5px 0 5px;
	border-right:solid 1px #FFF;
	height:12px;
	line-height:12px;
	padding-bottom:4px;
}
ul#menu-footer-menu li:last-child {
	border-right:none;
}
ul#menu-footer-menu li a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
}
ul#menu-footer-menu li a:hover {
	color:#D4D4D4;
	text-decoration:none;
}
/* End Navigation */
/* Sidebar */
#widget-title {
	font-size:21px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	}
#blog-right #sidebar-widget {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:solid 1px #6e86aa;
	width:250px;
	display:table;
	}
#learn-more {
	text-align:left;
	font-size:14px;
	padding:12px 0 0 0;
	}
#sidebar-widget form#searchform input#s, #sidebar-widget select, form#searchform input#s {
	border:solid 1px #999999;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#FFFFFF;
	width:175px;
	height:26px;
	padding: 0 0 0 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	position:relative
}
#sidebar-widget form#searchform input.go_button, form#searchform input.go_button {
	background-image:url('images/button-go.png');
	background-repeat:no-repeat;
	border:none;
	color:transparent;
	background-color:transparent;
	width:30px;
	height:30px;
	cursor:pointer;
	float:left;
	position:relative;
}
/* End Sidebar */
/* Blog */
#blog-left {
	float:left;
	position:relative;
	width:65%;
	text-align:left;
	border-right:solid 1px #6e86aa;
	margin:0 30px 30px 0;
	}
#blog-left .entry {
	margin:0 40px 0 0;
	}
#blog-right {
	float:right;
	position:relative;
	width:25%;
	max-width:307px;
	text-align:left;
	margin-right:40px;
	}
#blog-post {
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #666;
	display:flex;
	display:-webkit-box;
	}
#post-pic {
	width:150px;
	height:150px;
	margin-right:25px;
	float:left;
	position:relative;
	}
#post-pic img {
	border:solid 2px #FFF;
	}
#post-detail {
	width:90%;
	flex:1;
	-webkit-box-flex:1;
	}
.post-date {
	font-size:10px;
	font-style:italic;
	}
h2.blog-title {
	margin:0 0 2px 0;
	font-size:25px;
	}
.post-excerpt {
	}
#read-more {
	clear:both;
	}
#read-more a {
	text-align:left;
	font-size:14px;
	padding:12px 0 0 0;
	}
#read-more a:hover {
	color:#CCC;
	}
/* End Blog */
/* Nivo Slider */
#container .theme-default .nivoSlider {
	position:relative;
	background:#fff url('images/loading.gif') no-repeat 50% 50%;
    margin-bottom:0;
    /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}
/* End Nivo Slider */

/**----------------------------------**/
/* Carousel */
/**----------------------------------**/
.carousel-container {
	display:inline-block;
	width:100%;
	max-height:250px;
	background-color:#FFF;
	padding:10px 0;
}
.carousel-slide {
	text-align:center;
	}
.carousel-slide a {
	vertical-align:middle;
	display:inline-block;
	}
.carousel-slide img {
	margin:auto;
	vertical-align:middle;
	display:inline-block;
	max-width:100%;
	height:auto;
	}
.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
.carousel-prev, .carousel-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	}
.carousel-prev {
	background-image:url('images/carousel-arrows.png');
	background-position:0 0;
	left:-40px;
	}
.carousel-prev:hover {
	background-position:42px 0;
	}
.carousel-next {
	background-image:url('images/carousel-arrows.png');
	background-position:0 42px;
	right:-40px;
	}
.carousel-next:hover {
	background-position:42px 42px;
	}
.carousel-caption {
	font-size:18px;
	font-weight:700;
	margin-top:-10px;
	position:relative;
	display:block;
	}
/**----------------------------------**/
/* End Carousel */
/**----------------------------------**/

/* BLP Form */
.form-signature canvas {
	border:dashed 1px #eee;
}
/* End BLP Form */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	}
h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform:capitalize;
	line-height:100%;
	}
h1 {
	font-size: 30px;
	}
h2 {
	font-size: 27px;
	}
h2.pagetitle {
	font-size: 27px;
	}
h2.sub-title {
	margin-top:-10px;
	font-size:24px;
	font-weight:300;
	}
#sidebar h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	}
h3 {
	font-size: 20px;
	}
h1, h1 a, h1 a:hover {
	text-decoration: none;
	color: #000;
	}
h2, h2 a, h3, h3 a {
	color: #000;
	}
h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, helvetica, verdana, sans-serif;
	}
.commentlist li ul li {
	font-size: 11px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}
.commentlist p {
	font-weight: normal;
	font-size:11px;
	line-height: 12px;
	text-transform: none;
	}
#commentform p {
	font-family: arial, helvetica, verdana, sans-serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font: 1em arial, helvetica, verdana, sans-serif;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata {
	font-size:11px;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em arial, helvetica, verdana, sans-serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
/* Begin Structure */
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
/* End Structure */
/*	Begin Headers */
h1 {
	padding:0;
	margin: 0 0 10px 0;
	}
h2 {
	margin: 0 0 10px 0;
	}
h2.pagetitle {
	margin: 0 0 10px 0;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	}
h3 {
	padding: 0;
	margin: 0 0 10px 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height:auto;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* End Images */
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
.entry ul, .entry ol {
	overflow:auto;
}
html>body .entry ul {
	margin-left: 20px;
	list-style: disc;
	}
.entry ol {
	padding: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { 
	text-align:left;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li, .entry .commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Bicycle Loaner Program Form */
#waiver, #parents {
	text-align:left;
	padding:20px;
}
/* End Bicycle Loaner Program Form */
/* "Let me know if you need anything else." */