/* 
Theme Name: Light
Theme URI: http://justintadlock.com/wordpress/options
Description: A light mixture of grays, greens, and reds.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 1.1
*/

* { margin: 0; padding: 0; }

/* Paragraphs */
p { margin: 15px 0; }

/* Links */
a { color: #660000; text-decoration: none;	}
a:hover { text-decoration: underline; }
#content a, #full-posts a { color: #7f0202; }

/* Lists */
ul, ul li { list-style-type: none; }
#content ul { margin: 15px 0; }
#content ul ul { margin: 0; }
#content li { margin: 0 0 3px 10px; }

/* Code */
pre, code, pre code { font-size: 1.1em; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; color: Red; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }

#content h2, #content h3, #content h4, #content h5, #content h6, #full-posts h2, #feature h2, #comments-template h3 {
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	}

/* Body */
body {
	color: #000;
	background: url(/upload/liverpool_fans_1_1024x768.jpg) fixed;
	font: Arial Tahoma Verdan sans-serif;
	text-align: center;
	font: 80% Arial, Tahoma, Verdan, sans-serif;
	
	}
#body-container {
	width: 940px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	
	}
#extra-container { margin: 0 auto; }

/* Contains content and sidebar */
#container {
	float: left;
	width: 920px;
	padding: 11px;
	text-align: left;
	overflow: hidden;
	background: url(/upload/freegrasstexture920px.jpg) repeat fixed;
	
	}

/************************************************
	Header
************************************************/
#header-container { height: 280px; width: 100%; }
#header {
	float: none;
	width: 900px;
	margin: 0 0 10px 0;
	text-align: left;
	}
#header h1 {
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	}
#header h1 a { color: #555; }
#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}

/************************************************
	Feed
************************************************/
#feed {
	float: right;
	clear: right;
	width: 254px;
	height: 28px;
	margin: 0 13px 0 0;
	padding: 35px 36px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 35px;
	text-align: right;
	}
#feed li a {
	font-size: .9em;
	color: #666;
	}

/************************************************
	Navigation
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation {
	float: left;
	letter-spacing: .03em;
	text-align: left;
	color: #333;
	}
#navigation {
	width: 940px;
	font-size: 1em;
	background: #d1d0c8 url(images/navigation.jpg) repeat-x 0 0;
	}
#sub-navigation {
	width: 940px;
	font-size: .9em;
	background: #deded4;
	}
#navigation.nav-search { width: 740px; }

/* Nav */
#nav { float: left; padding: 0 0 0 15px; }
#nav li { float: left; }
#nav a { color: #333; display: block; padding: 12px 16px; }
#nav a:hover, #nav li.current_page_item a { color: #657843; text-decoration: underline; }
#nav li li { float: left; width: 150px; background: #d1d0c8; border-top: 1px solid #ddd; }
#nav li li a { margin: 0; padding: 10px 10px; }

/* Sub-nav */
#sub-nav { float: left; padding: 0 0 0 15px; }
#sub-nav li { float: left; }
#sub-nav a { color: #333; display: block; padding: 7px 17px; }
#sub-nav li.current-cat a, #sub-nav a:hover { color: #657843; text-decoration: none; }
#sub-nav li li { float: left; width: 150px; background: #deded4; border-top: 1px solid #eee; }
#sub-nav li li a { margin: 0; padding: 7px 5px 7px 17px; }

/* Navigation drop-down positioning */
#nav li ul, #sub-nav li ul { position: absolute; width: 10em; left: -999em; z-index: 999; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; display: block; }

/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 15px 0 0;
	}
#search input#s {
	color: #666;
	width: 170px;
	margin: 0;
	padding: 5px;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }

/************************************************
	Main content
************************************************/
#home, #content { width: 590px; }

#no-sidebar { width: 900px; }

#home.left, #content.left, #sidebar.left { float: left; margin: 0; }
#home.right, #content.right, #sidebar.right { float: right; margin: 0; }

/************************************************
	Images
************************************************/
/* Images */
#home img, #content img, #sidebar img {
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	}

a img { border: none; }

#author-box .avatar, .author .post .avatar { width: 100px; height: 100px; float: left; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { float: left; width: 300px; margin: 0 10px 0 0; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }

/* Thumbnail images */
img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}

/* Medium images */
img.medium { max-width: 300px; float: left; margin: 0 10px 5px 0; }

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img { width: 75px; height: 75px; margin: 2px 13px 2px 0; }

