@charset "utf-8";
/* IceKnuckle.org CSS Document */

/* Floats */
#logo, #header_ads, #page, #footer {
	float: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
	padding-top: 50px;
}
#logo {
	padding-left: 10px;
	width: 345px;
	height: 90px;
}
#header_ads {
	width: 635px;
	height: 90px;
	text-align: right;
	padding-right: 10px;
}
#page {
	width: 980px;
	margin-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#today {
	width: 980px;
	float: left;
}
#ad_tier1 {
	width: 980px;
	float: left;
}
#yesterday {
	width: 980px;
	float: left;
}
#nav_tier2 {
	width: 980px;
	float: left;
}
#two_days_ago {
	width: 980px;
	float: left;
}
#our_friends {
	width: 980px;
	float: left;
}
#hall_of_fame {
	width: 980px;
	float: left;
}
#archives {
	width: 490px;
	float: left;
	text-align: left;
}
#categories {
	width: 490px;
	float: left;
	text-align: left;
}
#footer {
	width: 1000px;
	font-size: .7em;
	margin-top: 50px;
	margin-bottom: 5px;
	float: left;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 1em;
	color: #6D96DE;
}
.footer a:link {
	color: #6D96DE;
	text-decoration: underline;
}
.footer a:visited {
	color: #476392;
}
.normal_txt {
	font-size: .8em;
}
.normal_txt a:link, .normal_txt a:visited {
	color: #6D96DE;
	text-decoration: underline;
}
.small_txt {
	font-size: 75%;
}
.error_txt {
	color: #F00;
}
.bold_txt {
	font-weight: bold;
}
.left_align {
	text-align: left;
}
.line_height {
	line-height: 1.6em;
}
.txt_field_sm {
	width: 200px;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.message_box {
	margin-bottom:10px;
	padding:4px;
	border:solid 1px #DEDEDE;
	background: #FFFFCC;
	clear: both;
}
.buffer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.date {
	width: 980px;
	float: left;
}
.date_buffer {
	margin-top: 25px;
}
gallery {
	width: 980px;
	float: left;
}
ad {
	width: 980px;
	float: left;
}
.small_ad {
	width: 325px;
	float: left;
}
.grid {
	background-color: #F3F3F3;
	border: 1px solid #000;
}
.thumbnail {
	width: 980px;
}
.thumbnail img {
	margin: 1px;
	border: 2px solid #6D96DE;
}
.thumbnail a:hover img {
	border-color: #666666;
}
.bullets ul li {
	list-style-type: square;
}