@media screen {
/*FOR SCREEN ********************************************************* */
    /*  Establish theme colour font types etc */

/* TEXT TREATMENTS
-------------------------------------------------------------------------*/
body {
	font: 70% "Lucida Sans Unicode", Arial, verdana, sans-serif;
	background:  url("../interface/theme2/pagebg.gif") #FFF repeat-y top center;
	color: #eee;
	}

p strong {
	font-family: Tahoma, sans-serif;
	}
#errorbox{
	position:relative;
	display:block;
	width:370px;		
	border: 1px solid red;
	background:#f7f7f7;
	padding:0px;
	margin-bottom:20px;
}
	
#errorbox h2{
	font: bold 110% Tahoma, Arial sans-serif;
	color:#fff;
	background:red;
	height:1em;
	padding:5px;
	text-align:center;
	margin:0px;
}

#errorbox ul{
	font: bold 85% Tahoma, Arial sans-serif;
	list-style-type:square;
	list-style-position:inside;	
	padding:5px;
	margin:0px;
	color:#666;
	}
#errorbox ul li{}


/* CONTENT
-------------------------------------------------------------------------*/
#thecontainer{
	background:  url("../interface/theme2/bgfooter.gif") bottom center no-repeat;
}



#tools{
	background:#7d7d7d;
	border:0px solid #7d7d7d;
	margin:0px 0px 10px;
	padding:3px;
	}
#tools em{
	text-align:center;
}
#tools h3{
	font: bold medium Arial, verdana, sans-serif;
	color:#eee;
	margin:0.2em 0em 0.5em;
	width:160px;
	height:20px;
	position: relative;
	}

#tools h3 span {
	background: url(../interface/theme2/titletools.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#tools ul, #tools ul li {
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
	display:inline;
}
#tools ul a img {
	border:1px solid #333
	}
#tools ul a:hover img {
	border:1px solid #999
	}

#search{
	background:#7d7d7d;
	border:0px solid #7d7d7d;
	margin:0px 0px 10px;
	padding:0px;
	}
#search h3{
	font: bold medium Arial, verdana, sans-serif;
	color:#eee;
	margin:0.2em 0em 0.5em;
	width:160px;
	height:20px;
	position: relative;
	border-bottom:0px solid #7d7d7d;
	}

#search h3 span {
	background: url(../interface/theme2/titlesearch.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

/* other side bar CONTENT
----------------*/
#archive,#themes,#publications,#links,#contactdetails,#recent{
	background:transparent;
	border:1px solid #7d7d7d;
	margin:0px 0px 10px;
	padding:3px;
	}
#archive h3,#themes h3,#publications h3,#links h3,#contactdetails h3,#recent h3{
	font: bold medium Arial, verdana, sans-serif;
	color:#eee;
	margin:0.5em 0em 0em;
	border-bottom:1px solid #7d7d7d;
	}
	
/* LISTS
-------------------------------------------------------------------------*/
#archive ul,#themes ul,#publications ul,#links ul,#contactdetails ul,#recent ul{
list-style:url(../interface/bullet/bullet.gif) square}

/* heading titles
----------------*/
#archive h3{
	width:160px;
	height:20px;
	position: relative;
	}

#archive h3 span {
	background: url(../interface/theme2/titlearchive.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#themes h3{
	width:160px;
	height:20px;
	position: relative;
	}

#themes h3 span {
	background: url(../interface/theme2/titlethemes.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#publications h3{
	width:160px;
	height:20px;
	position: relative;
	}

#publications h3 span {
	background: url(../interface/theme2/titlepublications.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#links h3{
	width:160px;
	height:20px;
	position: relative;
	}

#links h3 span {
	background: url(../interface/theme2/titlelinks.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#contactdetails h3{
	width:160px;
	height:20px;
	position: relative;
	}

#contactdetails h3 span {
	background: url(../interface/theme2/titlecontactdetails.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#recent h3{
	width:160px;
	height:20px;
	position: relative;
	}

#recent h3 span {
	background: url(../interface/theme2/titlerecent.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
/* LINKS
-------------------------------------------------------------------------*/

a:link, a:active {
	color: #eee;
	text-decoration: none;
	}
a:visited {
 	color: #999;
	text-decoration:none;
 	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
a:focus {
	outline: none;
	-moz-outline:none;
	}


	
/* more right column content
----------------*/
#themes span, #publications span{
	color:#000;
}	
	
#contactdetails h4{
	font: bold 100% Arial, verdana, sans-serif;
	color:#999;
	}

#primarycontent p a{
	background:#999;
}

.post{
	padding:2px 10px 2px 20px;
	margin:0px 10px 5px;
	background:transparent;
	border:0px solid #fff;
}

.post h1, h1{
	font: bold 170% Arial, verdana, sans-serif;
	color:#fff;
	margin:4px 0px 0px;
	padding:0px;
	}
	
.post h1 a:link, h1 a:link,.post h1 a:active, h1 a:active{
	color:#eee;
	background:transparent;
	}
.post h1 a:visited,h1 a:visited{
	color:#999;
	background:transparent;
	}
.post h1 a:hover, h1 a:hover{
	color:#fff;
	}
	
	
.post h2, h2{
	font: bold 110% Arial, verdana, sans-serif;
	color:#1a1a1a;
	margin:4px 0px 0px;
	padding:0px;
	}
.post h3, h3{
	font: bold 90% Arial, verdana, sans-serif;
	color:#f7f7f7;
	margin:1px 0px 4px;
	padding:0px;
	}
.post p{}
.post ul{}
.post li{}

	
/* NAVIGATION
-------------------------------------------------------------------------*/	
#navigation {
	font: 100% Arial, Helvetica, sans-serif;
	background:transparent url("../interface/theme2/bg.gif") repeat-x bottom;
}
#navigation a {
	background:url("../interface/theme2/left_both.gif") no-repeat left top;
	border-bottom:1px solid #eee;
}
#navigation a span {
	background:url("../interface/theme2/right_both.gif") no-repeat right top;
}


/* FORMS
-------------------------------------------------------------------------*/

fieldset
{
	display: block;
	margin: 5px;
	border: 1px solid #333;
	padding: 5px;
}

fieldset#fieldsetsearch
{
	position: relative;
	border:none;
}
fieldset#fieldsetcontactme
{
	position: relative;
	border:1px solid #eee;
	padding:15px;
	margin:0 10px;
}

input, textarea
{
	width:250px;
	position: relative;	
	display: block;
	margin:0 0 5px;
	padding:0px;
	border: 1px solid #000;
}

textarea{width:350px;}
.submit{width:auto;}

input#keyword
{
	position: relative;	
	display:inline;
	width:95px;
	margin:0px;
	padding:1px 1px;	
}

#searchform{
	padding:0px;
	margin:0px;
}

input#search
{
	position: relative;	
	display:inline;
	width:25px;
	margin:0 1px;
	padding:0px 1px;
	background:#eee;
	border: 1px solid #000;
}

label
{
	display:block;
	margin:0;
	padding:0;
	font-weight: bold;
}
legend
{
	font:bold 120% Arial, Helvetica, sans-serif italic;
	color:#999;
}
label.required
{
	font-weight: bold;
	color:#000;
}

select
{
	position: relative;
	display: block;
}


#footer ul li a{color:#000}
#footer ul li a:hover{color:#333}

}