/*=============================================================
Type:				Ahead of the Game Website
Created by:			Strawberrysoup
Contact website:	http://strawberrysoup.co.uk/
Copyright: 			(c) 2008 Mark Perkins	
---------------------------------------------------------------
Creation Date:		04-08-2008
=============================================================*/

/*=============================================================
main layout
=============================================================*/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFF;
}

body.verdana{
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
}

body.tahoma{
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

body.arial{
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#skiplink {
	color: #FFF;
	width: 100%;
	margin: 0;
}

#skiplink a {
	color: #FFF;
	width: 100%;
	height: 5px;
	display:block;
}

p {
	color: #222;
	margin: 10px 0;
/*	font-size: 1.2em;*/
	font-size: 1em;
	line-height: 1.3em;
}

#page {
	width: 757px;
	margin: 15px auto 0 auto;
}

a:link, a:hover, a:visited {
	color: #0F4D96;
}

/*===================================================================
ACCESSIBILITY BAR AT TOP OF PAGE Added by Pree 17/11/08
===================================================================*/

#font_resizer{
	width:350px;
	float:left;
	padding:0 0 0 10px;
}

.text_only{
	padding-top:10px;
}

/*---------------------FONT RESIZING---------------------*/

#accessibilty_bar .increaseFont, #accessibilty_bar .decreaseFont{
	display:block;
	height:25px;
	width:25px;
	text-indent:-9999em;
	float:left;
}

.increaseFont{
	background:url('../cssimages/font-inc.gif') no-repeat;
}

.decreaseFont{
	display:block;	
	background:url('../cssimages/font-dec.gif') no-repeat;
	padding:0 5px 0 0;
}

#accessibilty_bar .resetFont{
	display:block;
	background:url('../cssimages/reset2.jpg') no-repeat;
	width:41px;
	height:24px;
	padding:8px 0px 0px 8px;
	float:left;
	color:#fff;
	text-decoration:none;
	margin:-9px 10px 0 0 ;
}

/*---------------------FONT STYLE CHANGING---------------------*/

#font_style{
	width:317px;
	float:right;
}

#font_style p{
	margin:0;
}

/*=============================================================
headings
=============================================================*/

h1 {
	margin-top: 0;
	font-size: 1.6em;
	margin-bottom: 8px;
	color: #000;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 8px;
	color: #000;
}

/*=============================================================
header
=============================================================*/

#header_wrapper{
	clear:both;
}

#header {
	position:relative;
	right:6px;
	padding-bottom: 8px;
	background: url('../cssimages/bg_header.gif') no-repeat 0 -1px;
	width:763px;
}

#main_logo {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#main_image {
	float: right;
	position: relative;
	top: 1px;
}

#search {
	width: 250px;
	float: right;
	text-align: right;
	margin-top: 3px;
}

#search_go {
	color: #FFF;
	background: #4B4949;
	height: 24px;
	width: 60px;
	font-size: 11px;
}

#strapline {
	width: 450px;
	float: left;
	text-indent: -99999px;
	background: url('../cssimages/replace_strapline.gif') no-repeat 0 0;
	margin-left:1px;
}

/*=============================================================
navigation
=============================================================*/

/* main nav */

#main_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
	z-index:100;
	position: relative;
}

#main_nav li {
	text-align: center;
}

#main_nav li a {
	color:#fff;
	display: block;
	font-size:1.3em;
	min-width: 68px;
	min-height: 29px;
	font-weight:bold;
	float: left;
	background-position: 50% 50%;
/*	background-repeat: no-repeat;*/
/*	text-indent: -99999px;*/
	position: relative;
	background:#0E3A64;
	text-decoration:none;
	margin:0 2px 0 0;
	padding:10px 5px 5px 5px;
	border-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
}

#main_nav li.contact_us a{
	margin:0;
}

#main_nav li a:hover{
	text-decoration: underline;
	background-color: #157111;	
}

#main_nav ul li {
	text-align: center;
}

#main_nav li:hover ul, #main_nav li.current ul, #main_nav li.hover ul  {
	display: block;
}

#main_nav li.current a{
	background-color: #157111;
}

/*--------------------------------------------------- sub nav (BELOW MAIN NAV) ---------------------------------------------------*/

#main_nav ul {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	list-style: none;
	width: 747px;
	padding: 0 5px;
	border-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px;
}

#main_nav li ul {
	font-size:1em;
	background-color: #157111;
}

#main_nav ul li {
	display: inline !important;
}

#main_nav ul li a {
	background: none !important;
	text-indent: 0;
	float: none;
	line-height: 30px;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	width: auto !important;
	margin: 0 10px 0 0;
	border-left: 1px solid #FFF;
	padding: 0 0 0 10px;
	display: inline;
	font-size:1em;
}

#sub_nav ul li a:hover {
	text-decoration: underline;
}

#main_nav ul li:first-child a{
	border: 0 !important;
}