/************************************************
	Sections of the site
************************************************/
/* Section headers */
.section-header, .menu h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: .5em 1.5em;
	margin: 0 0 5px 0;
	height: 15px;
	background: url(images/section-header.gif) no-repeat left .5em;
	}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	width: 570px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #fff;
	}

/* No sidebar */
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }
#no-sidebar .post { overflow: hidden; margin: 0 0 10px 0; padding: 10px; background: #fff; border-bottom: 1px solid #999; }

/* Posts */
#content .post, #home.paged .post { padding: 10px; border-bottom: 1px solid #999; }

/* Breadcrumb */
.breadcrumb { padding: 10px; border-bottom: 1px solid #999; }

/* Author box */
#author-box { padding: 10px; border-bottom: 1px solid #999; }

/* Navigation links */
.navigation-links { padding: 10px; border-bottom: 1px solid #999; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Related posts plugin */
#related { padding: 10px; border-bottom: 1px solid #999; }
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Clouds */
div.cloud { padding: 10px; border-bottom: 1px solid #999; }

/* Excerpts / Full Posts */
#excerpts, #full-posts { width: 590px; padding: 0; margin: 0; background: transparent; }
#excerpts .post, #full-posts .post { padding: 10px; border-bottom: 1px solid #999; }

/* Features Gallery */
#myGallery { width: 590px; height: 240px; margin: 0 0 10px 0; padding: 0; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }



/* Feature */
#feature { padding: 10px; border-bottom: 1px solid #999; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 580px; padding: 10px 0 10px 10px; border-bottom: 1px solid #999; }
#home .flickr .section-header, #gallery-stream .section-header { margin-right: 10px; }

/* Post blocks */
#post-blocks { width: 590px; background: transparent; padding: 0; margin: -10px 0 10px 0; }
#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #fff; border-bottom: 1px solid #999; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }

/* Post sections */
#post-sections .section { padding: 10px; border-bottom: 1px solid #999; }
#post-sections .post-title { font-size: 1em; }

/* All post tabs */
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }
#post-tabs, #post-block-tabs, #post-list-tabs { background: transparent; width: 590px; padding: 0; }
#home .tab-content { width: 100%; padding: 0; background: #fff; }

#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }
#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }
#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }

/* Post tabs */
#post-tabs .post { margin: 10px; padding: 0; }

/* Post list tabs */
#post-list-tabs .post ul { padding: 5px 2px 5px 7px; }
#post-list-tabs .post li { margin: 3px 0 5px 0; padding: 0; }
#post-list-tabs .post li a { display: inline; margin: 0; padding: 0; }

/* Features and video numbers */
#features-numbers, #video-numbers { background: transparent; width: 590px; padding: 0; border: none; }
#features-numbers div.tab-content, #video-numbers div.tab-content { top: 0; width: 570px; padding: 10px; border-bottom: 1px solid #999; }
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 590px;
	display: block; clear: left;
	overflow: hidden;
	}

/* Video tabbed */
#video-tabbed { padding: 10px; border-bottom: 1px solid #999; }
#video-tabbed .video-list { float: right; width: 44%; }
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #ccc; }
#video-tabbed .video-list li a { color: #333; display: block; padding: 10px; background: #deddd4; }
#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current { text-decoration: none; background: #eee; }
#video-tabbed div.video { clear: none; float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/* Home custom sections */
#home-custom-1, #home-custom-2, #home-custom-3 { padding: 10px; border-bottom: 1px solid #999; }

/************************************************
	Sidebar
************************************************/
#sidebar { width: 320px; }

.menu {
	overflow: hidden;
	width: 300px;
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	background: #fff;
	border-bottom: 1px solid #999;
	}

/* Sidebar lists and sidebar tab lists */
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#sidebar .menu ul li a, .tabbed div ul li a { display: block; padding: 2px 5px; }
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }

/* Recent comments widget */
#sidebar ul#get-recent-comments li { margin: 5px 0; }
#sidebar ul#get-recent-comments li a { display: inline; padding: 2px 0; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { width: 125px; height: 125px; margin: 0 9px 5px 11px; border: none; padding: 0; }

/* Sidebar gallery and flickr photos */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 3px 9px 3px 7px; }

/* Sidebar search */
#sidebar .search input { width: 96%; padding: 5px; background: #e9eae5; border: 1px solid #ccc; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }
#sidebar .subscribe #feed-sidebar { height: 35px; overflow: hidden; background: url(images/feed-icon.gif) no-repeat left .3em; }
#feed-sidebar li { padding: 0 0 0 36px; }
#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }

