/*
Theme Name: Football Club
Theme URI: http://www.themeboy.com/themes/footballclub
Description: Soccer Team Wordpress Theme
Author: ThemeBoy
Author URI: http://www.themeboy.net
Version: 1.1.6.0
*/

@font-face {
  font-family: 'Mentone SemiBold';
  font-style: normal;
	font-weight: normal;
  src: local('Mentone SemiBold'), url('fonts/mentone-semibold.otf') format('opentype');
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; line-height: 1; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* html5 elements */
header, nav, article, footer, address { display: block; }

body {
	font: 14px Arial, Helvetica, sans-serif;
}
p {
	line-height: 18px;
	margin-bottom: 8px;
}
table {
	width: 100%;
}
textarea {
	display: block;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden {
	display: none;
}

/* ZEBRA STYLES */

.odd {
	background: #f5f5f5;
}
.even {
	background: #fafafa;
}

/* LINK BUTTON */

.link-button {	
	display: block;
	border: 1px solid #CCC;
	padding: 1px;
	float: right;
}
.link-button a {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.link-button a:hover {
	color: #fff;
}

#wrapper {
	width: 994px;
	margin: 24px auto 0;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
#header {
	position: relative;
	background: #f0f0f0 repeat-y center center;
}
#header #logo {
	padding: 6px 12px;
	background: transparent;
	border: none;
}
#header #logo img {
	margin-top: -24px;
}

/* HEADERS */

h1, h2, h3, h4, h5 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	margin: 0;
	padding: 16px 28px;
	line-height: 24px;
	font-size: 24px;
	background: #f0f0f0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(1, #e3e3e3)
	);
	background-image: -moz-linear-gradient(
		center top,
		#fff 0%,
		#e3e3e3 100%
	);
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}

/* MAIN MENU */

#menu {
	width: 100%;
	background-color: #333;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #666),
		color-stop(0.3, #333)
	);
	background-image: -moz-linear-gradient(
		center top,
		#666 0%,
		#333 30%
	);
	min-height: 34px;
	font-weight: bold;
}
#menu li {
	float: left;
	display: block;
	position: relative;
	border-right: 1px solid #1a1a1a;
	border-left: 1px solid #666;
	z-index: 98;
}
#menu li a {
	display: block;
	padding: 10px 12px;
	line-height: 14px;
	height: 14px;
	color: #ccc;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#menu li.current-menu-item a {
	color: #fff;
}
#menu li:hover a,
#menu li:hover input {
	color: #fff;
}
#menu li:hover a {
	text-shadow: none;
}

/* MENU LEVEL 2 */

#menu li ul.children,
#menu li ul.sub-menu {
	position: absolute;
	top: 34px;
	left: -1px;
	background: #cf060c;
	background: rgba(207,6,12,0.8);
	display: none;
	z-index: 100;
	border: 1px solid rgba(255,255,255,0.25);
	border-top: none;
}
#menu li:hover ul.children,
#menu li:hover ul.sub-menu {
	display: block;
	padding: 6px 0 12px;
}
#menu li ul.children li,
#menu li ul.sub-menu li {
	clear: both;
	border: none;
	width: 100%;
}
#menu li ul.children li a,
#menu li ul.sub-menu li a {
	height: auto;
	white-space: nowrap;
	padding: 6px 12px;
}
#menu li ul.children li:hover,
#menu li ul.sub-menu li:hover {
	background: none;
}
#menu li ul.children a:hover,
#menu li ul.sub-menu a:hover {
	text-decoration: underline;
}
#menu li ul.children li ul,
#menu li ul.submenu li ul {	
	position: static;
	border: none;
	background: none;
}
#menu li ul.children li ul li a,
#menu li ul.submenu li ul li a {
	padding-top: 0;
	padding-left: 24px;
	background: url(images/tiny-arrow.png) no-repeat 12px 5px;
	filter: alpha(opacity=60);
}

/* MENU LEVEL 3 */

#menu li ul.children li ul.children,
#menu li ul.sub-menu li ul.children,
#menu li ul.children li ul.sub-menu,
#menu li ul.sub-menu li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
	z-index: 98;
	border: 1px solid rgba(255,255,255,0.25);
}
#menu li ul.children li:hover ul.children,
#menu li ul.sub-menu li:hover ul.children,
#menu li ul.children li:hover ul.sub-menu,
#menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
	padding: 6px 0 12px;
}

