/*****************************/
/*----- BODY -----*/
body {
	color:#523921;
	font-size:10px;
	background-color: #000000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height:100%;
}
a {
	color:#95422E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.floatright {
	float: right;
}
/*****************************/

/*****************************/
/*----- TABLE -----*/
table {
	height:100%;
	margin:0;
	padding:0;
}
table td {
	margin:0;
	padding:0;
}
#row-top td {
	height:10px;
}
/* Hides from IE5-mac \*/
#row-top td {
	height:10px;
}
/* End hide from IE5-mac */
#row-mid td {
	height:600px;
	vertical-align:top;
}
#row-btm td {
	height:auto;
}

/*****************************/

/*****************************/
/*----- BACKGROUND DIVS -----*/
#background-top-left {
	background: url(../images/bkg-top-left.jpg) no-repeat right bottom;
}
#background-top-mid {
	background: url(../images/bkg-top-mid.jpg) no-repeat bottom;
}
#background-top-right {
	background: url(../images/bkg-top-right.jpg) no-repeat left bottom;
}
#background-mid-left {
	background: url(../images/bkg-mid-left.jpg) no-repeat right top;
}
#background-mid-right {
	background: url(../images/bkg-mid-right.jpg) no-repeat left top;
}
#background-btm-left {
	background: url(../images/bkg-btm-left.jpg) no-repeat right top;
}
#background-btm-mid {
	background: url(../images/bkg-btm-mid.jpg) no-repeat top;
}
#background-btm-right {
	background: url(../images/bkg-btm-right.jpg) no-repeat left top;
}
#footsie {
	font-size: 11px;
	padding: 12px 2px 2px 2px;
	color: #C3A684;
	text-align: right;
}
/*****************************/

/*****************************/
/*----- PAGE -----*/
#page {
	background: url(../images/background-paper.jpg) no-repeat left top;
	width:760px;
	height:600px;
	text-align: left;
}
/*****************************/

/*****************************/
/*----- COLUMN 1 -----*/
#column1 {
	float:left;
	display:inline;
	width:160px;
	height:520px;
	/*margin:0 40px 0 40px;*/
	margin:40px 40px 0 40px;
	padding-top:40px;
}
/* Hides from IE5-mac \*/
#column1 {
	padding-top:0;
}
/* End hide from IE5-mac */
#menu {
	height:315px;
}
#rotation {
	height:204px;
	margin:0;
	padding:0;
	background-image: url(../images/background-rotation.jpg);
	text-align:center;
	vertical-align:middle;
}
#rotation img {
	display:block;
	margin:0;
	padding:0;
}
/*****************************/

/*****************************/
/*----- COLUMN 2 -----*/
#column2 {
	float:right;
	display:inline;
	width:475px;
	height:520px;
	/*margin:0 40px 40px 0;*/
	margin:40px 40px 40px 0;
	padding-top:40px;
}
/* Hides from IE5-mac \*/
#column2 {
	padding-top:0;
}
/* End hide from IE5-mac */
#home {
	margin: 0 24px 0 7px;
}
#content {
	width:424px;
	margin: 0 32px 0 19px;
}
#content div.right {
	float:right;
	width:212px;
}
#content div.left {
	float:left;
	width:212px;
}
/*----- COLUMN 2 -- IMAGE BLOCKS -----*/
#content div.image {
	clear:both;
	margin:0;
	padding:0;
}
#content div.image img {
	display:block;
}
#content div.wacky, #content div.comic, #content div.original {
	float:left;
	display:inline;
}
#content div.wacky, #content div.comic, #content div.original img {
	display:block;
}
#content div.wacky {
	width:180px;
}
#content div.comic {
	width:123px;
}
#content div.original {
	width:121px;
}

/*----- COLUMN 2 -- TEXT BLOCKS -----*/
#content div.text_block_wacky {
	height:315px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox-wanted-wacky.jpg);
}
#content div.text_block_comics, #content div.text_block_original {
	height:340px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox-wanted-comics.jpg);
}
#content div.text_block {
	height:450px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox-norm.jpg);
}
#content div.reg_block {
	height:500px;
	font-size: 11px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox.jpg);
}
* html #content div.reg_block {
	height:520px;
}
#content div.register_text {
	font-size: 11px;
	padding: 10px;
}
#content div.text_block_desc {
	height:126px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox-desc.jpg);
}
#content div.image_block {
	position: relative;
	height:324px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/whitebox-top.jpg);
}
#content div.image_block div {
	
	text-align:center;
	vertical-align:middle;
	height:295px;
	margin:10px;
}
#content div.image_block div.overlay {
	width: 424px;
	height: 26px;
	margin:0;
	position:absolute;
	top: 0;
	left: 0;
	border: none;
	z-index: 999;
}
#content div.image_block div.overlay span.shove{
	position: absolute;
	top: 0;
	right:0;
	font-size: 10px;
}