/* Sidebar recent */
#sidebar .recent .post { float: left; width: 100%; margin: 0 0 10px 0; }
#sidebar .entry { padding: 0; }
#sidebar .recent h3, #sidebar .asides h3 { font-size: .9em; margin: 0 0 1px 0; }
#sidebar .recent h3 a { font-weight: bold; }
#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
#sidebar .tabbed { margin-bottom: 10px; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 6px .6em;
	background: #deddd4;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover { background: #f4f4f4; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tabbed div.tab-content {
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: left;
	padding: 10px 5px 5px 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/************************************************
	Comments Template
************************************************/
#comments-template {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #999;
	}
#comments-template ol { list-style-type: none; margin-top: 10px; }
#comments-template li {
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #ccc;
	}
#comments-template .avatar {
	float: left;
	width: 50px; height: 50px;
	margin: 7px 12px 0 0;
	background: #eee;
	border: 1px solid #999;
	padding: 2px;
	}
#comments-template li.alt { background: #e9eae5; }
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 7px; }
#comments-template li .comment-meta-data a.time { margin-left: 5px; color: #666; }
#comments-template li .comment-text { float: left; width: 87%; padding: 0; }
#no-sidebar #comments-template li .comment-text { width: 92%; }
#comments-template input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar #comments-template input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
/* Footer */
#footer {
	clear: both;
	float: left;
	width: 930px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 20px 5px 15px 5px;
	color: #333;
	background: #d7d6cb url(images/footer-bg.gif) no-repeat 0 0;
	}

#footer p { margin: 5px 0; line-height: 1.3em; }
#footer p.left, #footer p.right { width: 50%; }
#footer p.right { text-align: right; }

.count {
float:right;
font-size:18px;
color:#333
}

#league-table td { font-size: 0.75em; border: none; background-color: #F4F4F4; 
vertical-align: middle; padding: 0.56em;}

#league-table tr:hover td {
background-color: #FEFEFE;
}

.small-small-text{
font-size: .69em; 
margin: .5em 0 .5em 0; 
}




/* ------------- arsenal ---------------*/
body.arsenal #horizontal-nav {

border-bottom:0.19em solid #012F73;
background-color: red;
color:#FFFFFF; 
}
body.arsenal #horizontal-nav a{
color:#FFFFFF; 
}

#league-table .arsenal {
background-image: url(http://www.clubcall.com/template/arsenal-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.arsenal .entry-title a{
color: red;
background-image: url(arsenal-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

body.arsenal .entry-title a:hover{
color: #AA9964;
}

/* story page header */
body.arsenal h1{
color: red;
background-image: url(arsenal-small.png);  
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.arsenal #navcontainer li a {
color: white;
background-color: #FF8A8A;
}
body.arsenal #navcontainer li a:hover {
background-color: #DACFB1;
color: black;
}

body.arsenal #navcontainer li li a {
background-color: #FF0000;
}

body.arsenal #navcontainer li li li a {
}

body.arsenal #navcontainer li li li li a {
background-color: #FF5B5B;
}

/* ------------- end arsenal ---------------*/



/* ------------- aston villa ---------------*/
body.aston-villa #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #FFE600;
background-color: #5D406F;
color:#FFFFFF; 
}

#league-table .aston-villa {
background-image: url(http://www.clubcall.com/template/aston-villa-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}


body.aston-villa #horizontal-nav a{
color:#FFFFFF; 
} 

body.aston-villa .entry-title a{
color: #5D406F;
background-image: url(aston-villa-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

body.aston-villa .entry-title a:hover{
color: #FFE600; 
}

/* story page header */
body.aston-villa h1{
color: #5D406F;
background-image: url(aston-villa-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.aston-villa #navcontainer li a {
color: white;
background-color:#7C5694;
}

body.aston-villa #navcontainer li a:hover {
background-color: #FFE600;
text-decoration: underline;
color: black;
}

body.aston-villa #navcontainer li li a {background-color: #5D406F;

}

body.aston-villa #navcontainer li li li a {
}

body.aston-villa #navcontainer li li li li a {
background-color: #9C78B1;
}

/* ------------- end aston villa ---------------*/

/* ------------- birmingham city ---------------*/
body.birmingham-city #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #FF2020;
background-color: #323763;
color:#FFFFFF; 
}

#league-table .birmingham-city {
background-image: url(http://www.clubcall.com/template/birmingham-city-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.birmingham-city #horizontal-nav a{
color:#FFFFFF; 
} 

