/*
	C S S
 */
/* -------------------------------------
	R E S E T
------------------------------------- */
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,sub,sup,tt,var,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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:bottom;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}
/* -------------------------------------
	F U N D A M E N T A L S
------------------------------------- */
body{
	background: #F5F5F5;
	font-size:62.5%;
	font-family:Arial;
	color: #143e2a;
	padding: 20px;
}
p, li, q, label {
	font: 13px/20px 'Arial','Helvetica';
}
p,q{
	margin-bottom: 15px;
	display: block;
}
q {
	font:italic 13px/23px Georgia;
	letter-spacing:-0.5px;
}
td, th {
	padding: 5px;
}
td {
	font: 12px/20px 'Arial';
	vertical-align: middle;
}
th {
	text-transform: uppercase;
	font: bold 12px/12px 'Arial';
}
small{font-size:85%;}
strong{font-weight:700;}
.underline{text-decoration:underline;}
abbr{
	border-bottom:1px dotted #111;
	cursor:help;
}
a:link, a:visited, a:active{
	text-decoration: underline;
	color: #b29931;
}
a:hover{
	text-decoration: none;
	color: #b29931;
}

input[type=submit],
div.actions ul li a,
td.actions a,
a.btn {
	padding: 5px 10px;
	background: #f9f9f9 url(../img/bg-btn.png) bottom left repeat-x;	
	color:#333;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #777;
	border-left: 1px solid #888;
	font: bold 12px/12px 'Arial';
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px;
	display: inline-block;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover,
a.btn:hover {
	text-decoration: none;
}
input[type=submit]:active,
div.actions ul li a:active,
td.actions a:active,
a.btn:active {
	background: #DDD;
	-webkit-box-shadow: 0 none;
	border-bottom: 1px solid #888;
}
a.btn-current {
	background: #CCC;
	color: #222;
}

.btn-disabled {
	font: bold 12px/12px 'Arial';
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #CCC;
	padding: 5px 10px;
	background: #f9f9f9;
	color: #CCC;
}

#footer{
	color:#888;
}
#footer p{
	font-size:11px;
	font-style:italic;
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial;
	font-weight:700;
	letter-spacing:-0.1px;
	margin-bottom: .7em;
}
h1{

}
h2{
	font: bold 22px/30px 'Georgia';
	color: #587251;
}
h3 {
	font: bold 14px/22px 'Arial';
	color: #8a7b5c;
}
h3.cufon {
	font: bold 20px/28px 'Arial';
	color: #8a7b5c;
}
.fixture h3 {
	margin: 0;
}
h6{
	font-size:20px;
	color:#333;
}

table.league th,
table.league td {
	text-align: center;
}
table.league th {
	background: #f6e3bb;
	color: #163b0c;
	padding: 10px 5px;
}
table.league td {
	background: #45623d;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
}
table.league tr.promotion td {
	background: #587251;
}
table.league tr.relegation td {
	background: #374e31;
}
table.league td.i {
	padding: 5px;
}
table.league .team {
	text-align: left;
}

.social {
	margin: 25px 0;
}
.social p {
	margin: 0;
}
#social-facebook,
#social-twitter,
#social-signup {
	background-image: url(../img/icon-social-actions.png);
	background-repeat: no-repeat;
	padding-left: 70px;
}
#social-facebook {
	margin-right: 20px;
	background-position: 0 0;
}
#social-facebook,
#social-twitter {
	float: left;
	width: 150px;
}
#social-twitter {
	background-position: -60px -80px;	
}
#social-signup {
	background-position: -120px -160px;
	clear: both;
}


dl {
	line-height: 2em;
	margin: 0em 0em;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* -------------------------------------
	L A Y O U T
------------------------------------- */
body.users #btn-login {
	display: none;
}