#content div.image_block div.right {
	display:inline;
	float:right;
	width:197px;
}
#content div.image_block div.right img {
	display:block;
}
#content div.image_block div.left {
	display:inline;
	float:left;
	width:197px;
	margin-right:0;
}
#content div.image_block div.left img {
	display:block;
}
/*****************************/

/*****************************/
/*----- COLUMN 2 -- TEXT BLOCKS -- TEXT -----*/
#desc {
	position:relative;
	padding: 0 10px;
}
#desc div {
	font-size:12px;
	position:absolute;
	right: 10px;
	bottom: 10px;
}
#list {
	padding: 0 20px;
}
#list table {
	font-size:12px;
	height:auto;
}
#list td {
	height:auto;
	vertical-align:top;
	padding-top:10px;
}

#list a.newItem {
	padding-right: 24px;
	background: url(/images/new-icon.gif) top right no-repeat;
}
#list p, #desc p {
	font-size:12px;
	margin: 0 0 1em 0;
}
#list p.first, #desc p.first {
	font-size:12px;
	margin: 0 0 1em 0;
	padding-top: 10px;
}
#list td p {
	height:auto;
	margin: 0 0 .3em 0;
}
#content div.reg_block p{
	margin: 5px;
}
.links h2 {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	text-indent: -9999px;
	height: 60px;
	width:424px;
	background: url(/images/header.jpg) top left no-repeat;
}

* html .links h2{
	height: 50px;
}
/*****************************/

/*****************************/
/*----- COLUMN 2 -- LIST TYPES-- TEXT -----*/
dl dt,
dl dd
{
	
	font-size: 11px;
	margin: 0;
	padding: 0;
}
dl dt {
	margin: 2px 0 1px 0;
}
dl dd {
	margin-bottom: 3px;
}
.links dl dt a,
.links dl dd a
{
	font-weight: bold;
}
/*****************************/

/*****************************/
/*----- FORM -----*/
form {
	font-size: 12px;
}
form span.error {
	color:#FF0000;
	font-size: 1em;	
}
/*----- FIELDSET -----*/
form fieldset {
	border:1px solid #523921;
	padding:5px;
}
form fieldset fieldset {
	margin:0 0 5px 0;
}
form fieldset.radio {
	float:none;
	width:auto;
}
form .center {
	text-align:center;
}
/*----- LEGEND -----*/
form fieldset legend {
	color:#523921;
	font-weight:bold;
	margin:0;
	padding:0 5px;
}
form fieldset fieldset legend {
}
/*----- DIV/SPAN -----*/
form fieldset div {
	margin:0 0 5px 0;
}
form fieldset div span {
	display:inline;
	color:#666666;
	font-size:10px;
	margin:0;
}
form fieldset input, form fieldset textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
form.links fieldset input {
	width: 400px;
}

form fieldset div.subject input {
	width:265px;
}
form fieldset div.body textarea {
	width:265px;
	height:200px;
}
/*----- LABEL -----*/
form fieldset label {
	float:left;
	width:100px;
}
/*----- LABEL -- FIELDSET -- RADIO -----*/
form fieldset.radio label {
	display:block;
	float:none;
	width:auto;
}
/*----- LOGIN -----*/
form.login fieldset input{ 
	font-size:10px;
	width: 150px;
}
/*----- REGISTER ----*/
form.register {
	width: 100%;
}
form.register span.error {
	background: #fff;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid red;
	padding: 0 2px;
}
form.register dl{
	margin: 5px;
	width: 400px;
}
form.register dl dt,
form.login dl dt
{ 
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 20px;
	line-height: 12px;
}

form.register dl dd,
form.login dl dd
{ 
	
	margin-top: 5px;
	display:block;
	margin-left: 180px;
	
}
form.register dl dd input {
	width: 180px;
}
form.register dl dd.txtarea {
	margin: 2px 0;
	float: none;
	width: 80%;
}
form.register dl dd.txtarea textarea {
	margin-top: 5px;
	width: 400px;
}

form.login input.submit {
	text-align: left;
	
	border: none;
	background: none;
	text-decoration: underline;
	color:#95422E;
}

/*****************************/