/* ============================ common ============================== */

body { 
	color: #fff; background: #000 url(../img/bg-body.jpg) repeat-x 50% 100%;
	font: normal 62.5% Arial, sans-serif;
}

a{ color: #945f7b; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }
hr		{ width: 100%; height: 1px; margin: 0 0 9px 0; background: url(../img/dot.gif) repeat-x 0 0; border: none; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 973px;
	margin: 0 auto;
}

#header{
	height: 215px;
	background: url(../img/bg-header.jpg) no-repeat 0 0;
}

#main{
	float: right;
	width: 758px;
}

#content{
	float: left;
	width: 481px;
}

#content-side-bar{
	float: right;
	width: 277px;
}

#side-bar{
	float: left;
	width: 215px;
}

#footer{
	clear: both;
	height: 206px;
	padding: 60px 0 0 0;
	background: url(../img/bg-footer.png) no-repeat 50% 100%;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	float: left; display: inline;
	padding: 102px 0 0 393px;
}

#star{
	float: right; display: inline;
	padding: 7px 76px 0 0;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#content .main-title{
	margin: 0 0 0 9px;
	font-size: 1.8em;
}

#intro{
	margin: 0 0 10px 0;
	font: normal 1.8em Georgia, Times, serif;
	color: #945f7b;
}
#project-description{
	margin: 0 9px 9px 9px;
	font: normal 1.8em Georgia, Times, serif;
	color: #fff;
}

#homepage-projects li{
	margin: 0 0 9px 0; padding: 9px 9px 0 9px;
	color: #000; background: #fff;
}
#homepage-projects .main-photo{
	display: block;
	margin: 0 0 9px 0;
}
#homepage-projects h3{
	margin: 0 0 9px 0;
	font: normal 1.8em Georgia, Times, serif;
	background: url(../img/dot.gif) repeat-x 0 100%;
}
#homepage-projects h3 a{ 
	display: block; 
	width: 100%;
}
#homepage-projects p{
	margin: 0 0 9px 0;
	font-size: 1.2em;
}
#homepage-projects .add-this{ float: right; }
#homepage-projects .more{
	display: block;
	width: 90px;
	font: normal 1.2em Georgia, Times, serif; text-transform: uppercase;
}
#homepage-projects .project-2{
	float: left; display: inline;
	width: 218px;
}
#homepage-projects .project-3{
	float: right; display: inline;
	width: 218px;
}
#homepage-projects .project-2 p,
#homepage-projects .project-3 p{ height: 60px; }



.main-image{ margin: 0 0 10px 0; }
#content .postTabs{
	width: 100%; height: 39px;
	background: url(../img/bg-tabs.jpg) no-repeat 0 0;
	overflow: hidden;
	display: block !important;
}
#content .postTabs li{
	float: left; display: inline;
	width: 90px;
	padding: 20px 0 0 22px;
}
#content .postTabs li a{
	display: block;
	width: 100%; height: 100%;
	font: bold 11px Arial, sans-serif;
	color: #000;
	cursor: pointer;
}
#content .postTabs li.postTabs_curr a{ color: #945f7b; }



.post{
	color: #000; background: #fff;
	padding: 9px; font-size: 12px;
}
.post h2,
.post h3{
	margin: 0 0 9px 0;
	font: normal 18px Georgia, Times, serif;
	background: url(../img/dot.gif) repeat-x 0 100%;
}
.post h4{
	margin: 0 0 9px 0;
	font-weight: bold;
	color: #945f7b;
}
.post h5,
.post h6{
	margin: 0 0 9px 0;
	font-size: 11px; font-weight: bold;
	color: #945f7b;
}
.post .date{
	display: block;
	color: #945f7b;
	font-size: 11px;
	margin: -8px 0 9px 0;
}

.post small.date{
padding-top: 4px;
}
.post p{
	margin: 0 0 9px 0;
}
.post ul{
	margin: 0 0 9px 0; padding: 0 0 0 2em;;
	list-style: disc;
}
.post ol{
	margin: 0 0 9px 0; padding: 0 0 0 2em;
	list-style: decimal;
}