#menu #searchform {
	height: 34px;
	float: right;
}
#menu #searchform li {
	height: 34px;
}
#menu #searchform li.query {
	border-left: none;
	padding: 0 12px;
}
#menu #searchform label,
#menu #searchform input {
	float: left;
}
#menu #searchform label {
	color: #ccc;
}
#menu #searchform input#s {
	border: none;
	box-shadow: inset 1px 1px 3px #999;
	padding: 0 3px;
	height: 20px;
	line-height: 14px;
	color: #333;
	margin-top: 7px;
}
#menu #searchform input#searchsubmit {
	background: transparent;
	border: none;
	color: #ccc;
	cursor: pointer;
	height: 34px;
	padding: 0 12px;
	font-weight: bold;
}
#menu #searchform input#searchsubmit:hover {
	color: #fff;
}

/* FEATURED IMAGE */

.featured-image {
	text-align: center;
}

/* IMAGE ROTATOR */

.image-rotator {
	width: 994px;
	height: 360px;
}
.image-rotator .main_image {
	width: 640px;
	height: 360px;
	float: left;
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.image-rotator .main_image ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.image-rotator .main_image h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 10px 0 10px 16px;
	width: 480px;
	color: #fff;
}
.image-rotator .main_image h3 a {
	color: #fff;
}
.image-rotator .block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}
.image-rotator .main_image .block time {
	position: absolute;
	top: 19px;
	right: 16px;
	color: #999;
	font-weight: bold;
	color: #ccc;
}
.image-rotator .main_image .block time a {
	color: #ccc;
}
.image-rotator .main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.image-rotator .main_image .block{
	background: rgb(0,0,0);
	background: rgba(32,32,32,0.8);
	position: relative;
}
.image-rotator .image_thumb {
	float: left;
	width: 354px;
	background: #f5f5f5;
}
.image-rotator .image_thumb img {
	float: left;
}
.image-rotator .image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image-rotator .image_thumb ul li{
	margin: 0;
	padding: 10px 0 11px 10px;
	width: 344px;
	height: 50px;
	float: left;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.image-rotator .image_thumb ul li.hover {
	background: #fff;
	cursor: pointer;
}
.image-rotator .image_thumb ul li.active {
	color: #fff;
	cursor: default;
}
.image-rotator .image_thumb ul li a {
	color: #333;
}
.image-rotator .image_thumb ul li.active a {
	cursor: default;
}
.image-rotator  .image_thumb ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	padding: 0;
	line-height: 28px;
}
.image-rotator .image_thumb ul li time a {
	color: #666;
}
.image-rotator .image_thumb ul li .more {
	position: absolute;
	right: 10px;
	top: 38px;
}
.image-rotator .image_thumb ul li .more a {
	color: #666;
}
.image-rotator .image_thumb ul li .more a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #333;
}
.image-rotator .image_thumb ul li.active .more a:hover {
	color: #fff;
}
.image-rotator .image_thumb ul li.active a {
	color: #fff;
}
.image-rotator .image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 274px;
}

/* MINI IMAGE ROTATOR */

.mini-rotator {
	width: 582px;
	height: 288px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 8px;
}
.mini-rotator .main_image {
	width: 288px;
	height: 288px;
}
.mini-rotator .main_image h3 {
	margin: 0;
	width: 268px;
}
.mini-rotator .main_image .block time {
	display: none;
}
.mini-rotator .image_thumb {
	width: 293px;
}
.mini-rotator .image_thumb ul li{
	width: 283px;
	border-left: 1px solid #ccc;
}
.mini-rotator .image_thumb ul li .block{
	width: 213px;
}

/* MAIN AREA */

