/*
| ----------------  | --------------- |
| FIELD OF FITNESS  | Common CSS file |
| ----------------  | --------------- |

COLOURS:
FoF orange:					#FE7B00;
Turquoise			light	#00637D;
					dark	#004557;
Grey (broders; text)		#333333;
Off-white					#F0E6DB;
Light grey background		#EAEAEA;

*/
body{
	margin: 10px;
	padding: 0px;
	background-color: #454545;
	background-image: url('../../images/stripe.gif');
}

body, p, td{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	}
p{
	line-height: 1.5em;
}
a{
	color: #004557;
	text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
		}
h1{
	font-size: 18px;
	font-weight: normal;
}
h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin: 3px 0px;
}
h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 3px 0px;
	padding: 0px;
}
h4{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px;
	margin: 3px 0px;
}
/*-------------------------*/

.background{ /* The large grey box with the man background */
	display: block;
	width: 800px;
	min-height: 500px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../../images/newbg2.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.clearer{ /* Sits at the bottom of every page to make sure the background stretches to the content*/
	clear: both;
	display: block;
	height: 10px;
	}
.mainnav{ /* The navigation at the top of the page */
	height: 27px;
	display: block;
	float: right;
	margin: 10px 0px 0px 0px;
	}
	.mainnav ul{
		list-style-type: none;
		margin: 0px;
		}
	.mainnav li{
		float: left;
		display: block;
		}
	.mainnav a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		text-decoration: none;
		font-size: 10px;
		padding: 4px;
		text-transform: uppercase;
	}
	.mainnav a:hover{
		color: #FE7E00
	}
.tagline{ 	/* 
			Serves as the tagline on the homepage and the page title on other pages. 
			Sits to the right of the FoF logo.*/
	display: block;
	width: 700px;
	float: right;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	margin: 10px 10px 0px 0px;
	}


.topline{ /*The styles for the banner at the top of the page. */
	float: left;
	display: block;
	margin: 5px;
	width: 790px;
	height: 114px;
	background-image: url(../../images/topline-new.gif);
	background-repeat: no-repeat;
	}
#onecol{ /*sorts out the padding for normal pages*/
	padding: 0px 5px;
	width: 790px;
	}
.copyright{ /*The copyright notice at the bottom of every page*/
	text-align: center;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	}
	.copyright a{
		color: #FFFFFF;
		}
.adminNav{
	position: absolute;
	z-index: 1000;
	display: block;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	width: 150px;
	}
	.adminNav h1{
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		}
.blogImage{
	text-align: center;
	}
	.blogImage img{
		border: 1px solid #333333;
		background-color: #FFFFFF;
		padding: 5px;
		}
.newsIntro{
	font-weight: bold;
	}
.newspaper-cutting
{
margin: 10px;
padding: 10px;
background-color: white;
border: 1px solid black;
float:left;
width: 350px;
}
.feature_img{
	border: 1px solid #333;
	margin: 10px 0px 20px 0px;
}
.instructor_img{
	float: right;
	border: 1px solid #333;
	margin: 10px 0px 10px 10px;
}
.instructor_profile{
	clear: both;
	margin-top: 10px;
}
img.border{
	border: 1px solid #333333;
	}
div.giantsIntro{
	background-color: #FFFFFF;
	border: 1px solid #333;
	padding: 10px;
	margin: 20px 10px;
	min-height: 120px;
	display: block;
	}