/* Outdoor Ed CSS Document */
/* TEMP CSS FOR NEW LOGO LAYOUT */
* { 
	font-family: Arial, Helvetica, sans-serif;
}

.clearer {
	clear: both;
	width: 100%;
	height: 1px;
}


.twtr-doc {
	border-radius: 0 !important;	
	height: 156px;
}

#twitter-box {
	clear: both; 
	width: 700px; 
	margin: 12px auto 0 auto; 
	height: 156px;
}

	#twitter-box-eb {
		float: left; 
		width: 335px; 
		height: 156px;
	}

	#twitter-box-bp {
		float: right; 
		width: 335px; 
		height: 156px;
	}
	
body {
	background-color: #003366;
	margin: 0px auto; 
	padding: 8px 0; 
	text-align:center 
}

#container { 
	position: relative; 
	margin: 0px auto; 
	width: 700px;  
	background-color: #FFF; 
	padding: 0;
	text-align: left;
}

#header {
	border-bottom: 3px solid #FF9900;
	width: 700px;
	height: 104px;
	background: #FFF url(/images/top_bar_photo.jpg) top right no-repeat;
}

#header #logo {
	float: left;
}

#header #logo img {
	border: none;
}

#header #title {
	width: 430px;
	height: 24px;
	margin: 5px 0 0 0;	
	text-align: right;
	float: left;
	clear: right;	
	font-size: 1em;
}

#header #title h1 {
	display: inline;
	font-size: 1.3em;
	font-weight: normal;
	color: #003366;
	padding: 0;
	margin: 0;	
}

#nav {
	/*width: 700px;*/
	height: 20px;
	background-color: #003366;
	color: #FFF;
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 1em;
	vertical-align: middle;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	list-style: none;
	list-style-position: inside;
	padding: 0 7px 0 7px;
	margin: 0;
	border-right: 1px solid #FFF;
	font-size: 0.70em;
}

#nav ul li.last {
	border-right: none;
	padding-right: 0 0 0 7px;
}

#nav ul li a em {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #FFF;
	font-size: 1em;
	text-decoration: underline;
}

#newsTicker
{
	width: 700px;
	text-align: left;
	font-size: 1em;
	padding-left: 20px;
	
}

#newsTicker p
{
	
	
}

p {
	/*font-size: 12px;*/
	color: #000;
}

#topContent {
	background-color: #FFF;
	width: 700px;
	height: 180px;
}

#topImage {
	float: left;
	width: 293px;
	height: 180px;
	margin: 0;
	padding: 0;
}

#topText {
	float: left;
	width:360px;	
	margin: 30px 0 0 20px;	
	font-size: 1em;
}

#topText p {
	margin: 0 0 15px 0;
	font-size: 0.75em;
	line-height: 18px;
}

#topText a:link, #topText a:visited {
	color: #000; /*#003366;*/
	font-weight: normal;
	text-decoration: underline;
}

#topText a:hover, #topText a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#centresNav {
	height: 24px;
	font-size: 1em;
}

#eastBarnby {
	height: 24px;
	width: 175px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 1.1em;
	background: #339933 url(../images/eastBarmby_square.gif) no-repeat top left;
}

#eastBarnby a:link, #eastBarnby a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#eastBarnby a:hover, #eastBarnby a:active {
	color: #FFFF99;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#humphreyHead {
	height: 24px;
	width: 175px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 1.1em;
	background: #6699CC url(../images/humphreyHead_square.gif) no-repeat top left;
}

#humphreyHead a:link, #humphreyHead a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#humphreyHead a:hover, #humphreyHead a:active {
	color: #FFFF99;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#bewerleyPark {
	height: 24px;
	width: 175px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 1.1em;
	background: #CC9933 url(../images/bewerleyPark_square.gif) no-repeat top left;
}

#bewerleyPark a:link, #bewerleyPark a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#bewerleyPark a:hover, #bewerleyPark a:active {
	color: #FFFF99;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#greatFryupdale {
	height: 24px;
	width: 175px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 1.1em;
	background: #CC6666 url(../images/greatFryupdale_square.gif) no-repeat top left;
}

#greatFryupdale a:link, #greatFryupdale a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#greatFryupdale a:hover, #greatFryupdale a:active {
	color: #FFFF99;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	width: 170px;
	height: 24px;
}

#logos {
	width: 700px;
	height: 78px;
	background-color: #FFF;
	text-align: center;
	clear: both;
}

#logos img {
	border: none;
	margin-top: 5px;
}

#homeMainArea {
	width: 700px;
	background-color: #FFF;
	margin-top: 5px;
	clear: both;
	font-size: 1em;
	padding: 5px 0;
}

#homeNews p {
	margin: 0;
	padding: 0 20px 3px 20px;
	font-size: 0.75em;
}

#homeNews h1, #homeNews h2, #homeNews h3, #homeNews h4, #homeNews h5, #homeNews h6 {
	margin: 0;
	padding: 0 20px 3px 20px;
	font-size: 1em;
	color: #003366;
}

#homeNews a:link, #homeNews a:visited {

	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

#homeNews a:hover, #homeNews a:active  {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

#homeMainArea #homeNews {
	width: 700px;
	background-color: #FFF;
	margin: 0 0 5px 0;
	clear: both;
	font-size: 1em;
}

#homeMainArea #map {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	width: 252px;
}

#homeMainArea #map #mapText {
	width: 252px;
	height: 39px;
	background-color: #FF9900;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#homeMainArea #map #mapText p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 0.8em;
}