#main {
	clear: both;
	background: url(images/dot.png) repeat-y 640px 0;
}
.home #main,
.page-template-onecolumn-page-php #main {
	background: transparent;
}
#container {
	width: 640px;
	float: left;
}
.page-template-onecolumn-page-php #container {
	width: auto;
	float: none;
}
#content,
#comments {
	padding: 28px;
}
#respond {
	clear: both;
}
#respond h3 {
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.commentlist {
	padding: 8px;
	background: #f0f0f0;
}
.commentlist .comment {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 8px;
	background: #fff;
}
.commentlist .comment .comment-body {
	position: relative;
	padding: 8px;
}
.commentlist .comment .comment-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.commentlist .comment .comment-author {
	float: left;
}
.commentlist .comment .comment-author .avatar {
	float: left;
	display: block;
	padding: 8px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
	    linear,
		left top,
	    right bottom,
	    color-stop(0, #fff),
	    color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#fff 0%,
		#f0f0f0 100%
	);
	border: 1px solid #aeaeae;
	margin-right: 8px;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
}
.commentlist .comment .comment-author .fn {
	line-height: 48px;
	font-size: 24px;
	font-style: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.commentlist .comment .comment-author .says {
	display: none;
}
.commentlist .comment .comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}
.commentlist .comment .comment-meta {
	float: left;
	clear: left;
	margin-top: 10px;
}
.commentlist .comment p {
	clear: both;
	padding-top: 8px;
}
.commentlist .comment .reply {
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
	float: right;
}
.commentlist .comment .reply a {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.commentlist .comment .reply a:hover {
	color: #fff;
}
.commentlist .comment .children {
	margin-top: 10px;
}

.home #main #content {
	width: 632px;
	padding: 8px 0 28px 8px;
}
#content section {
	margin:0 0 8px;
	border: 1px solid #ccc;
	padding: 1px;
	clear: both;
	display: block;
	position: relative;
}

#main #content:after,
#content section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content article {
	display: block;
	clear: both;
}
#content article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .half-width {
	width: 284px;
	clear: none;
}
body.home #content .half-width {
	width: 308px;
}
.content-left {
	float: left;
	clear: left;
}
.content-right {
	float: right;
	clear: right;
}
.content-left, .content-right {
	width: 288px;	
}
body.home .content-left, body.home .content-right {
	width: 312px;
}
.home-bottom {
	clear: both;
}
#content section h3 {
	color: #fff;
	font-size: 12px;
	padding: 6px 8px;
	margin-bottom: 1px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content section .section-views {
	position: absolute;
	top: 1px;
	right: 1px;
}
#content section .section-views li {
	display: block;
	float: left;
	margin-right: 4px;
}
#content section .section-views li a {
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}
#content section .section-views li a.list {
	background-image: url(images/list-view-icon.png);
}
#content section .section-views li a.gallery {
	background-image: url(images/gallery-view-icon.png);
}
#content section .section-views li a.selected,
#content section .section-views li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#content section .section-views li span {
	display: none;
}
#content section.matches ul.fixtures-list,
#content section.matches ul.results-list {
	background: #fafafa;
	display: block;
	clear: both;
}
section.matches ul li {
	display: block;
	clear: both;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
section.matches ul li.last {
	border-bottom: none;
}
section.matches ul .kickoff {
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	height: 50px;
}
section.matches ul .kickoff time,
section.matches ul .kickoff .score {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
section.matches ul .home-logo {
	float: left;
	height: 50px;
	max-width: 80px;
}
section.matches ul .away-logo {
	float: right;
	height: 50px;
	max-width: 80px;
}
section.matches ul h4.teams {
	text-align: center;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	height: 16px;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
}
section a.view-all {
	display: block;
	padding: 6px 8px;
	text-align: right;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	background: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(1, #e3e3e3)
	);
	background-image: -moz-linear-gradient(
		center top,
		#fff 0%,
		#e3e3e3 100%
	);
	text-shadow: 1px 1px 0 #fff;
	clear: both;
}
section a.view-all:hover {
	color: #333;
}

/* WIDGETS */

.widget-container ul {
	clear: both;
}

/* SIDEBAR */

#sidebar {
	float: right;
	margin: 8px 8px 8px 0;
	width: 322px;
	padding: 8px 8px 0;
	background: #F0F0F0;
}
.widget-container {
	margin-bottom: 8px;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.widget-container h3 {
	color: #fff;
	font-size: 12px;
	padding: 6px 8px;
	margin-bottom: 1px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.widget-container li {
	display: block;
	padding: 8px;
}
/* widgetized sections */
#content .widget-container section {
	border: none;
	margin: 0;
	padding: 0;
}

/* TWITTER WIDGET */

.twitter-widget .loading {
	text-align: left;
	height: 64px;
	background: url(images/loading-32.gif) no-repeat 16px 16px;
}
.twitter-widget .profile {
	padding: 8px;
	height: 48px;
}
.twitter-widget .profile_image {
	float: left;
	height: 48px;
	width: 48px;
}
.twitter-widget .username {
	float: left;
	margin-left: 8px;
	width: 228px;
	font-size: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.twitter-widget .follow {
	float: right;
	margin: 3px 0 0;
	font-weight: bold;
}
.twitter-widget .tweets {
	clear: both;
}
.twitter-widget .tweets .tweet {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
.twitter-widget .tweets .last {
	border-bottom: none;
}
.twitter-widget .tweets .tweet:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.twitter-widget .tweets .tweet .intents {
	display: block;
	text-transform: lowercase;
	font-size: 10px;
	margin-top: 4px;
}
.twitter-widget .tweets .tweet .intents li {
	border: none;
	padding: 0;
	display: block;
	float: left;
	margin-right: 16px;
}
.twitter-widget .tweets .tweet .intents li.last {
	margin-right: 0;
}
#sidebar .twitter-widget .tweets .tweet .intents li {
	padding: 0;
}

/* FOOTER */

#footer-widgets {
	 background: #002800 url(images/footer-bg.png) repeat-y 0 0; 
	color: #999;
	line-height: 20px;
	height: 100%;
}
#footer-widgets div,
#footer-widgets p {
	line-height: 20px;
}
#footer-widgets a {
	color: #999;
}
#footer-widgets a:hover {
	color: #fff;
}
#footer-widgets li {
	background: transparent;
}
#footer-widgets .widget-area {
	width: 160px;
	float: left;
	padding: 12px 18px 24px;
}
#footer-widgets .widget-area p,
#footer-widgets .widget-area ul li {
	margin-top: 6px;
}
#footer-widgets .widget-area th,
#footer-widgets .widget-area td {
	padding: 4px;
}
#footer-widgets #footer-logo {
	border-left: none;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 140px;
}
#footer-widgets #fourth {
	border-right: none;
}
#footer-widgets .widget-area .widget-title {
	text-shadow: #1a1a1a -1px -1px 0;
	color: #ccc;
	margin-bottom: 12px;
	font-size: 16px;
	background: transparent;
	filter: none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 0;
}
#footer-widgets .widget-area ul li {
	padding: 2px 0;
}
#footer-widgets .widget-container {
	margin: 0;
	border: none;
	padding: 0;
	background: transparent;
}
footer {
	width: 994px;
	margin: 6px auto 28px;
	color: #333;
	font-weight: bold;
}
footer .left {
	float: left;
}
footer .right {
	float: right;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #000;
}

