/* Start of CMSMS style sheet 'pulpplate' */
/*****************

This website was designed and developed by Jennifer Harrison 2008 
http://www.slopii.co.uk

yello #fcb22f;
text yello #c0ad79
bright red #8c1012
dark red #700c0a 
******************/


* {
	margin:0;
	padding:0;
}
body {
	background-color: #353b39;
	color:#c0ad79;
	line-height:1.4em;
	width: 100%;
	height: 100%;

}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
	border: 0;
}

/*****************
basic layout 
*****************/
div#pagewrapper {
	background-color:#353B39;
	width:800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
div#header {
	background:#353B39 url(images/splash2.jpg) no-repeat scroll 0 20px;
	height:373px;
}
div#header .headertext {
	display:block;
	height:373px;
	text-decoration:none;
	text-indent:-999em;
}

div#container{
	background:#710d0b url(images/bg_fade2.jpg) no-repeat top;
	margin-left:11px;
	width:750px;

}
div#background{
border-left:#651412 solid 1px;
	border-right:#651412 solid 1px;
}

#content{
	margin:12px 12px 0 12px;
	padding:10px;
	}
.colourbox {
	background-image:url(/images/grey_alpha60.png);
	margin-bottom:10px;
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #353b39;
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;      /* some air for footer */
	text-align: center; /* centered text */
	margin:0;
}
div#footer p a {
	color: #fcb22f; /* needed becouse footer link would be same color as background otherwise */
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	margin: 1em;
}
.accessibility {
	border:0 none;
}


/********************
CONTENT STYLING
*********************/



/* LISTS */
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height:1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}


/* END LISTS */

/* End of 'pulpplate' */

