/*
Theme Name: Barefootball
Theme URI: http://www.generator.co.za/
Description: Based on ... The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Bruce Harrod
Author URI: http://www.bruceharrod.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	margin:0;
}

h1,
h2,
h3,
.head {
	font-family:Myriad Pro, 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:normal;
	color:#000;
}
input,
select {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar_left,
#sidebar_right {
	font-size:11px;
}
#footer {
	font-size:10px;
	}
small {
	font-size: 10px;
	}

#page {
	text-align: left;
	background:#FFF url(images/background.gif) no-repeat bottom center;
	border:1px solid #FFF;
	}

#header {
	text-align: center;
	}

#content {
	}

#footer {
	border: none;
	}


#header h1 {
	background:transparent url(images/bg_logo.gif) no-repeat center center;
	margin-top:35px;
	height:80px;
	font-size:1px;
	text-indent:-9999px;
	cursor:pointer;
	}

#header .description {
	display:none;
	font-size:1px;
	border:1px solid #DDD;
	text-indent:-9999px;
	}

.ballcounter {
	
	border:0px solid #DDD; 
	padding:10px; 
	text-align:center;  
	margin:0 0 20px 10px; 
	color:#FFF;
	background-color:#B42C33;
	 
	font-size:20px;
}

h2 {
	font-size: 36px;
	color:#B42C33;
	}

h2.pagetitle {
	font-size: 20px;
	color:#000;
	}

#sidebar h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
h3 small {
	line-height: 14px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h3  {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b42c33;
	text-decoration: none;
	}

a:hover {
	color: #CC6666;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 980px;
	}

#header {
	margin: 0;
	padding: 0;
	}

#sidebar_left {
	float:left;
	width:180px;
	margin-top: -50px;
	overflow:hidden;
	text-align:right;
}
#sidebar_left h2,
#sidebar_left h3,
#sidebar_left p {
	margin-right:10px;
}
#sidebar_left h3 {
}
#sidebar_left h3 {
	border-bottom:1px solid #DDD;
	padding-top:10px;
	padding-bottom:5px;
	
}

#sidebar_left ul {
	text-align:right;
	margin:10px 0;
	padding-left:40px;
}
#sidebar_left li {
	list-style:none;
	line-height:20px;
	padding-right:10px;
}

#sidebar_left li:hover {
	background-color:#cc6666;
}
#sidebar_left li.active {
	background-color:#b42c33;
}
#sidebar_left li:hover a,
#sidebar_left li.active a {
	color:#FFF;
	text-decoration:none;
}

#sidebar_left form {
	width:100px;
	padding:0 0 20px 70px;
}

#sidebar_left form .text {
	width:100px;
	border:1px solid #666;
	margin:0 0 5px 0;
}
#sidebar_left form .submit {
	background-color:#FFF;
	border:1px solid #AAA;
	margin:2px -3px 0 0;
	padding:2px 5px;
	font-size:11px;
	color:#b42c33;
	text-transform:uppercase;
	cursor:pointer;
}
#sidebar_left form .submit:hover {
	border:1px solid #b42c33;
	background-color:#cc6666;
	color:#FFF;
}

#content {
	margin:auto;
	width:580px;
	min-height:600px;
}
#content p {
	margin:10px 0;
}

#content table.no-border,
#content table.no-border th,
#content table.no-border td
{
	border:0;
	background-color:#FFF;
}
#content table.no-border th {
	font-family:Myriad Pro,'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:16px;
}

#content table {
}
#content table th {
	text-align:center;
	font-size:12px;
	border:1px solid #DDD;
	background-color:#EEE;
}
#content table td {
	vertical-align:top;
	border:1px solid #EEE;
}
#content table td.total {
	border-top:1px solid #999;
	border-bottom:3px double #999;
	text-align:right;
}
#content table td.value {
	width:100px;
	text-align:right;
}
#content table td.count {
	width:20px;
	text-align:center;
}

#content form {
	border:1px solid #DDD;
	background-color:#F9F9F9;
	padding:10px;
}
#content form div {
	height:22px;
}
#content form div.tall {
	height:100px;
}
#content form label {
	position:absolute;
	line-height:22px;
}
#content form input,
#content form textarea
 {
	position:absolute;
	margin-left:200px;
	border:1px solid #666;
}
#content form input[type=text] {
	width:200px;
}
#content form textarea {
	height:80px;
	width:200px;
}

#content form input[type=checkbox] {
	border:0;
}
#content form small {
	position:absolute;
	line-height:22px;
	margin-left:230px;
}

#content form .button {
	background-color:#FFF;
	border:1px solid #AAA;
	margin-top:2px;
	padding:2px 5px;
	font-size:11px;
	color:#b42c33;
	text-transform:uppercase;
	cursor:pointer;
}
#content form .button:hover {
	border:1px solid #b42c33;
	background-color:#cc6666;
	color:#FFF;
}

#content .shopitem {
	background-color:#FFF;
	border:1px solid #DDD;
	height:110px;
	margin-bottom:10px;
	padding:10px;
}

#content fieldset {
	background-color:#FFF;
	border:1px solid #DDD;
	padding:10px;
}

#content .shopitem h3 {
	color:#D3202A;
	font-size:20px;
	margin:0px;
	margin-bottom:10px;
}
#content .shopitem img {
	float:left;
	margin-right:10px;
	
}
#content .shopitem select {
	width:60px;
	font-size:10px;
	margin:0px;
	padding:0px;
	margin-top:2px;
}

#content .currencies {
	float:right;
	width:250px;
	font-size:11px;
	margin-top:25px;
}

#content .currencies .top,
#content .currencies .bot
{
margin-bottom:3px;
}


#content .currencies .left,
#content .currencies .center,
#content .currencies .right 
{
	text-align:center;
	float:left;
	width:60px;
	line-height:22px;
}

#content .currencies .left {
	background-color:#B42C33;
	color:#FFF;
	width:100px;
}
#content .currencies .right {
	float:right;
}


#buttonlinks {
	padding:10px;
	text-align:center;
}
#buttonlinks a {
	background-color:#B42C33;
	color:#FFF;
	padding:2px 10px;
	margin:2px;
}
.ball-number {
	float:left;
	list-style:none;
	font-size:11px;
	background-color:#B42C33;
	color:#FFF;
	padding:2px 10px;
	margin:0px 5px 10px 5px;
	width:40px;
}


#content form span.mmf-form-control-wrap {	
	padding:0px;
	margin:0px;
}

#commentform {
	height:120px;
}


#content .message_error {
	background-color:#f6edee;
	border:1px solid #b42c33;
	margin:10px;
	padding:10px;
	color:#b42c33;
}

#content .message_notice {
	background-color:#f0f5eb;
	border:1px solid #336600;
	margin:10px;
	padding:10px;
	color:#336600;
}

#content .profile_wrap {
	background-color:#F9F9F9;
	border:1px solid #DDDDDD;
	padding:10px;
}

#content .profile_wrap .left {
	float:left;
	width:56%;
	border:0px solid #DDD;
	margin-right:10px;
}
#content .profile_wrap .right {
	float:right;
	width:40%;
	border-left:1px solid #DDD;
	padding-left:10px;
}
#content .profile_wrap .left .image {
	background-color:#FFF;
	border:1px solid #DDD;
	padding:10px;
	margin:0 10px 10px 0;
	
	float:left;
	width:100px;
	min-height:100px;
}

#content ul.profiles li {
	list-style:none;
	padding-left:30px;
	margin-left:-30px;
	line-height:25px;
	margin-bottom:2px;
}


#counter {
	text-align:center;
}

#sidebar_right {
	float:right;
	width:180px;
	margin-top: -50px;
	overflow:hidden;
}

#sidebar_right .icon {
	float:left;
	margin:0px 10px;
}

#sidebar_right #rss-3 h3 {
	margin-left:10px;
}
#sidebar_right #rss-3 h3 img {
	float:left;
	margin-right:15px;
}

#sidebar_right ul {
	padding:0px;
	margin-left:0px;
}

#sidebar_right li {
	margin:5px 0 5px 10px;
	list-style:none;
}
#sidebar_right #flickr-sidebar {
	margin:4px 0 5px 10px;
}

#sidebar_right #flickr-sidebar h3 {
	background:#FFF url(images/icon-flickr.gif) no-repeat;
	padding-left:30px;
	margin:15px 0 5px 0;
	line-height:22px;
}

.flickr-photos {
	margin:10px 0;
}

.flickr-photos img {
	margin:2px;	
}

.post {
	margin: 0 0 30px;
	}

.post hr {
	display: block;
	}

.postmetadata {
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 50px auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color:#999;
	}
#footer p a {
	color:#999;
}
#footer p a:hover {
	color:#CC6666;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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. */

.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 {}

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 {
	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 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: 10px;
	}
/* 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 */


/*---------------------------------------*/
/* Clearfix
/*---------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

