/* CSS Document */

/* Main global 'theme' and typographic styles */
body
{
	background-image: url('images/public/backgrounds/ClubSceneBackground.jpg');
	background-attachment: fixed;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
} 
*/
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
}
#content,
#content input,
#content textarea {
	color: #333;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
}
#content code {
}
#content dt,
#content th {
	color: #000;
}

#content h1 {
	font-size: 1.5em;
	line-height: 1.48em;
	color: #000;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 1.4em;
	line-height: 1.38em;
	color: #000;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 1.2em;
	line-height: 1.18em;
	color: #000;
	margin: 0 0 20px 0;
}


#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


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

.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-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 4px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */

.comment-body {
	color: #060;
	padding-bottom: 5px;
}

#comments {
	clear: both;
	padding-top: 30px;
	padding-right: 25px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
}
h3#comments-title {
	margin: 8px 0;
}
.commentlist {
	list-style: none;
	margin-top: 15px;
}
.commentlist li.comment {
	list-style: none;
}

.commentlist li.comment-author-clubmgr, .commentlist li.comment-author-8484 {
	line-height: 20px;
	margin: 0 0 14px 0;
	padding: 0 0 0 16px;
	position: relative;
}

.commentlist li.comment-author-clubadmin, .commentlist li.comment-author-8484 {
	line-height: 20px;
	margin: 0 0 14px 0;
	padding: 0 0 0 16px;
	position: relative;
}

.commentlist li.comment-author-958 {
	line-height: 20px;
	margin: 0 0 14px 0;
	padding: 0 0 0 16px;
	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 {
	padding-top: 25px;
	color: #006699;
	font-weight: bold;
	font-size: 22px;
}
.comment-author cite {
	color: #006699;
	font-style: normal;
}
.comment-author .says {
	font-style: italic;
	font-size: 12px;
	color: #006699;
}
.comment-meta {
	font-size: 14px;
	font-weight: bold;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #990000;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	margin-bottom: 75px;
}
.reply a,
a.comment-edit-link {
	color: #C39;
}
.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 {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	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-top: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#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%;
	background-color: #CFF;
	color: #000000;
	font-size: 16px;
	padding: 3px 3px 3px 3px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin-top: 12px;
	margin-bottom: 4px;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Animator */
#bc-animator {
	margin-top: 20px;
	margin-left: 10px;
	width: 540px;
	height: 360px;
	margin-bottom: 40px;
	border: 1px solid #ffffff;
}

.bc_infobanner_news {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 0 transparent;
	height: 80px;
	width: 540px;
}

.bc_memberbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -110px transparent;
	height: 110px;
	width: 540px;
	padding-top: 40px;
	padding-right: 10px;
}

.bc_detailsbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -220px transparent;
	height: 80px;
	width: 500px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}


.bc_squashdetailsbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -310px transparent;
	height: 45px;
	width: 515px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 35px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}

.bc_badmintondetailsbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -400px transparent;
	height: 45px;
	width: 515px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 35px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}

.bc_bridgedetailsbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -490px transparent;
	height: 45px;
	width: 515px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 35px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}

.bc_tennisdetailsbanner {
	background:url(images/public/backgrounds/bc_infobanner.png) no-repeat scroll 0 -220px transparent;
	height: 45px;
	width: 515px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 35px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}




#bc-info {
	margin-top: 15px;
	width: 400px;
	padding: 10px 10px 10px 10px;
	height: 362px;	
	margin-bottom: 40px;
}

#bc-season {
	color: #ffffff;
	clear: both;
	float: right;
	font-size: 36px;
	padding-top: 10px;
	height: 36px;
}

#bc-year {
	color: #ffffff;
	clear: both;
	font-size: 20px;
	float: right;
}

#bc_animation {
	position: relative;
	overflow: hidden;
	width: 541px;
	height: 361px;
}
		
#bc_animation img {
	position: absolute;
	left: 0;
}		
		
#bc_infobanner {
	position: relative;
	bottom: -260px;
	left: 0px;
	z-index: 1000;
	height: 80px;
	width: 540px;
}
		
.bc_info {
	position: absolute;
	top: 0;
	display: none;
}
		
.bc_infobanner_datetime
{
	float: right;
	width: 180px;
	position: relative;
	top: -20px;
}
		
.bc_infobanner_date {
	color: #ffffff;
	padding-right: 10px;
	padding-top: 7px;
	font-size: 13px;
	text-align:right;
}
		
.bc_infobanner_time {
	color: #FC6;
	padding-right: 10px;
	font-size: 12px;
	text-align:right;
}

.bc_infobanner_title {
	float: left;
	width: 340px;
	font-size: 19px;
	line-height: 20px;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 10px;
	color: #6CF;	
	height: 40px;
	overflow: hidden;
}
		
.bc_infobanner_links {
	padding-right: 10px;
	font-size: 12px;
	text-align:right;
	clear:both;
	float: right;
	position: relative;
	top: -20px;
	width: 150px;
}

.bc_infobanner_links a:visited, .bc_infobanner_links a:link {
	color: #F90;
	text-decoration: none;			
}

.bc_infobanner_links a:hover {
	text-decoration: underline;
}

.bc_infobanner_memberlinks {
	padding-right: 10px;
	font-size: 14px;
	text-align:left;
	clear:both;
	float: right;
	position: relative;
	top: -15px;
}

.bc_infobanner_memberlinks a:visited, .bc_infobanner_memberlinks a:link {
	color: #FC6;
	text-decoration: none;			
}

.bc_infobanner_memberlinks a:hover {
	text-decoration: underline;
}

.bc_infobanner_section {
	color: #fff;
	width: 500px;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 5px;
}

.BCFormRow
{
	overflow: hidden;
}

.InterestOptions
{
	overflow: hidden;
	position: absolute;
}

#HomePageSignUpWrapper
{
	margin-bottom: 10px;
}

#HomePageSignUpWrapper h3
{
	font-size: 15px;
	text-align: center;
}

#HomePageSignUpWrapper .InterestOptions
{
	overflow: hidden;
	position: static;
}

.BCFormRowInline
{
	float: left;
}

.BCFormRowInline .FormInputName
{
	float: none;
	width: auto;
	display: inline;
}

.BCFormRowInline .BCFormInput
{
	float: none;
	width: auto;
	display: inline;
	margin-right: 5px;
}

.FormInputName
{
	float: left;
	width: 150px;
}

.BCFormInput
{
	float: left;
}
		
