@charset "UTF-8";
/* CSS Document */

/* === all page styles === */


body {
	background-color: rgb(15,23,46); /* #0c1123; */
	text-align: center;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}
 
h1, h2, h3 {
	color: #666;
	font-weight: normal;
}

h2, h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0;
}
	

p, td, div, li, input, form {
	color: #666;
	font: 11pt Helvetica, Verdana, Arial, sans-serif;
}

p {
	line-height: 1.5em;
}

a img {
	border: 0;
	text-decoration: none;
}
	
#container {
	background-color: #fff;
	text-align: left;
	width: 893px;
	margin: 0 auto 0 auto;
}

.clear {
	clear: both;
	font-size: 1px;
}

a {
	color: #2457a6;
	text-decoration: none;
	font-weight: bold;
	}
	
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.nav {
	list-style-type: none;
	margin: 0 0 20px 15px;
	padding: 0;
}

html>body .nav {
	margin: 0 0 20px 30px;
}

.nav li {
	font-size: 11pt;
	color: #2457a6;
	margin: 3px 0 3px 0;
	padding: 0;
	width: 180px;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	}


h4 {
	color: #333;
	margin: 20px 0 5px 30px;
	font-weight: bold;
	font-size: 10pt;
	}
	
html>body h4 {
	font-weight: normal;
}

#big-submit-button {
	clear: left;
	margin: 0 10px 30px 30px;
	}

	
#dates {
	list-style-type: none;
	margin: 0 0 20px 30px;
	padding: 0;
	}
	
#dates li {
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 9pt;
	}
	
#judges {
	list-style-type: none;
	margin: 0 0 20px 30px;
	padding: 0;
	}
	
#judges li {
	margin: 0 15px 15px 0;
	width: 60px;
	height: 85px;
	padding: 0;
	font-size: 9pt;
	display: block;
	float: left;
	color: #163b87;
	}
	
#judges li img, #judges li a img {
	border: 1px solid #163b87;
	height: 48px;
	width: 48px;
	text-decoration: none;
	}

#judges a, #judges a:link, #judges a:visited, #judges a:hover, #judges a:active {
	color: #163b87;
	font-weight: normal;
	text-decoration: none;
	line-height: 9pt !important;

}

#bios h2 {
	margin-bottom: 0em;
	}

#bios h3 {
	margin-top: 0em;
	}

#bios p {
	clear:left;
	}

#bios img {
	float: left;
	}
	
#taflinks {
	width: 320px;
	clear: left;
	margin: 10px;
	}

#tafembed {
	width: 150px;
	float: right;
	margin-left: 10px;
	clear: none;
	}
	
#tafurl {
	width: 150px;
	float: left;
	margin-right: 10px;
	clear: none;
	}
	
#taflinks h3 {
	 color:#D66B6B; 
	 margin: 8px 0px 6px 8px;
	 clear: none;
	 }
	 
#taflinks input {
	width: 130px;
	}

/*
#judges span.longname {
	font-size: 8pt;
	color: #163b87;
	}
*/

#paidforby {
	width: 850px;
	text-align: left;
	margin: 30px auto 10px auto;
	}
	
#footernav {
	width: 850px;
	text-align: center;
	margin: 5px auto 10px auto;
	font-weight:bold;
	color:#FFFFFF
	}
	
#footernav a { color:#CCCCCC ; font-weight: bold;}	
	
#footernav a:link, #footernav a:visited { text-decoration: none; }

#footernav a:hover, #footernav a:active {text-decoration: underline;}
		
	
#paidforby p {
	font-size: 8pt;
	}

.question {
      font-weight:bold; 
      color:#333333;
      }



/* === banner === */
#banner {
	height: 136px;
	width: 100%;
}

#banner form {
	width: 275px;
	margin: 20px 10px 0 30px;
	padding: 0;
	float: right;
}

#banner form h3 {
	color: #83a8d9;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
	}

#banner img { 
	float:left
}

#banner form #name, #banner form #email {
	width: 86px;
/* height: 20px; */
	padding: 2px;
	border: 1px solid #1f365c;
}

#banner form #zip {
	width: 40px;
/*	height: 20px; */
	padding: 2px;
	border: 1px solid #1f365c;
}

#banner form, #banner form input {
	font-size: 10pt;
	color: #a4a4a4;
}

#banner form a {
	font-weight: normal;
	display: block;
	float: right;
	font-size: 8pt;
	margin: 5px 10px 0 0;
}

#thinking-about-text {
	margin: 5px 0 5px 0;
	color: #616264;
	font-size: 10pt;
}

#page {
 padding: 10px 0 75px 40px;
 margin: 0;
}


/* === homepage styles === */

#home #container {
	background: url(http://www.moveon.org/images/oi30s/horizontal_background.gif) repeat-y;
}

html>body #home #container {
	background: url(http://www.moveon.org/images/oi30s/horizontal_background.png) repeat-y;
} 

#home #banner {
	background: url(http://www.moveon.org/images/oi30s/banner.gif) no-repeat;
}

html>body #home #banner {
	background: url(http://www.moveon.org/images/oi30s/banner.png) no-repeat;
}

#home #left {
	width: 347px;
	margin: 0 0 0 10px;
	float: left;
}
	
#home #right {
	width: 457px;
	float: right;
}

#home #rightnav {
	float: left;
}

#home #leftnav {
	float: left;
}


/* === secondary page styles === */

#secondary #container {
	background: url(http://www.moveon.org/images/oi30s/horizontal_background2.gif) repeat-y;
}

html>body #secondary #container {
	background: url(http://www.moveon.org/images/oi30s/horizontal_background2.png) repeat-y;
}

#secondary #banner {
	background: url(http://www.moveon.org/images/oi30s/banner2.gif) no-repeat;
}

html>body #secondary #banner {
	background: url(http://www.moveon.org/images/oi30s/banner2.png) no-repeat;
}

#secondary #left {
	width: 450px;
	margin: 0 0 0 10px;
	float: left;
}
	
#secondary #right {
	width: 344px;
	float: right;
}

#secondary .nav {
	margin: 0 0 20px 30px;
}

#secondary p {
	line-height: 1.5em;
	font-size: 10pt;
}

#secondary li {
	line-height: 1.5em;
	font-size: 10pt;
}

body.minimal {
    text-align: left !important;
    background-color: white !important;
}

div.errors {
    margin: 1em 0em;
}