body.birmingham-city .entry-title a{
color: #323763;
background-image: url(birmingham-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

body.birmingham-city .entry-title a:hover{
color: #DCDEED;
}

/* story page header */
body.birmingham-city h1{
color: #323763;
background-image: url(birmingham-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.birmingham-city #navcontainer li a {
color: white;
background-color: #5E66AE;
}

body.birmingham-city #navcontainer li a:hover {
background-color: #DCDEED;
text-decoration: underline;
color: black;
}

body.birmingham-city #navcontainer li li a {background-color: #323763;

}

body.birmingham-city #navcontainer li li li a {
}

body.birmingham-city #navcontainer li li li li a {
background-color: #8A8FC4;
}

/* ------------- end birmingham city ---------------*/


/* ------------- blackburn rovers ---------------*/
body.blackburn-rovers #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #ED1C24;
background-color: #00ADEF;
color:#FFFFFF; 
}

body.blackburn-rovers #horizontal-nav a{
color:#FFFFFF; 
} 

body.blackburn-rovers .entry-title a{
color: #00ADEF;
background-image: url(blackburn-rovers-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .blackburn-rovers {
background-image: url(http://www.clubcall.com/template/blackburn-rovers-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}


body.blackburn-rovers .entry-title a:hover {
color: #ED1C24; 
}

/* story page header */
body.blackburn-rovers h1{
color: #00ADEF;
background-image: url(blackburn-rovers-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}



body.blackburn-rovers #navcontainer li a {
color: white;
background-color: #2DC6FF;
}

body.blackburn-rovers #navcontainer li a:hover {
background-color: #ED1C24;
text-decoration: underline;
color: white;
}

body.blackburn-rovers #navcontainer li li a {background-color: #00ADEF;
}

body.blackburn-rovers #navcontainer li li li a {
}

body.blackburn-rovers #navcontainer li li li li a {
background-color: #40CBFF;
}

/* ------------- end blackburn rovers ---------------*/


/* ------------- bolton wanderers---------------*/
body.bolton-wanderers #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #EF3A32;
background-color: #003776;
color:#FFFFFF; 
}

body.bolton-wanderers #horizontal-nav a{
color:#FFFFFF; 
} 

body.bolton-wanderers .entry-title a{
color: #003776;
background-image: url(bolton-wanderers-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .bolton-wanderers {
background-image: url(http://www.clubcall.com/template/bolton-wanderers-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}


body.bolton-wanderers .entry-title a:hover {
color: #EF3A32; 
}

/* story page header */
body.bolton-wanderers h1{
color: #003776;
background-image: url(bolton-wanderers-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.bolton-wanderers #navcontainer li a {
color: white;
background-color: #0067D9;
}

body.bolton-wanderers #navcontainer li a:hover {
background-color: #EF3A32;
text-decoration: underline;
color: white;
}

body.bolton-wanderers #navcontainer li li a {background-color: #003776;
}

body.bolton-wanderers #navcontainer li li li a {
}

body.bolton-wanderers #navcontainer li li li li a {
background-color: #2F92FF;
}

/* ------------- end bolton wanderers---------------*/

/* ------------- chelsea ---------------*/
body.chelsea #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #ED1C24;
background-color: #034694;
color:#FFFFFF; 
}

body.chelsea #horizontal-nav a{
color:#FFFFFF; 
} 

body.chelsea .entry-title a{
color: #034694;
background-image: url(chelsea-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .chelsea {
background-image: url(http://www.clubcall.com/template/chelsea-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}


body.chelsea .entry-title a:hover {
color: #ED1C24; 
}

/* story page header */
body.chelsea h1{
color: #034694;
background-image: url(chelsea-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.chelsea #navcontainer li a {
color: white;
background-color: #0571F3;
}

body.chelsea #navcontainer li a:hover {
background-color: #DBA111;
text-decoration: underline;
color: white;
}

body.chelsea #navcontainer li li a {background-color: #034694;
}

body.chelsea #navcontainer li li li a {
}

body.chelsea #navcontainer li li li li a {
background-color: #3991FB;
}

/* ------------- end  chelsea ---------------*/


/* ------------- Derby County ---------------*/
body.derby-county #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #AB8817;
background-color: #302606;
color:#FFFFFF; 
}

body.derby-county #horizontal-nav a{
color:#FFFFFF; 
} 

