/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #000000 url('/templates/default/images/night/backgrounds/html-bg.jpg') repeat-x top left;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	width: 360px;
	margin: 1em 0 0 0;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	margin: 1em 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
}

h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}

img {
	border: none;
}

hr {
	clear: both;
	width: 600px;
	height: 10px;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	background: transparent url('/templates/default/images/night/elements/hr.png') no-repeat top left;
	overflow: hidden;
	text-align: left;
}

p {
	margin: 0.5em 0 0 0;
	line-height: 1.5em;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 0;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

input.small,
textarea.small,
select.small {
	width: auto;
}

.checkbox,
.radio {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.button {
	width: 185px;
	padding: 3px 30px;
	background: #000000 url('/templates/default/images/night/elements/button.gif') no-repeat center left;
	color: #ffffff;
	font-weight: bold;
	border-color: #fab926;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
}

/********** IE6 warning box **********/

#ie6-warning {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #cc0000;
	color: #ffffff;
	overflow: hidden;
}
* html #ie6-warning {
	display: block;
}

#ie6-warning p {
	margin: 0;
	padding: 10px;
}

#ie6-warning a {
	color: #ffffff;
	text-decoration: underline;
}

#ie6-warning a:hover {
	text-decoration: none;
}

/********** Custom headings **********/

.highlight {
	color: #0099ff;
}

/********** Overall container **********/

.content-container {
	clear: both;
	width: 100%;
	background: transparent url('/templates/default/images/night/backgrounds/header-bg.jpg') no-repeat top center;
	height: 1100px;
}

/********** 2 column layout wide - narrow **********/

.layout1 {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}

.layout1 .col1 {
	float: left;
	width: 600px;
}

/********** Header elements **********/

