html {
	background: black;
	color: #cccccc;
	font-family: Arial sans-serif 'Arial';
	font-size: 70%;
}

p {
	line-height: 15px;
}

a {
	color: #ccc;
}

body {
	width: 1030px;
}

#left, #right {
	float: left;
}

#left {
	width: 376px;
}

#left .block {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#right {
	width: 595px;
}

h2 {
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;
	color: #cccccc;
	margin-bottom: 5px;
}

#join {
	background-color: #171717;
}
#signup_email {
	color: gray;
}
#join-list { width: 100%; overflow: auto; }
#join-list h2 {
	float: left;
}
#join-list input {
	float: left;
	margin-top: 3px;
	margin-left: 25px;
	padding: 2px;
	width: 150px;
}
#join-list #join_list_button {
	float: left;
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	margin-left: 10px;
}

#we-need {
	background-color: #282828;
}

#compendium {
	background: #363636;
}

#compendium #pledge_form {
	display: none;
	margin-top: 10px;
}

.row {
	overflow: auto;
	width: 100%;
	margin-bottom: 5px;
}

.row span {
	width: 70px;
	float: left;
}

.row span.error {
	color: red;
	width: 120px;
	margin-top: 3px;
	margin-left: 10px;
}

.row input {
	float: left;
	padding: 2px;
}

#blog-us {
	background: #444444;
}

#comic-picker {
	overflow: auto;
	width: 100%;
}

#comic-picker li {
	float: left;
	height: 115px;
	overflow: hidden;
}

#comic-picker li .number {
	position: relative;
	top: 20px;
	left: 20px;
}

#comic_container {
	height: 722px;
	width: 594px;
	background: url("/images/comic_4.jpg") no-repeat;
}

#comic_info {
	padding-top: 360px;
	width: 215px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
}

#comic_info #title {
	background: white;
	color: #444;
	padding: 5px;
}

#comic_info #link {
	background: #444;
	padding: 5px;
}

#comic_info #link a {
	color: white;
}

#close_compendium {
	margin-left: 10px;
}

#rollover_hint {
	margin-top: 10px;
}

#login-form {
	margin: 100px 0px 0px 200px
}

#content #admin {
	margin: 50px 0px 0px 50px;
}

#content table {
	background: white;
	color: black;
}

#content table th {
	font-weight: bold;
}

#content table td {
	padding: 10px;
}

#content table th {
	padding: 10px;
	background: #fff47a;
}

.odd {
	background: #b0e2ff;
}

#signups {
	float: left;
	width: 325px;
}

#pledges {
	float: left;
	width: 400px;
}

#controls {
	float: left;
	width: 160px;
}

.button {
	display: block;
	padding: 8px 0px 8px 32px;
	margin-top: 5px;
	text-decoration: none;
	border: 1px solid black;
}

.export_button {
	background: url('/images/table_go.png') 8px 6px no-repeat;
}

.logout_button {
	background: url('/images/arrow_left.png') 8px 6px no-repeat;
}

.button:hover {
	background-color: #222;
	border: 1px solid #333;
}

#logo {
	width: 45px;
	float: left;
	margin-top: 682px;
	margin-left: 5px;
}

#blog-us img {
	display: none;
}