/*
    Theme Name: Badminton Vancouver New
    Theme URI: http://www.badminton-vancouver.com
    Description: Custom theme for Badminton Vancouver
    Author: Elation Websites
    Author URI: http://www.elationwebsites.com
    Version: 1.0

    Tags: custom-background, featured-images, threaded-comments, two-columns, full-width

    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/



/* Table of Contents



* Defaults

* Hyperlinks

* Body

* Wrap

* Header

* Image Header - Partial Width

* Image Header - Full Width

* Navigation Constants

* Header Right Navigation

* Primary Navigation

* Primary Navigation Extras

* Secondary Navigation

* Inner

* Breadcrumb

* Taxonomy Description

* Content-Sidebar Wrap

* Content

* Column Classes

* Featured Post Grid

* Headlines

* Ordered / Unordered Lists

* Post Info

* Post Meta

* Author Box

* Sticky Posts

* Archive Page

* Post Icons

* Images

* Post Navigation

* Primary / Secondary Sidebars

* Tag Cloud

* Dropdowns

* Featured Page / Post

* User Profile

* Buttons

* Search Form

* eNews & Updates Widget

* Calendar Widget

* Footer Widgets

* Footer

* Comments

* Gravity Forms

*/



/* Defaults

------------------------------------------------------------ */

body,  h1,  h2,  h2 a,  h2 a:visited,  h3,  h4,  h5,  h6,  p,  select,  textarea {
	color: #333;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
p {
	line-height:150%;
	font-size:12px;
}
a {
	color:#C22327;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
blockquote,  input,  select,  textarea,  .author-box,  .breadcrumb,  .sticky,  .taxonomy-description,  .wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
li,  ol,  ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks

------------------------------------------------------------ */



a,  a:visited {
	color: #C22327;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Body

------------------------------------------------------------ */



body {
	background-color: #fff;
}
/* Wrap

------------------------------------------------------------ */



#wrap {
	background-color: #fff;
}
.wrap {
	width: 100%;
}
/* Header

------------------------------------------------------------ */



#header {
	width:100%;
	min-height: 167px;
	background:url(images/bg-header.jpg) repeat-x;
	color: #eee;
	clear:both;
	position:relative;
}
#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}
#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
#title a,  #title a:hover {
	color: #eee;
	text-decoration: none;
}
#description {
	font-size: 14px;
	color: #eee;
}
#header .widget-area {
	float: right;
	width: 550px;
}
/* Image Header - Partial Width

------------------------------------------------------------ */



.header-image #title-area,  .header-image #title,  .header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width

------------------------------------------------------------ */



.header-full-width #title-area,  .header-full-width #title,  .header-full-width #title a {
	width: 960px;
}
/* Navigation Constants

------------------------------------------------------------ */



li:hover ul ul,  li.sfHover ul ul {
	left: -9999px;
}
li:hover,  li.sfHover {
	position: static;
}
#header ul.nav li a.sf-with-ul,  #header ul.menu li a.sf-with-ul,  #nav li a.sf-with-ul,  #subnav li a.sf-with-ul {
    padding-left: 22px;
    padding-right: 27px;
}
#header ul.nav li a.sf-with-ul:hover,  #header ul.menu li a.sf-with-ul:hover,  #nav li a.sf-with-ul:hover,  #subnav li a.sf-with-ul:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	background:none;
}
li a .sf-sub-indicator {
	height: 11px;
	position: absolute;
	left: 0px;
	text-indent: -9999px;
	top: 15px;
	width: 14px;
	background: url(images/arrow-down.png) no-repeat;
}
li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}
/* Header Right Navigation

------------------------------------------------------------ */