#team-list{
	padding: 0;
	list-style: none;
}
#team-list li{
	padding: 9px 0;
	background: url(../img/dot.gif) repeat-x 0 0;
	font-weight: bold;
}
#team-list li .photo{ float: left; }
#team-list li .desc{
	float: right;
	width: 353px;
}
#team-list li h3{
	margin: 0;
	font-size: 1.2em;
	background: none;
}




#news-list{
	padding: 9px;
	list-style: none;
	color: #000; background: #fff;
}
#news-list li{
	margin: 0 0 9px 0; padding: 0 0 9px 0;
	background: url(../img/dot.gif) repeat-x 0 100%;
}
#news-list li .photo{ float: left; }
#news-list li .text{
	float: right;
	width: 353px;
}
#news-list li h3{
	margin: 0;
	font-size: 1.4em;
	background: none;
}
#news-list li h3 a{
	display: block;
	width: 100%;
}
#news-list .date{
	display: block;
	color: #945f7b;
	font-size: 1.1em;
	margin: -8px 0 9px 0;
}
#news-list p{
	margin: 0 0 9px 0;
	font-size: 1.2em;
}
#news-list .add-this{ float: right; }



#projects-list li{
	position: relative;
	margin: 0 0 9px 0; padding: 5px;
	background: #fff;
}
#projects-list li .more{
	position: absolute;
	bottom: 0; left: 5px;
	width: 90px;
	padding: 5px 0 0 5px;
	background: #fff;
	font-size: 1.2em;
}



#latest-news{
	height: 401px;
	padding: 0 70px 0 20px;
	color: #000; background: url(../img/bg-latest-news.jpg) no-repeat 0 0;
}
#latest-news h2{
	margin: 0;
	font: normal 1.8em Georgia, Times, serif;
}
#latest-news li{
	margin: 0 0 9px 0; padding: 18px 0 0 0;
	font-size: 1.2em;
	background: url(../img/line.gif) no-repeat 50% 0;
}
#latest-news h3{
	margin: 0 0 4px 0; padding: 0 0 4px 0;
	font-weight: bold;
	background: url(../img/dot.gif) repeat-x 0 100%;
}
#latest-news .add-this{
	float: right;
	margin: 5px 0;
}
#latest-news .more{
	font-size: 1.2em; font-weight: bold;
}
#latest-news small.date{
font-size: 0.9em;
color: #945f7b;
padding-bottom: 4px;
display: block;
}

#calendar{
	height: 170px;
	padding: 51px 70px 0 20px;
	color: #797979; background: url(../img/bg-calendar.gif) no-repeat 0 0;
	font-size: 1.2em;
}
#calendar table{ width: 100%; }
#calendar caption{
	padding: 1px;
	text-align: center;
}
#calendar th{
	padding: 1px;
	text-align: center; font-weight: bold;
}
#calendar td{
	padding: 1px 1px 0 1px;
	text-align: center;
}
#calendar #today{ border: 1px solid #797979; }
#calendar #prev{ text-align: left; }
#calendar #next{ text-align: right; }


#news-archive{
	height: 401px;
	padding: 0 70px 0 20px;
	color: #000; background: url(../img/bg-latest-news.jpg) no-repeat 0 0;
}
#news-archive h2{
	margin: 0;
	font: normal 1.8em Impact, Georgia, Times, serif;
}
#news-archive p{
	margin: 0 0 9px 0; padding: 18px 0 0 0;
	font-size: 1.2em; font-weight: bold;
	color: #945f7b; background: url(../img/line.gif) no-repeat 50% 0;
}
#news-archive ul{
	margin: 0 0 30px 0; padding: 9px 0 0 1.3em;
	font-size: 1.2em; line-height: 1.4;
	list-style: disc;
	background: url(../img/dot.gif) repeat-x 0 0;
}
#news-archive ul a{ color: #000; }
#news-archive .more{
	font-size: 1.2em; font-weight: bold;
}

