body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #fff;
}

body#booking {
 	margin: 0;	
}

body#booking select {
	font-size: 12px;
}	

p, td, th, label, li {
	font-size: 1.4em;
	line-height: 1.5;
}

p { margin: 1.2em 0; }
strong { font-weight: bold; color: #000; }

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"],
input.text-field, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 1.4em;
}

blockquote fieldset {
	margin: 1.2em 0;
}

blockquote {
	margin: 1.2em 3em 3em 3em;
	background: #eee;
	padding: 1px 20px;
}

h1 {
	font-size: 2.4em;
	color: #000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 2.1em;
	color: #666;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.5em;
	color: #000;
	margin: 2em 0 1em 0;
	font-weight: bold;
}

ul, ol { margin: 2em 0 2em 2em; }
ul li, ol li {
	list-style: disc;
	margin-left: 1.4em;
}
ol li { list-style-type: decimal;} 
ol li li { font-size: 1em; }
ul li li { font-size: 1em; }

#header {
	padding: 15px 20px;
}

#header .branding {
	width: 760px;
	margin: 0 auto;
}

#header .branding img {
	max-height: 60px;
	width: auto;
}

#main {
	padding: 30px 40px;
	width: 760px;
	margin: 0 auto;
}

#main.-narrow {
	width: 608px;
}

blockquote.reading {
    padding-top: 1em;
}

blockquote.reading p {
	line-height: 2em;
}

.task-set {
	margin: 1.2em 3em 3em 3em;
	background: #eee;
	padding: 10px 20px;
}

#time-remaining {
	position: fixed;
	right: 10px;
	top: 10px;
	background:#16a43f;
	padding: 10px;
	color: #fff;
	width:150px;
}

#time-remaining p {
	font-size: 1.5em;
	margin: 0 0 0 0;
	text-align: center;
}

#time-remaining.running-out {
	background-color: #FF0000;
}

#time-remaining .countdown {
	border: none;
	background: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 3em;
	width: 100%;
}


/* FORMS */

input[type="text"].text-field-date {
	width: 110px;
}

input[type="text"],
input[type="password"],
.text-field, select, textarea {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	background: #fff url(../img/input-shadow.gif) top repeat-x;
	padding: 4px 2px;
	margin: 0;
	width: 255px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select { width: auto; }
textarea { height: 80px; }

input.checkbox {
	margin-right: 5px;
	float: left;
	display: inline;
	text-align: left;
}

form fieldset div,
form fieldset .row {
	padding: 5px 0;
	clear: both;
	overflow: hidden;
}

form label {
	font-size: 1.2em;
	color: #333;
	display: block;
	float: left;
	width: 165px;
	margin-right: 10px;
	line-height: 2;
}

form.label-long label { width: 250px; }
form label.long-label { width: 300px; }
form label.top-label {
	width: auto;
	float: none;
	margin-bottom: 5px;
}
form label.checkbox-label {
	width: 100%;
	text-align: left;
}

form label .note { color: #999; }

form input.medium { width: 150px; }
form input.short { width: 70px; }

form .buttons {
	padding: 20px 0 10px 175px;
	overflow: hidden;
}

form .buttons input {
	float: left;
	display: inline;
	margin-right: 5px;
}

form.basic .required { color: #c00; }

form .button, button.button {
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	background: #eee;
	padding: 5px 7px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #ccc, inset 0 1px 0 #fff;
	   -moz-box-shadow: 0px 1px 1px #ccc, inset 0 1px 0 #fff;
	        box-shadow: 0px 1px 1px #ccc, inset 0 1px 0 #fff;
}

form .button:hover,
button.button:hover {
	background: #e6e6e6;
}

form .button:active,
button.button:active {
	background: #ccc;
}

form .button-small {
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	background: #fff;
	color: #aaa;
	padding: 5px 7px;
	cursor: pointer;
}

form .button-big {
	padding: 10px 14px;
}

form .option-list {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 3px;
}

form .option-list li {
	float: left;
	text-align: left;
	list-style: none;
	margin: 0 20px 10px 0;
	font-size: 1em;
}

form .option-list li:last-child { margin-bottom: 0; }

form .option-list input {
	display: inline-block;
	vertical-align: middle;
}

form .option-list input[type="radio"],
form .option-list input[type="checkbox"] {
	margin: 0 7px 0 0;
	padding: 0;
}

form .option-list label {
	float: none;
	width: auto;
	display: inline;
	vertical-align: middle;
}

form .option-list-stacked li {
	float: none;
}

form .double-option-list .first-label {
	display: inline-block;
	width: 200px;
}

form .double-option-list .second-label {
	display: inline-block;
	width: 160px;
	margin-right: 0;
}

form .button-row {
	margin-top: 30px;
}

input[type="text"].small-field {
    width: 100px;
}

/* LOGIN FORM */

#login-form label { width: auto; float: none; }
#login-form select { margin-right: 10px; }

.terms {
	overflow: auto;
	height: 200px;
	width: 608px;
	border: 2px solid #b3b3b3;
	padding: 0.5em;
	font-size: 100%;
}


/* Tasks login form */
div#eal-div label {
	display: inline;
	float: none;
	width: auto;
}

div#eal-div span {
	color: #333;
	display: inline;
	font-size: 1.2em;
}

div#eal-div input[type=radio] {
	float: clear;
	width: auto;
}

/* VOCAB TASKS */

#vocab-tasks fieldset {
	margin-bottom: 2em;
}


/* FOOTER */

#footer {
	padding: 2em 0;
	overflow: hidden;
}

#footer p {
	margin: 0;
}

#footer a {
	display: block;
	width: 115px;
	height: 20px;
	background: url(../img/powered-by-delna.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 auto;
}

.messages {
	color: #FF0000;
}

/* TABLES */
table.table td, table.table th {
	padding: 0 1em 0 0;
}

table.table th {
	font-weight: bold;
}

/* Background info form
------------------------------------------------------------*/

.background-info-form h4 {
	margin: 30px 0 10px;
}

.background-info-form .required {
    color: #C00;
}

#test-site {
	background: orange;
	width: 100%;
	padding: 1em;
	margin: 0 0 1.5em 0;
	text-align: center;
}

#test-site h2 {
	color: black;
	margin: 0;
}
