/*
	Main Stylesheet for Scottish Hockey Union / Conkerhouse

	$Author: ckoiak $
	$Date: 2006-10-20 17:06:18+01 $
	$Revision: 1.2 $	
*/

@import url(common_styles.css);
@import url(shu_forms.css);
@import url(shu_colour.css);

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background-image: url(../images/main_bg.gif);
}

a { text-decoration: none; color: #0B3D91;}
a:hover { text-decoration: underline; }

h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #0B3D91;
	font-size: 160%;
}
h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0B3D91;
	font-size: 130%;
}


div#shu { text-align: center; }

/* Centres content and enforces the site width */
div.contentWidth {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* Column structure used throughout the site (use percentages) */

div.twocol div.column {
	width: 50%;
	float: left;
}

div.contentLeft div.columnOne { width: 65%; margin-right: 2%; }
div.contentLeft div.columnTwo { width: 33%; }

div.contentRight div.columnOne { width: 25%; }
div.contentRight div.columnTwo { width: 75%; }

div.slideshowRight div.columnOne { width: 60%; }
div.slideshowRight div.columnTwo { width: 40%; }

div.contentListingRight div.columnOne { width: 15%; }
div.contentListingRight div.columnTwo { width: 85%; }

/* Header, Main logo, header housekeeping-navigation and header search panel */

div#logo {
	/*background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../images/SHU_logo_bg.gif);*/
	background-color: #00559f;
	text-align: center;
	position: relative;
	min-height: 105px;
	padding-top: 10px;
}

* html div#logo {height: 105px;}

div.sponsor {float: right;}

div.sponsor img {width: 115px;}

div#logo div.contentWidth { position: relative; }

img.logo {position: absolute;left: 37.5%;bottom:12px;}

div#logo div#headerHouseKeeping {
	text-align: right;
	font-size: 90%;
	padding-top: 25px;
}

div#logo div#headerHouseKeeping ul { }

div#logo div#headerHouseKeeping ul li {
	background-color: transparent;
	background-repeat: no-repeat;
	padding-right: 1em;
}

div#logo div#headerHouseKeeping ul li.lastnode {
	background-image: none;
	padding-right: 1em;
}

div#logo div#headerHouseKeeping ul li a {
	padding: 0.05em 0.25em;	
	color: #fff;
}


div#logo div#headerHouseKeeping ul li.current a {
	color: #B2D9FB;
	font-weight: bold;
}

div#hp_pic {
 width: 760px;
 background: #fff;
 padding: 9px 0px 7px 0px;
}



/* Primary navigation and secondary Navigation */

div#primaryNavigation {
 background: #00559F;
 color: #fff;
 border-top: 2px solid #fff;
}
div#primaryNavigation ul {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#primaryNavigation ul li {
	color: #fff;
	padding: 8px;
}
div#primaryNavigation ul li a {
	font-weight: bold;	
	color: #fff;
}

div#secondaryNavigation {
 	color: #fff;
}
div#secondaryNavigation ul {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#secondaryNavigation ul li {
	color: #fff;
	padding: 8px;
}
div#secondaryNavigation ul li a {
	color: #fff;
}

div#secondaryNavigationSect1 ul {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#secondaryNavigationSect1 ul li {
	color: #fff;
	padding: 8px;
}
div#secondaryNavigationSect1 ul li a {
	color: #fff;
}

/* Content styling */

div#contentBody {
 width: 760px;
 background: #fff;
}

div#content {
 float: left;
 padding: 16px 20px;
}


div#subContent {
 float: left;
 width: 354px;
 padding: 16px 0;

}


div#subWideContent {
 float: left;
 width: 540px;
 padding: 16px 0;
}
div#subFullContent {
 float: left;
 width: 720px;
 padding: 16px 20px;
}

div#subLeftContent {
 float: left;
 width: 420px;
 padding: 16px 20px;
}

div#subListingContent {
 float: left;
 width: 600px;
 padding: 16px 20px;
}

div#breadcrumb {
 padding: 4px 20px 0 20px;
 color: #666;
 font-size: 90%;
}
div#breadcrumb a {
 color: #0B3D91;
 text-decoration: none;
}
div#breadcrumb a:hover {
 color: #0B3D91;
 text-decoration: underline;
}