/*--------------------------------------------------- sub nav (SIDEBAR) ---------------------------------------------------*/

#sub_nav {
	margin: 4px 0 20px 0;
	list-style: none;
}

#sub_nav ul {
	list-style: none;
	display: none;
}

#sub_nav li a {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#sub_nav ul li a {
	font-size: 1em;
	font-weight: normal;
	padding-left: 10px;
	text-transform: none;
}


/*=============================================================
content
=============================================================*/

#sub_content {
	width: 150px;
	float: left;
}

#main_content {
	width:580px;
	min-height: 690px;
	float: right;
}
* html #main_content {
    height: 690px;
}

#main_content ul {
	margin-left: 30px;
} 

#main_content li {
	color: #222222;
	margin: 10px 0;
	font-size: 1.1em;
	line-height: 1.3em;
}
/* news summary */

#news_quicklist {
	margin-bottom: 30px;
	border:solid 1px #8EA9C4;
	padding:0 10px 10px 10px;
	margin:0 0 0 10px;
}

#news_quicklist li {
	list-style: none;
}

/* news items */

.news_item h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #157111;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

.news_date {
	font-weight: bold;
	color: #777;
}

.news_image {
	float: right;
	padding: 0 0 10px 15px;
}

/* sitemap */

#sitemap, #sitemap ul {
	list-style: none;
	margin-left: 30px;
}

#sitemap ul {
	margin-left: 20px;
}

/* search page */

#searched_for {
	background-color: #DDD;
	padding: 10px;
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
}

.search_result {
	border-bottom: 1px dashed #999;
}

.search_result h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

.search_result h3 a, .search_result h3 a:visited {
	color: #157111;
}

body .search_result h3 a:hover {
	color: #0E3A64;
}


#no_results {
	color: #991D26;
	font-weight: bold;
	margin-top: 14px;
}

/* contact form */

#quick_contact {
	margin-top: 30px;
}

#quick_contact h3 {
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
}

#quick_contact .left {
	width: 44%;
	float: left;
}

#quick_contact .right {
	width: 52%;
	float: right;
}

p.error {
	color: #991D26;
	font-weight: bold;
}

p.success {
	color: #157111;
	font-weight: bold;
}

#quick_contact label {
	float: left;
	clear: left;
	width: 46px;
}

#quick_contact input, #quick_contact textarea {
	border: 1px solid #999;
}

#quick_contact input {
	width: 190px;
}

#quick_contact textarea {
	width: 200px;
	padding: 5px 10px;
}

#submit {
	width: auto !important;
	vertical-align: top;
	margin-top: 1px;
	background:#4B4949;
	color:#FFFFFF;
	height:24px;
	width:40px;
	margin-left: 10px;
}

/* main contact */

#main_contact dl{
	border:solid 1px #ccc;
	background:#0E3A64;
	padding:20px 10px 10px 10px;
	color:#fff;
}

#main_contact input {
	width: 400px;
}

#main_contact textarea {
	width: 550px;
	height: 200px;
}

#main_contact label {
	font-weight: bold;
}

#main_contact dt {
	margin-bottom: 2px;
}

#main_contact dd {
	margin-bottom: 10px;
}

#main_contact #submit {
	margin-left: 0;
}

/* downloads */

#downloads_box h4 {
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 0;
	color: #000;
}

#downloads_list {
	list-style: none;
}

#downloads_list a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#downloads_list span {
	color: #888;
	font-weight: normal;
}

#downloads_list em {
	color: #981C25;
}

#downloads_box {
	margin-top: 20px;
	background-color: #DDD;
	padding: 10px;
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
}

/* gallery */

#gallery_wrapper {
	margin-top: 14px;
}

.gal_item {
	background: #DDD;
	padding: 16px 0 16px 14px;
	margin-bottom: 3px;
}

.gal_item table {
	display: none;
}

.gal_item h2 {
	margin-top: 0;
	color: #157111;
	font-weight: bold;
	margin-bottom: 0px;
	cursor: pointer;
}

.gallery_pic a{
	width: 120px;
	height: 120px;
	overflow: hidden;
	padding: 2px;
	display:block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.gallery_pic {
	padding-right: 14px;
}

/*===================================================================
newsletter
===================================================================*/


#main_content_newsletter{
	background: url('../cssimages/bg_newsletter.jpg');
	padding:0 15px 15px 15px;
	float: left;
	margin:0 0 20px 0 ;
}

#main_content_newsletter h1{
	color:#fff;
	text-indent:-9999px;
	background:url('../cssimages/newsletter_title.jpg') no-repeat;
	height:44px;
	margin:20px;
	width:250px;
	float:left;
}

#newsletter_container{
	margin:0 auto;
	width:678px;
	background:#fff url('../cssimages/newsletter_content.jpg') no-repeat center top;
	clear:left;
	border:5px solid  #ffa518;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
}

#newsletter_container .newsletter_item p {
	padding:0 20px 20px 20px;
}

