/*======================================
      WELCOME TO THE STYLESHEET
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- africa peach #E7AF8A
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body
{
	background: url(/assets/visual/body-background.gif) #E8E8E8 top left repeat-x;
}
body.the-sports-academy { background-image: url(/assets/visual/sections/the-sports-academy-background.gif); }
body.other-projects { background-image: url(/assets/visual/sections/other-projects-background.gif); }
body.charity { background-image: url(/assets/visual/sections/charity-background.gif); }
body.self-sustainability { background-image: url(/assets/visual/sections/self-sustainability-background.gif); }
#container
{
	width: 990px;
	margin: 0 auto;
	padding-top: 15px;
	background-color: #FFFFFF;
	text-align: left;
}
#top { overflow: auto; height: 100%; margin: 0px 25px 20px; }
#nav
{ 
	overflow: hidden; 
	width: 990px; 
	height: 41px; 
	margin-bottom: 20px; 
	white-space: nowrap;
}
body.body-content #nav { margin-bottom: 0px; }
#site_main 
{ 
	overflow: auto;
	margin-bottom: 10px; 
	padding-bottom: 20px;
	border-bottom: 1px dotted #C5D185;
}
#site_main .column
{ 
	float: left;
	border-left: 1px dotted #C5D185;
}
/*#main .column.index { background-color: #F7F6F4; }*/
#site_main .column-large { width: 788px; border-left: 0px; line-height: 1.4em }
#site_main .column-med { width: 503px; border-left: 0px; line-height: 1.4em }
#site_main .column-med.index { width: 523px; }
#site_main .column-small { width: 285px; }
#site_main .column-xsmall { width: 201px; }
#site_main.page-image-set .column-large, #site_main.page-image-set .column-med, 
#site_main.page-image-set .column-small { margin-top: 145px }
#site_main .index { min-height: 322px; }
#site_main .index.column-small { width: 264px; }
#site_main .column.index#latest-news { background-color: #FFFFFF; }
#site_main .column.no-border { border: 0px; }
#foot 
{ 
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
}

#latest-news { font-size: 90%; overflow: auto; height: 100%; }
#latest-news b 
{ 
	display: block;
	margin: 10px 0px;
	color: #EA8546/*#e9a371*//*#E7AF8A*/;
}
#latest-news a 
{ 
	float: right;
	margin-top: 10px;
}
#latest-news a:hover { padding: 1px; background-color: #E7AF8A; color: #FFFFFF; }

#sections a 
{ 
	display: block;
	position: relative; 
	margin-bottom: 7px;
}
#sections a img { display: block; }
#sections a span
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 100%;
	background: url(/assets/visual/sections/overlay.gif) top left repeat;
}
#sections a[href="/the-sports-academy/school"] span { background-image: url(/assets/visual/sections/the-sport-academy-overlay.gif); }
#sections a[href="/other-projects/sierra-leone"] span { background-image: url(/assets/visual/sections/other-projects-overlay.gif); }
#sections a[href="/charity/fundraising-uk"] span { background-image: url(/assets/visual/sections/charity-overlay.gif); }
#sections a[href="/self-sustainability"] span { background-image: url(/assets/visual/sections/self-sustainability-overlay.gif); }

#modalPopup 
{ 
	display: none;
	position: fixed;
	top: 27px;
	left: 50%;
	width: 590px;
	margin-left: -295px;
	padding-top: 33px;
	background: url(/assets/visual/modal/top.png) top left no-repeat;
	z-index: 100;
}
#modalPopup .modalPopup-content 
{ 
	padding: 5px 40px 20px; 
	background: url(/assets/visual/modal/repeat.png) top left repeat-y; 
}
#modalPopup .modalPopup-content a.modalPopup-close
{
	
	position: absolute;
	right: 6px;
	top: 9px;
	height: 38px;
	width: 38px;
	background: url(/assets/visual/modal/close.png) top right no-repeat;
}
#modalPopup .modalPopup-content a.modalPopup-close { border: 0px; text-decoration: none; }
#modalPopup .modalPopup-content div { max-height: 400px; overflow: auto; text-align: left }
#modalPopup .modalPopup-bottom { width: 100%; height: 21px; background: url(/assets/visual/modal/bottom.png) top left no-repeat; }
/**************************************/
/*              HEADER                */
/**************************************/
#top a { float: left; }
#top .strapline { float: right; margin-top: 47px; }


/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav a
{
	display: inline-block;
	height: 31px;
	padding-top: 10px;
	background: url(/assets/visual/nav/bg.jpg) top left repeat-x;
}
#nav a:hover { background-image: url(/assets/visual/nav/bg-hover.jpg); }
#nav a.active { background-image: url(/assets/visual/nav/bg-active.jpg); }
#nav div 
{ 
	display: inline-block; 
	width: 2px;
	height: 41px;
	background: url(/assets/visual/nav/seperator.jpg) top left no-repeat;
}
#nav a img 
{ 
	display: block; 
	height: 23px;
	margin: 0px 28px;
	background: url(/assets/visual/nav/text2.png) top left no-repeat;
}
#nav a.home img { width: 41px; background-position: 0px 0px; margin: 0px 25px; }
#nav a.the-sports-academy img { width: 126px; background-position: -103px 0px }
#nav a.other-projects img { width: 89px; background-position: -276px 0px }
#nav a.charity img { width: 43px; background-position: -416px 0px }
#nav a.self-sustainability img { width: 109px; background-position: -511px 0px }
#nav a.gallery img { width: 41px; background-position: -676px 0px }
#nav a.news img { width: 32px; background-position: -780px 0px; margin: 0px 30px  }
#nav a.contact img { width: 48px; background-position: -884px 0px; margin: 0px 29px }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#site_main .inner { margin: 15px 20px; text-align: justify; }
body.body-content #site_main .inner h1 { padding-left: 10px; }
body.body-content #site_main .inner h1 span 
{ 
	position: relative;
	left: -10px;
	color: #7D7C79; 
}
body.the-sports-academy.body-content #site_main .inner h1 span { color: #973F3C; }
body.other-projects.body-content #site_main .inner h1 span { color: #4F6A4B; }
body.charity.body-content #site_main .inner h1 span { color: #99643E; }
body.self-sustainability.body-content #site_main .inner h1 span { color: #8B5641; }

