body {
	margin: 11px auto 0;
	font: 12px/1.6 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	background: #FFF url(../images/border-top.png) repeat-x left top;
}

img { border: 0; }

a, a:link { color: #1B2759; }

a:visited {
	color: #49599A;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #A50A10;
	text-decoration: underline;
}

p { font-size: 14px; }

.inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: visible;
}

.header,
#primary-nav,
.main,
.footer { min-width: 960px; }

.header {
	background: #16204B url(../images/header-bg.png) repeat-x left top;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2F449A), to(#16204B));
	background-image: -moz-linear-gradient(top, #2F449A, #16204B);
	border-top: 1px solid #42549F;
	border-bottom: 1px solid #B73B40;
	position: relative;
}

.header .inner {
	width: 960px;
	padding: 0;
	background-image: -webkit-gradient(radial, 50% 0, 10, 50% 0, 500, from(rgba(255,255,255,0.2)), to(transparent));
	background-image: -moz-radial-gradient(top center 45deg, circle cover, rgba(255,255,255,0.2) 0%, transparent 100%);
	min-height: 167px;
}

h1 {
	float: left;
	margin: 50px 0 40px 10px;
}

.crest {
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	width: 224px;
	height: 219px;
	margin-left: -112px;
}

.navigation ul,
ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation li { float: left; }

.navigation li.newer { float: right; }

.header a,
#primary-nav a {
	color: #F6F6F6;
	text-decoration: none;
}

#primary-nav a:visited,
.header .navigation a:visited { color: #F6F6F6; }

.header a:hover,
.header a:focus,
#primary-nav a:hover,
#primary-nav a:focus { text-decoration: underline; }

#primary-nav {
	clear: both;
	background: #C80E16 url(../images/primary-nav-bg.png) repeat-x left top;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A60A10), to(#C80E16));
	background-image: -moz-linear-gradient(top, #A60A10, #C80E16);
	border-top: 1px solid #63060A;
	border-bottom: 1px solid #79080D;
	overflow: hidden;
}

#primary-nav ul:first-child { float: left; }
#primary-nav ul:last-child { float: right; }

#primary-nav ul:first-child li { margin-right: 20px; }
#primary-nav ul:last-child li { margin-left: 20px; }

#primary-nav a {
	display: block;
	font-size: 15px;
	padding: 10px 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}

