/*
	CSS Layout: POL
	Author: Jesse Gill, Pandepic
	Graphics: Larka
	
	No authorisation is granted for editing or redistribution of this document...
	
	It is authorised that you may use this document as a layout to create a website on the following conditions; that the copyright
	message is left in the footer of the HTML document for every website page using this document as a layout and no 
	part of the layout is edited or redistributed.
*/

/* GLOBAL STYLES */

body
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.headerbar
{
	padding: 0px;
	border-bottom: 1px solid #879098;
	border-top: 1px solid #879098;
}

/* HEADER */
#mainheader
{
	height: 145px;
	background: url("../images/polback.jpg") no-repeat top left #000;
}

#mainnavigation
{
	position: absolute;
	right: 199px;
	top: 10px;
	border: 1px solid #000;
	background-color: #000000;
	z-index: 998;
}


#mainnavigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
	list-style-image: none !important;
}

#mainnavigation li
{
	font-family: Calibri, Arial;
	height: 30px;
	background-color: #000000;
	width: 128px;
	margin: 1px;
	padding: 0px;
	padding-left: 30px;
	border: 1px #7b416a solid;
	line-height: 30px;
}

#mainnavigation li:hover
{
	background: transparent url("../images/rollover.png") no-repeat center left;
}

#mainnavigation li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11pt;
}

#mainlogo
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

#wrapcentre
{
	padding: 20px 60px;
}

.spoiler
{
	margin: 10px 0px;;
	padding: 1px;
}

.spoilerheader
{
	color: #6A8AA6;
	padding: 6px 10px;
	font-weight: bold;
	background: transparent url("/forum/styles/BlueMoon/theme/images/cellpic1.gif");
	border: 1px solid #879098;
}

.spoilercontent
{
	background-color: #FAFAFA;
	padding: 10px 16px;
	border: 1px solid #879098;
}