/* TEXT EDITOR */
#tinymce {
	background:#fff;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}

/*Links */
a,
a:visited{color:#696969; text-decoration: underline}
a:hover,
a:focus{color:#8dba4d}

h1{
color:#cb007d;
border-bottom:1px solid #c2c2c2;
}
h2{
color:#fff;
background:#8dba4d;
display:inline;
padding:2px;
line-height:22px;
}

h2 a, h2 a:visited {color:#FFF;}
h2 a:hover,
h2 a:focus{color:#333}

.boxmedia h2 a, .boxmedia h2 a:visited {color:#696969;}


ul{
list-style-image: url(../images/puce.jpg);
list-style-position: outside;
}

/******************************************/
/*            STRUCTURE                   */
/******************************************/

body{
	background:#fff url(../images/bg.jpg) top left repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}


#global{
	font-size: 1.2em;
	width:960px;
	margin:0 auto;
	position: relative;
	padding-top:30px;
}

#footer {
border:1px solid #c7da84;
border-width:2px 0;
background:#e8f0cc;
clear:both;
margin: 10px;
font-size:1em;
}

#footer p{
	margin:0 auto;
	width:960px;
	padding:0 5px 2px;
}
#footer span.copy{
color:#CE1477
}
#topnav{
	position:absolute;
	top:5px;
	left:0;
	list-style: none;
	margin:0;
	padding:0;
}
#topnav li{
	display: inline;
	padding:5px;
}

#header a{
	background:url(../images/banner.jpg) top left no-repeat;
	width:960px;
	display: block;
	height:164px;
	text-indent:-5000px;
	text-decoration: none;
}
#header h1{margin:0;padding:0}
#header h2{display:none;}



#content{
	position: relative;
	width:960px;
	background: #fff url(../images/content_bg.jpg) no-repeat top center;
	padding: 2px 0 0;
	float:left;
	margin-bottom:5px;
}

#center{
	float:left;
	width:730px;
}
#middle{ /*570px*/
	float:right;
	width:570px;
	position: relative;
	border-bottom:1px solid #ccc;

}

#left{ /*150px*/
	width:150px;
}
#right{ /*220px*/
	float:right;
	width:220px;
}

#left #mainsurvey {
    margin-bottom: 5px;
}

#left h2,
#right h2{
background: #e488bf url(../images/leftmenu_top.gif) no-repeat top right;
padding:5px 30px 5px 5px;
margin:0;
font-size:1.167em;
color:#fff;
display:block;
line-height: 1.2em;
}

#left ul{
background:#cb007d url(../images/nav_bottom.gif) no-repeat bottom left;
margin:0 0 5px;
list-style:none;
padding:0 0 8px;
}

#left ul li ul {
background-image:none;
margin:0px;
padding:0px;
}



#left li {border-top:1px solid #e488bf; margin:0;padding:0;}
#left li a,
#left li a:visited{
display:block;
padding:3px 5px;
color:#fff;
text-decoration: none;
}

#left li ul li a, #left li ul li a:visited {padding:3px 5px 3px 10px}

#left li a:hover,
#left li a:focus,
#left li.current-page{
background:#e369b2;
}

li#contact{
color:#fff;
padding:5px;
font-size:0.915em;
line-height: 1.1em;
}



#right h2{
background:#666 url(../images/splash_1.jpg) no-repeat top right;
}
#right #latest_workshop
{
	background-image: url(../images/splash_3.jpg);
}
#right #latest_events
{
	background-image: url(../images/splash_2.jpg);
}

#right .block{
background:url(../images/block_bottom.jpg) no-repeat bottom left;
margin-bottom:5px;
padding-bottom:10px;
}

#right dl{
padding:5px;
margin:0;
border:1px solid #ccc;
border-width:1px 1px 0;
position:relative;
}
#right dt,
#right dd{
padding:0;
margin:0;
}
#right dt{padding-top:18px;}
#right dt a,
#right dt a:visited{color:#cb007d; text-decoration: none;}

#right dd.date{
background: url(../images/icons/date.gif) no-repeat top left;
padding:2px 0 2px 18px;
font-size: 0.916em;
color:#333;
position: absolute;
top:2px;
left:5px;
}
/******************************************/
/*            MEDIACENTRE                 */
/******************************************/
.boxmedia{
	clear:both;
	margin-bottom:1em;
	padding-bottom:0.5em;
}
.boxmedia h2{
color#8dba4d;
display:block;
padding:0;
line-height:1.2em;
background: none;
}
.boxmedia h2 a,p.details a{text-decoration:none}

p.details{
	border-bottom:1px solid #ccc;
	font-size:0.834em;
	margin:-0.6em 0 0.5em;
	padding:0 0 4px;
}
p.details span.date,
p.date{
	background:url(../images/icons/icon_date.gif) left 0px no-repeat;
	padding:0px 0 5px 16px ;
	color:#aaa;
}
p.date
{
margin:-0.6em 0 0.5em;
}
span.category
{
	background:url(../images/icons/icon_cat.gif) left -1px no-repeat;
	padding:0px 10px 4px 20px ;
}

a.viewmore{
	background:url(../images/icons/arrow_right.gif) left 2px no-repeat;
	padding-left:13px;
	text-decoration:none;
}
.imageArticle{
	display:block;
	float:right;
	margin:0em 5px 10px 10px;
	position:relative;
}

p.back,
p.more{
	margin-top:0.5em;
	padding:0.5em 0;
	clear:both;
	border-top:1px solid #ccc;
	padding-left:14px;
	height:1%;
}
p.back{
	background:url(../images/icons/arrow_left.gif) left center no-repeat;
}
p.more{background:url(../images/icons/arrow_right.gif) left center no-repeat; }
#mediacentre_actions{
	float:right;
	margin:0;
	padding:0;
	position:relative;
}
#mediacentre_actions a img{
	padding:2px;
	margin:0px;
	border:1px solid #fff;
}

#mediacentre_actions a:hover img{
	border:1px solid #7A2F2F;
}
