/*
Theme Name: Choose Your Judges Theme
Theme URI: http://www.chooseyourjudges.org
Description: Wordpress theme created exclusively for the ChooseYourJudges.org website, implementing the 960 grid and HTML5
Version: 3.0
Author: Carol Mertz, Ben Triola, & Dana Huth
Author URI: http://www.therampant.com 
*/



/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}


/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin: 0 auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}



/*
Rampant Creative Group
Basic Template Styles
*/


/*basic styles*/

body, html {
	margin: 0; 
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	color:#222;
	text-decoration:none;
	background: #fff url(images/bg.jpg) no-repeat center top fixed;
	background-size: cover;
	font-size: .95em;
}	

h1, h2, h3, h4 { 
	font-family: 'Lato', sans-serif;
}

a, a:visited {
	color: #ac2318;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
a:hover, a:active {
	color: #F00;
}
img {
	border: none;
}
input[type="text"] {
	height: 25px;
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	height: 130px;
	width: 350px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.container_12 .grid_8 {
	width: 600px;
	margin-left: 30px;
}
.container_12 .grid_10 {
	width: 760px;
	margin-left: 30px;
}
.container_12 .grid_12 {
	width: 920px;
	margin-left: 30px;
	margin-right: 10px;
}

.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.aligncenter {
	text-align: center;
	margin: 10px auto;	
}
small {
	font-size: .8em;	
}
.hidden {
	display: none;	
}
.contentwrap {
	background: #fff;
	box-shadow: 0px 0px 15px #000;
	margin-top: 40px;
}

/* Header */

h1.logo {
	background: url(images/logo.jpg) no-repeat;
	width: 213px;
	height: 86px;
	float: left;
	margin-top: -3px;
	margin-left: 30px;
	font-size: .1em;
	text-indent: -9999px;
	color: #FFFFFF;
	z-index: 10;
	position: relative;
}
h1.logo a {
	display: block;
	width: 213px;
	height: 86px;
}
.quizcta {
	float: right;
	width: 220px;
	height: 309px;
	margin: -40px 10px 20px 10px;
	padding: 70px 15px 0px 15px;
	background: url(images/cta-bg.png) top center no-repeat;
	color: #af2318;
	line-height: 1.2em;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
}



.quizcta a, .quizcta a:visited, .quizbutton, .quizbutton:visited {
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0 0 0;
	font-size: 26px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	background: #6dd6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6dd6f8 0%, #5fbcda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dd6f8), color-stop(100%,#5fbcda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6dd6f8 0%,#5fbcda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd6f8', endColorstr='#5fbcda',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 3px #666;
	text-shadow: 1px 1px 2px #267892;
	transition: none;
}
.quizcta a:hover, .quizbutton:hover {
	background: #6dd6f8;
	color: #fff;
	transition: none;
}
.quizcta a:active, .quizbutton:active {
	background: #5fbcda;
	color: #fff;
	transition: none;
}

 a.quizbutton.offyear, a.quizbutton.notprepared,  a.quizbutton.noquiz{
	background: #888;
	cursor: default;
	text-shadow: none;
	color: #ddd;

}

.topnav {
	clear: none;
	color: #fff;
	background-color: #ac2318;
	height: 75px;
	line-height: 61px;
	margin: 30px 0;
}
.topnav ul {
	float: left;
	list-style-type: none;
}
.topnav ul li {
	display: block;
	float: left;
}
.topnav ul li a, .topnav ul li a:visited {
	display: block;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 4px #390804;
	border-right: 1px solid #ac2318;
	border-left: 1px solid #ac2318;
	z-index: 2;
}
.topnav ul li a:active, .topnav ul li a:hover {
	color: #6cd4f5;
	background-color: #791911;
	border-right: 1px solid #c62619;
	border-left: 1px solid #c62619;
}

/* Dropdown Menu Styles */

.topnav li ul li {
	display: block;
	float:none;
	border-top: 1px solid #ccc;
	padding: 0;
	line-height: 1em;
	}
.topnav li ul li:first-child {
	border-top: none;
}
.topnav li ul {
	margin: 0px;
	margin-top: -20px;
	padding: 0px;
	position: absolute;
	display:none;
	width: 150px;
	z-index: 3;
}
	
.topnav li:hover ul {
	display: block;
	background-repeat:repeat-x;
	background-color: #fff;
	padding: 0; 
	-webkit-box-shadow: 0px 1px 4px #333;
	border: 1px solid #666;

	}

	
.topnav li:hover li a, .topnav li:hover li a:visited {
	padding: 5px;
	border: none;
	text-decoration: none;
	float: none;
	color:#000;
	font-size: .9em;
	*display: inline-block;
	*zoom: 1;
	display:block;
	margin: 0px;
	text-shadow: none;
}

.topnav li:hover li a:hover {
	float: none;
	*display: inline-block;
	*zoom: 1;
	display:block;
	background-color:#eee;
	background-image: none;
}

.topnav li:hover li a:active {
	background-color:#eee;
}


/* Footer */

.footercontent {
	padding: 35px 20px 10px 20px;
	margin-top: 40px;
	clear: both;	
	overflow: auto;
	color: #333;
	font-size: .9em;	
	background: url(images/footerbg.jpg) no-repeat top center #f3f3f3;
}
.footercontent a:link, .footercontent a:hover, .footercontent a:visited, .footercontent a:active {
	color: #333;	
	text-decoration: none;
}
.footercontent .widget {
	float: left;
	margin-bottom: 0px;
}
.footercontent .widget ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}
.footercontent .widget li {
	display: block;
	float: left;
	margin-right: 20px;
}
.footercontent .sub-menu {
	display: none;
}
.disclaimer {
	font-size: 11px;
	background: #ac2318;
	padding: 15px;
	color: #fff;
	box-shadow: 0px 0px 15px #000;
	margin-top: 40px;
}
.disclaimer a:link, .disclaimer a:hover, .disclaimer a:visited, .disclaimer a:active {
	color: #fff;
}
/* Homepage */

.bannercallout {
	clear: both;
	background: url(images/widebanner.png) no-repeat top center;
	width: 1000px;
	height: 57px;
	line-height: 57px;
	font-size: 20px;
	padding: 0 55px;
	color: #fff;
	text-shadow: 0px 0px 3px #50110c;
	margin: 30px 0 30px -20px;
}
.homecontent h2 {
	color: #a22319;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 20px;
}

/* Map */

#usmap img {
	border: 2px solid #eee;
	box-shadow: 1px 1px 3px #666;
	float: left;
}
.mapkey {
	width: 410px;
	float: left;
	margin-left: 20px;
	font-size: 18px;
}
.mapcolor {
	font-size: 12px;
	line-height: 35px;
	margin-top: 30px;
}
.mapcolor span {
	float: left;
	display: block;
	width: 33px;
	height: 33px;
	border: 2px solid #eee;
	box-shadow: 1px 1px 3px #666;
	margin-right: 10px;
}
.mapcolor .darkbluekey {
	background: #196cac;
}
.mapcolor .lightbluekey {
	background: #5ed1f4;
}
.mapcolor .graykey {
	background: #e4e4e4;
}