#header ul.nav,  #header ul.menu {
	float: right;
	font-family:"Oswald";
}
#header ul.nav ul,  #header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header ul.nav li,  #header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#header ul.nav li a,  #header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
#header ul.nav li a:hover,  #header ul.nav li a:active,  #header ul.nav .current_page_item a,  #header ul.nav .current-cat a,  #header ul.nav .current-menu-item a,  #header ul.menu li a:hover,  #header ul.menu li a:active,  #header ul.menu .current_page_item a,  #header ul.menu .current-cat a,  #header ul.menu .current-menu-item a {
	background-color: #222;
	color: #fff;
}
#header ul.nav li li a,  #header ul.nav li li a:link,  #header ul.nav li li a:visited,  #header ul.menu li li a,  #header ul.menu li li a:link,  #header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#header ul.nav li li a:hover,  #header ul.nav li li a:active,  #header ul.menu li li a:hover,  #header ul.menu li li a:active {
	background-color: #222;
}
#header ul.nav li ul,  #header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#header ul.nav li ul a,  #header ul.menu li ul a {
	width: 140px;
}
#header ul.nav li ul ul,  #header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}
#header ul.nav li:hover>ul,  #header ul.nav li.sfHover ul,  #header ul.menu li:hover>ul,  #header ul.menu li.sfHover ul {
	left: 0px;
}
/* Primary Navigation

------------------------------------------------------------ */



#nav {
	clear: both;
	color: #fff;
	float: right;
	overflow: hidden;
	text-transform: uppercase;
	background:url(images/menubg.png) no-repeat;
}
#nav ul {
    float: left;
    position: absolute;
	right:10px;
    top: 121px;
}
#nav li {
	float: right;
	list-style-type: none;
	margin-right:10px;
	background:url(images/menu-break.jpg) no-repeat top right;
	position:relative;
}
#nav li:first-child {
    background: none repeat scroll 0 0 #B20909;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 0 #000000;
}
#nav ul.sub-menu li:first-child {
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    font-family: "Oswald";
    font-size: 23px;
    font-weight: bold;
    padding: 8px 10px 10px;
    position: relative;
    text-decoration: none;
    border-left:0px;
    border-top:0px;
}
#nav li a:hover,  #nav li a:active,  #nav .current_page_item a,  #nav .current-cat a,  #nav .current-menu-item a {
	color: #fff;
	background:none;
}
#nav li li a,  #nav li li a:link,  #nav li li a:visited {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#nav li li a:hover,  #nav li li a:active {
}
#nav li ul {
	background:#333;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
	top:40px;
}
#nav li ul a {
	width: 140px;
	line-height:23px;
}
#nav li ul ul {
	margin: -33px 0 0 159px;
}
#nav li:hover>ul,  #nav li.sfHover ul {
	left: 0px;
}
/* Primary Navigation Extras

------------------------------------------------------------ */



#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}
#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav li.search {
	padding: 0 10px;
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}
/* Secondary Navigation

------------------------------------------------------------ */



#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
#subnav li a:hover,  #subnav li a:active,  #subnav .current_page_item a,  #subnav .current-cat a,  #subnav .current-menu-item a {
	background-color: #222;
	color: #fff;
}
#subnav li li a,  #subnav li li a:link,  #subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#subnav li li a:hover,  #subnav li li a:active {
	background-color: #222;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul ul {
	margin: -33px 0 0 159px;
}
#subnav li:hover>ul,  #subnav li.sfHover ul {
	left: auto;
}
/* Inner

------------------------------------------------------------ */



#inner {
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 0;
	clear:both
}
/* Breadcrumb

------------------------------------------------------------ */



.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}
/* Taxonomy Description

------------------------------------------------------------ */



.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
/* Content-Sidebar Wrap

------------------------------------------------------------ */



#content-sidebar-wrap {
	float: left;
	width: 790px;
}
.content-sidebar #content-sidebar-wrap,  .full-width-content #content-sidebar-wrap,  .sidebar-content #content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 960px;
}
.sidebar-content-sidebar #content-sidebar-wrap,  .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content

------------------------------------------------------------ */

#content {
	float: left;
	width: 440px;
	padding: 15px;
	background: #fff;
}
#content h1 {
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 25px;
	line-height: 40px;
}
#content p {
    font-size: 14px;
    line-height: 25px;
}
.content-sidebar #content,  .sidebar-content #content {
	width: 610px;
	padding: 15px;
	background: #fff;
}
.sidebar-content #content,  .sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content {
	float:none;
	width: 960px;
	padding: 35px;
	background: #fff;
}
blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
.post {
	margin: 0 0 40px;
}
.entry-content {
	overflow: hidden;
}
.entry-content p {
	padding: 0 0 15px;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}
/* Column Classes

------------------------------------------------------------ */



