@charset "utf-8";
/* CSS Document */
/* colours
* darkest:	F4A23A
* mid:		F9BF78
* lightest: FADCB6

/* Blueprint overwrites */
body { background-color: #FFF; font-family:Verdana, Arial, Helvetica, sans-serif;}
.container { margin-top:0.5em; margin-bottom:2em; background:url('/images/menu.png') repeat-y #FFF; border-right:1px solid #85B1DF; border-bottom:1px solid #85B1DF; }
p {	line-height:140%; font-size:1.2em; }
h2, h3, h4, strong, legend, label { color:#F4A23A; }
h2 { font-weight:bold; }
h1 { color: #FFF; padding:0.3em; margin-left:2em; line-height:normal; }
fieldset { border:1px solid #F4A33A; }

.logo { background-color:#F4A33A; margin-bottom:5px; margin-right:5px; height:80px; border-bottom:5px solid #fff;}

.main { padding-top:3em; margin-left:6em;}
.front { margin-left:6em;}
.links { padding-top:3em; }
.links ul { list-style:none; padding-left:0;}
.menu { }


a:link { color:#F4A33A; text-decoration:none;}
a:visited { color:#F4A33A; text-decoration:none; }
a:hover { color:#F9BF78; text-decoration:none; }

/* nav */
ul.nav {
	padding:3em 0;
	margin:0;
	background-color:#FADCB6;
}
ul.nav li {
	font-size:123.1%;
	font-weight:400;
	list-style: none;
	margin:0em;
	padding:0.2em 1em;
	display:block;
}
ul.nav li a {
	margin:0em;
	color:#F4A23A;
	/*padding:0 1em;*/
	border:none;
	text-decoration:none;
}

ul.nav li a:link:hover, ul.nav li a:visited:hover {
	color:#FFF;
}

ul.nav li a.current {
	color:#FFF;
}
/* end navigation */

/* header */
/* 
Projects: blue: 		85B1DF
Contacts: 				E1B09F
Gallery & Exhibitions: 	9AA3D2
News & Events: 			B29ABD
*/
.header .last { background-color:#F9BF78; height:80px; width: 795px; }
.header .projects { background-color:#D48E7A; }
.header .contacts { background-color:#F9BF78; }
.header .gallery { background-color:#B67DA4; }
.header .news { background-color:#F9BF78; }
.header .music { background-color:#7382BF; }
.header .annualreviews { background-color:#7382BF; }
.header .partners { background-color:#9575A6; }
.header .mentoring { background-color:#4294D0; }

h2.projects, h3.projects {color:#D48E7A; }
h2.contacts, h3.contacts { color:#F9BF78; }
h2.gallery, h3.gallery { color:#B67DA4; }
h2.news, h3.news { color:#F9BF78; }
h2.partners, h3.partners { color:#9575A6;}
h2.mentoring, h3.mentoring { color:#4294D0;}
h2.annualreviews, h3.annualreviews { color:#7382BF;}
h2.music, h3.music { color:#7382BF;}

#aspirations { line-height:3em; padding:0 0 3em 3em;  font-weight:bold;}
/* front page */
.enable { color: #D48E7A; }
.enhance { color: #B67DA4; } 
.build { color: #9575A6; }
.promote { color: #7382BF; }
.facilitate { color: #4294D0; }