.header .navigation {
	float: right;
	padding: 0 10px;
	font-size: 13px;
	background: #223372;
	background: rgba(0,0,0,0.3);

	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

 .header a {
	display: block;
	padding: 5px 8px;
}

.main {
	background: #F6F6F6 url(../images/main-bg.png) repeat-x left top;
	text-shadow: 1px 1px 0 #FFF;
	overflow: hidden;
}

.content,
.sidebar { padding: 30px 0; }

.content {
	float: left;
	width: 620px;
}

.wide {
	float: none;
	width: 940px;
}

.sidebar {
	float: right;
	width: 300px;
}

.section h3:first-child,
.sidebar h3 {
	margin: 0;
	padding-bottom: 3px;
	color: #A50A10;
	background: url(../images/heading-border.png) repeat-x left bottom;
}

.section h3:first-child {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

.recent { margin: 0 0 20px; }

.article {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.single .article {
	margin-top: 0;
}

h2,
h3 { color: #1B2759; }

h2 {
	margin: 0;
	font-size: 26px;
}

h2 a { text-decoration: none; }

h3 {
	clear: both;
	margin-bottom: 10px;
	font-size: 19px;
}

.meta {
	margin: -3px 0 0;
	color: #555;
}

img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
	padding: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignnone { max-width: 608px; }

.recent .date,
.post-content { float: left; }

.post-content { width: 540px; }

.recent h2 {
	font-size: 19px;
	font-weight: normal;
}

.recent .date {
	margin-right: 20px;
	padding: 5px 10px;
	background: #DDD;
	text-align: center;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.post-content {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}

.recent .date span { display: block; }

.month,
.day { color: #A50A10; }

.month { font-size: 14px; }

.day {
	margin-top: -10px;	
	font-size: 30px;
	font-weight: bold;
}

.year {
	margin-top: -10px;
	color: #1B2759;
}

.more { text-align: right; }

.content .sponsors {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.sponsors li {
	float: left;
	width: 190px;
	margin: 0 0 25px 25px;
}

.sponsors li:nth-child(3n+1) { margin-left: 0; }

.block {
	clear: both;
	margin-bottom: 40px;
	overflow: visible;
}

.sidebar h3 {
	font-size: 15px;
	padding-bottom: 3px;
}

.sidebar h3 a {
	float: right;
	margin-top: 3px;
}

.block p { font-size: 13px; }

.block ul,
.block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.block li {
	border-bottom: 1px solid #EEE;
	overflow: hidden;
}

.block ul li {
	padding: 5px 10px;
}

.block ol p {
	clear: both;
	margin: 0;
}

.summary { display: block; }

#thisweek li { padding: 5px; }

.dtstart,
.location { color: #555; }

#latest span { float: left; }

#latest p:first-child span { padding: 5px 5px 0; }

#latest p:last-child span { padding: 0 5px 5px; }

.score {
	float: left;
	width: 20px;
	margin-right: 5px;
	font-weight: bold;
	text-align: right;
	background: #EEE;
}

img.profile {
	float: left;
	margin: 10px 10px 10px 0;
}

#player-spotlight h3 a { display: none; }

#player-spotlight h4 {
	margin: 10px 0 0;
	font-size: 17px;
	color: #A50A10;
}

.height { margin-right: 15px; }

.century { display: block; }

.footer {
	clear: both;
	border-top: 1px solid #CCC;
	color: #555;
}

.footer .inner {
	margin: 20px auto;
	overflow: auto;
}

.copy {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.copy img { margin-top: 20px; }

.footer .navigation { float: right; }

.footer .navigation ul {
	float: left;
	width: 140px;
	margin-left: 20px;
}

.footer .navigation li { float: none; }

/* @group Contact page */

#contactform {
	margin: 30px 0;
	padding: 0;
}

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#contactform legend, #contactform em.error {
	color: #930;
	font-weight: bold;
}

#contactform .error-notice { font-weight: bold; }
#contactform .error-notice:focus { outline: none; }

#contactform input, #contactform select, #contactform textarea { display: block; }

#contactform input[type=text], #contactform select { width: 300px; }

#contactform input[type=text], #contactform textarea { padding: 2px 5px; }

#contactform textarea {
	width: 500px;
	height: 200px;
}

#contactform label { display: block; }

/* @end */

/* @group Player Profile and Team page */

div.profile {
	margin: 10px 0;
	overflow: auto;
}

.profile img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}

.profile div {
	float: left;
}

.profile span { display: block; }

.profile ul { margin: 0; }

#filter,
#filter p {
	margin: 0;
	padding: 0;
}

#filter {
	float: right;
	margin-top: -35px;
}

#filter span {
	font-size: 12px;
	color: #555;
}

#filter a { font-size: 12px; }

.content table {
	width: 620px;
	margin-bottom: 50px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.content table th {
	background: #DDD;
	text-align: left;
}

.content table th,
.content table td { padding: 5px 10px; }

.content table tr:nth-child(even),
.content table tr:nth-child(even) td { background: #F0F0F0; }

.content table tr:hover,
.content table tr:hover td { background: #DDD; }

#stats table { width: 600px; }

table.standings td { border-right: 1px solid #CCC; }

table.standings tr td:last-child { border-right: 0; }

tr.scottish td { font-weight: bold; }

/* @end */

/* @group Tabs */

.tabsMenu {
	margin: 20px 0 0;
	padding: 0 10px;
	list-style: none;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.tabsMenu li {
	float: left;
	margin-right: 5px;
}

.tabsMenu a {
	display: block;
	padding: 5px 10px 3px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-width: 1px 1px 0;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -moz-linear-gradient(top, #EEE, #CCC);

	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.tabsMenu li.current a {
	background: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#DDD));
	background-image: -moz-linear-gradient(top, #AAA, #DDD);
}

.tab { padding: 0 10px; }

/* @end */

/* @group Gallery */

.galleries {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.galleries li {
	margin: 15px 0;
}

.galleries a {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

/* @end */

/* @group Calendar */

.calnk a:hover {
	background-position: 0 0;
	text-decoration: none;  
	color: #000000;
	border-bottom: 1px dotted #000000;
}

.calnk a: visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #000000;
}

.calnk a {
	font-size: 12px;
	text-decoration: none; 
	color: #000000; 
	border-bottom: 1px dotted #000000;
}

.calnk a span { display: none;  }

.calnk a:hover span {
	color: #333333; 
	background: #FFC;
	border: 1px solid #CCC;
	display: block;
	position: absolute; 
	margin-top: 1px; 
	padding: 10px; 
	width: 150px; 
	z-index: 100;
}

.content table.calendar-table {
	border: none;
	width: 100%;
}

.calendar-heading {
	text-align: center;
	border: 1px solid #DDD;
	background: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
}

.calendar-heading table {
	width: 920px;
	margin-bottom: 0;
	border: 0;
}

.calendar-next {
	width: 25%;
	text-align: center;
}

.calendar-prev {
	width: 25%;
	text-align: center;
}

.calendar-month {
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.normal-day-heading,
.weekend-heading {
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
	border: 1px solid #DDD;
	background-color: #F0F0F0;
}

.weekend-heading { color: #1B2759; }

.normal-day-heading:first-child { border-left: 1px solid #DDD; }
.weekend-heading:last-child { border-right: 1px solid #DDD; }

.day-with-date {
	vertical-align: text-top;
	text-align: left;
	width: 50px;
	height: 115px;
	border: 1px solid #DDD;
}

.day-without-date {
	width: 50px;
	height: 115px;
	border: 1px solid #DDD;
}

span.weekend { color: #1B2759; }

.current-day {
	vertical-align: text-top;
	text-align: left;
	border: 1px solid #BBB;
	background-color: #DDD;
}

.content table.calendar-table tr: hover td.current-day { background: #CCC; }

.kjo-link { display: none !important; }

.event-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.event-title-break,
.event-content-break { display: none; }

.calendar-date-switcher {
	height: 25px;
	text-align: center;
	border: 1px solid #DDD;
	background-color: #F0F0F0;
}

.calendar-date-switcher form {
	margin: 0;
	padding: 0;
}

.calendar-date-switcher input { border: 1px #DDD solid; }

.calendar-date-switcher select { border: 1px #DDD solid; }

.cat-key {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #DDD;
}
     
/* @end */