.clear {
	overflow: hidden;
	width: 100%;
}

.left {
	display: block;
	float: left;
}

.marginBottom {
	margin-bottom: 16px !important;
}

.marginBottomLarge {
	margin-bottom: 24px !important;
}

.marginBottomNone {
	margin-bottom: 0 !important;
}

.right {
	display: block;
	float: right;
}

.small {
	font-size: 12px;
}

a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	background: #FF0;
}

a.button {
	background: #000;
	color: #FFF;
	line-height: 16px;
	padding: 4px 8px;
}

a.button:hover {
	color: #EF0;
}

a.nsfw {
	background: #000 url('/img/bg-nsfw.gif') no-repeat center center;
	display: block;
	float: left;
}

body, input, select, textarea {
	font: normal 12px arial, helvetica, sans-serif;
}

body {
	background: #FFF url('/img/bg-body.jpg') no-repeat;
	margin: 60px 0;
}

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

div.box {
	border-bottom: 4px solid #000;
	margin-bottom: 32px;
	padding-bottom: 32px;
}

div#columnLeft {
	float: left;
	width: 448px;
}

div#columnRight {
	float: right;
	width: 448px;	
}

div.fieldRow {
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
	width: 100%;
}

div.fieldRow div.fieldLabel {
	float: left;
	padding-top: 8px;
	width: 128px;
}

div.fieldRow div.field {
	float: left;
}

div.fieldRow div.field input {
	width: 304px;
}

div#header {
	border-bottom: 4px solid #000;
	margin-bottom: 32px;
	padding-bottom: 24px; 
}

div#meanwhile {
	margin-top: 64px;
}

div#meanwhile a {
	background: none;
	color: #444;
}

div.nsfw {
	margin-top: 4px;
}

div#pagination {
	line-height: 18px;
	margin-bottom: 24px;
	position: relative;
}

div#pagination div {
	position: absolute;
	top: 0px;
}

div#pagination div.next {
	right: 0px;
	text-align: right;
}

div#pagination div.prev {
	left: 0px;
}

div#pagination a.active {
	color: #000;
	text-decoration: none;
}

div#pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#pagination ul li {
	display: inline;
	margin: 0 2px;
}

div#wrapper {
	margin: 0 auto;
	width: 928px;
}

form {
	margin: 0;
}

h1 {
	font-size: 64px;
	letter-spacing: -3px;
	margin: 0;
	text-shadow: #FFF 0 0 0;
	text-transform: uppercase;
}

h1 a,
h1 a:hover {
	background: none;
	text-decoration: none;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

h2#countdown {
	padding-right: 2px;
}

img {
	border: none;
	display: block;
}

img.image {
	max-width: 100%;
}

input.checkbox {
	float: left;
	line-height: 18px;
	margin: 0 8px 0 0;
	padding: 0;
}

input.text {
	border: 1px solid #000;
	color: #666;
	display: block;
	margin: 0;
	outline: none;
	padding: 7px;
}

input.text:focus {
	color: #000;
}

input.error,
textarea.error {
	background: #FEE;
	border-color: #E00;
}

p {
	line-height: 18px;
	margin: 0 0 24px 0;
}

strong.fail {
	color: #E00;
	display: none;
	margin-top: 4px;
	text-transform: uppercase;
}

strong#tagline {
	text-transform: uppercase;
}

textarea {
	border: 1px solid #000;
	color: #444;
	display: block;
	line-height: 18px;
	outline: none;
	padding: 7px;
	width: 432px;
}

textarea:focus {
	color: #000;
}

ul#backIssues {
	line-height: 18px;
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
}

ul#contributors {
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#contributors li {
	display: inline;
}

ul#posts {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
	width: 448px;
}

ul#posts li {
	border-bottom: 1px dashed #000;
	line-height: 18px;
	overflow: hidden;
	padding: 16px 0 32px 0;
	width: 448px;
}

ul#posts li.highlight {
	background: #FF0;
}

ul#posts li div.meta {
	margin-bottom: 18px;
}

ul#posts li span.authorName {
	font-weight: bold;
	text-transform: uppercase;
}
