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

This website was designed and developed by Jennifer Harrison 2008 
http://www.feralfriend.com

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/splash.jpg) no-repeat scroll 0 20px;
	height:595px;
}
div#header .headertext {
	display:block;
	height:595px;
	text-decoration:none;
	text-indent:-999em;
}
div#content {
	background:#710d0b url(images/bg_fade.jpg) no-repeat top;
	margin-left:11px;
	width:750px;border-left:#651412 none 1px;
	border-right:#651412 none 1px;
}
div#background{
background: #710d0b;
}

/* Index page formatting */
#container {
	overflow:hidden;
	margin:0 0 12px 0;
}
div#blerb {
	width: 460px;
                \width: 480px; /*widths for ie6*/
                w\idth: 460px;
	margin:0 12px -2000px 12px;
	padding:10px 10px 2000px 10px;
                /*float: left;*/
}
div#newsindex {
	display:inline;
float:right;
	margin:0 12px -2000px 0;
	width:214px;
	padding:10px 10px 2000px 10px;
}
.colourbox {
	background-image:url(/images/grey_alpha60.png);
	margin-bottom:10px;
}
/* 3 col layout with px widths */
#container2 {
	overflow:hidden;
	margin:0 12px 0 12px;
}
#container2 div {
background-image:url(/images/grey_alpha60.png);
	float:left;
	margin-bottom:-2000px;
	padding:10px 10px 2000px 10px;
	width:214px;
}
#container2 img {
margin-left:auto;
margin-right:auto;
display:block;
}
.col9 {
	margin:0 12px -2000px 12px;
}
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 */
}

.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 'pulpindex' */