body.derby-county .entry-title a{
color: #302606;
background-image: url(derby-county-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .derby-county {
background-image: url(http://www.clubcall.com/template/derby-county-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.derby-county .entry-title a:hover {
color: #AB8817; 
}

/* story page header */
body.derby-county h1{
color: #302606;
background-image: url(derby-county-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.derby-county #navcontainer li a {
color: white;
background-color: #9B7913;
}

body.derby-county #navcontainer li a:hover {
background-color: #AB8817;
text-decoration: underline;
color: white;
}

body.derby-county #navcontainer li li a {background-color: #302606;
}

body.derby-county #navcontainer li li li a {
}

body.derby-county #navcontainer li li li li a {
background-color: #CEA21A;
}

/* ------------- end  Derby County  ---------------*/



/* ------------- everton ---------------*/
body.everton #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #FEDF19;
background-color: #27509C;
color:#FFFFFF; 
}

body.everton #horizontal-nav a{
color:#FFFFFF; 
} 

body.everton .entry-title a{
color: #27509C;
background-image: url(everton-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .everton {
background-image: url(http://www.clubcall.com/template/everton-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.everton .entry-title a:hover {
color: #FEDF19; 
}

/* story page header */
body.everton h1{
color: #27509C;
background-image: url(everton-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.everton #navcontainer li a {
color: white;
background-color: #396DCE;
}

body.everton #navcontainer li a:hover {
background-color: #FEDF19;
text-decoration: underline;
color: black;
}

body.everton #navcontainer li li a {background-color: #27509C;
}

body.everton #navcontainer li li li a {
}

body.everton #navcontainer li li li li a {
background-color: #6B92DA;
}

/* ------------- end  everton  ---------------*/



/* ------------- fulham ---------------*/
body.fulham #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #EF3941;
background-color: #000;
color:#FFFFFF; 
}

body.fulham #horizontal-nav a{
color:#FFFFFF; 
} 

body.fulham .entry-title a{
color: #000000;
background-image: url(fulham-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .fulham {
background-image: url(http://www.clubcall.com/template/fulham-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.fulham .entry-title a:hover {
color: #EF3941; 
}

/* story page header */
body.fulham h1{
color: #000;
background-image: url(fulham-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.fulham #navcontainer li a {
color: white;
background-color: #464646;
}

body.fulham #navcontainer li a:hover {
background-color: #EF3941;
text-decoration: underline;
color: white;
}

body.fulham #navcontainer li li a {background-color: #000;
}

body.fulham #navcontainer li li li a {
}

body.fulham #navcontainer li li li li a {
background-color: #8A8A8A;
}

/* ------------- end  fulham  ---------------*/

/* ------------- liverpool ---------------*/
body.liverpool #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #00A398;
background-color: #D00027;
color:#FFFFFF; 
}

body.liverpool #horizontal-nav a{
color:#FFFFFF; 
} 

body.liverpool .entry-title a{
color: #D00027;
background-image: url(liverpool-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .liverpool {
background-image: url(http://www.clubcall.com/template/liverpool-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.liverpool .entry-title a:hover {
color: #00A398; 
}

/* story page header */
body.liverpool h1{
color: #D00027;
background-image: url(http://www.clubcall.com/template/liverpool-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.liverpool #navcontainer li a {
color: white;
background-color: #FF5371;
}

body.liverpool #navcontainer li a:hover {
background-color: #00A398;
text-decoration: underline;
color: white;
}

body.liverpool #navcontainer li li a {background-color: #D00027;
}

body.liverpool #navcontainer li li li a {
}

body.liverpool #navcontainer li li li li a {
font-weight:normal;
background-color: #FF4666;
}

/* ------------- end  liverpool ---------------*/

/* ------------- manchester city ---------------*/
body.manchester-city #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #F7CA76;
background-color: #3EB8DD;
color:#FFFFFF; 
}

body. #horizontal-nav a{
color:#FFFFFF; 
} 

body.manchester-city .entry-title a{
color: #3EB8DD;
background-image: url(manchester-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .manchester-city {
background-image: url(http://www.clubcall.com/template/manchester-city-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}


body.manchester-city .entry-title a:hover {
color: #F7CA76; 
}

/* story page header */
body.manchester-city h1{
color: #3EB8DD;
background-image: url(manchester-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.manchester-city #navcontainer li a {
color: black;
background-color: #81D1E9;
}

body.manchester-city #navcontainer li a:hover {
background-color: #F7CA76;
text-decoration: underline;
color: #FFFFFF;
}

body.manchester-city #navcontainer li li a {background-color: #3EB8DD;
}

body.manchester-city #navcontainer li li li a {
}

body.manchester-city #navcontainer li li li li a {
font-weight:normal;
background-color: #A5DEEF;
}

/* ------------- end  manchester city ---------------*/


/* ------------- manchester united ---------------*/
body.manchester-united #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #FFF200;
background-color: #E20E0E;
color:#FFFFFF; 
}

