/* Charnwood Sunday Football League */
/* CSS */
/* Written by and Copywright Steven Howe - November 2008 */

* {
 padding: 0;
 margin: 0;
}

body {
 padding: 0;
 margin: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 76%;
 /*line-height is 1.6 times the font size*/
 /* 76% rather than 75% counteracts an Opera bug */
}

a:link, a:visited {
 text-decoration: none;
 color: #840301;
}

a:hover {
 text-decoration: underline;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#content {
	margin-top: 2em;
}

#main-content {
	float: left;
	display: inline;
	width: 480px;
	margin: 0 20px 0 0;
}

#column-left {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 20px 0 0;
}

#column-right {
	float: left;
	display: inline;
	width: 220px;
}

h1 {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}


/*--- Header styles ---*/

#header {
 position: relative;
 height: 17.5em;
 border-bottom: solid 2px #840301;
 padding-top: 10px;
}

#header img {
	border: 0;
}

#logo {
	float: left;
	display: inline;
 width: 186px;
 height: 181px;
 margin-bottom: 0.5em;
}

#texthead {
	float: left;
	display: inline;
	margin: 1.6em;
}

.titlemain, .titlesm, season {
	line-height: 100%;
}

.titlemain, .titlesm {
 font-family: "Times New Roman", Times, serif; 
 color: #840301;
 text-align: center;
}

.titlemain {
 font-weight: bold;
 font-size: 4.5em;
}

.titlesm {
 font-weight: normal;
 font-size: 2.76em;
}

.season {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 2em;
 color: #000;
 text-align: center;
}

#rightsponsor {
 position: absolute;
 top: 3em;
 right: 0;
 width: 320px;
}

#copy {
 font-family: Arial, Helvetica, sans-serif;
 position: absolute;
 bottom: 2px;
 left: 5px;
 text-align: left;
 font-size: 0.8em;
 color: #840301;
 clear: both;
}

.tabinfobox, .newsbox, .fixturebox {
	margin-bottom: 1em;
}

h4 {
 display: block;
 background-color: #000;
 color: #fff;
 font-weight: normal;
 font-size: 1.1em;
 padding: 0.5em;
 /*padding-bottom: 0.5em;
 padding-left: 0.5em;
 padding-top: 0.3em;*/
}

.fixturebox h4 {
	background-color: #840301;
}

.fixturebox table {
	width: 100%;
}

.fixturebox table td {
	text-align: center;
}

.home, .away {
	width: 40%;
}

.fixturebox td.home {
	text-align: right;
}

.fixturebox td.away {
	text-align: left;
}

table {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 1em;
}

.competition, .winner, .runnerup {

}

.byline, .info {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
}

.byline {
 font-style: italic;
 font-size: 0.8em;
}

.tabtitle {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #000;
 text-align: left;
 width: 210px;
 height: 1.5em;
}

ul#nav, .tabNavigation {
	list-style: none;
}

ul#nav li {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 0.5em 0;
}

.tabNavigation li {
	display: inline;
}

.tabNavigation li a {
	padding: 3px 5px;
	border: 1px solid #840301;
	color: #840301;
	text-decoration: none;
}

.tabNavigation li a.selected,
.tabNavigation li a:hover {
	background-color: #840301;
	color: #fff;
	padding-top: 7px;
}

.tabNavigation li a:focus {
	outline: 0;
}
