/** Structure **/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #bababa;
	color: #000;
	text-align: center;
}

#wrapper {
	background: #fff url(../images/body_background.jpg) repeat-y right;
	margin: 0;
	padding-bottom: 1em;
	text-align: left;
}

#header, #main_content {
	margin-right: 11px;
}

#accessibility {
	display: none;
}

#logo {
	width: 129px;
	height: 191px;
	float: left;
	display: inline;
	margin-right: 1em;
}

#banner {
	font-size: 1.5em;
	padding-left: 1em;
}

#purpose {
	font-size: 0.875em;
	font-style: italic;
	padding: 0 2em 0.5em;
	border-bottom: 1px solid #90967a;
}

#main_content {
	padding-top: 1em;
}

#navigation {
	display: none;
}

#footer {
	clear: both;
	padding-top: 2em;
}

/** Typography **/

body {
	font: 87.5%/1.25 Georgia, "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

p {
	margin-bottom: 1.25em;
}

p.copyright {
	font-size: 0.875em;
	text-align: center;
}

a, a:link {
	color: #662929;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:visited {
	color: #6e8639;
}

a:hover {
	color: #b64949;
}

#footer {
	text-align: center;
	color: #3f3f3f;
	font-size: .625em;
	font-family: Verdana, Geneva, sans-serif;
}

#footer p {
	margin-bottom: 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #3f3f3f;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #b64949;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	color: #424d3d;
	text-align: center;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #424d3d;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #424d3d;
}

em, .title, .latin {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	margin-left: 2em;
	margin-bottom: 1.25em;
}

blockquote {
	margin: 0 4em 1.25em;
	text-align: center;
}

blockquote .quotation {
	text-align: left;
	margin: 0 auto 0.5em;
}

blockquote .attribution {
	text-align: right;
}

/** Images **/
#main_content img {
	padding: 5px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
	border: 1px solid #90967a;
}

#main_content img.left {
	float: left;
	display: inline;
	margin: 0 1em 1em 0;
}

/** Index page **/

#index h1 {
	display: none;
}

#index #leader {
	color: #662929;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	text-align: center;
}

#index #leader a {
	border-bottom: none;
	color: #662929;
}

#index #counts {
	color: #662929;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.5em 0 0.4em;
	font-family: Verdana, Geneva, sans-serif;
	height: 1.5em;
	text-align: center;
}

#index #counts a {
	border-bottom: none;
	color: #662929;
}

#index #counts #count {
	width: 39%;
	border-right: 1px solid;
	float: left;
}

#index #counts #deadline {
	width: 39%;
	float: right;
}

.teaser {
	border-top: 1px solid #90967a;
	border-bottom: 1px solid #90967a;
	padding: 0.5em 0;
}

/** Declaration page **/

#declaration blockquote {
	margin: 0 100px 1.25em;
}

#declaration blockquote .quotation {
	text-indent: -0.45em;
}

#declaration ul.first {
	margin-left: 3em;
}

#declaration .doubters {
	float: left;
	display: inline;
	margin-left: 1.5em;
	width: 20%;
}

#declaration #footer {
	margin: 0 auto;
}

#declaration h3 {
	font-size: 1.2em;
	margin: 0 1.4em 0.5em;
	text-align: center;
}

#declaration #main_content #sign_link {
	margin: 0;
	padding: 0 2em 2em;
	background: url(../images/declaration_bottom.jpg) bottom center no-repeat;
}

#declaration p.after_list {
	clear: both;
}

#declaration .drop_cap {
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	line-height: 0.675em;
	letter-spacing: -0.1em;
}

/** FAQ page **/

p.question {
	margin-bottom: 0;
	font-weight: bold;
}

/** Links page **/

p.name {
	margin-bottom: 0;
	font-weight: bold;
}

/** Past doubters page **/

#past_doubters #main_content ul {
	list-style-type: none;
	margin: 0;
}

#past_doubters #main_content li {
	margin: 0 0 2em;
	border: 1px solid #90967a;
	padding-top: 1em;
}

#past_doubters #main_content #admin_nav {
	margin: 0 0 1em 0;
}

#past_doubters #admin_nav li {
	border: 1px solid #999;
	margin: 0 0.25em;
	padding: 0.5em 1em;
}

#past_doubters ul img {
	float: left;
	margin: 0 15px 1em;
	border: none;
}

#past_doubters blockquote {
	margin-right: 1em;
	margin-left: 115px;
}

#past_doubters .attribution {
	font-style: italic;
	margin-top: 0.5em;
}

#past_doubters li p {
	margin-top: 1em;
	margin-bottom: 0;
	border-top: 1px solid #90967a;
	padding: 1em;
	background-color: #dee1c8;
	clear: left;
}

#past_doubters p .name {
	font-size: 1.2em;
	font-weight: bold;
}

/** Signatory lists **/

#list_nav {
	display: none;
}

.next_page {
	margin-left: 1em;
}

.previous_page {
	margin-right: 1em;
}

#signatories_notable #list_notable,
#signatories_all #list_name,
#signatories_academic #list_field,
#signatories_chronological #list_date {
	border-bottom: 1px solid #fff;
}

table {
	margin-bottom: 1.25em;
	clear: left;
}

tr {
	border-top: 1px solid #ccc;
}

tr.notable {
	font-weight: bold;
}

th.name {
	min-width: 10em;
}

td.field_name {
	font-weight: bold;
}

th, td {
	padding: 0.5em;
}

tr.even {
	background-color: #e7eed9;
}

th {
	background-color: #d6dbb8;
}

tbody th {
	text-align: left;
}

/** Form/application **/

form {
	margin-bottom: 1.25em;
	clear: left;
	line-height: 1.25em;
}

input[type="radio"], select {
	margin-left: 0.75em;
}

input[type="text"] {
	margin-right: 1em;
}

form label {
	padding-top: 0.25em;
	display: inline-block;
	position: relative;
	top: 2px;
}

form input, select {
	display: inline-block;
}

#notice {
	margin: 1em 0;
	border: 1px solid #90967a;
	background-color: #f6fad5;
	float: left;
	clear: none;
	padding: 1.5em;
}

form .explanation {
	font-weight: bold;
	margin-top: 1em;
}

form .explanation .explanation_parenthetical {
	font-weight: normal;
	font-style: italic;
}

form .question {
	margin: 0 2em 1em;
}

form .example {
	font-style: italic;
}

.field_with_errors {
  padding: 2px;
  background-color: #900;
  display: inline-block;
}

.field_with_errors input, .field_with_errors select {
	top: 0;
	margin-left: 0;
	margin-right: 0;
}

#errorExplanation {
  width: 400px;
  border: 1px solid #900;
  background-color: #f0f0f0;
	margin: 1em 0;
	padding-bottom: 1em;
}

#errorExplanation h2 {
	font-size: 1em;
  text-align: left;
  font-weight: bold;
	padding: 0.5em 1em;
  background-color: #900;
  color: #fff;
	margin: 0 0 0.5em 0;
}

#errorExplanation p {
	margin: 0 1em 0.25em;
}

#errorExplanation ul {
	list-style-type: square;
	font-size: 0.857em;
	margin: 0 2.5em;
}

#errorExplanation ul li {
  list-style: square;
}

div.validation {
	float: left;
	margin-right: 1em;
}

#sign p.time {
	clear: left;
}