body.manchester-united #horizontal-nav a{
color:#FFFFFF; 
} 

body.manchester-united .entry-title a{
color: #E20E0E;
background-image: url(manchester-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .manchester-united {
background-image: url(http://www.clubcall.com/template/manchester-united-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.manchester-united .entry-title a:hover {
color: #FFF200; 
}

/* story page header */
body.manchester-united h1{
color: #E20E0E;
background-image: url(manchester-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.manchester-united #navcontainer li a {
color: white;
background-color: #F44D4D;
}

body.manchester-united #navcontainer li a:hover {
background-color: #FFF200;
text-decoration: underline;
color: black;
}

body.manchester-united #navcontainer li li a {
background-color: #E20E0E;
color: #FFFFFF; 
}

body.manchester-united #navcontainer li li li a {
}

body.manchester-united #navcontainer li li li li a {
font-weight:normal;
background-color: #F77979;
}

/* ------------- end  manchester united---------------*/



/* ------------- middlesborugh ---------------*/
body.middlesbrough #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #000099;
background-color: #C81011;
color:#white; 
}

body.middlesbrough #horizontal-nav a{
color:#FFFFFF; 
} 

body.middlesbrough .entry-title a{
color: #C81011;
background-image: url(middlesbrough-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .middlesbrough {
background-image: url(http://www.clubcall.com/template/middlesbrough-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.middlesbrough .entry-title a:hover {
color: #000099; 
}

/* story page header */
body.middlesbrough h1{
color: #C81011;
background-image: url(middlesbrough-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.middlesbrough #navcontainer li a {
color: white;
background-color: #F15858;
}

body.middlesbrough #navcontainer li a:hover {
background-color: #000099;
text-decoration: underline;
color: white;
}

body.middlesbrough #navcontainer li li a {
background-color: #E20E0E;
color: #FFFFFF; 
}

body.middlesbrough #navcontainer li li li a {
}

body.middlesbrough #navcontainer li li li li a {
font-weight:normal;
background-color: #FF8080;
}

/* ------------- end  manchester united---------------*/

/* ------------- newcastle United ---------------*/
body.newcastle-united #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #1BC3FF;
background-color: black;
color:#white; 
}

body.newcastle-united #horizontal-nav a{
color:#FFFFFF; 
} 

body.newcastle-united .entry-title a{
color: black;
background-image: url(newcastle-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .newcastle-united {
background-image: url(http://www.clubcall.com/template/newcastle-united-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.newcastle-united .entry-title a:hover {
color: #1BC3FF; 
}

/* story page header */
body.newcastle-united h1{
color: black;
background-image: url(newcastle-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.newcastle-united #navcontainer li a {
color: white;
background-color: #575757;
}

body.newcastle-united #navcontainer li a:hover {
background-color: white;
text-decoration: underline;
color: black;
}

body.newcastle-united #navcontainer li li a {
background-color: black;
color: white; 
}

body.newcastle-united #navcontainer li li li a {
}

body.newcastle-united #navcontainer li li li li a {
font-weight:normal;
background-color: #6A6A6A;
}

/* ------------- end  manchester united---------------*/

/* ------------- Portsmouth ---------------*/
body.portsmouth #horizontal-nav {

/* border below nav */
border-bottom:0.19em solid #0060AA;
background-color: #053381;
color:#white; 
}

body.portsmouth #horizontal-nav a{
color:#FFFFFF; 
} 

body.portsmouth .entry-title a{
color: #053381;
background-image: url(portsmouth-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .portsmouth {
background-image: url(http://www.clubcall.com/template/portsmouth-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.portsmouth .entry-title a:hover {
color: #0060AA; 
}

/* story page header */
body.portsmouth h1{
color: #053381;
background-image: url(portsmouth-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.portsmouth #navcontainer li a {
color: white;
background-color: #0752CD;
}

body.portsmouth #navcontainer li a:hover {
background-color: #0060AA;
text-decoration: underline;
color: white;
}

body.portsmouth #navcontainer li li a {
background-color: #053381;
color: white; 
}

body.portsmouth #navcontainer li li li a {
}

body.portsmouth #navcontainer li li li li a {
font-weight:normal;
background-color: #2272F7;
}

/* ------------- end  portsmouth ---------------*/


/* ------------- reading ---------------*/
body.reading #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #E2363D;
background-color: #0061AA;
color:#white; 
}

