/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h0 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h1 { font-size: 2em; margin-bottom: 0.75em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h5 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }

a:link      { color: #009; text-decoration: none; }

a:visited	{ color: #963; text-decoration: none;}

#homerail h3 a:visited, #container .news h2 a:visited, .continue-link a:visited {
	color: #009;
}


a:focus, a:hover	{text-decoration: underline;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }



/* Lists
-------------------------------------------------------------- */

ul, ol      { margin: 0 1.5em 1.5em 0;
			  list-style-position: inside;
}

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 2em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.odd td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0;}
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


.warning, .notice, .download {
	background-color: #f4ffb6;
	border: 1px solid #e6db55;
	padding: 5px;
	font-size: 95%;
	margin-right: 0;
}

.notice {
	border-color: #ccc;
	background-color: #f3f3f3;
	margin-bottom: 30px;
}

.download {
	border-color: #c3d9ff;
	background-color: #ebeffa;
	list-style-type: none;
	list-style-position: outside;
}

/* Layout default and reset rules*/


html, body {
	height: 100%;
}
body {
	width: 100%;
}

* html #bodywrap {
	height: 100%;
}
#bodywrap {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto 0;
	background: #121d43 url(../images/graphics/header-bg2.png) no-repeat center -18px;
}

/*#home #bodywrap {
	background-position: center 2px;
}*/

#header {
	width: 100%;
}

#top-block {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.banner-notice {
	background: #ebeb0e;
	height: 15px;
	padding: 5px 13px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#cse-search-box {
	position: absolute;
	top: 0px;
	right: 0;
	width: 246px;
	padding: 10px 10px 10px;
	height: 25px;
	background: url(../images/graphics/search-form-bg.gif) no-repeat left bottom;
	float: right;
}
#cse-search-box input#q {
	height: 1.2em;
	width: 170px;
}
#cse-search-results iframe {
	height: 82em;
}

#sts-box {
	position: absolute;
	top: 0px;
	right: 275px;
	display: block;
	height: 83px;
	width: 80px;
	background: url(../images/graphics/sts.gif) no-repeat left bottom;
}

#training-scheme #sts-box {
	padding-top: 10px;
}

#sts-box:hover {
	padding-top: 10px;
	text-decoration: none;
}

#container {
	overflow: hidden;
	margin: 0px auto;
	width: 860px;
	position: relative;
	padding: 20px 20px 0;
	background: #fff;
}

body.columns #container {
	background: #fff;
}

#footer {
	background: #0b122b;
	width: 900px;
	position: relative;
	padding: 20px;
	margin: 40px 0 0 -20px;
	clear: both;
	border-top: 40px solid #fff;
}


object {
	margin: 5px 0 20px;
}
#breadcrumbs {
	width:860px;
	padding:30px 20px 0;
	margin:1em auto 0px;
	background: #fff;
	list-style-type: none;
}
#breadcrumbs li {
	display: inline;
	padding-right: 20px;
	background: url(../images/graphics/breadcrumb-arrow.gif) no-repeat right 3px;
}
#breadcrumbs li#current {
	background: none;
}
#breadcrumbs li a:visited {
	color: #009;
}

.pdf, .word {
	background: url(../images/graphics/pdf.gif) no-repeat;
	padding: 0 0 0 25px;
	height: 20px;
	background-position: 0 top;
	display: inline-block;
	margin-top: 2px;
}
.word {
	background-image: url(../images/graphics/word.gif);
}
.external {
	background: url(../images/graphics/external.gif) no-repeat right;
	padding: 0 20px 0 0;
	height: 20px;
	background-position: right top;
	margin-top: 2px;
	display: inline-block;
}

#header h1 {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	height: 105px;
}
#header h1 a img {
	background: #000;
	border-left: 3px solid #ebeb0e;
}


/* Navigation*/

#navholder {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background: none;
}

#navigation {
	position: relative;
	top: 0;
	height: 2.35em;
	left: 0;
	width: 900px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.3;
	z-index: 2;
}

/*float the main list items*/

#navigation li {
	margin: 0;
	float: left;
	display: block;
	text-align: center;
}

#navigation li ul {
	display: none;
}

