/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #000000;
	font-family: "Helvetica Neue", "Gill Sans", Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #888888;
	letter-spacing:0.1em;
}

a:link { color: #EEEEEE; font-family: "Helvetica Neue", "Gill Sans", Helvetica, Arial, sans-serif; font-weight: 100;  text-decoration: none; border-style: none; outline-style: none; }

a:visited {color: #EEEEEE; font-family: "Helvetica Neue", "Gill Sans", Helvetica, Arial, sans-serif; text-decoration: none; border-style: none; outline-style: none; font-weight: 100; }

a:hover {color: #ff0099; text-decoration: none; border-style: none; outline-style: none; }

a:active {text-decoration: none; border-style: none; outline-style: none; }


h1 { color: #EEEEEE; font-family:"Helvetica Neue", "Gill Sans", Helvetica, Arial, sans-serif; font-size: 26px; font-weight:100; }


h2 { font-size: 17px; color:#CCCCCC; font-weight:100;  }


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

a img {
	border: none;
}

#header,
#footer {
	background: #222222;
	border: 1px solid #222222;
}

#content {
	border: 1px solid #222222;
	color: #888888;
}

.navimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 23px;
	height: 23px;
	background: #111111;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #888888;
}
#alertmsg {
	border: 1px solid #111111;
}
.alert {
	background: #111111;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #111111;
	
}
.warn {
	background: #111111;
	font-family: "Helvetica Neue", "Gill Sans", Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #888888;
	letter-spacing:0.1em;
	font-size: 14px;
	
	
}
.warn strong,
.warn label {
	color: #888888;
}
#error {
	border: 1px solid #111111;
}
.error {
	background: #111111;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #000000;
}

.required {
	font-weight: bold;
	
	}
	