#newsletter_container .newsletter_item p.mores{
	padding:0 0 0 20px;
}

#newsletter_container h3{
	padding:0 0 0 20px;
	color:#123e67;
	font-weight:bold;
}

#newsletter_container ul{
	margin:0 0 0 40px;
	clear:both;
}

.newsletter_item{
	width:680px;
	float:left;
	margin:0 0 20px 0;
}

#newsletter_container .newsletter_item p,#newsletter_container .newsletter_item h3{
	float:left;
	margin:0;
/*	padding:0;*/
}

#newsletter_container .newsletter_item h3{
	width:570px;
}

#newsletter_container h2{
	clear:left;
	font-weight:bold;
	color:#296F39;
}

.newsletter_item div, .newsletter_item div.excerpt_detail{
	float:left;
	width:530px;
}

div.excerpt_detail {
	margin-left: 60px;
}

#footer_newsletter{
	clear: both;
	margin-top: 20px;
	background: url('../cssimages/bg_footer.gif') no-repeat top right;
	padding-top: 14px;
}

#newsletter_container .excerpt_image{
	display:block;
	width:78px;
	min-height:80px;
	float:left;
	margin:0 10px 10px 0;
}

#sub_nav_buttons {
	float:right;
	position:relative;
	right:10px;
	top:35px;
}

#sub_nav_buttons li.current{
	background:#fff;
	list-style:none;
	float:left;
	height:35px;
	margin:0 0 0 5px;
	width:110px;
	color:#000;
	top:14px;
	border-right:5px solid  #ffa518;
	border-left:5px solid  #ffa518;
	border-top:5px solid  #ffa518;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
}

#sub_nav_buttons li{
	position:relative;
	background:#193a63;
	list-style:none;
	color:#fff;
	float:left;
	height:31px;
	top:14px;
	margin:0 0 0 5px;
	width:110px;
	border-right:5px solid  #fff;
	border-left:5px solid  #fff;
	border-top:5px solid  #fff;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
}

#sub_nav_buttons li h3{
	text-align:center;
	font-size:1.15em;
	margin: 0;
}

/*=============================================================
footer
=============================================================*/

#footer {
	clear: both;
	margin-top: 20px;
	background: url('../cssimages/bg_footer.gif') no-repeat top right;
	padding-top: 14px;
}

#london_link {
	position:relative;
	top:180px;
	width: 155px;
	float: left;
	margin: 94px 0 0 0;
	font-size: 0.9em;
	width: 165px;
}

#london_link a {
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

#browse_aloud {
	position:relative;
	top:216px;
}

#browse_aloud_ img {
	padding-top: 10px;
}

#footer_nav {
	width: 575px;
	float: right;
	text-align: right;
	margin-right: 2px;
}

#footer_nav li {
	display: inline;
}

#footer_nav li a {
	color: #575757;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:9px;
}

#copyright {
	clear: both;
	text-align: right;
	color: #6c6c6c;
	font-size: 0.8em;
	margin-top: 24px;
}

/*=============================================================
tooltips
=============================================================*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
}

/*=============================================================
captions
=============================================================*/

.caption {
	color: #777;
	font-size: 0.8em;
	text-align: center !important;
}

#content_wrapper {
	font-size: 1em;
	min-height: 450px;
}

* html #content_wrapper {
	height: 450px;
}

ul li {
	list-style-position: outside;
}


.search_result h3 small {
	font-size: 0.6em;
}
#news_pagination a {
	text-decoration: none;
	margin: 2px;
	border: 1px solid #AAA;
	padding: 2px 4px;
}

#news_pagination a:hover {
	background: #EEE;
}

#news_pagination a.active {
	color: black;
}


/*=============================================================
   Additions to global.css
---------------------------------------------------------------
Author: Stuart Loxton
Date:   15th July 2010
=============================================================*/

.search_result h3 small {
	font-size: 0.6em;
}

#roll_of_honour_link, #our_hopefuls {
	position: absolute;
	left: 0;
	width: 345px;
	display: block;
	text-indent: -9999px;
}

#roll_of_honour_link {
	top: 0;
	height: 60px;
}

#our_hopefuls {
	top: 60px;
	height: 71px;
}

#featured_image {
	position:  absolute;
	top:  33px;
	left: 509px;
}
#featured_name, #featured_sport {
	position: absolute;
	left:  375px;
	top: 80px;
}
#featured_name {
	top: 65px;
	font-weight: 700;
}
#featured_link {
	position: absolute;
	left: 345px;
	top: 0;
	height: 131px;
	width: 233px;
	text-indent: -9999px;
}

#featured_link, #roll_of_honour_link, #our_hopefuls {
	background: yellow;
	opacity: 0.01;
	filter: alpha(opacity=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

#footer {
	position: relative;
}
#london_link_ {
	position: absolute;
	top: -285px;
	width: 160px;
	top:-255px;
	font-size: 0.9em;
}