/* LIST POSTS */
.post-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.post-row .post-thumbnail {
	float: left;
	display: block;
	padding: 8px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #fff),
		color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#fff 0%,
		#f0f0f0 100%
	);
	border: 1px solid #aeaeae;
	margin-right: 20px;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
}
.post-row .post-thumbnail img {
	border: 1px solid #ccc;
	border-bottom-color: #e3e3e3;
	border-right-color: #e3e3e3;
}
.post-row .post {
	float: left;
	width: 390px;
}
.post-row .post .entry-title {
	font-size: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 24px;
}
.post-row .post .entry-summary {
	margin-top: 6px;
}
.post-row .post .entry-summary .readmore {
	float: right;
}

/* PAGE NAVIGATION */

#content #nav-below {
	padding-top: 8px;
	clear: both;
}
#content .navigation .nav-previous,
#content .navigation .nav-next {
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
}
#content .navigation .nav-previous {
	float: left;
}
#content .navigation .nav-next {
	float: right;
}
#content .navigation .nav-previous a,
#content .navigation .nav-next a {
	background: #999;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#content .navigation .nav-previous a:hover,
#content .navigation .nav-next a:hover {
	color: #fff;
}

/* TABLES */

#main table {
	font-size: 12px;
	width: 100%;
}
#main table thead {
	background: #fff;
	color: #333;
}
#main table thead tr th,
table #main thead tr td {
	padding: 6px 8px;
}
#main table tbody tr {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}
#main table tbody tr.last {
	border-bottom: none;
}