#site_main .column-xsmall .inner { margin: 15px 10px; }
#site_main #sections, #main #latest-news { margin-bottom: 30px; }
#site_main .index #sections, #main .index #latest-news { margin-bottom: 0px; }

/* ******** Sub-pages ******** */
#site_main .inner .sub-content-pages h2 { margin-bottom: 1em; }
#site_main .inner .sub-content-pages a
{ 
	display: block; 
	padding: 2px 5px 3px 28px;
	border-left: 4px solid #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	background: url(/assets/visual/stars.gif) 3px 1px no-repeat;
	line-height: 1.5em;
}
#site_main .inner .sub-content-pages a.active { border-left: 4px solid #CCCCCC; color: #000; opacity: 0.6 }
body.the-sports-academy #site_main .inner .sub-content-pages a.active { border-color: #E9ABA6; }
body.other-projects #site_main .inner .sub-content-pages a.active { border-color: #B9CFC2; }
body.charity #site_main .inner .sub-content-pages a.active { border-color: #F2C085; }
body.self-sustainability #site_main .inner .sub-content-pages a.active { border-color: #DFBFAA; }

#site_main .inner .sub-content-pages a:hover { opacity: 0.6; color: #000; background-color: #EEE }
#site_main .inner .sub-content-pages a.two { background-position: 3px -25px; }
#site_main .inner .sub-content-pages a.three { background-position: 3px -51px; }
#site_main .inner .sub-content-pages a.four { background-position: 3px -77px; }
.js #site_main .inner .sub-content-pages a.popout { display: none; } /* Hide if js enabled and is popup page */
/* -------- Sub-pages -------- */

/* ******** Page Gallery ******** */
.column-small .image-gallery 
{ 
	overflow: hidden;
	position: relative;
	height: 180px;
	margin-top: 20px; 
}
.column-small .image-gallery .wrapper { position: absolute; }
.column-small .image-gallery .view 
{ 
	overflow: auto; 
	position: relative; 
	float: left; 
	width: 250px; 
}
.column-small .image-gallery .view.visible { display: block; }
.column-small .image-gallery .view.hidden { display: none; }
.column-small .image-gallery .prev { position: absolute; left: 0px; bottom: 0px; }
.column-small .image-gallery .next { position: absolute; right: 0px; bottom: 0px; }
.column-small .image-gallery .next.disabled, .column-small .image-gallery .prev.disabled { color: #CCCCCC; }
.image-gallery a.image-thumb 
{ 
	float: left;
	margin: 0px 7px 7px 0px; 
	border: 1px solid #DDDDDD;
}
.column-small .image-gallery a.image-thumb.third { margin-right: 0px; }
.column-small .image-gallery a img { display: block; width: 75px; }	
/* -------- Page Gallery -------- */

/* ******** News ******** */
#news-list { margin-top: 40px; }
#news-list h2.underline 
{
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px dotted #CCCCCC; 
	font-size: 1.2em;	
}
#news-list span 
{ 
	display: block;
	float: left;
	width: 130px;
	padding-right: 5px;
	text-align: right;
	font-size: 0.9em; 
	color: inherit; 
}
#news-list div { margin-bottom: 10px; display: none; }
/* -------- News -------- */

/* ******** Links ******** */
#links-list div 
{ 
	height: 3.1em;
	overflow: hidden;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px dotted #C5D185; 
	background: url(/assets/visual/bullet-arrow-open.png) #FFFFFF 100% 100% no-repeat;
	font-size: 0.9em;
}
#links-list div:hover 
{ 
	height: auto; 
	overflow: auto; 
	background-color: #F3FBF6;
	background-image: url(/assets/visual/bullet-arrow-close.png);
}
#links-list a { display: block; font-size: 1.1em; font-weight:bold; }
/* -------- Links -------- */

/* ******** Sitemap ******** */
#sitemap li
{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
#sitemap .item a 
{ 
	display: block;
	border-bottom: 1px solid #DDDDDD; 
}
/* -------- Sitemap -------- */

/**************************************/
/*               FOOTER               */
/**************************************/
#foot span
{
	display: block;
	float: left;	
	margin-left: 10px;
	color: #BAB9B7;
}
#foot div { float: right; margin-bottom: 10px; }
#foot div a
{ 
	padding: 0px 10px;
	background: url(/assets/visual/footer-item-spacer.gif) 0px 3px no-repeat;
	color: #888888; 
}
#foot div a:first-child { background: none; }
#foot div a:hover { color: #E7AF8A; }