body.reading #horizontal-nav a{
color:#FFFFFF; 
} 

body.reading .entry-title a{
color: #0061AA;
background-image: url(reading-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .reading {
background-image: url(http://www.clubcall.com/template/reading-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.reading .entry-title a:hover {
color: #E2363D; 
}

/* story page header */
body.reading h1{
color: #0061AA;
background-image: url(reading-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.reading #navcontainer li a {
color: white;
background-color: #0084E6;
}

body.reading #navcontainer li a:hover {
background-color: #E2363D;
text-decoration: underline;
color: white;
}

body.reading #navcontainer li li a {
background-color: #0061AA;
color: white; 
}

body.reading #navcontainer li li li a {
}

body.reading #navcontainer li li li li a {
font-weight:normal;
background-color: #0061AA;
}

/* ------------- end reading ---------------*/

/* ------------- sunderland ---------------*/
body.sunderland #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #BAA74F;
background-color: #DE0035;
color:#white; 
}

body.sunderland #horizontal-nav a{
color:#FFFFFF; 
} 

body.sunderland .entry-title a{
color: #DE0035;
background-image: url(sunderland-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .sunderland {
background-image: url(http://www.clubcall.com/template/sunderland-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.sunderland .entry-title a:hover {
color: #BAA74F; 
}

/* story page header */
body.sunderland h1{
color: #DE0035;
background-image: url(sunderland-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.sunderland #navcontainer li a {
color: white;
background-color: #FF4F7B;
}

body.sunderland #navcontainer li a:hover {
background-color: #BAA74F;
text-decoration: underline;
color: white;
}

body.sunderland #navcontainer li li a {
background-color: #DE0035;
color: white; 
}

body.sunderland #navcontainer li li li a {
}

body.sunderland #navcontainer li li li li a {
font-weight:normal;
background-color: #FF8AA8;
}

/* ------------- end sunderland ---------------*/


/* ------------- Tottenham Hotspur  ---------------*/
body.tottenham-hotspur  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #000033;
background-color: #131259;
color:#white; 
}

body.tottenham-hotspur #horizontal-nav a{
color:#FFFFFF; 
} 

body.tottenham-hotspur .entry-title a{
color: #131259;
background-image: url(tottenham-hotspur-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .tottenham-hotspur {
background-image: url(http://www.clubcall.com/template/tottenham-hotspur-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.tottenham-hotspur .entry-title a:hover {
color: #000033; 
}

/* story page header */
body.tottenham-hotspur h1{
color: #131259;
background-image: url(tottenham-hotspur-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.tottenham-hotspur #navcontainer li a {
color: white;
background-color: #3632D6;
}

body.tottenham-hotspur #navcontainer li a:hover {
background-color: white;
text-decoration: underline;
color: black;
}

body.tottenham-hotspur #navcontainer li li a {
background-color: #131259;
color: white; 
}

body.tottenham-hotspur #navcontainer li li li a {
}

body.tottenham-hotspur #navcontainer li li li li a {
font-weight:normal;
background-color: #625FDE;
}

/* ------------- end Tottenham Hotspur ---------------*/


/* ------------- west-ham-united  ---------------*/
body.west-ham-united  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #37B7EA;
background-color: #8B2942;
color:#white; 
}

body.west-ham-united #horizontal-nav a{
color:#FFFFFF; 
} 

body.west-ham-united .entry-title a{
color: #8B2942;
background-image: url(west-ham-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .west-ham-united {
background-image: url(http://www.clubcall.com/template/west-ham-united-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.west-ham-united .entry-title a:hover {
color: #37B7EA; 
}

/* story page header */
body.west-ham-united h1{
color: #8B2942;
background-image: url(west-ham-united-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.west-ham-united #navcontainer li a {
color: white;
background-color: #C84465;
}

body.west-ham-united #navcontainer li a:hover {
background-color: #37B7EA;
text-decoration: underline;
color: black;
}

body.west-ham-united #navcontainer li li a {
background-color: #8B2942;
color: white; 
}

body.west-ham-united #navcontainer li li li a {
}

body.west-ham-united #navcontainer li li li li a {
font-weight:normal;
background-color: #D0627D;
}

/* ------------- end west-ham-united ---------------*/



/* ------------- wigan athletic  ---------------*/
body.wigan-athletic  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #00713D;
background-color: #005DAA;
color:#white; 
}

body.wigan-athletic #horizontal-nav a{
color:#FFFFFF; 
} 