.five-sixths,  .four-fifths,  .four-sixths,  .one-fifth,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fifths,  .three-fourths,  .three-sixths,  .two-fifths,  .two-fourths,  .two-sixths,  .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half,  .three-sixths,  .two-fourths {
	width: 48%;
}
.one-third,  .two-sixths {
	width: 31%;
}
.four-sixths,  .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Featured Post Grid

------------------------------------------------------------ */



.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even,  .genesis-grid-odd {
	margin: 0 0 20px;
}
/* Headlines

------------------------------------------------------------ */



h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0 0 5px;
}
h1,  h2,  h2 a,  h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}
.taxonomy-description h1,  .widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
h2 a:hover {
	color: #25a;
	text-decoration: none;
}
h3 {
	font-family: 'Oswald',sans-serif;
	color:#555;
	margin-bottom:15px;
	font-size: 20px;
}
h4 {
	font-size: 16px;
	font-weight:bold;
	color:#888;
}
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}
.widget-area h4 a {
	color: #333;
	text-decoration: none;
}
#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* Ordered / Unordered Lists

------------------------------------------------------------ */



.entry-content ol,  .entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li,  .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul,  .entry-content ol ol,  .entry-content ul ul {
	padding: 0;
}
/* Post Info

------------------------------------------------------------ */



.post-info {
	font-size: 12px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #777;
	display:none;
}
/* Post Meta

------------------------------------------------------------ */



.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
	color: #777;
	display:none;
}
/* Author Box

------------------------------------------------------------ */



.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}
/* Sticky Posts

------------------------------------------------------------ */



.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
/* Archive Page

------------------------------------------------------------ */



.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}
/* Post Icons

------------------------------------------------------------ */



.post-comments,  .tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}
/* Images

------------------------------------------------------------ */



.avatar,  .featuredpage img,  .featuredpost img,  .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}
.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}
img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
	padding:5px;
	border:1px solid #ccc;
}
img.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
	padding:5px;
	border:1px solid #ccc;
}
img.alignright {
	display: inline;
	margin: 0 0 20px 20px;
	padding:5px;
	border:1px solid #ccc;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley,  .wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}
/* Post Navigation

------------------------------------------------------------ */



.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a,  .navigation li.disabled,  .navigation li a:hover,  .navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}
.navigation li a:hover,  .navigation li.active a {
	background-color: #f5f5f5;
}
/* Primary / Secondary Sidebars

------------------------------------------------------------ */



.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}
.sidebar p {
	font-size: 13px;
	line-height: 20px;
}
#sidebar-alt {
	float: left;
	width: 150px;
}
.sidebar-content #sidebar,  .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget-area .textwidget {
	padding: 5px 10px 0;
}
.widget-area ol,  .widget-area ul {
	margin: 10px 0 0 25px;
}
.widget-area ol ol,  .widget-area ul ul {
	margin: 0 0 0 15px;
}
.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}
/* Tag Cloud

------------------------------------------------------------ */



.widget_tag_cloud div div {
	padding: 5px 10px 0;
}
/* Dropdowns

------------------------------------------------------------ */



#cat,  .widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}
#sidebar-alt #cat,  #sidebar-alt .widget_archive select {
	width: 128px;
}
/* Featured Page / Post

------------------------------------------------------------ */



.featuredpage,  .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page,  .featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}
.more-from-category {
	padding: 5px 10px 0;
}
/* User Profile

------------------------------------------------------------ */



.user-profile {
	overflow: hidden;
}
.user-profile p {
	padding: 10px 10px 0;
}
.user-profile .posts_link {
	padding: 0 10px;
}
/* Buttons

------------------------------------------------------------ */



div.gform_footer input.button,  .enews #subbutton,  .reply a,  .reply a:visited,  .searchsubmit,  #submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
div.gform_footer input.button:hover,  .enews #subbutton:hover,  .reply a:hover,  .searchsubmit:hover,  #submit:hover {
	background-color: #222;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}
/* Search Form

------------------------------------------------------------ */



#header .searchform {
	float: right;
	padding: 30px 0 0;
}
.sidebar .searchform {
	padding: 5px 0 0 10px;
}
#nav .searchform {
	float: right;
}
.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}
/* eNews and Update Widget

------------------------------------------------------------ */



