/* 
CSS for: site.com v 1.0

Author: Mat Frankum, Funkadelic Soul
Email: funkadelicsoul@googlemail.com
*/

/*------ LAYOUT ------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	border:0;
	background:none;
	}
	
html {
	font-size:100%;
	}
	
body {
	font-size:62.5%;
	background-color:#2e3192;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width:780px;
	margin:0 auto;
	}

#header h1 {
	width:780px;
	height:213px;
	position:relative;
	}
#header h1 span {
	width:100%;
	height:100%;
	position:absolute;
	background:#2e3192 url(images/holdingHeader.jpg) center no-repeat scroll;
	}
	
#sticker {
	position:relative;
	}
#sticker img {
	position:absolute;
	top:-100px;
	right:0;
	}
	
#content {
	color:#FFF;
	font-size:1.2em;
	width:600px;
	}
	
#form {
	color:#FFF;
	font-size:1.2em;
	width:350px;
	float:left;
	}
#address {
	float:right;
	width:400px;
	color:#FFF;
	font-size:1.2em;
	}


#footer {
	clear:both;
	color:#FFF;
	text-align:center;
	font-size:1.0em;
	padding-top:5px;
	}
	
.clear {
	clear:both;
	height:1px;
	margin-top:-1px;
	}

/*------ NAVIGATION ------*/
a {
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}


/*------ CONTENT ------*/
p {
	margin:1.5em 0;
	}
/* Address */
#address p {
	margin:0;
	}
#hcard-Sparks-Publishing, .tel {
	margin-top:0.5em;
	}
.url, .email, .country-name {
	display:none;
	visibility:hidden;
	}


/* Form */
#form p {
	margin:0;
	}
	
#form ul {
	list-style-type:none;
	margin:0.5em;
	}
	
form {
	margin-top:0.8em;
	}
label {
	display:block;
	margin-bottom:0.5em;
	}
label em {
	float:left;
	width:8em;
	}
input {
	border:1px #FFF solid;
	background-color:#FFF;
	font-size:1.0em;
	width:20em;
	}
input:focus, textarea:focus {
	background-color:#FCF63E;
	}
textarea {
	border:1px #FFF solid;
	background-color:#FFF;
	font-size:1.0em;
	width:20em;
	height:10em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.autowidth {
	width:auto;
	margin:0.5em 0 0 8em;
	border-color:#000;
	background-color:#FCF63E;
	}
	
.hiLiteMissing {
	border-color:#FD7D00;
	}
	
.warn {
	color:#FD7D00;
	}