/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */

a {color:#fff;text-decoration:underline;}

body {
	background: #0f0f0f;
	background: #101010 url(/images/splash_bg.jpg) center center no-repeat fixed;
	font:70%/1.5em "helvetica neue",helvetica,calibri,arial,sans-serif;
	color: #fff;
}

fieldset {border:none;}
legend {font-weight:bold;}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

#header,

#content {
	color: #fff;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #fff;
}
#alertmsg {
	border: 1px solid #A5D768;
}

.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}

.warn strong,
.warn label {
	color: #ffff00;
}
#error {
	border: 1px solid #F3D5D5;
}

.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}