div#breadcrumb ul li{
	background: transparent url(../images/breadcrumb_sept.gif) no-repeat right;
	padding: 0 9px 0 0;
}

div#breadcrumb ul li.lastnode {background: none;}

div#hp_featuresRow {
 width: 720px;
 background: #fff;
 margin-bottom: 20px;
}
div.hp_feature,
div.hp_feature2 {
 float: left;
 width: 226px;
 font-size: 90%;
}
div.hp_feature img {
 border-top: 4px solid #C90062;
}
div.hp_feature2 img {
 border: 0;
 margin-bottom: 5px;
}
div.hp_feature2 {
	background: transparent url(../images/feature_bar.gif) no-repeat top;
	padding-top: 10px;
}
.centre {
 margin-left: 20px;
 margin-right: 20px;
}

/* Tab Styles */
div#tabCollection ul#tabOptions {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#tabCollection.jsIsOn ul#tabOptions {
	border-bottom: 1px solid #C8CCD5;
	padding: 0.5em;
	padding-left: 0;
}

div#tabCollection ul#tabOptions li {
	background: transparent url(../images/arrow_blue_right.gif) no-repeat 0 0.35em;
	padding-left: 10px;
}

div#tabCollection.jsIsOn ul#tabOptions li {
	display: inline;
	margin-right: 0.25em;
	background: #fff;
	margin: 0;
	padding: 0;
}


div#tabCollection.jsIsOn ul#tabOptions li a {
	border-left: 1px solid #C8CCD5;
	padding: 0.5em 1.5em 0.5em 1em;
	background: transparent;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #000;
}

div#tabCollection.jsIsOn ul#tabOptions li.current a {
	color: #0B3D91;
	background-image: url(../images/tab_sel.gif);
	font-weight: bold;
}


.printPage {
 float: right;
 height: 25px;
}

h1.subTab {
	margin-top: 10px;
	margin-bottom: 0;
}

table.greyTable {
 margin: 10px 0;
 padding: 0;
 font-size: 90%;
}
table.greyTable th {
 padding: 6px;
 font-weight: bold;
 color: #666;
 background-color: #DDD;
 text-align: left;
}

table.greyTable td {
 padding: 6px;
 color: #666;
 background-color: #EBEBEB;
}

table.greyTable th.versus {visibility: hidden;}

table.greyTable td.versus {text-align: center;}

table.greyTable tr.divide td {
 border-top: 10px solid #fff;
}

.leagueSponsor {
 float: right;
}

caption {display: none;}
table.leagueTable {
 margin: 10px 0;
 padding: 0;
 font-size: 90%;
}
table.leagueTable th {
 padding: 4px;
 font-weight: bold;
 color: #666;
}

tr.header { background-color: #DDD;}

table.leagueTable th.position,
table.leagueTable th.leagueclub {visibility: hidden;}

table.leagueTable tr.lightrow {
 background-color: #ffffff;
}
table.leagueTable tr.darkrow {
 background-color: #EBEBEB;
}
table.leagueTable td {
 padding: 2px 4px;
 color: #666;
 text-align: center;
}

table.leagueTable td.position,
table.leagueTable td.team {text-align: left;}

table.leagueTable th.points {
 padding: 2px 4px;
 color: #000;
}
table.leagueTable td.points {
 padding: 2px 4px;
 font-weight: bold;
 color: #000;
}

div.results {
 margin: 5px 0;
}

div.results .team1name,
div.results .team2name {
 width: 250px;
 display: block;
 float:left;
}

div.results .team1name {width: 200px;}

div.results .team1score {
	background: transparent url(../images/dash.gif) no-repeat right;
	padding-right: 4px;
}

div.results .team1score,
div.results .team2score {
	float:left;
}

div.results .team2name {
 margin-left: 70px;
}

div.tintBox1 {
 padding: 10px;
 background: #EBEBEB;
}
div.tintBox2 {
 padding: 10px;
 background: #ffffff;
}
div.tintBox1 h2, div.tintBox2 h2 {
 font-size: 100%;
}
div.event {margin: 8px 0;}

div.listingsPager {
 padding: 10px;
 background: #EBEBEB;
 text-align: right;
} 

.articlePic {
 float: right;
 margin-left: 20px;
}




/* Footer styling, including footer columns */

div#footer {
 width: 720px;
 padding: 10px 20px 40px 20px;
 margin: 0 auto;
 background: #fff;
}