.enews p {
	padding: 5px 10px 0;
}
.enews #subscribe {
	padding: 0 0 0 10px;
}
.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}
/* Calendar Widget

------------------------------------------------------------ */



#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets

------------------------------------------------------------ */



#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
}
#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets .textwidget {
	padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}
#footer-widgets a,  #footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer-widgets a:hover {
	text-decoration: none;
}
#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}
#footer-widgets ul li {
	margin: 0 0 0 15px;
}
#footer-widgets #wp-calendar thead,  #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}
.footer-widgets-2 {
	float: left;
	width: 300px;
}
.footer-widgets-3 {
	float: right;
	width: 300px;
}
/* Footer

------------------------------------------------------------ */



#footer {
    background: url("images/bg-footer.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    color: #AEAEAE;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#footer p {
	color:#aeaeae;
	font-size: 14px;
	text-align:center;
}
#footer p a:hover {
	color:#fff;
	text-decoration:none;
}
#footer a,  #footer a:visited {
	color:#aeaeae;
}
#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}
#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}
#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}
#footer .footer-section {
    float: left;
    margin-left: 20px;
    padding-top: 45px;
	padding-bottom: 45px;
    width: 23%;
}
#footer .footer-section h3 {
	color:#fff;
	font-size: 25px;
	font-weight:bold;
	font-family: 'Oswald',sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
}
#footer .footer-section ul {
	list-style:none;
	margin-top:15px;
}
#footer .footer-section ul li a {
	color:#aeaeae;
	font-size:14px;
	font-style:italic;
	text-shadow:1px 1px 0px #000;
}
#footer .footer-section ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#footer .footer-wrapper {
	width:90%;
	margin:0 auto;
	min-width:960px;
	_width:960px;
}
/* Comments

------------------------------------------------------------ */



#comments,  #respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author,  #comment,  #email,  #url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,  .ping-list ol {
	padding: 10px;
}
.comment-list li,  .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}
.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}
.comment-list p,  .ping-list p {
	margin: 10px 5px 10px 0;
}
.comment-list cite,  .ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 11px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.bypostauthor {
}
.thread-alt,  .thread-even {
	background-color: #f5f5f5;
}
.alt,  .depth-1,  .even {
	border: 1px solid #ddd;
}
/* Gravity Forms

------------------------------------------------------------ */



div.gform_wrapper input,  div.gform_wrapper select,  div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li,  div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
#banner {
	width:100%;
	height:475px;
	-moz-box-shadow: inset 0 0 5px 0px #222;
	-webkit-box-shadow: inset 0 0 5px 0px #222;
	box-shadow: inset 0 0 5px 0px #222;
	text-align:center;
	position:relative;
}
#banner .img {
	height:182px;
	margin-bottom: 15px;
}
#banner .ttt-button {
	width:392px;
	height:73px;
	margin-top:15px;
}
#banner .ttt-button:hover {
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

/* Banner Image Slider */
.banner-slide-item {
	position:relative;
	background-size: cover;
	background-color:#ccc;
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	height:475px;
}

#banner .jcarousel-container {
    width: 100%;
}

#banner .jcarousel-clip-horizontal {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#banner .jcarousel-prev {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 79px;
    position: absolute;
    left: 0;
    top: 40%;
    width: 56px;
	opacity:0.9;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	cursor:pointer;
}

#banner .jcarousel-next {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 -79px transparent;
    display: block;
    height: 79px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 56px;
	opacity:0.9;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	cursor:pointer;
}

#banner .jcarousel-prev:hover, #banner .jcarousel-next:hover {
	opacity:0.55;
	filter:alpha(opacity=55); /* For IE8 and earlier */
}

#banner .jcarousel-prev-disabled, #banner .jcarousel-next-disabled {
	display:none !important;
}

#banner-wrapper {
    left: 15%;
    position: absolute;
    top: 25%;
}

.button-wrapper {
	width:875px;
	min-width:875px;
	_width:875px;
}

#banner .big-button-red {
    background-image: url("images/big-button-red.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    font-weight: bold;
    height: 83px;
    line-height: 76px;
    padding-left: 35px;
    text-align: left;
    text-transform: uppercase;
    width: 400px;
	text-shadow: 1px 4px 6px #9e1818, 0 0 0 #000, 1px 4px 6px #9e1818;
}

