/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Magik and Rose - Main Layout CSS
	Copyright:		Copyright Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/


html, body, form {
	margin: 0px;
	padding: 0px;
}
html>body {
	font-size: 16px;
}
body {
	font-size: 100%;
	text-align: center;
	margin: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;

margin: 0px;
}
body#homepage {
	margin: 10px 0px;
}

#centreContainer {
	text-align: left;
	width: 765px;
	margin: 0px auto;
	position: relative;
}



.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

.offPage {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

q,
span.i {
	font-style: italic;
}
q.normal {
	font-style: normal;
}

h2 {
	font-size: 1.3em;
	margin: 2em 0px 1em 0px;
	padding: 0px 0px 0px 55px;
	background: url(../images/h2Sperm.png) transparent no-repeat left center;
	min-height: 18px;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0px 0.5em 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px 0px 1.2em 0px;
	padding: 0px;
}

#content {
	margin: 0px 10px;
}
#content a {
	color: #0000FF;
}
#content a:hover {
	background-color: #4D911F;
	color: #FFFFFF;
}



/* Splash Page */ 
#roseContainer {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 219px;
	height: 218px;
	background: url(../images/roseInACircle.png) transparent no-repeat 0px 0px;
}
#magikContainer {
	position: absolute;
	left: 0px;
	top: 210px;
	width: 219px;
	height: 218px;
	background: url(../images/magikInACircle.png) transparent no-repeat 0px 0px;
}
#spermContainer {
	position: absolute;
	left: 75px;
	top: 20px;
	background: url(../images/sperm.png) transparent no-repeat 0px 0px;
	width: 596px;
	height: 327px;
}

#titleContainer {
	left: 180px;
	top: 50px;
	width: 524px;
	height: 79px;
	text-align: center;
	margin: 20px auto 10px auto;
}

#homepage #titleContainer {
	position: absolute;
	left: auto;
	right: 10px;
	top: 380px;
	width: 524px;
	height: 79px;
}

#titleContainerIE6Fix {
	background: url(../images/magikAndRoseTitle.png) transparent no-repeat 0px 0px;
	width: 524px;
	height: 79px;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 3em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#titleContainer a {
	display: block;
	width: 524px;
	height: 79px;
	text-indent: -10000px;
}

#tagLine {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#homepage #tagLine {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.6em;
	padding: 490px 10px 0px 230px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}



/* Navigation */
#navigation {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
	
#navigation ul,
#navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	margin: 0px auto;
}

#navigation li {
	float: left;
	text-align: right;
}

#navigation li a {
	float: left;
	min-width: 62px;
	min-height: 14px;
	position: relative;
	padding: 0px 33px 20px 0px;
	margin-right: 7px;
	color: #26480F;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	white-space: pre;
}
#navigation li a.last {
	margin-right: 0px;
}

#navigation li a:hover,
#navigation li.selected a {
		color: #000000;
}
#navigation li a span {
	position: relative;
	z-index: 100;
}
#navigation li a span.sperm {
	z-index: 50;
	width: 95px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/menuSpermOff.png) transparent no-repeat 0px 0px;
	cursor: pointer;
}
#navigation li a span.sperm,
#navigationImageOffPreloader {
	background: url(../images/menuSpermOff.png) transparent no-repeat 0px 0px;
}
#navigation li a:hover span.sperm,
#navigation li.selected a span.sperm,
#navigationImageOnPreloader {
	background: url(../images/menuSpermOn.png) transparent no-repeat 0px 0px;
}

#navigationImageOnPreloader,
#navigationImageOffPreloader {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
	top: -10000px;
}	


.imageLeft {
	float: left;
	margin: 0px 10px 5px 0px;
}


html {
	background: url(../images/backgroundGradient.png) #4D911F no-repeat center center fixed;
}


#credits {
	margin-top: 4em;
}