div#footerContent {
 border-top: 5px solid #0B3D91;
 padding-top: 10px;
 width: 720px;
 text-align: left;
 font-size: 90%;
}
div#footerContent ul {
	padding: 0;
}
div#footerContent ul li {
	color: #666;
	margin-right: 10px;
}
div#footerContent ul li a {
	color: #666;
}
div#footerContent h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0B3D91;
	font-size: 110%;
}


p.heading {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}

div.contentPadding {
	padding: 1em;
}

/* Side navigation styling */

div.sideNav {
	width: 190px;
	padding: 10px 0;
	float: left;
}

div.sideNav ul {padding:0 20px;}

div.sideNav ul li a {
	padding: 0.25em 0.5em;
	display: block;
	width: 100%;
	color: #666;
	border-top: 1px solid #EBEBEB;
}

html>body div.sideNav ul li a { 
	/* Targets all browsers, except IE6 and below */
	width: auto;
	color: #666;
}

div.sideNav ul li.groupSelected a {
	font-weight: bold;
}

div.sideNav ul li.groupSelected ul li a {
	font-weight: normal;
	padding-left: 1.25em;
	background-repeat: no-repeat;
	background-position: 0.5em 0.8em;
}

div.sideNav ul li.groupSelected ul li ul li a {
	padding-left: 2em;
	background-repeat: no-repeat;
	background-position: 1.25em 0.8em;
}

div.sideNav ul li.selected a,
div.sideNav ul li.groupSelected ul li.selected a {
	font-weight: bold;
}

/* Third Column styles  */

div#rightColPic{
 float: right;
 width: 247px;
 padding-top: 50px;
 padding-right: 20px;
}

div#rightColDetails{
 float: right;
 width: 180px;
 padding-top: 50px;
 padding-right: 20px;
}

div#rightColDetails ul{
list-style: none;
margin: 0;
padding: 0;
}

div#rightCol {
 float: right;
 width: 160px;
 color: #0B3D91;
 padding-top: 20px;
 padding-right: 20px;
}
div#rightCol a {
 color: #0B3D91;
}
.icon {
 margin-bottom: -4px;
}

.divider {
 margin: 10px 0;
}

div#rightCol p.relatedAssetsHeading {
	margin: 0 0 0.75em 0;
	font-size: 120%;
	font-weight: bold;
}


div#rightCol ul li {
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	background-image: url(../images/dash.gif);
}


/* site map styles */



#copySiteMap {
 width: 720px;
 margin-top: 20px;
}


div#copy .siteMapCol a {
	color: #666;
	text-decoration: none;
}
div#copy .siteMapCol a:hover {
	color: #9E0043;
	text-decoration: none;
}

.siteMapCol {
 float: left;
 margin-right: 30px;
 margin-bottom: 10px;
 width:140px;
}


div.siteMapCol ul.navigation {
	padding: 0;
	margin-bottom: 20px;
}

div.column01 {width: 150px;}
div.column01 ul.navigation {margin-bottom: 0px;}

div.siteMapCol ul.navigation li a {
	padding:0;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	width:100%;
	border-bottom: 1px solid #D2D2D2;
}

div.column01 ul.navigation li,
div.siteMapCol ul.navigation li ul li a,
div.column01 ul.navigation li ul li a {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
	border-bottom: 0;
}

div.column01 ul.navigation li a {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
	border-bottom: 0;
}
div.column01 ul.navigation li.no1 a {
	padding:0;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #D2D2D2;
}

div.column01 ul.navigation.footer li.no1 a {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
	border-bottom: 0;
}

div.siteMapCol ul.navigation li ul li{
	font-weight: normal;
	padding-left: 0.75em;
	background: transparent;
	background: transparent url(../images/dash.gif) no-repeat left 6px;
}

span.printLink {
	cursor: pointer;
}


a.forgottenpassword {display: none;}

#membersLink a:active,
#membersLink a:visited,
#membersLink a:link
{
     text-decoration: none;
     color: #FFFFFF;
     margin-right: 12px;
}

#membersLink a:hover
{
     text-decoration: underline;
     color: #FFFFFF;
     margin-right: 12px;
}