#banner .big-button-red:hover {
	text-shadow:1px 1px 1px #5a0709;
	text-decoration:none;
	color:#ddd;
}

#banner .big-button-grey {
    background-image: url("images/big-button-grey.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    font-weight: bold;
    height: 85px;
    line-height: 76px;
    padding-left: 35px;
    text-align: left;
    text-transform: uppercase;
    width: 401px;
	text-shadow: 1px 4px 6px #2c0707, 0 0 0 #000, 1px 4px 6px #2c0707;
}

#banner .big-button-grey:hover {
	text-shadow:1px 1px 1px #140909;
	text-decoration:none;
	color:#ddd;
}

/* Upcoming Events CSS */
#upcoming-events {
	width:100%;
	background-image:url(images/bg-grey-squares.gif);
	background-position:left top;
	background-repeat:repeat;
	overflow:hidden
}

#upcoming-events .jcarousel-container {
    width: 100%;
}

#upcoming-events .jcarousel-clip-horizontal {
	width:85%;
	margin:0 auto;
	overflow: hidden;
}

#upcoming-events #upcoming-events-list {
}

#upcoming-events .jcarousel-item {
}

#upcoming-events .jcarousel-prev {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 79px;
    position: absolute;
    left: 0;
    top: 30%;
    width: 56px;
	cursor:pointer;
}

#upcoming-events .jcarousel-next {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 -79px transparent;
    display: block;
    height: 79px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 56px;
	cursor:pointer;
}

#upcoming-events .jcarousel-prev:hover, #upcoming-events .jcarousel-next:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}

#upcoming-events .jcarousel-prev-disabled, #upcoming-events .jcarousel-next-disabled {
	display:none !important;
}

#google-map iframe {
    border: 5px solid #CCCCCC;
    margin-bottom: 5px;
}

.wrapper {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	width: 90%;
}
#upcoming-events-list {
    list-style: none outside none;
    margin: 0 auto;
    width: 90%;
}
#upcoming-events-list li {
	float:left;
	width: 30%;
}
.content-box {
	width:100%;
	background-color:#ffffff;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0px 0px 3px #888;
	-webkit-box-shadow:0px 0px 3px #888;
	box-shadow:0px 0px 3px #888;
	padding-bottom: 50px;
	padding-top: 155px;
}
.ue-left-date {
    float: left;
    margin-right: 15px;
    width: auto;
}
.ue-left-date h3 {
    font-family: 'Oswald',sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 40px;
	color:#818181;
}
.ue-right-title {
    float: left;
    width: 75%;
}
.ue-right-title h3 {
    font-family: 'Oswald',sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 2px;
	color: #555555;
}
.ue-right-title h3 a {
	color: #000000;
}
.ue-right-title h3 a:hover {
	color: #c3292c;
	text-decoration:none;
}
.ue-right-title p {
    color: #676767;
    font-size: 14px;
}

.red-flag {
	background-image: url("images/bg-heading-red.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 83px;
	left: -14px;
	position: absolute;
	top: 90px;
	width: 430px;
}
.red-flag h2 {
	color: #FFFFFF;
	font-size: 46px;
	line-height: 100%;
	margin-left: 28px;
	margin-top: 12px;
	text-shadow: 1px 1px 1px #333333;
	text-transform: uppercase;
}
.event {
	float: left;
	margin-left: 25px;
	width: 30%;
}
.event-date {
	float:left;
	width:75px;
	color:#818181;
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	margin-top: 5px;
}
.event h4 {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-top: 5px;
}
.event-text {
	float:left;
	width:75%;
}
.event-text h3, .event h3 {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	margin-bottom: 10px;
}
.event-text p {
	color:#5f5f5f;
}
/* Court Rentals */

.grey-bar {
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-bottom:13px;
}
.group {
	border-bottom: 1px solid #CCCCCC;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 13px;
	padding-left: 15px;
	width: 95%;
	-moz-box-shadow: 0px 2px 2px #eee;
	-webkit-box-shadow: 0px 2px 2px #eee;
	box-shadow: 0px 2px 2px #eee;
	color: #818181;
}
.group .small {
	color: #666666;
	font-size: 14px;
}
.last {
	border-bottom:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.mini {
	font-size: 11px;
	font-style:italic;
}
.section-footer {
	background-color: #EEEEEE;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 10px;
	padding: 10px 25px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 91%;
}
.clearspace {
	clear:both;
}
/* Our Instructors CSS */
#our-instructors {
	width:100%;
	height:625px;
	position:relative;
}

#our-instructors .jcarousel-container {
    width: 100%;
}