.post ol.commentlist{
	margin: 0 0 10px 0; padding: 0;
	list-style: none;
}
.commentlist li{
	margin: 0 0 10px 0; padding: 0 0 30px 0;
	background: url(../img/bg-comment.gif) no-repeat 50% 100%;
}
.commentlist li .comment-text{
	min-height: 60px;
	padding: 0 60px;
	background: url(../img/ltquo.gif) no-repeat 0 0;
}
.commentlist li .comment-text p{ margin: 0; font-style: italic; }
.commentlist li .comment-author{
	padding: 15px 60px 0 60px;
	background: url(../img/rdquo.gif) no-repeat 100% 0;
	color: #945f7b;
	font-weight: bold; font-size: 0.9em;
}
.commentlist li em{
	display: block;
	margin: 0 60px;
	font-size: 0.9em;
}

#commentform label{
	float: left;
	width: 83px;






	padding: 10px 0 0 0;
	font-size: 1.1em;
	color: #945f7b;
}
#commentform .text{
	display: block; float: right; display: inline;
	width: 301px; height: 21px;
	padding: 12px 26px 12px 33px;
	color: #000; background: url(../img/bg-text.gif) no-repeat 0 0;
	font: normal 1.2em Arial, sans-serif;
	border: none;
}
#commentform textarea{
	display: block; float: right; display: inline;
	width: 296px; height: 265px;
	padding: 23px 53px 25px 31px;
	color: #000; background: url(../img/bg-textarea.gif) no-repeat 0 0;
	font: normal 1.2em Arial, sans-serif;
	border: none;
}
#commentform .submit{ float: right; }

/* ========================== content end =========================== */

/* =========================== side-bar ============================= */

#nav{
	height: 352px;
	padding: 0 14px 0 37px;
	background: url(../img/bg-nav.gif) no-repeat 0 0;
}
#nav li{
	display: block;
	width: 100%; height: 35px;
	font: normal 1.4em Impact, Georgia, Times, serif;
}
#nav li a{
	display: block; position: relative;
	width: 100%; height: 35px;
	overflow: hidden;
}
#nav li a span{
	display: block; position: absolute;
	width: 100%; height: 35px;
}
#nav li.nav-1 a span{ background: url(../img/nav-1.gif) no-repeat 0 0; }
#nav li.nav-2 a span{ background: url(../img/nav-2.gif) no-repeat 0 0; }
#nav li.nav-3 a span{ background: url(../img/nav-3.gif) no-repeat 0 0; }
#nav li.nav-4 a span{ background: url(../img/nav-4.gif) no-repeat 0 0; }
#nav li.nav-5 a span{ background: url(../img/nav-5.gif) no-repeat 0 0; }
#nav li.nav-6 a span{ background: url(../img/nav-6.gif) no-repeat 0 0; }
#nav li.nav-7 a span{ background: url(../img/nav-7.gif) no-repeat 0 0; }
#nav li.nav-8 a span{ background: url(../img/nav-8.gif) no-repeat 0 0; }
#nav li.nav-9 a span{ background: url(../img/nav-9.gif) no-repeat 0 0; }
#nav li a:hover span,
#nav li a:focus span,
#nav li a:active span{ background-position: 100% 0; }

/*
#nav{
	height: 352px;
	padding: 0 14px 0 38px;
	background: url(../img/bg-nav.gif) no-repeat 0 0;
}
#nav li{
	display: block; width: 100%;
	padding: 2px 0;
	background: url(../img/nav-line.gif) no-repeat 100% 100%;
	font: normal 1.8em Impact, Georgia, Times, serif;
}
*/

#search-form .text{
	display: block;
	width: 147px; height: 27px;
	margin: 0 0 0 38px; padding: 8px 8px 0 8px;
	color: #000; background: url(../img/bg-search.gif) no-repeat 0 0;
	font-size: 1.1em;
	border: 0;
}
#search-form .submit{
	display: block;
	margin: 0 0 0 100px;
	border: 0;
}

