@charset "utf-8";
/* CSS Document */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

table { border-collapse:collapse; border-spacing:0 }

fieldset, img { border:0 }

body {
	background: #FFF;
}

/* Typography */

body{

	font: 62.5%/1.5 Arial, Helvetica, sans-serif;

}

h2 {
	padding:5px;
	padding-left:15px;
	font-size:2em;
	
}

h3 {
	padding:5px;
	padding-left:15px;
	font-size:2em;
}

small {
	padding-left: 15px;
}

/* For modern browsers */

html>body{

	font-size: 10px;

}

/* Paragraph sizes */

p{ }

/* Border styles */

.main, .news, .photo, .locationBox {
	border: 10px #305a6c solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#4d8fac;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

/* Menu */

.header {
	width:100%;
	height:50px;
	background-color:#4d8fac;
	border-bottom: 10px #305a6c solid;
	
}

.navWrapper {
	margin: 0 auto;
	width:1000px;
	position:relative;
	top:-10px;

}

.nav {
	line-height:50px;
}

.nav li
{
	list-style-type:none;
	display:block;
	float:left;
	color:#FFFFFF;
	text-align:center;
	font-size: 2em;
}

.nav a
{
	
	display:block;
	padding:10px 15px 10px 15px;
	color:#FFF;
	text-decoration:none;

}

.nav img 
{
	float:left;
	position:relative;
	top:8px;
}

.nav a:hover{
	background-color:#5bb0d5;
	border-bottom: 10px solid #4d8fac;
	height:40px;
}

.nav a.sel 
{
	color:#FFFFFF;
	background-color:#305a6c;
}

/* Layout */

.container {
	width:800px;
	margin:0 auto;
}

select, input, file {
	margin:15px;
	padding:15px;
	font-size:14px;
	border:3px solid #305A6C;
}

.warning {
	font-size:18px;
	width:400px;
	margin:0 auto;
	padding:10px;
	border: 10px solid #305A6C;
	text-align:center;
	font-weight:bold;
}

.centreNews {
	margin: 0 auto;
	width:1000px;
}

.main {
	margin:0 auto;
	min-width:700px;
	width:70%;
	top:20px;
	position: relative;
	margin-bottom: 60px;
	clear:both;
	
}


/*********** News Feed ***************/

.news {
	margin:0 auto;
	width: 600px;
	height:60px;
	
}

.news ul
{
	margin-left:1px;
	padding:0;
	margin-bottom:0;
}

.news li
{
	list-style-type:none;
	display:block;
	float:left;
	text-align:center;
	margin-left:0;
	margin-bottom:0;
	padding:10px;
	color:#FFF;
	font-size:1.4em;
}

.news a
{
	font-weight:bold;
	display:block;
	line-height:40px;
	width:94px;
	margin-left:0;
	margin-bottom:0;
	color:#FFF;
	font-size:1.4em;
	text-decoration:none;
}

.news a:hover, .news .sel
{
	background-color:#5bb0d5;
	color:#FFFFFF;
	text-decoration:none;;
	margin-left:0;
	margin-bottom:0;
}


.date{
	float:right;
	position:relative;
	top:-10px;
	right:-10px;
	width: 50px;
	height:50px
	padding:2px;
	text-align:center;
	color:#FFF;
}

.fdpoweredby {
	display:none;
}

.from {
	
}

.timeago {
	font-size:0.7em;
}

/************** Photo Feed *************************/


.photo {
	float:left;
	position:relative;
	top:30px;
	width: 440px;
	height: 400px;
	
}

.centrePhoto {
	margin: 0 auto;
	width:450px;
	position:relative;
	top:20px;
	right:5px;
}

.thumbs ul { margin-left: 2% }

.thumbs li { list-style: none; float: left; margin: 5px 3% 5px 4%; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000;  }
.thumbs li a { }
.thumbs li img { display: block; }
.thumbs li a img { border: none;}

.flickr {
	float:right;
	display:block;
	padding:5px;
	margin-top:15px;
}

.flickr a {
	color:#FFF;
	font-size:1.6em;
	
}


/********* Results Table ************/

table {
	font-size: 12px;
	clear:both;
	margin: 10px auto;
	

}
	
th {
	font-size: 14px;
	font-weight:700;
	padding: 7px;
	border-bottom:2px #CCCCCC solid;
	height:30px;
	font-weight:bold;
	background-color: #4d8fac;
	text-align:left;
	color:#FFF;
}

th a {
	color: #FFF;
	font-size: 14px;
}
	

tr {
	border-bottom:1px #CCCCCC solid;
}

.page td {
	border-bottom: 1px #FFF solid;
}

td {
	padding: 10px;

}	

.resultsTable {
	width:100%;
	margin:0 auto;
	padding:0px;
}

.resultsTable tr {
	height:24px;
}

.resultsTable td {
	padding-left:4px;
}

/*************** Paging styles ****************/

.paging {
	text-align:center;
	font-size:12px;
	padding-bottom:15px;
	color:#FFF;
}

.paging a:link, .paging a:visited 	{
	color:#305a6c;
}

.paging a:hover	{
	text-decoration:underline;
}

.paging img {
	position:relative;
	top:10px;
}

/***************************************/

.footer {
	height:80px;
	background-color:#4d8fac;
	border-top: 10px #305a6c solid;
	clear:both;
	color:#FFF;
	padding:5px;
	text-align:right;
	font-size:2em;
	bottom: 0;
	position: relative;

}


.athleteForm {
	width: 500px;
	margin: 0 auto;
	font-size:20px;
	margin-top:40px;
}

#myAutoComplete {
    width:15em; /* set width here or else widget will expand to fit its container */
    padding-bottom:2em;
}

#myInput {
	width:400px;
	height:40px;
	border:10px solid #305A6C;
}

#mySubmit {
	position:relative;
	right:-460px;
	top:-100px;
	color:#FFF;
	background-color:#305A6C;
	padding:15px;
}

.yui-ac-bd {
	color:#FFF;
	background-color:#305A6C;
	padding:8px;
}

.yui-ac-bd li:hover {
	background-color:#4d8fac;
}


.yui-ac-container {
	margin-top:-5px;
}
 

#myAutoComplete {
	width: 400px;
}



