/***************************************************************
	Need black links on default
***************************************************************/


/***************************************************************
	General layout
***************************************************************/
#content-wrap, .floating-text {
	border-color:#F68D1E;
}

#subnav {
	background-image: url(/assets/images/news_theme/sn_bg_large.png);
}

#tagcloud {
	background-image: url(/assets/images/sn_bg_small.png)
}

#navcolumn ul li a, ul.entry-list li {
	background-image: url(/assets/images/news_theme/sn_bullet.png);
}

.size2 {
	background-image:url(/assets/images/news_theme/b2.png);
}

.size3 {
	background-image:url(/assets/images/news_theme/b3.png);
}

.size4 {
	background-image:url(/assets/images/news_theme/b4.png);
}

.ac_over {
	background-color: #F68D1E;
}

p#breadcrumbs {
	background-image: url(/assets/images/news_theme/breadBg.png)
}

.formBox {
	border-color:#F68D1E;
}

/***************************************************************
	Headings
***************************************************************/
#content h1 {
	background-image: url(/assets/images/news_theme/h1Bg.png);
}

h2.hd {
	background-image: url(/assets/images/news_theme/h2Bg.png);
}

h2.snhd {
	background-image: url(/assets/images/news_theme/h2Bg-sn.png);
}


/***************************************************************
	Extra news bits
***************************************************************/
h2.hd-premier-league {
	background-image: url(/assets/images/news_theme/h2Bg-premier.png);	
}

h2.hd-championship {
	background-image: url(/assets/images/news_theme/h2Bg-championship.png);
}

h2.hd-leagues {
	background-image: url(/assets/images/news_theme/h2Bg-leagues.png);
}

h2.hd-international {
	background-image: url(/assets/images/news_theme/h2Bg-international.png);
}

h2.hd-spl {
	background-image: url(/assets/images/news_theme/h2Bg-spl.png);
}

#content  ul#league-tables-large {
	list-style-type:none;
	height:110px;
	width:467px;
	overflow:hidden;
	padding:0;
	margin:0;
}

ul#league-tables-large li {
	display:inline;
}

ul#league-tables-large li a {
	display:block;
	float:left;
	width:110px;
	height:0;
	overflow:hidden;
	padding-top:110px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right:5px;
}

a#ll1 {
	background-image: url(/assets/images/news_theme/premier-large-logo.png);
	margin-left:0
}

ul#league-tables-large li a#ll2 {
	background-image: url(/assets/images/news_theme/championship-large-logo.png);
	
}

a#ll3 {
	background-image: url(/assets/images/news_theme/league-large-logo.png);
}

a#ll4 {
	background-image: url(/assets/images/news_theme/spl-large-logo.png);
	width:117px !important;
}

.mask-tp {
	margin-top:-6px;
	position:absolute;
}

#tp1 {
	margin-left:9px;
}

#tp2 {
	margin-left:121px;
}

#tp3 {
	margin-left:234px;
}

#tp4 {
	margin-left:346px;
}

#subnav.tall {
	background-image: url(/assets/images/news_theme/sn_bg_tall.png);
	height:322px;
}

/***************************************************************
	END extra news bits
***************************************************************/




/***************************************************************
	Content boxes
***************************************************************/
.cb-sw-left {
	background-image: url(/assets/images/news_theme/cb-sw-left.png);
}

.cb-sw-right {
	background-image: url(/assets/images/news_theme/cb-sw-right.png);
}

.cb-tw {
	background-image: url(/assets/images/news_theme/cb-wide.png);
}

.sn-stretch {
	background-image: url(/assets/images/news_theme/sn_bg_stretch.png);
}

.content-sep {
	background:#F68D1E;
	height:4px;
	border-bottom:2px solid #105914;
	margin:20px 0;
}

.comment-sep {
	background:#F68D1E;
}

.comment-bg {
	background-image: url(/assets/images/news_theme/comment-bg.png);
}

#comment-foot {
	background-image: url(/assets/images/news_theme/comment-foot.png);
}

/***************************************************************
	Masked images
***************************************************************/
.cb-sw-left .mask-small .mask {
	background-image: url(/assets/images/news_theme/mask-small-left.png);
}

.cb-sw-right .mask-small .mask {
	background-image: url(/assets/images/news_theme/mask-small-right.png);
}

.cb-tw .mask-xl .mask {
	background-image: url(/assets/images/news_theme/mask-xl.png);
}

.mask-tp .mask {
	background-image: url(/assets/images/news_theme/mask-tp.png);
}

.mask-tp .tp-grade {
	background-image: url(/assets/images/news_theme/mask-tp-grade.png);
}

/***************************************************************
	league tables
***************************************************************/
#content  tr.dotted td {
	border-bottom: 2px dotted #F68D1E;
}