#our-instructors .jcarousel-clip-horizontal {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#our-instructors .jcarousel-prev {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 79px;
    position: absolute;
    left: 0;
    top: 40%;
    width: 56px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	cursor:pointer;
}

#our-instructors .jcarousel-next {
    background: url("images/arrows-h-btn.png") no-repeat scroll 0 -79px transparent;
    display: block;
    height: 79px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 56px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	cursor:pointer;
}

#our-instructors .jcarousel-prev:hover, #our-instructors .jcarousel-next:hover {
	opacity:0.65;
	filter:alpha(opacity=65); /* For IE8 and earlier */
}

#our-instructors .jcarousel-prev-disabled, #our-instructors .jcarousel-next-disabled {
	display:none !important;
}

h2 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	font-size: 47px;
	line-height: 100%;
	margin-top: 12px;
	margin-bottom: 35px;
	text-shadow: 1px 1px 1px #333333;
	text-transform: uppercase;
}
h2 span {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.profile {
	position:relative;
	background-size: cover;
	background-color:#ccc;
	background-position:left top;
	background-repeat:no-repeat;
	-moz-box-shadow: inset 0 0 5px 0px #222;
	-webkit-box-shadow: inset 0 0 5px 0px #222;
	box-shadow: inset 0 0 5px 0px #222;
	width:100%;
	height:625px;
}
.profile h2 {
	padding-top:65px;
	margin-left:85px;
	margin-top:0px;
}
.profile-border {
    border: 5px solid #FFFFFF;
    height: 332px;
    left: 85px;
    position: absolute;
    top: 146px;
    width: 58%;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
.profile-box {
    background-color: #FFFFFF;
    height: 332px;
    left: 90px;
    opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    top: 151px;
    width: 58%;
}
.button-profile {
	width:190px;
	height:30px;
	float:left;
	margin-right:5px;
}
.button-profile:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
.button-website {
	width:190px;
	height:30px;
	float:left;
}
.button-website:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
.profile-text {
    left: 115px;
    position: absolute;
    top: 185px;
    width: 52%;
}
.profile-text h3 {
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 36px;
    text-shadow: 1px 1px 1px #333333;
    text-transform: uppercase;
}
.profile-text h3 a {
	color:#ffffff;
	text-decoration:none;
}
.profile-text h4 {
	color: #303030;
	font-size: 23px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 20px;
	margin-top: 12px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
}
.profile-text p {
	color:#333333;
	margin-top:10px;
	margin-bottom:30px;
	text-shadow: 1px 1px 0px #ffffff;
}
#stay-connected {
	width:100%;
	background-image:url(images/bg-dark-squares.gif);
	background-position:left top;
	background-repeat:repeat;
}
#stay-connected h2 {
	width:50%;
	float:left;
	text-shadow: 1px 1px 1px #000;
}
.socialnetwork {
    float: right;
    margin-right: 15px;
    overflow: hidden;
    text-align: right;
    width: 20%;
}
.socialnetwork img:hover {
	opacity:0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.section-1 {
	width:60%;
	float:left;
	text-shadow: 1px 1px 1px #333333;
}
.tweets {
	width:90%;
	margin-left:20px;
	overflow:hidden;
	padding: 20px 0px 20px 0;
	color:#fff;
	text-align:justify;
}
.tweets li.tweet-li {
	background:url(images/line.jpg) repeat-x bottom;
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 5px;
	width:100%;
}
.tweets a {
	color:#ccc;
}
.moretweets {
	width:40%;
	margin-right:50px;
	margin-top:10px;
	overflow:hidden;
	float:right;
	color:#fff;
}
.section-1 h3 {
	background-color: #141414;
	color: #FFFFFF;
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 100%;
	padding: 8px 20px;
	width: 90%;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #333333;
}
.section-1 p, .section-2 p {
	color:#ffffff;
	margin: 20px;
	text-shadow: 1px 1px 1px #000000;
}
.section-2 {
	width:35%;
	float:left;
}
.section-2 h3 {
	background-color: #c11f24;
	color: #FFFFFF;
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 100%;
	padding: 8px 20px;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #333333;
}
.section-2 #mc_embed_signup .button {
	text-shadow: 1px 1px 1px #000;
}

