/* -------------------------------------------------------------- 
  
   * 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; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; font-weight: bold;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { 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; font-size: 13px; line-height: 1.6;
}

a:link      { color: #009; text-decoration: none; }

a:visited	{ color: #7983d7; 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: #0b112b url(../images/graphics/johncharles.jpg) no-repeat center 0px;

}

#header {
	width: 100%;
}

#top-block {
	width: 1000px;
	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;
}

#header-links {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	height: 22px;
	width: 480px;
	padding: 8px 0;
}

#cse-search-box {
	margin: 0 0 0 8px;
	float: left;
	padding: 0;
	background: #fff;
	height: 22px;
}

#cse-search-box input#search-text {
	height: 16px;
	margin: 0;
	padding: 3px 5px;
	width: 170px;
	display: block;
	float: left;
	font-size: 12px;
	border: 0;
}

#cse-search-box input#search-button {
	float: left;
	width: 30px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	height: 22px
}

#cse-search-results iframe {
	height: 82em;
}

#header-links a {
	display: block;
	margin-top: 2px;
	padding: 0 8px;
	float: left;
	color: #fff;
	border-right: 1px solid #797979;
}


#container {
	overflow: hidden;
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding: 20px;
	background: #fff;
}

body.columns #container {
	background: #fff;
}

#footer {
	background: #fff;
	width: 960px;
	position: relative;
	padding: 0px 20px 20px;
	margin: 0 auto;
	clear: both;
}

#footercontent {
	margin: 0 auto;
	border-top: 3px solid #0b112b;
	padding-top: 20px;
}

object {
	margin: 5px 0 20px;
}

#breadcrumbs {
	width: 960px;
	padding: 20px 20px 0;
	margin: 0 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 28px;
	height: 20px;
	background-position: left 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: 1000px;
	margin: 0 auto;
	height: 90px;
}
#header h1 a img {
	background: #000;
	border-top: 3px solid #ebeb0e;
	padding-top: 3px;
}


/* Navigation*/

#navholder {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background: none;
}

#navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 52px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1;
	z-index: 2;
	background-color: #6d6d00;
}

/*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: 26px;
	left: 0px;
	background: #ebeb0e;
	height: 26px;
	width: 1000px;
	display: block;
	padding:  0;
	z-index: 1;
}

#navigation li a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: relative;
	height: 20px;
	padding: 3px 20px 3px;
	background: #6d6d00;
}

#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;
}

#navigation li.on ul a {
	float: left;
/*ie doesn't inherit the float*/
	width: auto;
	height: auto;
	padding: 5px 20px;
}

#navigation li.on:hover ul a, #navigation li.over ul li a {
/*for ie - the specificity is necessary*/
	background: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a:active {
	text-decoration: underline;
}

/*subnav formatting*/

#navigation li.on ul a {
	display: block;
	background: none;
	color: #fff;
	width: auto;
}

#navigation li.on .subselected a {
	background: #fff !important;
	padding-bottom: 7px;
	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 0 5px;
	display: block;
}

ul.image_list {
	height: 9em;
}

ul.image_list li {
	display: inline;
}

ul.image_list li a{
	float: left;
	display: block;
	padding: 0.4em;
	margin: 0 50px 0 0;
	font-weight: bold;
}


.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: 500px;
	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 #c9c9c9;
}

ul.menu li a:hover {
	background: #eaeaea;
}

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: #0b112b;
	font-weight: bold;
	border-bottom: none;
}

/* 
Footer 
---------------------------------------------------------------------------------------------------*/


#footer_images li, #quicklinks li {
	display: inline;
}

#footer_images li a, #quicklinks li a{
	float: left;
	color: #009;
}

ul#quicklinks {
	height: 20px;
	margin-left: -0.5em;
}
ul#quicklinks li a{
	border-right: 1px solid #b4b4b4;
	padding: 0 8px;
	font-weight: bold;
	font-size: 14px;
	color: #6d6d00;
}

#quicklinks a.last {
	border: none;
}
ul#footer_images li a{
	margin-right: 20px;
	height: 40px;
}

#footer p {
	clear: both;
	color: #4c4c4c;
	margin-bottom: 0;
	font-size: 12px;

}

#footer ul#footer_images a:hover {
	text-decoration: none;
}

ul#footer_images {
	clear: left;
	float: left;
	padding-top: 10px;
	height: 50px;
	width: 650px;
}
.sm-column {
	float: left;
	width: 225px;
}

.sm-column ul {
	list-style-type: none;
	list-style-position: outside;
}
.sm-column ul li a:link, .sm-column ul li a:visited {
	color: #6d6d00;
}

#footer h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
}
#footer-about {
	padding-left: 10px;
	position: absolute;
	top: 22px;
	left: 720px;
	width: 250px;
}

#footer-about p {
	padding-top: 5px;
}

#footer-about a {
	color: #6d6d00;
}
#footer-about img {
	margin-bottom: 5px;
}

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: 151px;
}

a#asa:hover {
	background-position: 151px 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: -26px;
	z-index: 999;
	position: relative;
	border-top: 26px solid #ebeb0e;
}
#accommodation #container div {
	width: 600px;
}
#accommodation strong {
	font-size: 16px;
	font-weight: bold;
}

#accommodation b {
	font-size: 13px;
	color: #6d6d00;
}

#accommodation #calder-logo {
	float: right;
	padding: 20px;
}
