/* Style sheet for extras Oct 09
-------------------------------------------*/

/* Centre all the text on the hoe page
------------------------------------------------*/

div.centre div { border-bottom:2px dashed #008de4; margin-bottom:24px}


/* Style for the vacancy page listing */
div.vacancies h2 {
	font-size: 2em;
	letter-spacing: 0;
}

div.vacancies p, div.vacancies li {
	line-height: 2em;
}

div.vacancies p span.deadline {
	font-weight: bold;
	color: red;
	border-bottom: 1px dotted red;
}
div.vacancies span.detail {
	margin-right: 20px;
	font-weight: bold;
	color: #666666;
}
div.vacancies li span.addline {
	display: block;
	margin-left: 100px;
	position: relative;
	top: -22px;	
}

.new {
	font-size: 1.4em;
	color: red;
	font-variant: small-caps;
	font-weight: bold;
}
/* Style for the date on the news pages to be floated right */

p.blogdate {
background-color:#0084DE;
color:#FFFFFF;
font-weight:bold;
padding:4px;
}
/* Trying to tget the newsboxes to render correctly
-----------------------------------------------------*/
table.newsbox {

padding-right: 3px;
}

/* Style to make the page 800px wide
-----------------------------------------------*/

div.centre_wrap {
	width: 800px;
}
div.header {
width: 800px;
height: 190px;
background-image:url(../images/header2.png);
}
div.rightcol {
	width: 520px;
}
#footer {
width: 800px;
background:#fff url(../images/footer2.png) no-repeat bottom left;
}

/* Style for the art and regeneration page
-----------------------------------------------*/

ul#artistlist {

}
ul#artistlist li {
	display:inline; 
	list-style-position:inside;
	background: transparent url(../images/person_list_icon.png) no-repeat top left;
	padding: 3px 18px 3px 20px ;
	line-height:2.5em;
	}
/* New footer styling - includes footer sytling above
------------------------------------------------------------*/

#footer {
	clear:both;
	height:150px;
	}

#footer h5 {
	text-align: center;
	color: #F07254;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	padding-top: 80px
}
#footer p {
	text-align: right;
	padding-right: 8px;
}
/* Art and Regeneration page style
-------------------------------------------------*/
h4.up_a_bit {
	position:relative;
	top:-1em;
	font-size:1.1em;
}

p.img_box_right {
	text-align: center;
	width: 402px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom:4px
}
p span.img_title {
	color:#10151E;
	font-size:1.4em;
}
p.img_box_right img {
	border: 1px solid #666666;	
}
/* ------------------------------------
-----------------Temp styles-----------
-----------------------------------------*/

img.burns-poster {float: right; margin:0 16px 10px 16px}
h3 span.sold_out {color: red; margin-left: 20px}