.header {
	width: 970px;
	height: 400px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.header .logo {
	float: left;
	width: 280px;
	height: 130px;
	margin: 25px 0 0 0;
	background: transparent url('/templates/default/images/night/header/logo.png') no-repeat top left;
	text-indent: -9000px;
}

.logo a {
	display: block;
	height: 130px;
}

/********** Main menu **********/

ul.main-menu {
	position: absolute;
	top: 265px;
	right: 10px;
	z-index: 2;
	float: right;
	height: 35px;
	margin: 0;
	padding: 0 20px 0 0;
	background: transparent url('/templates/default/images/night/menu/border-right.gif') no-repeat top right;
}

ul.main-menu li {
	float: left;
	margin: 5px 0 0 8px;
	padding: 0 0 0 8px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 0 1px;
}

ul.main-menu li a {
	color: #ccff00;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul.main-menu li a:hover {
	color: #ffffff;
}

ul.main-menu li.first {
	height: 30px;
	margin: 0;
	padding: 5px 0 0 20px;
	background: transparent url('/templates/default/images/night/menu/border-left.gif') no-repeat top left;
	border: none;
}

/********** Car prize block **********/

.prize {
	float: left;
	width: 400px;
	height: 240px;
	margin: 10px 0 0 0;
}

.prize a {
	display: block;
	height: 240px;
	text-indent: -9000px;
}

/********** Page content element **********/

.body-content {
	float: left;
	width: 600px;
}

.body-content ul,
.body-content ol {
	margin: 1em 0 0 0;
}

.body-content ul li {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style: square;
}

.body-content ol li {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 1em;
	list-style: decimal;
}

/********** Login **********/

.login-container {
	float: right;
	width: 320px;
	height: 190px;
	padding: 40px 0 0 0;
	font-size: 0.8em;
	position: relative;
}

.login-container .light-switch,
.logout-container .light-switch {
	position: absolute;
	top: 10px;
	right: 0;
	width: 26px;
	height: 17px;
	overflow: hidden;
}

.login-container .light-switch a,
.logout-container .light-switch a {
	display: block;
	height: 17px;
	text-indent: -9000px;
}

.login-container a.switch-day,
.logout-container a.switch-day {
	background: transparent url('/templates/default/images/night/login/light-switch-night.png') no-repeat top left;
}

.login-container a.switch-day:hover,
.logout-container a.switch-day:hover {
	background: transparent url('/templates/default/images/night/login/light-switch-day.png') no-repeat top left;
}

.login-container a.switch-night,
.logout-container a.switch-night {
	display: none;
	background: transparent url('/templates/default/images/night/login/light-switch-day.png') no-repeat top left;
}

.login-container a.switch-night:hover,
.logout-container a.switch-night:hover {
	background: transparent url('/templates/default/images/night/login/light-switch-night.png') no-repeat top left;
}

.login-container .title {
	width: 62px;
	height: 23px;
	padding: 2px 25px;
	color: #000000;
	background: transparent url('/templates/default/images/night/login/title-bg.png') no-repeat top left;
	font-size: 1.5em;
	font-weight: bold;
}

.login-container .login-box {
	position: relative;
	width: 285px;
	height: 110px;
	padding: 10px 10px 10px 25px;
	background: transparent url('/templates/default/images/night/login/login-bg.png') repeat top left;
}

.login-container .login-box div {
	margin: 5px 0 0 0;
	overflow: hidden;
}

.login-container .login-box div label {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	color: #ccff00;
	font-weight: bold;
}

.login-container .login-box div input {
	float: left;
	width: 150px;
}

.login-container .login-box p {
	float: left;
	width: 160px;
	margin: 7px 10px 0 0;
}

.login-container .login-box .button {
	float: left;
	width: 72px;
	height: 26px;
	margin: 7px 0 0 0;
	background: transparent url('/templates/default/images/night/login/go-button.png') repeat top left;
	color: #ccff00;
	font-size: 1.3em;
	font-weight: bold;
	border: none;
}

.login-container .login-box .signup-button {
	position: absolute;
	bottom: -38px;
	left: -10px;
	width: 220px;
	height: 52px;
	background: transparent url('/templates/default/images/night/login/signup-button.png') repeat top left;
	color: #000000;
	font-size: 2.8em;
	font-weight: bold;
}

.login-container .login-box .signup-button a {
	display: block;
	padding: 5px 0 0 35px;
	color: #000000;
	text-decoration: none;
}

.login-container .login-box .signup-button a:hover {
	color: #ffffff;
}

.logout-container {
	float: right;
	width: 320px;
	height: 200px;
	padding: 30px 0 0 0;
	font-size: 0.8em;
	position: relative;
	background: transparent url('/templates/default/images/night/login/logout.png') no-repeat top left;
}

.logout-container .logout {
	margin: 0 0 0 60px;
}

.logout-container .logout a {
	color: #2beef5;
	font-size: 1.35em;
	font-weight: bold;
	text-decoration: none;
}

.logout-container .logout a:hover {
	color: #0099ff;
}

.logout-container .welcome {
	margin: 0.5em 0 0 25px;
	font-size: 2em;
	font-weight: bold;
	color: #2beef5;
	line-height: 1.2em;
}

.logout-container .random-score {
	margin: 0.5em 0 0 25px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
}

.logout-container ul.profile li {
	float: left;
	margin: 1em 0 0 25px;
	padding: 5px 0 0 0;
}

.logout-container ul.profile li.icon {
	width: 31px;
	height: 32px;
	padding: 0;
	background: transparent url('/templates/default/images/night/login/icon.png') no-repeat top left;
	text-indent: -9000px;
}

.logout-container ul.profile li a {
	font-size: 1.3em;
	font-weight: bold;
	color: #2beef5;
}

.logout-container ul.profile li a:hover {
	color: #0099ff;
}

/********** The hub **********/

.hub-container {
	float: left;
	width: 320px;
	margin: 105px 0 0 50px;
	color: #ffffff;
}

.hub-container h2 {
	height: 30px;
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 2em;
}

.hub-container .hub {
	clear: both;
	width: 295px;
	padding: 10px 20px 10px 5px;
	background: #0099ff;
	overflow: hidden;
}

.hub-container .hub h3 {
	clear: both;
	width: 250px;
	margin: 0;
	padding: 0.5em 0 0 45px;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.3em;
}

.hub-container .hub a {
	text-decoration: none;
	color: #ffffff;
}

.hub-container .hub a:hover {
	text-decoration: underline;
}

.hub-container .hub h3.twitter {
	background-image: url('/templates/default/images/night/hub/twitter.gif');
}

.hub-container .hub h3.news {
	background-image: url('/templates/default/images/night/hub/news.gif');
}

.hub-container .hub h3.facebook {
	background-image: url('/templates/default/images/night/hub/facebook.gif');
}

.hub-container .hub h3.rss {
	background-image: url('/templates/default/images/night/hub/rss.gif');
}

.hub-container .hub ul {
	clear: both;
	width: 250px;
	margin: 0 0 0 45px;
}

.hub-container .hub ul li {
	clear: both;
	width: 250px;
	padding: 5px 0;
	border-color: #ccff00;
	border-style: dotted;
	border-width: 0 0 1px 0;
	font-size: 0.95em;
	line-height: 1.2em;
}

/********** Footer **********/

.footer-container {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: transparent url('/templates/default/images/night/footer/road-marks.gif') no-repeat top left;
	background-position: 0 40px;
	overflow: hidden;
}

.footer-container .footer {
	float: left;
	width: 970px;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url('/templates/default/images/night/footer/stripes.gif') repeat top left;
}

.footer-container .footer ul {
	display: inline;
	float: left;
	width: 200px;
	margin: 1em 40px 0 10px;
}

.footer-container .footer ul li {
	display: inline;
	float: left;
	width: 200px;
}

.footer-container .footer .title {
	font-weight: bold;
	color: #ffffff;
}

.footer-container .footer ul li a {
	color: #ff0066;
}
.footer-container .footer ul li a:hover {
	color: #ffffff;
}

.footer-container .footer p {
	float: left;
	width: 210px;
	color: #ff0066;
}

.footer-container ul.copyright {
	float: left;
	width: 970px;
	margin: 2em 0 2em 0;
}

.footer-container ul.copyright li {
	float: left;
	margin: 0 0 0 2em;
	padding: 0 0 0 2em;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.footer-container ul.copyright li.first {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

/********** Registration form **********/

.registration-form {
	float: left;
	width: 580px;
	margin: 1.5em 0 0 0;
	padding: 0 20px 0 0;
	background: #e42403 url('/templates/default/images/night/register/form-footer.gif') no-repeat bottom left;
	color: #000000;
}

.registration-form h2 {
	display: inline;
	float: left;
	width: 560px;
	margin: 1em 0 0 20px;
	font-size: 1em;
	color: #000000;
}

.registration-form p {
	display: inline;
	float: left;
	width: 560px;
	margin: 1em 0 0 20px;
}

.registration-form label {
	color: #ffffff;
}

.registration-form p.message {
	width: 520px;
	padding: 10px 20px;
	background: #0099ff;
	color: #ffffff;
	font-weight: bold;
}

.registration-form .name-details div {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
}

.registration-form .name-details div,
.registration-form .address-details div,
.registration-form .contact-details div,
.registration-form .licence-details div,
.registration-form .password-details div,
.registration-form .referal-details div,
.registration-form .confirmation-details div {
	display: inline;
	float: left;
	width: 270px;
	margin: 0.25em 0 0 20px;
}

.registration-form .name-details .title {
	width: 100px;
}

.registration-form .name-details .title input {
	width: 60px;
}

.registration-form .name-details .firstname {
	width: 150px;
}

.registration-form .name-details .firstname input {
	width: 125px;
}

.registration-form .address-details .address textarea {
	height: 6.8em;
}

.registration-form input,
.registration-form textarea,
.registration-form select {
	width: 245px;
}

.registration-form input.small,
.registration-form input.checkbox,
.registration-form input.radio {
	width: auto;
}

.registration-form .button {
	width: 140px;
	height: 140px;
	background: transparent;
	border: none;
}

/********** My account overview **********/

ul.event-list {
	clear: both;
	width: 500px;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}

ul.event-list li {
	clear: both;
	width: 450px;
}

ul.event-list li .event-name {
	float: left;
	width: 340px;
}

ul.event-list li .event-score {
	float: right;
	width: 90px;
	text-align: right;
}

ul.event-list li .total {
	margin: 2em 0 0 0;
	font-size: 2em;
	font-weight: bold;
	color: #0099ff;
}

/********** Events **********/

.event-interest-form {
	width: 560px;
	padding: 0 20px 0 20px;
	margin: 2em 0 0 0;
	background: #e42403 url('/templates/default/images/night/register/form-footer.gif') no-repeat bottom left;
	overflow: hidden;
}

.event-interest-form h2 {
	margin: 20px 0 0 0;
	font-size: 1em;
	color: #000000;
}

.event-interest-form ul {
	margin: 20px 0 0 0;
	font-size: 1em;
}

.event-interest-form .button {
	width: 140px;
	height: 140px;
	background: transparent;
	border: none;
}

.event-interest-form p.message {
	width: 520px;
	padding: 10px 20px;
	background: #0099ff;
	color: #ffffff;
	font-weight: bold;
}

h2.activity-title {
	float: left;
	width: 450px;
}

p.activity-detail {
	clear: both;
}

.activity-status {
	float: right;
	margin: 1.5em 0 0 0;
}

/********** Roadmap **********/

.roadmap {
	clear: both;
	width: 600px;
	height: 410px;
	margin: 4em 0 0 0;
	position: relative;
	background: transparent url('/templates/default/images/night/roadmap/roadmap.png') no-repeat top left;
}

.roadmap a {
}

.roadmap .title {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
}

.roadmap .title a {
	color: #ffffff;
}

.roadmap .detail {
	clear: both;
	color: #ccff00;
}

.roadmap .detail a {
	color: #ccff00;
}

.roadmap .signup {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 140px;
}

.roadmap .take-part {
	position: absolute;
	top: 75px;
	left: 315px;
	width: 175px;
}

.roadmap .gain-credits {
	position: absolute;
	top: 160px;
	left: 65px;
	width: 225px;
}

.roadmap .earn-place {
	position: absolute;
	top: 220px;
	left: 315px;
	width: 175px;
}

.roadmap .win-stuff {
	position: absolute;
	top: 320px;
	left: 60px;
	width: 160px;
}

.roadmap .win-stuff .title {
	color: #000000;
}

.roadmap .win-stuff .detail {
	margin: 0.5em 0 0 0;
	font-weight: bold;
}

/********** Email form **********/

.email-form {
	width: 560px;
	padding: 0 20px 0 20px;
	margin: 2em 0 0 0;
	background: #e42403 url('/templates/default/images/night/register/form-footer.gif') no-repeat bottom left;
	overflow: hidden;
}

.email-form h2 {
	margin: 20px 0 0 0;
	font-size: 1em;
	color: #000000;
}

.email-form .required {
	display: none;
}

.email-form p.form-message-success,
.email-form p.form-message-error {
	width: 520px;
	padding: 10px 20px;
	background: #0099ff;
	color: #ffffff;
	font-weight: bold;
}

.email-form .form-row {
	clear: both;
	overflow: hidden;
	margin: 1em 0 0 0;
}

.email-form .form-row label {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

.email-form input,
.email-form textarea,
.email-form select {
	width: 245px;
}


.email-form .button {
	width: 140px;
	height: 140px;
	background: transparent;
	border: none;
}

/********** Quiz form **********/

.quiz-form .questionnaire {
	clear: both;
	width: 600px;
	overflow: hidden;
}
	

.quiz-form .questionnaire .question {
	float: left;
	width: 200px;
	margin: 1em 20px 0 0;
	font-weight: bold;
}

.quiz-form .questionnaire .answer {
	float: left;
	width: 380px;
	margin: 1em 0 0 0;
	font-weight: bold;
}

dl.quiz-answers {
	width: 380px;
	margin: 0;
	padding: 0;
}

dl.quiz-answers dt {
	clear: both;
	float: left;
	width: 30px;
	margin: 0.5em 10px 0 0;
	padding: 0;
}

dl.quiz-answers dd {
	float: left;
	width: 340px;
	margin: 0.5em 0 0 0;
	padding: 0;
}

.correct {
	color: #00cc00;
	font-weight: bold;
}

.incorrect {
	color: #cc0000;
	font-weight: bold;
}

.score {
	color: #0099ff;
	font-size: 1.5em;
	font-weight: bold;
}