#homeMainArea #map #mapImage {
	margin: 0;
	padding: 0;
}

#homeMainArea #map #mapImage img {
	border: none;
}

#homeMainArea #map #mapLinks {
	color: #FFF;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}

#homeMainArea #map #mapLinks #mapLinkEastBarnby {
	width: 126px;
	height: 19px;
	background-color: #339933;
	float: left;
	vertical-align: middle;
}

#homeMainArea #map #mapLinks #mapLinkHumphreyHead {
	width: 126px;
	height: 19px;
	background-color: #6699CC;
	float: left;
	clear: right;
	vertical-align: middle;
}

#homeMainArea #map #mapLinks #mapLinkBewerleyPark {
	width: 126px;
	height: 19px;
	background-color: #CC9933;
	float: left;
	vertical-align: middle;
}

#homeMainArea #map #mapLinks #mapLinkGreatFryupdale {
	width: 252px;
	height: 19px;
	background-color: #CC6666;
	float: left;
	vertical-align: middle;
}

#homeMainArea #map #mapLinks #mapLinkEastBarnby a {
	color: #FFF;
	text-decoration: none;
	margin-left: 4px;
}

#homeMainArea #map #mapLinks #mapLinkHumphreyHead a {
	color: #FFF;
	text-decoration: none;
	margin-left: 4px;
}

#homeMainArea #map #mapLinks #mapLinkBewerleyPark a {
	color: #FFF;
	text-decoration: none;
	margin-left: 4px;
}

#homeMainArea #map #mapLinks #mapLinkGreatFryupdale a {
	color: #FFF;
	text-decoration: none;
	margin-left: 4px;
}

#homeMainArea #tiles {
	float: left;
} 

#homeMainArea #tiles #youngPeople {
	float: left;
	width: 110px;
	border-right: 1px solid #FFF;
	background-color: #FFF;
	margin: 0;
	color: #FFF;
	text-align: center;
}

#homeMainArea #tiles #adults {
	float: left;
	width: 110px;
	border-right: 1px solid #FFF;
	background-color: #FFF;
	margin: 0;
	color: #FFF;
	text-align: center;
} 

#homeMainArea #tiles #awards {
	float: left;
	width: 110px;
	border-right: 1px solid #FFF;
	background-color: #FFF;
	margin: 0;
	color: #FFF;
	text-align: center;
} 

#homeMainArea #tiles #activities {
	float: left;
	width: 110px;
	margin: 0;
	background-color: #FFF;
	margin: 0;
	color: #FFF;
	text-align: center;
} 

#homeMainArea #tiles h2 {
	display: block;
	font-size: 1em;
	height: 20px;
	font-weight: normal;
	color: #FFF;
	padding: 2px 0px 0px 0px;
	margin: 0;
	background-color: #003366;
}

#homeMainArea #tiles a {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#homeMainArea #tiles img {
	margin: 0;
	border: none;
}















#footnav {
	width: 700px;
	height: 18px;
	background-color: #003366;
	color: #FFF;
	margin: 0;
	padding: 6px 0 0 0;
	clear: both;
	font-size: 1em;
}

#footnav ul {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}

#footnav ul li {
	display: inline;
	list-style: none;
	list-style-position: inside;
	padding: 0 4px 0 4px;
	margin: 0;
	border-right: 1px solid #FFF;
	font-size: 1em;
}

#footnav ul li.last {
	border-right: none;
}

#footnav ul li a:link, #footnav ul li a:visited {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}

#footnav ul li a:hover, #footnav ul li a:active {
	color: #FFF;
	font-size: 1em;
	text-decoration: underline;
}

#footer {
	width: 450px;
	height: 14px;
	background-color: #FFF;
	color: #003366;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	font-size: 1em;
}

#footer ul {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	float: left;
}

#footer ul li {
	display: inline;
	list-style: none;
	list-style-position: inside;
	padding: 0 4px 0 4px;
	margin: 0;
	border-right: 1px solid #003366;
	font-size: 1em;
}

#footer ul li.last {
	border-right: none;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #003366;
	font-size: 1em;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #003366;
	font-size: 1em;
	text-decoration: underline;
}

#extreme {
	width: 245px;
	height: 14px;
	text-align: right;
	background-color: #FFF;
	color: #6699CC;
	font-size: 0.6em;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	clear: right;
}

#extreme a:link, #extreme a:visited {
	color: #6699CC;
	font-size: 1em;
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #6699CC;
	font-size: 1em;
	text-decoration: underline;
}

#acrobat {
	width: 700px;
	height: 50px;
	color: #FFF;
	background-color: #003366;
	font-size: 0.70em;
	float: left;
	clear: right;
}

#acrobat img#acrobatLogo {
	float: left;
	border: none;
	margin-top: 5px;
}

#acrobat p {
	float: left;
	padding-left: 5px;
	color: #FFFFFF; 
	font-size: 1em;
	padding: 0;
	margin: 4px 0 0 4px;	
}

#acrobat a:link, #acrobat a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#acrobat a:hover, #acrobat a:active {
	color: #FFFFFF;
	text-decoration: underline;	
}

#footContainer {
	width: 700px;
	height: 16px;
	font-size: 1em;
	vertical-align: top;
}

/**********************************************************/
						/*  Search Box */
/**********************************************************/

#title .searchForm input.searchText {
	font-size: 0.75em;
	border: 1px solid #003366;
	background-color: #FFF;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 40px;
	width: 180px;
}



#title .searchForm input.searchButton {
	font-size: 0.75em;
	border: 1px solid #003366;
	background-color: #EEE;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 40px;
}