#newsletter{
	height: 170px;
	padding: 63px 14px 0 38px;
	color: #000; background: url(../img/bg-newsletter.png) no-repeat 0 0;
}
#newsletter h2{
	font: normal 1.8em Georgia, Times, serif;
	color: #000;
}
#newsletter p{ font-size: 1.2em; font-weight: bold; }
#newsletter label{ font-size: 1.2em; }
#newsletter .text{
	display: block; position: relative;
	width: 147px; height: 27px;
	padding: 8px 8px 0 8px;
	color: #000; background: url(../img/bg-newsletter.gif) no-repeat 0 0;
	font-size: 1.1em;
	border: 0;
}
#newsletter .submit{
	display: block; position: relative;
	margin: 0 0 0 62px;
}

/* ========================= side-bar end =========================== */

/* ============================= footer ============================= */

#bottom-nav{
	position: relative;
	padding: 0 0 40px 220px;
}
#bottom-nav li{
	display: inline;
	padding: 0 6px 0 0;
}
#bottom-nav li a{ color: #000; }

#copyright{ 
	padding: 15px 0 20px 220px;
	color: #000;
}

#bottom-links{ margin: 0 260px 0 0; }
#bottom-links li{
	float: right; position: relative; display: inline;
	margin: 0 20px 0 0;
}

#legal-links{
	position: relative;
	padding: 10px 0 0 220px;
}
#legal-links li{
	display: inline;
	padding: 0 6px 0 0;
}

#legal-links li a{
color: #000;
}

/* =========================== footer end =========================== */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

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

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	float: left;
	width: 83px;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	color: #945f7b;
}


/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform ol.cf-ol li input{
	display: block; float: right; display: inline;
	width: 301px; height: 21px;
	padding: 12px 26px 12px 33px;
	color: #000; background: url(../img/bg-text.gif) no-repeat 0 0;
	font: normal 1.2em Arial, sans-serif;
	border: none;
}
.cform textarea{
	display: block; float: right; display: inline;
	width: 296px; height: 265px;
	padding: 23px 53px 25px 31px;
	color: #000; background: url(../img/bg-textarea.gif) no-repeat 0 0;
	font: normal 1.2em Arial, sans-serif;
	border: none;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display: none;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

.cform input.sendbutton	{ 
	float: right
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}


/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}

#tooltip 		{
					position: absolute;
					width: 225px;
					padding: 5px;
					z-index: 3000;
					color: #fff; background: #333;
					opacity: 1;
					word-wrap: break-word;
				}
#tooltip h3, 
#tooltip div 	{
					margin: 0;
					font-size: 13px;
					font-weight: normal;
					color: #fff;
				}
				
#toplayer{
	color: #000;
	font-size: 1.2em; line-height: 1.4;
padding: 0 0 0 10px;
}
#feat-programmes li{
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 10px;
	
}
#feat-programmes li h4{
font-weight: bold;
}
#feat-programmes li a img{
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}
#feat-programmes li a:hover img{
	border-color: #945f7b;
}
#feat-programmes li .more-box{
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
	background: #fff; color: #000;
	color: #333;
}
#feat-programmes li .more-box .padder{
	padding: 50px 80px 50px 60px;
}
#feat-programmes li .more-box h5{
	font-size: 2em; font-weight: bold;
	color: #945f7b;
	margin: 5px;
}
#feat-programmes li .more-box p{
	margin: 5px 35px 10px 5px;
	font-size: 1.2em;
}
#feat-programmes li .more-box ul{
	margin: 5px; padding: 1em 0 1em 4em;
	list-style: disc;
}
#feat-programmes li .more-box ul li{
	font-size: 1.4em;
	float: none;
	border: 0;
	padding: 0 0 10px 0; margin: 0;
}
#feat-programmes li .more-box .left{
	float: left;
	margin: 0 5px 5px 0;
}
#feat-programmes li .more-box .right{
	float: right;
	margin: 0 0 5px 5px;
}
#feat-programmes li .more-box .close{
	padding-left: 0;
	font-size: 1.3em;
	margin: 5px;
	font-weight: bold;
}

img.splash_title{
	padding-top: 35px;	
	padding-bottom: 15px;
}