/*put the subnav below*/

#navigation li.on ul {
	position: absolute;
	top: 1.7em;
	left: 0px;
	background: #ebeb0e;
	height: 1.6em;
	width: 880px;
	display: block;
	padding: 0.3em 0 0 20px;
	z-index: 1;
}

#navigation li a {
	color: #fff;
	font-weight: bold;
	display: block;
	width: 90px;
	position: relative;
	height: 1.45em;
	padding: 0.3em 5px 0.4em;
	font-size: 15px;
	background: #b9a000 none;
	
}

#navigation li a em {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}

#navigation li.on a {
	color: #000;
	background: #ebeb0e;
}

#navigation li.on ul li a {
	display: inline;
	color: #000;
	text-decoration: underline;
}

#navigation li.on ul a {
	float: left;
/*ie doesn't inherit the float*/
	width: auto;
	margin: 0 20px 0 0;
	height: auto;
	padding: 3px 10px;
}

#navigation li.on:hover ul a, #navigation li.over ul li a {
/*for ie - the specificity is necessary*/
	background: none;
}

#navigation li a:hover {
	color: #000;
	background: #ebeb0e;
	text-decoration: none;
}
#navigation li.on a:hover {
	color: #000;
	background: #ebeb0e;
}
#navigation li a:active {
	text-decoration: underline;

}

/*subnav formatting*/

#navigation li.on ul a {
	display: block;
	background: none;
	color: #fff;
	font: bold 85% arial, verdana, sans-serif;
	width: auto;
}

#navigation li.on ul a:hover {
	text-decoration: none;
}

#navigation li.on .subselected a {
	background: #fff !important;
	padding-bottom: 0.6em;
	text-decoration: none;
}


* html .sc_events {
  	height: 1%;
}


/*Pagination rules */

div.pagination {
	float: right;
	margin-bottom: 10px;
	padding-top: 5px;
	height: 2.2em;
}

div.pagination a, div.pagination a:visited {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #AAD;
	color: #121d43;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #121d43;
}

div.pagination span.current {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #121d43;
	font-weight: bold;
	background-color: #121d43;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ededed;
	color: #ebebeb;
}

/*
Records rules 
----------------------------------------------------------*/


.rec-details strong, .rank-details strong {
	font-weight: bold;
	font-size: 130%;
}

ul.image_list img {
	margin: 0 auto 0.4em auto;
	display: block;
}

ul.image_list {
	height: 9em;
}

ul.image_list li {
	display: inline;
}

ul.image_list li a{
	float: left;
	display: block;
	text-align: center;
	padding: 0.4em;
	width: 165px;
	margin: 0 15px 0 0;
}

ul.image_list li a:hover {
	background: #f2f2f2;
}


.female, .male {
	display: inline-block;
	height: 7em;
	font-size: 140%;
	background-color: #121d43;
}
.female {
	width: 5em;
	margin: 0 30px 0 0;
	padding: 40px 10px 10px 100px;
	background: url(../images/graphics/swim-costume.png) no-repeat 0;
	float: left;
}

.male {
	width: 4em;
	padding: 40px 10px 10px 170px;
	background: url(../images/graphics/swim-trunks.png) no-repeat 10px center;
}

a.female:hover {
	background-position: -731px;
}
a.male:hover {
	background-position: -649px;
}

.club {
	display: block;
	height: 3em;
	width: 5em;
	margin: 20px 0 0;
	padding: 20px 0 20px 180px;
	background: url(../images/graphics/shark-logo_big.gif) no-repeat left 7px;
	border: 3px solid #fff;
	font-size: 140%;
}

a.female:hover, a.male:hover, a.club:hover {
	background-color: #f2f2f2;
}


/*
Left Right column rules --------------------------------------------------------------------*/

#left {
	float: left;
	width: 244px;
	margin: 8px 0 0;
	position: relative;
}

#right {
	float: left;
	width: 575px;
	padding: 0 0 0 20px;
	background: none;
	position: relative;
	
}

/* 
Accordion rules 
----------------------------------------------------------------*/

ul.menu, ul.menu ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 224px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  width: 210px;
}