#page {
	width: 958px;
	border: 1px solid #CCC;
	margin: 0 auto;
	background: #FFF;
}
	#header {
		margin-bottom: 13px;
	}
		#logo-kfc {
			display: block;
			float: left;
			width: 479px;
			height: 59px;
			background-image: url(../img/logo-kfc.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		#logo-kfc:hover {
			background-position: 0 -59px;
		}
		#nav {
			float: right;
		}
		#nav li {
			float: left;
			margin-left: 10px;
		}
			#nav li a {
				display: block;
				font: bold 16px/16px 'Helvetica', 'Arial';
				text-transform: uppercase;
				letter-spacing: -1px;
				padding: 21px 10px 22px;
			}
			#nav li a:link,
			#nav li a:visited,
			#nav li a:active {
				color: #143e2a;
				text-decoration: none;
			}
			#nav li a:hover,
			body.homes #nav li a#home,
			body.info #nav li a#info,
			body.players #nav li a#players,
			body.matches #nav li a#matches,
			body.admin #nav li a#admin {
				background: #f6e3bb;
			}
		#content {
			padding: 0 19px;
		}
		#footer {
			border-bottom: 12px solid #f6e3bb;
			margin-top: 20px;
		}
		#smallprint {
			width: 960px;
			margin: 20px auto;
		}
		
		#results {
			float: left;
			width: 210px;
			margin-right: 20px;
		}
			.result,
			.fixture {
				border-top: 1px solid #DDD;
				padding: 15px 0;
			}
			.result h3 {
				margin: 0;
			}
			.result p {
				margin: 0;
			}
		#league-table {
			float: left;
			width: 460px;
			margin-right: 20px;
		}
		#fixtures h2,
		#results h2 {
			background: url(../img/bg-headings.png) center center no-repeat;
		}
		#league-table h2 {
			background: url(../img/bg-league-heading.png) center center no-repeat;
		}
		#fixtures {
			float: left;
			width: 210px;
		}
			.calendar {
				width: 55px;
				height: 42px;
				padding-top: 18px;
				overflow: hidden;
				text-align: center;
				float: left;
				margin: 0 10px 10px 0;
			}
				.league-calendar {
					background: url(../img/icon-calendar-beige.png) top left no-repeat;
				}
				.cup-calendar {
					background: url(../img/icon-calendar-grey.png) top left no-repeat;
				}
				.league-calendar h6,
				.league-calendar span {
					color: #8a7b5c;
					font: bold 25px/25px 'Arial';
				}
				.cup-calendar h6,
				.cup-calendar span {
					color: #cd85ae;
				}
				.calendar span {
					font: 11px/11px 'Arial';
					text-transform: uppercase;
				}
				#admin {
					margin-bottom: 11px;
				}
			#admin {
				border-bottom: 1px solid #CCC;
				padding-bottom: 5px;
			}
			div.actions {
				
			}
			#admin-nav {
				float: left;
				width: 700px;
			}
			#admin-in {
				float: right;
				width: 220px;
			}
			
		.skill {
			padding: 2px 7px 2px 20px;
			display: inline-block;
			border: 1px solid #ddd;
			margin-right: 5px;
			background: #FFF url(../img/bg-skill.png) 5% center no-repeat;
		}

		/** Add **/
		div.add-holder {
			float: left;
			width: 50%;
			padding: 0;
			clear: none;
		}
		.half {
			width: 49%;
		}
		.third {
			width: 32.3%;
		}
		.quarter {
			width: 24%;
		}
		form.formy div {
		}
		form.formy div.input {
			margin: 0;
			padding: 10px 1% 10px 0;
			border-bottom: 1px dotted #DDD;
		}
		
		/** Paging **/
		div.paging {
			color: #ccc;
			margin: 15px 0;
			clear:both;
			padding: 15px 0;
			border-top: 1px solid #DDD;
			border-bottom: 1px solid #DDD;
			font: 13px/20px 'Arial', 'Helvetica';
		}
		div.paging span.current {
			color: #143e2a;
			font-weight: bold;
		}
		div.paging span {
			padding: 5px;
		}
/* -------------------------------------
	I N P U T S
------------------------------------- */
fieldset, form{
	width: 100%;
}
select {
}
select, option {
	font: italic 12px/12px 'Georgia';
}
select[multiple=multiple] {
	width: 100%;
}
option {
	margin: 7px 0;
}
.in-text,
.in-textarea,
.in-select {
	font: italic 12px/12px 'Georgia';
	cursor: pointer;
	color: #333;
	border: 1px solid #AAA;
	padding: 7px;
}
.in-textarea{
	overflow: auto;
	min-height: 100px;
	min-width: 90%;
	max-width: 95%;
}

/* -------------------------------------
	U S E F U L  C L A S S E S
------------------------------------- */
.align-left{text-align:left;}.align-right{text-align:right;}.center{text-align:center;}.zero{padding:0;margin:0;}.float-left{float:left;}.float-right{float:right;}.clear-left{clear:left;}.clear-right{clear:right;}.clear{clear:both;}.bold{font-weight:700;}.italic{font-style:italic;}.hide{display:none;}.round{-moz-border-radius:2px;-webkit-border-radius:2px;}.inline{display:inline;}.inline-block{display:inline-block;}.block{display:block;}.relative{position:relative;}
.georgia{font-family:Georgia;}
.strikethrough{text-decoration:line-through;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* close commented backslash hack */
.bullets{
	list-style:disc;
	padding-left:13px;
	margin-bottom:20px;
}
.bullets li{
	margin-bottom:7px;
	padding-left:2px;
}
.ccc {
	color: #CCC;
}
.ml20{margin-left:20px;}
.ml10{margin-left:10px;}
hr {
	margin: 15px 0;
	height: 1px;
	padding: 0;
	border: 0;
	background: #DDD;
}
.nowrap{white-space:nowrap;}
