/*
Icons from http://www.famfamfam.com/lab/icons/
*/

body {
	background-color: #660000;
	margin: 0;
	font-family: 'Source Sans Pro', Helvetica,Verdana, sans-serif;
	color: #222;
  	font-size: 1.2em;
}

input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 9px;
}

#content {
	margin: 0 auto;
	width:980px;
	background-color: #FFF;
	padding: 30px;
}

#mastheadtitle {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	background: #cccccc;
}
#mastheadtitle h2 {
	margin: 30px;
	color: #333;
}

div.longreading {
	width: 700px;
	margin: 20px auto;
	padding: 10px 50px 30px 50px;
	color: #333;
	background: #EEE;
}


h2.special {
	text-align:right;
	font-size: 1.4em;
	font-style: italic;
}

.intro {
	width: 720px;
	margin-left: 5px;
}

p {
	width: 720px;
}

em { text-decoration: underline;}

p.question {
	border-top: 1px #AAA solid;
	margin: 15px 0px 0 5px;
	padding: 10px 0 10px 30px;
	background: url(../images/glyphicons_halflings_060_pencil.png) no-repeat 7px 11px;
	background-color: #edf2f9;
}

p.choices {
	margin: 4px 0 0 35px;
}

p.choices input {
	margin-top: 10px;
}


input[type="radio"] {
  transform: scale(1.5);
  margin-right: 5px;
}

input[type="text"] {
	transform: scale(1);
  	border: 2px solid #000;
  	font-size:.9em;
}


textarea {
	width: 744px;
	margin-left:-30px;
}

/* select {
	transform: scale(1.5);
  	font-size:1em;
} */

select {
	font-size: .95em;
	padding: 2px 4px;
	height: 28px;
	min-width: 60px;
	transform: none;
}

select.rankdrop {
	font-size: .9em;
	padding: 1px 3px;
	height: 26px;
	width: 150px;
}


.nextbutton input {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #289e39;
	padding: 12px 25px 12px 25px;
	border: solid #948a94 1px;
	margin-left:30px;
	text-decoration: none;
}

.nextbutton input:hover {
	background: #14c714;
	text-decoration: none;
}


table {
	border: 1px solid #000;
	background-color: #ccc;
	padding: 0px;
	margin: 5px;
	text-align: center;
}


tr {
	padding: 0;
	margin: 0;
}

td {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	background-color: #FFF;
	font-size: 14px;
	text-align: center;
	width: 60px;
}

td.prompt {
	width: 260px;
	padding: 4px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}


td.promptlarger {
	width: 260px;
	padding: 4px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

td.promptshorter {
	width: 100px;
	padding: 4px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

td.choice {
	width:60px;
}

table.pairs td.prompt {
	width: 350px;
}

tr.header {
	padding: 5px 0 2px 0;
	vertical-align: bottom;
	font-weight: bold;
	}

tr.headertitles {
	padding: 5px 0 2px 0;
	vertical-align: bottom;
	font-weight: bold;
	}

tr.headertitles td {
	background-color: #ccc;
	padding: 0 5px 0 5px;
	}

td.right {
  text-align: right;
  width: 150px;
  font-size: 12px;
}

td.right ul {
	width:150px;
	list-style:none;
}

td.left {
  text-align: left;
	width: 150px;
	font-size: 12px;
}

td.left ul {
	width:150px;
	list-style:none;
}

table.randomtablematch {
	width: 640px;
}

table.randomtablematch td.prompt {
	width: 235px;
}


table.options {
	width: 700px;
	background-color: #555;
	margin: 0 auto;
	border: 0;
	padding: 5px;
}


table.options td {
	padding: 10px 10px;
	text-align: left;
	font-size: 14px;
	border-right: 3px solid #555;
	border-left: 3px solid #555;
	border-bottom: 1px solid #555;
}

table.options th {
	color: #fff;
	border-top: 8px solid #555;
	border-bottom: 3px solid #555;
}




ul {
	width: 720px;
	margin: 0;
	padding: 0;
}

ul li {
	text-align: left;
	margin: 25px 15px 0px 15px;
	padding: 0;
}


ul li.li2 {
	margin: 7px 15px 0px 35px;
	list-style-type: circle;
}

ul li.li3 {
	margin: 7px 15px 0px 50px;
	list-style-type: square;
}

td.right ul li {
	text-align:right;
}


#progressbar {
	width: 720px;
	text-align: center;
}

#progressbar img {
	border: 1px #444 solid;
	margin: 0;
	padding: 0;
}