ul.menu li a:link, ul.menu li a:visited {
  background: #fff;
  color: #000;	
  padding: 5px 7px;
  border-bottom: 1px solid #c0c6fb;
}

ul.menu li a:hover {
	background: #bac3df;
}

ul.menu ul a:link, ul.menu ul a:visited {
	color: #000;
	padding-left: 30px;
	width: 187px;
}

#container ul.menu li a.selected {
	color: #fff ;
	background-color: #243d8f;
	font-weight: bold;
	border-bottom: none;
}

/* 
Footer 
---------------------------------------------------------------------------------------------------*/


#footer_images li, #quicklinks li {
	display: inline;
}

#footer_images li a, #quicklinks li a{
	float: left;
	color: #fff;
}

ul#quicklinks {
	height: 20px;
	margin-left: -0.5em;
}
ul#quicklinks li a{
	border-right: 1px solid #fff;
	padding: 0 0.5em;
}

#quicklinks a.last {
	border: none;
}
ul#footer_images li a{
	margin-right: 10px;
	height: 40px;
}

#footer p {
	clear: both;
	color: #fff;
	margin-bottom: 0;
}

#footer ul#footer_images a:hover {
	text-decoration: none;
}

ul#footer_images {
	clear: left;
	float: left;
	padding-top: 10px;
	height: 50px;
	width: 600px;
}
.sm-column {
	float: left;
	width: 200px;
}
.sm-column h5{
	font-size: 95%;
	color: #ebeb0e;
}
.sm-column ul {
	list-style-type: none;
	list-style-position: outside;
	font-size: 95%;
}
.sm-column ul li a:link, .sm-column ul li a:visited {
	color: #b2b2b2;
}
.sm-column ul li a:hover {
	color: #fff;
}
#footer-about {
	padding-left: 10px;
	position: absolute;
	top: 20px;
	left: 620px;
	width: 250px;
}
#footer-about h5{
	margin-bottom: 0.5em;
}
#footer-about h5 a{
	color: #ebeb0e;
	text-decoration: underline;
}

#footer-about p {
	color: #b2b2b2;
	font-size: 95%;
}

#footer-about img {
	margin-bottom: 0.5em;
}

a#asa, a#swim21, a#clubmark, a#speedo, a#lcc {
	height: 34px;
	display: inline;
}
a#asa {
	background: url(../images/footer-rollovers/british-swimming.gif) repeat-x 0 bottom;
	width: 155px;
}

a#asa:hover {
	background-position: 155px bottom;
}

a#swim21 {
	background: url(../images/footer-rollovers/swim-21.gif) repeat-x 0 bottom;
	width: 129px;
}
a#swim21:hover {
	background-position: 129px bottom;
}
a#clubmark {
	background: url(../images/footer-rollovers/club-mark.gif) repeat-x 0 bottom;
	width: 60px;
}
a#clubmark:hover {
	background-position: 60px bottom;	
}

a#speedo {
	background: url(../images/footer-rollovers/speedo.gif) repeat-x 0 bottom;
	width: 70px;
}
a#speedo:hover {
	background-position: 70px bottom;	
}
a#lcc {
	width: 119px;
	background: url(../images/footer-rollovers/leeds-city-council.gif) repeat-x 0 bottom;
}
a#lcc:hover {
	background-position: 119px bottom;		
}


/* BIG GALLERY */

.gallery li {
	display: inline;
}
.gallery a img {
	padding: 3px;
	margin: 9px 9px 0 0;
	border: 1px solid #ccc;
}
.gallery a:hover img {
	border-color: #121d43;
}

.gallery {
	padding: 0 0 5px 0;
}

.disclaimer {
	margin-top: 1em;
	font-size: 80%;
}
.disclaimer span {
	text-decoration: underline;
}

#privacy p strong {
	text-transform: uppercase;
	font-weight: bold;
}

#privacy b, #accessibility b {
	color: #3154d8;
}

#privacy h3, #accessibility h3 {
	text-decoration: underline;
}

.no-nav-select ol li ul {
	margin-left: 3em;
	margin-bottom: 0;
}

.no-nav-select #container {
	padding-top: 20px;
	margin-top: -1em;
	border-top: 2.8em solid #ebeb0e;
}