/*	Growing Up Main Stylesheet
	=================================
	Created: 	13th February 2007
	Author:		Christopher James for The Rix Centre
	Contact:	c.james@uel.ac.uk
	Version:	1.0 

	=====================================================================
	
	Contents
	
	1)	Generic / Pre-formatted Elements
	2)	Layout
	3)	Left
	4)	Right
	5)	Footer
	6)	Browser specific Hacks


 */
 
 /*	Generic / Pre-formatted Elements 
 =======================================================================*/
 
*, html, h1, h2, h3, h4, img  
{border: none; padding: 0; margin: 0;}

html {
	width: 100%;
}

body {
 	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_fade.gif) repeat-x 0 0 #8aba27;
	
}

h1 {
	font-size: 0.8em;
	font-weight: normal;
}

h2 {
	border-left: 6px solid #6d9814;
	padding: 5px 0 5px 10px;
	color: #6d9814; 
}

h3 {
	
	color: #5f8b04; 
	margin: 0 0 5px 0;	
}
 
/*	Layout
=======================================================================*/ 

.skip {display: none; visibility: hidden;}
 
#container {
 	min-width: 800px;
	width: 100%;
	float: left;
}
 
#header {
	min-width: 800px;
}

#header_img {
	background: url(../images/header.gif) no-repeat 0 0;
	height: 110px;
	width: 100%;
}

#header_img img {
	
	margin-left: 65%;
}

#header_img #headline {
	position: absolute;
	top: 75px;
	left: 153px;
	
}

#headline {
	font-size: 0.8em;
	font-weight: normal;
}

#logo {
	
}

/*	Right
=======================================================================*/ 

.strapline {
	color: #333333;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
} 
#right_fade {
	
	background: url(../images/page_fade-trans.png) no-repeat 0 0;
	padding: 0 0 0 17px;
	margin: 0 50px 0 50px;
	min-height: 350px;
	
	
} 
 
#right {
	background: url(../images/right_top_corner.gif) no-repeat 100% 0 #FFF;
	padding: 20px;
	font-size: 0.8em;
	
}

#right a {
	color: #5f8b04;
}

#right a:hover,
#right a:focus {
	color: #e47b00;
}



#right .element {
	margin: 7px 0 0 0;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 7px 0;
	min-height: 120px;	
}
#right .topelement {
margin: 7px 0 0 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 7px 0 7px 0;
	min-height: 150px;
	}


#right .element p {
	font-size: 1.2em;
	line-height: 1.5;
}
#right .topelement p {
	font-size: 1.2em;
	line-height: 1.5;
}

#right .element img {
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 10px 8px 0;
}
#right .topelement img {
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 10px 8px 0;
}

#right .element img:hover {
	background-color: #5f8b04;
	border-bottom: 1px solid #6d9814;
}
#right .topelement img:hover {
	background-color: #5f8b04;
	border-bottom: 1px solid #6d9814;
}

#right element p.listen {
	margin: 0;
	padding: 0;
	
	
} 
#right topelement p.listen {
	margin: 0;
	padding: 0;
	
	
} 

/*	Accessibility Statement
=======================================================================*/

.accessibility_list {
	margin: 0 0 0 10px;
}

.accessibility_list li{
	margin: 15px 0 15px 10px;
}


/*	Sitemap
=======================================================================*/
 
#sitemap {
	line-height: 2;
	border-left:  6px solid #1ea4ea; 
} 
 
#sitemap li {
	list-style: none;
	margin: 0 0 0 10px;
}

#sitemap li li {
	border-left: 2px solid #1ea4ea; 
	padding: 0 0 0 10px;
} 
 
/*	Footer
=======================================================================*/
 
#footer {
	display: block;
	float: left;
	clear: both;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
	padding: 25px 0 10px 10px;
}

#footer a {
	color: #105477;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
}

/*	Browser specific Hacks
=======================================================================*/

/* 	Browser: IE Win 6.0 and Below
	Purpose: Have the effect of min-height for element object
*/

* html #right .element {
	height: 120px;
}