/* Sub navigation */
#nav li .sub-menu {
	position:absolute;
	top:43px;
	left:0px;
	width:200px;
	text-align:left;
	padding-bottom:5px;
	border-top:3px solid #fff;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#nav li .sub-menu li {
	width:180px;
	background:none;
	text-align:left;
	left:0px;
}
#nav li .sub-menu li a {
	width:175px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	text-shadow:1px 1px 1px #000;
}
#nav li .sub-menu li a:hover {
	color:#ccc;
	background-color:#333;
}

/* #bv-lessons-wrapper */
#bv-lessons-wrapper h2 {
	color:#333333;
	margin-bottom: 20px;
	text-shadow:none;
}

#bv-lessons-wrapper h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

#bv-lessons-wrapper p {
	width:90%;
}

#bv-lessons-wrapper p strong {
	color: #C22327;
	line-height: 45px;
	font-style:italic;
}

#bv-lessons-wrapper ul.choose-program {
    background-color: #eee;
    border: 1px solid #CCCCCC;
    list-style: none outside none;
    padding: 10px 15px;
    width: 86%;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bv-lessons-wrapper ul.choose-program li {
	display:inline;
	border-right:1px solid #aaa;
	margin:0px;
    padding-left: 10px;
    padding-right: 10px;
	text-shadow:1px 1px 0px #fff;
}

/*
#bv-lessons-wrapper ul.choose-program li:first-child {
	font-weight:bold;
	padding-left:0px;
	padding-right:0px;
	border-right:none;
}
*/

#bv-lessons-wrapper ul.choose-program li:last-child {
	border-right:none;
}

.bv-lessons {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 90%;
	font-size: 12px;
	margin-bottom: 25px;
}

.bv-lessons td, .bv-lessons th {
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding: 3px 15px;
}

.bv-lessons tr td:last-child {
	text-align:center;
}

.bv-lessons tr:hover td {
	background-color:#ecf4e8;
}

.bv-lessons tr:hover td.separator {
	background-color:#eee;
}

.bv-lessons th {
	background-color:#eee;
	font-size:14px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.bv-lessons th i {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-left: 5px;
}

.bv-lessons td.separator {
	background-color:#eee;
}

a.register-button {
	color:#666;
	background-color:#eee;
	padding:2px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	text-shadow:1px 1px 0px #fff;
}

a.register-button:hover, .bv-lessons tr:hover a.register-button  {
	background-color:#2ba038;
	color:#fff;
	border:1px solid #2ba038;
	text-decoration:none;
	text-shadow:1px 1px 0px #398814;
}

.bv-lessons-form table {
	width:90%;
}

.bv-lessons-form td {
	padding:3px 15px 3px 0px;
	vertical-align:top;
}

.bv-lessons-form td input[type="text"], .bv-lessons-form td select, .bv-lessons-form td textarea {
    padding: 5px;
    width: 100%;
}

.bv-lessons-form td textarea {
	height:125px;
}

.bv-lessons-form td input[type="submit"] {
	padding:3px 25px;
	font-weight:bold;
	font-size:18px;
	background-color:#2ba038;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Oswald',sans-serif;
	text-shadow:1px 1px 0px #1e8716;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
}
.bv-lessons-form td input[type="submit"]:hover {
	cursor:pointer;
	background-color:#6bc264;
}

/* Misc */
.callout {
	background-color:#eee;
	border:1px solid #ccc;
	padding: 10px 20px;
}

/* New Theme CSS */
.logo-wrapper {
	float:left; 
	margin-top: 51px; 
	margin-left:20px;
}

ul#social_menu {
	padding-top: 3px;
}
ul#social_menu li {
	float:right;
	list-style:none;
	margin-right: 7px; 
}
ul#social_menu li:last-child {
	margin-right:5px; 
}

ul#home_menu li {
	float:right; 
	margin-right: 25px; 
	list-style:none;
}
ul#home_menu li a {
	color:#cbcaca;
	font-size:13px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
}
ul#social_menu li a:hover {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