body.wigan-athletic .entry-title a{
color: #005DAA;
background-image: url(wigan-athletic-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .wigan-athletic {
background-image: url(http://www.clubcall.com/template/wigan-athletic-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.wigan-athletic .entry-title a:hover {
color: #00713D; 
}

/* story page header */
body.wigan-athletic h1{
color: #005DAA;
background-image: url(wigan-athletic-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.wigan-athletic #navcontainer li a {
color: white;
background-color: #0080E8;
}

body.wigan-athletic #navcontainer li a:hover {
background-color: #00713D;
text-decoration: underline;
color: white;
}

body.wigan-athletic #navcontainer li li a {
background-color: #005DAA;
color: white; 
}

body.wigan-athletic #navcontainer li li li a {
}

body.wigan-athletic #navcontainer li li li li a {
font-weight:normal;
background-color: #3EA8FF;
}

/* ------------- end wigan-athletic ---------------*/


/* ------------- west-bromwich-albion  ---------------*/
body.west-bromwich-albion  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #7B593F;
background-color: #082F70;
color:#white; 
}

body.west-bromwich-albion #horizontal-nav a{
color:#FFFFFF; 
} 

body.west-bromwich-albion .entry-title a{
color: #082F70;
background-image: url(west-bromwich-albion-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .west-bromwich-albion {
background-image: url(http://www.clubcall.com/template/west-bromwich-albion-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.west-bromwich-albion .entry-title a:hover {
color: #7B593F; 
}

/* story page header */
body.west-bromwich-albion h1{
color: #082F70;
background-image: url(west-bromwich-albion-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.west-bromwich-albion #navcontainer li a {
color: white;
background-color: #0E53C7;
}

body.west-bromwich-albion #navcontainer li a:hover {
background-color: #FFFFFF;
text-decoration: underline;
color: black;
}

body.west-bromwich-albion #navcontainer li li a {
background-color:#082F70;
color: white; 
}

body.west-bromwich-albion #navcontainer li li li a {
}

body.west-bromwich-albion #navcontainer li li li li a {
font-weight:normal;
background-color: #4F8CF2;
}

/* ------------- end west-bromwich-albion ---------------*/

/* ------------- stoke-city  ---------------*/
body.stoke-city  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #1D439B;
background-color: #E2363D;
color:#white; 
}

body.stoke-city #horizontal-nav a{
color:#FFFFFF; 
} 

body.stoke-city .entry-title a{
color: #E2363D;
background-image: url(stoke-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .stoke-city {
background-image: url(http://www.clubcall.com/template/stoke-city-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.stoke-city .entry-title a:hover {
color: #1D439B; 
}

/* story page header */
body.stoke-city h1{
color: #E2363D;
background-image: url(stoke-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.stoke-city #navcontainer li a {
color: white;
background-color: #EC7D83;
}

body.stoke-city #navcontainer li a:hover {
background-color: #1D439B;
text-decoration: underline;
color: white;
}

body.stoke-city #navcontainer li li a {
background-color:#E2363D;
color: black; 
}

body.stoke-city #navcontainer li li li a {
}

body.stoke-city #navcontainer li li li li a {
font-weight:normal;
background-color: #F19EA3;
}

/* ------------- end stoke-city ---------------*/


/* ------------- hull-city  ---------------*/
body.hull-city  #horizontal-nav {
/* border below nav */
border-bottom:0.19em solid #FAA619;
background-color: black;
color:#white; 
}



body.hull-city #horizontal-nav a{
color:#FFFFFF; 
} 

body.hull-city .entry-title a{
color: black;
background-image: url(hull-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em; 
}

#league-table .hull-city {
background-image: url(http://www.clubcall.com/template/hull-city-small.png); 
background-position:left;
background-repeat:no-repeat;
padding-left: 2em;
}

body.hull-city .entry-title a:hover {
color: #FAA619; 
}

/* story page header */
body.hull-city h1{
color: black;
background-image: url(hull-city-small.png); 
background-position:left;
background-repeat:no-repeat; 
padding-left: 1.1em;
}

body.hull-city #navcontainer li a {
color: white;
background-color: #707070;
}




body.hull-city #navcontainer li a:hover {
background-color: #FAA619;
text-decoration: underline;
color: white;
}

body.hull-city #navcontainer li li a {
background-color: black;
color: white; 
}

body.hull-city #navcontainer li li li a {
}

body.hull-city #navcontainer li li li li a {
font-weight:normal;
background-color: #858585;
}

/* ------------- end hull-city ---------------*/
