a {
	color: red;
	text-decoration: none;
}

html, li {
    font-size:0.875em;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight:300;
}

fieldset {
	background-color:white;
	border:none;
	margin:0 0 20px;
	padding: 0;
}

fieldset ul {
/* 	padding: 10px; */
}

h1 {
	font-size: 200%;
	font-weight: 300;
	margin: auto auto 20px;
}

h2 {
	line-height:130%;
}

input {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	margin: 0 10px 10px 0;
}

th, td {
	padding-right: 10px;	
	text-align: left;
}

h3, ol, ul {
	font-size: 20px;
	font-weight: bold;
}

ul {
/* 	height: 100%; */
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ol {
	margin:0;
	overflow:hidden;
	padding: 0;
}

li {
	list-style: none;
}

ol li {
	list-style: decimal;
}

#header, #footer {
	margin: 30px auto 30px;
}

.handle {
	cursor: move;	
}

form.questions {
	height: 100%;
	overflow: hidden;
}

.question legend {
	background-color: gray;
	-moz-border-radius: 10px;
	color: white;
	padding: 8px 10px;
}

.question li {
	list-style-position:inside;
	margin: 5px 0;
/* 	padding-left:10px; */
}
.question input {
	margin: 0;
}

.question label {
	margin-left: 5px;
	padding: 0 5px;
	
}

.question input, .question label {
	cursor: pointer;
}

.question-title input {
	width: 75%;
}

.fquiz-question-rmeoved {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* Coda slider */

li.panel {
	margin: 0;
}

.coda-slider, .coda-slider .panel {

}

.coda-nav-left-0 {
	display: none;
}

.coda-nav-right {
	display: none;
	text-align: right;
}

.coda-nav ul li a.current {
	background-color: red;
}