table tbody tr th {	
	padding: 8px;
	text-align: left;
}
table tbody tr td {
	padding: 8px 0;
	text-align: center;
}
table tbody tr th,
table tbody tr td {
	line-height: 25px;
	font-weight: normal;
}
table tbody tr.highlighted th,
table tbody tr.highlighted td,
table tbody tr a {
	font-weight: bold;
}
table tbody tr.inactive th,
table tbody tr.inactive td {
	color: #999;
}
table tbody tr .logo {
	height: 25px;
	width: 25px;
	margin-right: 6px;
	float: left;
	text-align: center;
}
table tbody tr .logo img {
	height: 25px;
}
table tbody tr img.flag {
	margin-right: 6px;
}
table tbody tr td.flag {
	text-align: center;
	width: 16px;
}
table tbody tr td.flag img.flag {
	margin-right: 0;
}
table.fixtures tbody .home_team,
table.fixtures tbody .away_team {
	text-align: left;
}
table .date {
	text-align: left;
}
table caption {
	line-height: 40px;
}

/* PLAYERS */

.players td,
.players th {
	text-align: left;
}
.players .gallery-view {
	margin: 16px;
}
.players .gallery-view li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	width: 100px;
	position: relative;
}
.players .gallery-view li.first {
	clear: left;
}
.players .gallery-view li.last {
	margin-right: 0;
}
.players .gallery-view li img {
	display: block;
	clear: both;
}
.players .gallery-view li .number {
	font-weight: bold;
	position: absolute;
	top: 76px;
	left: 0;
}
.players .gallery-view li .number a {
	color: #fff;
	height: 16px;
	line-height: 16px;
	min-width: 12px;
	text-align: center;
	padding: 4px 6px;
	display: block;
}
.players .gallery-view li .name {
	clear: both;
	background: #f0f0f0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(1, #e3e3e3)
	);
	background-image: -moz-linear-gradient(
		center top,
		#fff 0%,
		#e3e3e3 100%
	);
	border: 1px solid #ccc;
}
.players .gallery-view li .name a {
	color: #666;
	font-weight: bold;
	line-height: 16px;
	width: 90px;
	padding: 4px;
	display: block;
}
.players .gallery-view li .name a:hover {
	color: #333;
}

/* STAFF */

.staff .post-row {
	margin: 16px;
}
.staff .post-row .staff-post {
	width: 358px;
	float: left;
}
.staff .last {
	margin-bottom: 0;
	border-bottom: none;
}

/* PROFILE PAGES */

#content .profile-box {
	padding: 0;
	border: none;
}
#content .profile-box .entry-title {
	float: left;
}
#content .profile-box #switch-player-profile {
	float: right;
}
#content .profile-box .profile-image {
	float: left;
	clear: left;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #fff),
		color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#f0f0f0 0%,
		#fafafa 100%
	);
	border: 1px solid #ccc;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
	padding: 10px;
	margin-bottom: 8px;
}
#content .profile-box .profile-image img {
	width: 240px;
	height: 240px;
	float: left;
	border: 1px solid #ccc;
	border-bottom-color: #e3e3e3;
	border-right-color: #e3e3e3;
}
#content .profile-box .profile-details {
	width: 300px;
	float: right;
	clear: none;
}
#content .profile-box .profile-details tr th {
	font-weight: bold;
}
#content .profile-box .profile-details tr td {
	text-align: left;
}
#content .profile-box .profile-content {
	padding: 8px;
	word-wrap: break-word;
}
#content .profile-box .profile-content pre {
	line-height: 18px;
}

/* VENUE INFORMATION */

.venue-info {
	clear: both;
	padding-bottom: 12px;
	font-size: 12px;
}
.venue-info .with-map {
	width: 259px;
	padding-top: 10px;
}
.venue-info h4 {
	padding: 6px 8px;
	text-align: center;
}
.venue-info p {
	padding: 6px 8px;
}
.venue-info .address {
	background: #f0f0f0;
}

/* MATCH DETAILS */

.match-info .date,
.match-info time,
.match-info .score {
	display: block;
	float: right;
	clear: right;
}
.match-info .date {
	margin-top: 4px;
}
.match-info time,
.match-info .score {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
}
.match-info .teams {
	float: left;
	margin-bottom: 16px;
}
.match-info .teams .home-logo,
.match-info .teams .away-logo,
.match-info .teams span {
	float: left;
}
.match-info .teams span {
	margin: 0 8px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}