/* Sidebar */


.newsfeed h1 a {
	text-decoration: none;	
	font-size: 26px;
	color: #222;
}
.newsdate {
	font-size: 12px;	
	color: #a22319;
	margin-bottom: 15px;
}
.newsexcerpt {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.homenewslink {
	float: right;
	margin-bottom: 40px;
}
.widget ul {
	margin-left: 0px;	
	list-style-type: none;
}
.widget ul li {
	margin-bottom: 5px;
}
.widget {
	margin-bottom: 20px;	
}
.widgettitle {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid #a22319;
	padding-top: 15px;
}
.widget input[type="text"] {
	width: 130px;
}
.widget input[type="submit"] {
	padding: 5px 5px;
}


/* News */
.newscontent {
	margin-bottom: 30px;
}
.newscontent h1, .pagecontent h1 {
	font-size: 28px;
	text-decoration: none;
	padding-bottom: 5px;
}
.newscontent h2, .pagecontent h2 {
	font-size: 20px;
}
.newscontent h3, .pagecontent h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.newscontent h1 a:link, .newscontent h1 a:hover, .newscontent h1 a:visited, .newscontent h1 a:hover {
	color: #222;
	display: block;
	text-decoration: none;
}
.pagecontent h1 {
	margin-bottom: 30px;	
	color: #a22319;
	border-bottom: 2px solid #a22319;
	padding-right: 210px;
}
.newscontent p, .pagecontent p {
	margin-bottom: 1em;
	line-height: 1.5em;	
}
.newstext {
	margin-bottom: 40px;	
}

/* page */
.quizbutton {
	float: right;
	padding: 10px 20px;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}
.pagecontent h1 {
	clear: both;
}
.pagecontent h2 {
	margin-bottom: 20px;	
}
.pagecontent ul {
	margin-left: 20px;
	margin-bottom: 10px;	
}
.graybg {
	background: #f3f3f3;
	margin: 30px 0;
	padding: 30px;
}

.message {
	color: #a22319;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

/* Contact */
.halfleft, .halfright {
	width: 45%;
	float: left;
}
.wpcf7 input[type="text"] {
	width: 380px;
}
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input[type="submit"] {
	display: block;
	text-align: center;
	float: right;
	padding: 10px 30px;
	margin: 10px 0 0 0;
	border: none;
	font-size: 26px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	background: #6dd6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6dd6f8 0%, #5fbcda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dd6f8), color-stop(100%,#5fbcda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6dd6f8 0%,#5fbcda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd6f8', endColorstr='#5fbcda',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 3px #666;
	text-shadow: 1px 1px 2px #267892;
	-webkit-appearance: none;
}
.wpcf7 input[type="submit"]:hover {
	background: #6dd6f8;
	color: #fff;
}
.wpcf7 input[type="submit"]:active {
	background: #5fbcda;
	color: #fff;
	border-radius: 0;
}
.wpcf7-response-output {
	clear: both;
}
/* Archive */

h1.categorytitle {
	font-size: 2em;
	margin-bottom: 30px;
	padding-bottom: 4px;
	color: #222;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid #a22319;
}


/* Quiz */

.star {
	float: right;
	height: 27px;
	width: 27px;
	position: relative;
	top: 40px;
	left: 100px;
	background-image: url('images/star.png');
}

.star.complete {
	background-image: url('images/star-completed.png');
}

/* FAQ */
.qa-faq-title {
	margin-bottom: 15px;
}
.qa-faq-title a {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
.qa-faq-answer {
	margin-bottom: 20px;
}

/* Quiz */
.submitquiz {
	text-align: center;
}
.submitquiz input[type="submit"] {
	display: block;
	text-align: center;
	padding: 10px 30px;
	margin: 10px auto 10px auto;
	border: none;
	font-size: 26px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	background: #6dd6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6dd6f8 0%, #5fbcda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dd6f8), color-stop(100%,#5fbcda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6dd6f8 0%,#5fbcda 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6dd6f8 0%,#5fbcda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd6f8', endColorstr='#5fbcda',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 3px #666;
	text-shadow: 1px 1px 2px #267892;
}
.submitquiz input[type="submit"]:hover {
	background: #6dd6f8;
	color: #fff;
}
.submitquiz input[type="submit"]:active {
	background: #5fbcda;
	color: #fff;
}

/* Retention Judge Results */

.quizresults {
	font-size: 18px;
}
.quizresults h2 {
	font-size: 42px;
	color: #a52319;
	text-align: center;
	background: url(images/resultsbg.jpg) no-repeat center center;
	padding: 0;
	margin: 0;
}
.quizresults h3 {
	font-size: 24px;
	color: #a52319;
	text-align: center;
	width: intrinsic;
	border-top: 3px solid #a52319;
	padding: 10px 15px 0 15px;
	margin: 10px auto 40px auto;
}
.quizresults .photo {
	text-align: center;
	padding-bottom: 50px;
	background: bottom center url(images/resultdivider.jpg) no-repeat;
}
.quizresults .photo img {
	border: 3px solid #fff;
	box-shadow: 1px 1px 3px #666;
	display: block;
	margin: 10px auto 10px auto;
	width: intrinsic;
}
.quizresults .photo .caption {
	font-size: 20px;
	font-weight: bold;
}

.quizresults .state-info {
	float: right;
	font-family: 'Lato', Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.resultlist {
	width: 960px;
	margin-left: -30px;
	margin-bottom: 50px;
	padding: 30px 30px 30px 30px;
	background: #f3f3f3;
	text-align: center;
}

/* Multiple Candidate Results */

.candidates {
	margin-bottom: 30px;
	background: bottom center url(images/resultdivider.jpg) no-repeat;
	clear: both;
	width: 600px;
    margin: 0 auto;
}

.quizresults .candidate {
	float: left;
	margin-right: 40px;
	padding-bottom: 50px;
	background: none;
	text-align: center;
}

.candidate.right{
	float: right;
}

.quizresults .candidate.center{
	float: none;
	margin-right: 0;
}

.quizresults .candidates .photo {
	width: 200px;
	height: 300px;
	background-size: cover;
	border: 3px solid #fff;
    box-shadow: 1px 1px 3px #666;
    display: block;
    margin: 10px auto 10px auto;
}
.candidates .score {
	display: block;
	background: url(images/score-bg.jpg) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 43px;
	height: 43px;
	width: 184px;
	margin: 0 auto;
}
.quizresults .candidate .caption {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    display: block;
}

/* Comments */
.comments {
	margin-top: 35px;
	padding-top: 35px;
}
h3#comments {
	font-size: 1.3em;
}
.comments ul, .comments ol {
	list-style-type: none;
}
.comments #respond {
	margin-top: 35px;
}
li.comment {
	margin-top: 25px;
}
.comments .children {
	margin-left: 30px;
}
#respond h3 {
	padding: 0 0 15px 0;
	font-size: 1.2em;	
}