/* CSS Document */

html { 
	height: 101%; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: url(../images/template/jpg/header-bg.jpg) repeat-x #EEEEEE;
	background-position: 0px 0px;
	margin: 0px 0px 20px 0px;
}

a {
	text-decoration: none;
	color: #0033FF;
}

a img {
	border: none;
}

#header {
	width: 1000px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#logo {
	float: left;
	width: 150px;
	height: 157px;
}

#title {
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 40px 0px 20px 40px;
}

#inner-container {
	width: 1000px;
	height: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 5px;
}

#left-container {
	float: left;
	width: 750px;
	height: auto;
	overflow: auto;
}

#image-gallery { 
	float: left;
	width: 730px; 
	height: auto;
	padding: 20px 0px 20px 5px; /* top right bottom left */
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

#league-table {
	float: left;
	width: 735px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
	border: 5px solid #ccc;
}

#player-profile {
	float: left;
	width: 725px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
	border: 5px solid #ccc;
	padding: 5px;
}

#news-container {
	float: left;
	width: 725px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
	border: 5px solid #ccc;
	padding: 5px;
}

.news-preview-container {
	width: 715px;
	height: auto;
	overflow: auto;
	margin: 5px 0px 5px 0px; /* top right bottom left */
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #EEEEEE;
	padding: 0px 5px 5px 5px; /* top right bottom left */
}

.news-preview-image {
	float: left;
	width: 80px;
	height: 50px;
	padding: 15px 10px 0px 0px; /* top right bottom left */
}

.news-preview-image img {
	border: none;
}

.news-preview-article {
	float: right;
	width: 625px;
	height: auto;
	overflow: auto;
}

.news-preview-article a {
	text-decoration: none;
}

.small {
	font-size: 9px;
}

.hp-block-1 {
	float: left;
	width: 725px;
	height: 250px;
	background: url(../images/template/jpg/all-small.jpg);
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border: 5px solid #CCC;
	padding: 5px;

}

.hp-block-2 {
	float: left;
	width: 725px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border: 5px solid #CCC;
	padding: 5px;
	margin-top: 10px;
	
}
	
#next-fixture {
	float: left;
	width: 725px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
	border: 5px solid #ccc;
	padding: 5px;
}

.hp-match-date {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

#match-results {
	float: left;
	width: 725px;
	height: auto;
	overflow: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
	border: 5px solid #ccc;
	padding: 5px;
}

#result-container {
	width: 100%;
	height: 30px;
}

.resultNum {
	width: 30px;
	font-weight: bold;
	color: #000000;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #EEEEEE;
	padding: 5px 0px 5px 5px; /* top right bottom left */
	margin-right: 10px;
}

.resultDate {
	width: 120px;
	color: #000000;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #EEEEEE;
	padding: 5px 0px 5px 5px; /* top right bottom left */
	margin-right: 10px;
}

.result {
	width: 530px;
	color: #000000;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #EEEEEE;
	padding: 5px 0px 5px 5px; /* top right bottom left */
	margin-right: 10px;
	overflow: hidden;
}

#fb-login {
	width: auto;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
}

#fb-activity {
	margin-right: 10px;
}

#login {
	float: right;
	width: 220px; 
	height: auto;
	padding: 0px 0px 5px 0px; 
	border: 1px solid #FFF;  
	background: #fff;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#like-box {
	background: #333333;
	width: 215px;
	height: auto;
	overflow: auto;
	padding: 10px 0px 10px 0px; /* top right bottom left */
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#twitter {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 10px 0px 10px 0px; /* top right bottom left */
}

#hp-results {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 10px 0px 10px 0px; /* top right bottom left */
}

#hp-results h2 {
	color: #FF0000;
}

#footer-bar {
	width: 100%;
	height: 30px;
	background: #FF0000;
	margin: 30px 0px 30px 0px;
}

#footer-bar-inner {
	width: 1000px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#footer-bar-inner a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #FFFFFF;
} 

#sponsor-bar {
	width: 1000px;
	height: 200px;
	text-align: center;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 5px;
}

.sponsor {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 10px;
}

#page-title {
	width: 994px;
	height: 30px;
	oveflow: auto;
	line-height: 25px;
	background: #CCC;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin: 2px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
}

.auto-block { 
	float: left;
	width: 730px;
	height: auto;
	padding: 0px 5px 10px 0px; /* top right bottom left */ 
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
}

.auto-block-result { 
	float: left;
	width: 730px;
	height: auto;
	padding: 0px 5px 10px 5px; /* top right bottom left */ 
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
}

.auto-block-pages { 
	float: left;
	width: 725px;
	height: auto;
	padding: 5px 5px 10px 5px; /* top right bottom left */ 
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.auto-block-pages-fbcomments { 
	float: left;
	width: 725px;
	height: auto;
	padding: 5px 5px 10px 5px; /* top right bottom left */ 
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
}

.auto-block-pages-events { 
	float: left;
	width: 725px;
	height: auto;
	padding: 5px 5px 10px 5px; /* top right bottom left */ 
	position: relative; 
	border: 5px solid #CCC; 
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.event-container {
	border-bottom: 5px solid #CCCCCC;
	padding-bottom: 5px;
}

.auto-block-pages ul li {
	list-style-type: disc;
	color: #000000;
	margin: 0px 0px 10px 0px; /* top right bottom left */ 
	width: 100%;
}

.auto-block h2 {
	width: 600px;
	float: left;
	padding-left: 40px;
	color: #FF0000;
}

.auto-block-pages h3 {
	color: #FF0000;
}

.auto-block-pages-events h3 {
	color: #FF0000;
}

.mailer-container {
	float: left;
	width: auto;
	height: auto;
	padding: 5px 5px 10px 5px; /* top right bottom left */ 
	position: relative; 
	background: #FFF;
}

.mailer-container label {
	float: left;
	width: 100px;
}

.contact-type {
	float: left;
	width: 100px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #CCCCCC;
	padding: 3px;
	margin-right: 10px;
}

.contact-detail {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px; /* top right bottom left */ 
}

.contact-image {
	float: left;
}

.contact-info {
	float: right;
	width: 300px;
	height: auto;
	overflow: auto;
}

.recaptcha {
	float: left;
	width: 500px;
	padding-left: 100px;
}

.document-container {
	width: 100%;
	height: 30px;
}
