/*Reddish Villa Red Theme CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
}

hr {
	display: none;
}

a {
	color: #CB0F15;
	text-decoration: underline;
	-webkit-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-moz-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-o-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
}

a:hover {
	color: red;
}

h1, h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB0F15;
	-webkit-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-moz-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-o-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
}

.maroon{color:#CB0F15}

.gray{color:gray;}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB0F15;
	-webkit-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-moz-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-o-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
}

h1 a, h2 a, h3 a {
	color: #CB0F15;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: red;
	text-decoration:none;
}

img {
	border: 0;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.newsimg {
	margin-right: 15px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.gray {
	color: #666666;
}

.clstable {
	margin-top:15px;
	margin-bottom:15px;
}

.smallfont {
	font-size: 10px;
}

.clstd a {
	text-decoration:none;
}

.clstd a:hover {
	text-decoration:underline;
}

.infobox {
	padding: 10px;
	border: solid 1px #CB0F15;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sideteambox {
	padding: 10px;
	border: 1px solid #CB0F15;
}

.sideteambox li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/football-vsmall.gif);
}

.sideteambox li a {
	text-decoration: none;
	position: relative;
	top: -3px;
}

.teamlist {
	list-style-position: inside;
	list-style-type: none !important;
}

.teamlist li {
	background-image: url(../images/football-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.teamlist a {
	text-decoration: none;
}

.teamlist span.big {
	font-size: 16px;
}

#topmarquee {
	font-size: 18px;
	text-align:center;
}

#header {
	background-color: black;
	color: white;
	border-top: 15px solid #CB0F15;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid white;
}

#main {
	background-image: url(../images/black.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#headerlogo {
	float: left;
	margin-left: 15px;
}

#contactform label {
	display: block;
	width: 130px;
	float: left;
	margin-top: 5px;
}

#contactform input, #contactform textarea {
	width: 300px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 13px;
}

#contactform #submitbutton {
	background-color: #CB0F15;
	font-weight: bold;
	color: white;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	border-top: 2px solid #EE1E23;
	border-right: 2px solid #7A0A0D;
	border-bottom: 2px solid #7A0A0D;
	border-left: 2px solid #EE1E23;
	width: 140px;
	-webkit-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-moz-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-o-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
}

#contactform #submitbutton:hover {
	background-color: red;
	border-top: 2px solid #FF4848;
	border-right: 2px solid #B00000;
	border-bottom: 2px solid #B00000;
	border-left: 2px solid #FF4848;
	cursor: pointer;
}

#leftcolumn {
	width:212px;
	float:left;
	word-wrap: break-word; 
}

#rightcolumn {
	float: right;
	width: 380px;
}

.resultstable {
	border: 1px solid black;
}

.resultstable td {
	padding: 5px;
}

.resultstable .teams {
	background-color: #CCCCCC;
	font-size: 14px;
}

.resultstable .other {
	background-color: #eeeeee;
	border-bottom: 1px solid #CCCCCC;
}

#headerleft {
	float: left;
	margin-left: 25px;
	margin-top: 8px;
}

.headerleftred {
	font-size: 30px;
	color: #CB0F15;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.headerleftgray {
	font-size: 26px;
	text-transform: lowercase;
	color: gray;
	font-weight: normal;
	display: block;
}

.headerlefttagline {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: white;
	margin-top: 12px;
}

#headerright {
	float: right;
	margin-right: 30px;
}

#nav {
	color: white;
	float: left;
	width: 610px;
	height: 31px;
	overflow: hidden;
	background-color: black;
}

#nav li {
	text-transform: uppercase;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	float: left;
}

#nav li a {
	display: block;
	padding-top: 6px;
	border-left: 2px solid white;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	height: 31px;
	font-size: 13px;
	float: left;
}

#nav li a:hover {
	color:#CB0F15;
	background-color: #111111;
}

#nav a {
	color: white;
	text-decoration: none;
}

#side {
	float: right;
	width: 170px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#sidenav ul {
	margin-bottom: 15px;
}

#sidenav li {
	list-style-type: none;
	text-align: center;
	height: 31px;
	overflow: hidden;
	margin-bottom: 2px;
}

#sidenav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #CB0F15;
	width: 100%;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	height: 100%;
	padding-top: 6px;
}

#sidenav li a:hover {
	background-color:red;
}

#content {
	float: left;
	width: 615px;
	margin-left: 2px;
	margin-top: 25px;
}

#content p {
	line-height: 20px;
	margin-bottom: 10px;
}

#content li {
	list-style-position: inside;
}

.frontpagetop {
	border-bottom: 1px solid #cb051f;
	margin-bottom: 20px;
	clear: both;
	padding-bottom: 5px;
}

.frontpagetop h1 {
	display: none;
}

#frontpageleft {
	float: left;
	width: 212px;
}

#frontpageleft h2 {
	display: block;
	text-align: center;
	background-color: black;
	border: solid 1px #CB0F15;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

#frontpageleft p {
	line-height: 15px;
	font-size: 11px;
}

.teamnav li {
	list-style-type: disc;
	margin-bottom: 10px;
	list-style-position: inside;
}

.teamnav {
	border-bottom: 1px solid #cb051f;
	margin-bottom: 20px;
}

.teamnav li a {
	text-decoration: none;
	font-size: 14px;
}

.teamnav li a:hover {
	text-decoration: underline;
}

.frontpageleftwrapper {
	border: 1px solid #CB0F15;
	padding: 10px 10px 0px;
	margin-bottom: 2px;
}

#frontpageright {
	float: right;
	width: 380px;
}

.frontpagerightnews {
	border-bottom: 1px solid #cb051f;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#frontpageright h3 {
	line-height: 25px;
}

#footer {
	color: white;
	background-color: black;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 5px solid #CB0F15;
	margin-top: 20px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footerleft {
	float: left;
	margin-left: 2px;
}

#footerright {
	float: right;
	margin-right: 2px;
}

.largetext {
	font-size: 20px;
}

.thumbs {
	display:none;
}
#picslider {
	float:left;
	margin-right:10px;
	width: 300px;
	height: 238px;
}

#slideshow a {
	text-decoration:none;
}

.redbutton {
	background-color: #CB0F15;
	font-weight: bold;
	color: white;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	border-top: 2px solid #EE1E23;
	border-right: 2px solid #7A0A0D;
	border-bottom: 2px solid #7A0A0D;
	border-left: 2px solid #EE1E23;
	padding:6px 8px;
	-webkit-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-moz-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	-o-transition: color 0.15s linear, background 0.15s linear, border 0.15s linear;
	margin-right: 8px;
	text-decoration: none;
}

.redbutton:hover {
	background-color: red;
	border-top: 2px solid #FF4848;
	border-right: 2px solid #B00000;
	border-bottom: 2px solid #B00000;
	border-left: 2px solid #FF4848;
	cursor: pointer;
	text-decoration: none;
	color:white;
}

#leftcolumnplayers {
	float:left;
	width: 300px;
}

#rightcolumnplayers {
	float:right;
	width: 300px;
}

.playersection {
	border:1px solid black;
	padding:5px;
	margin-bottom:20px;
}

.playersection p {
	margin-top:6px !important;
	margin-bottom: 6px !important;
	line-height: 16px !important;
}

.playertable {
	border-top:1px solid gray;
	border-left:1px solid gray;
}

.playertable td {
	padding:3px;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}

.playertable th {
	padding:3px;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	text-align:left;
	background-color:#eeeeee
}

.red {
	color: red;
}

.horiscroller{overflow:auto; width:615px}