/* GOOGLE MAP */

.google-map {
	display: block;
	float: right;
	margin-left: 16px;
}

/* CONTACT FORM */

.contactform form {
	margin: 16px;
}
.contactform li {
	margin-top: 16px;	
}
.contactform label {
	line-height: 24px;
	font-weight: bold;
	display: block;
	clear: both;
}
.contactform input {
	width: 240px;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0;
}
.contactform textarea {
	width: 532px;
	padding: 6px;
	border: 1px solid #ccc;
}
.contactform .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contactform .actions span {
	padding: 1px;
	border: 1px solid #ccc;
	display: block;
	float: left;
}
.contactform .button {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform .button:hover {
	color: #fff;
}
.error {
	font-weight: bold;
	color: #d00;
	margin-left: 6px;
	line-height: 24px;
}
.contactform .thanks {
	font-size: 24px;
	line-height: 24px;
	margin: 40px 20px;
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


/* GALLERY */

.gallery .gallery-icon a {
	float: left;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #fff),
		color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#fff 0%,
		#f0f0f0 100%
	);
	border: 1px solid #ccc;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
	padding: 10px;
	margin-bottom: 8px;
	
}
.gallery .gallery-icon a img {
	border: 1px solid #ccc;
	border-bottom-color: #e3e3e3;
	border-right-color: #e3e3e3;
}

/* 404 PAGE */

.not-found form {
	display: block;
	background: #f0f0f0;
	padding: 8px;
	height: 32px;
	margin-top: 16px;
	border-radius: 5px;
}
.not-found form input {
	display: block;
}
.not-found form input#s {
	float: left;
	padding: 4px;
	line-height: 12px;
	font-size: 12px;
	color: #333;
	width: 450px;
}
.not-found form input#searchsubmit {
	float: left;
	padding: 4px;
	line-height: 12px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: right;
	width: 100px;
}

/* SPONSORS */

#sponsors {
	clear: both;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
}
.sponsors {
	padding: 10px;
	text-align: center;
}
.sponsors li {
	margin: 14px;
	display: inline;
	font-size: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.sponsors li a {
	color: #333;
}
#content .sponsor-details {
	padding: 20px;
}
#content .sponsor-details .sponsor-logo {
	text-align: center;
}
.sponsor-details .entry-content {	
	margin-top: 10px;
}

#image-ad img {
	margin: 9px;
}

/* ADMIN UTILITIES */

.entry-utility {
	clear: both;
	display: block;
	padding-top: 16px;
}
/*navigation menu */
#nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#60625C;
bottom:0;
left:0;
margin:0;
padding:0;
width:100%;
position:absolute;
z-index:1;
}
#nav, #nav ul {
line-height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;
}
#nav a, #nav a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:medium none;
display:block;
text-decoration:none;
}
#nav li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #6E7073;
}
#nav a, #nav a:visited {
color:#FFFFFF;
display:block;
padding:0 20px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
text-decoration:none;
}
#nav li ul {
border-bottom:1px solid #6E7073;
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
}
#nav li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
border-left:1px solid #6E7073;
border-right:1px solid #6E7073;
border-top:1px solid #6E7073;
width:220px;
}
#nav li li a, #nav li li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
color:#FFFFFF;
font-size:0.9em;
font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#60625C none repeat scroll 0 0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}


/*navigation menu */
#nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#60625C;
bottom:0;
left:0;
margin:0;
padding:0;
width:100%;
position:absolute;
z-index:1;
}
#nav, #nav ul {
line-height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;
}
#nav a, #nav a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:medium none;
display:block;
text-decoration:none;
}
#nav li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #6E7073;
}
#nav a, #nav a:visited {
color:#FFFFFF;
display:block;
padding:0 20px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
text-decoration:none;
}
#nav li ul {
border-bottom:1px solid #6E7073;
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
}
#nav li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
border-left:1px solid #6E7073;
border-right:1px solid #6E7073;
border-top:1px solid #6E7073;
width:220px;
}
#nav li li a, #nav li li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
color:#FFFFFF;
font-size:0.9em;
font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#60625C none repeat scroll 0 0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}
/*navigation menu */