html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-repeat: repeat-x;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
}

img {
	border-width: 0;
}

form {
	margin: 0;
	display: inline;
	clear: none;
}

a, .a {
	color: #D2AC3F;
	text-decoration: none;
	font-weight: bold;
}

a:hover, .a:hover {
	color: #A12;
}

h1, h2, h3, h4, h5, h6 {
	line-height: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#leftbar {
	padding: 0px;
	width: 80px;
	background: url('/images/curtain_sides.gif') right top;
}

#rightbar {
	padding: 0px;
	width: 80px;
	background: url('/images/curtain_sides.gif') left top;
}

#rightfoot {
	background: repeat-x url(/images/curtain_bottom.gif) left bottom;
}

#leftfoot {
	background: repeat-x url(/images/curtain_bottom.gif) right bottom;
}

#bottombar {
	background: repeat-x bottom url(/images/curtain_stage.gif);
	height: 13px;
}

#container {
	border: 0 solid #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}

#mainbody {
	vertical-align: top;
	padding-top: 45px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background: repeat-x url(/images/curtain_top.gif) 0px -20px;
}

#main_logo {
	margin: 0;
}

#body_contain {
	width: 700px;
	margin: auto;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color: #666;
	padding: 20px 0px 0px 0px;
	height: 37px;
}

.title {
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

.bigtitle {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

/* @group Simple */

.taleft {
	text-align: left;
}

.taright {
	text-align: right;
}

.tacenter {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.fwnormal {
	font-weight: normal;
}

.b {
	font-weight: bold;
}

/* @end */

/* @group Main Styles */

#logo_main {
	text-align: center;
	margin-bottom: 10px;
}

#logo_bar {

}

#menu_bar {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.post_info {
	color: #888;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
}

.cat_adblock {
	margin: 20px;
	float: right;
	text-align: center;
}

/* @group Pagination */

table.pagination {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}

table.pagination td {
	vertical-align: middle;
	white-space: nowrap;
}

table.pagination td.gt {
	width: 280px;
	text-align: left;
}

table.pagination td.lt {
	width: 280px;
	text-align: right;
}

table.pagination td.current {
	width: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
	
/* @end */

/* @group Ticker */
#ticker {
	text-align: center;
	margin-bottom: 10px;
}

#ticker table {
	background: no-repeat;
	border: 0;
	margin: auto;
	padding: 0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

#ticker table td {
	font-size: 12px;
}

#ticker table td#tic-title {
	background: transprent no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	vertical-align: top;
	width: 210px;
	border-right: 1px dotted #AAA;
}

#ticker table td#tic-item {
	background: no-repeat;
	padding: 3px 10px 3px 16px;
	width: 400px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

#ticker table td#tic-item a {
	opacity: 0.999;
}

#ticker table a {
	color: #D2AC3F;
	text-decoration: none;
}

#ticker table a:hover {
	color: #A12;
}

/* @end */

/* @group Home */

.hometable {
	width: 100%;
}

.hometable td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

.hometable td.side {
	width: 30%;
}

.hometable td.middle {
	width: 40%;
}

.hometable td img.tshirt {
	margin: 15px;
}

.hometable td div.more {
	margin-top: 10px;
}

/* @end */

/* @group Category/Year Home */

.cat_list {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 0 none transparent;
	border-left: 0 none transparent;
	margin-bottom: 10px;
	padding: 0 10px 2px;
	cursor: pointer;
}

.year_list {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 0 none transparent;
	border-left: 0 none transparent;
	padding: 0 10px 2px;
	cursor: pointer;
	display: block;
	width: 500px;
	color: #D2AC3F;
}

.cat_list:hover, .year_list:hover {
	background: #222;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.cat_list legend {
	margin-left: 20px;
	margin-bottom: 1px;
}

.cat_list legend a {
	display: inline;
	clear: none;
	font-size: 14px;
}

.cat_list h1 {
	height: 0;
	visibility: hidden;
}

.year_list h2 {
	display: inline;
}

.year_list .post_info {
	padding-top: 0;
}

div.cat_adblock div.years {
	margin: 0 0 30px;
}

/* @end */

/* @group Category Post */

.post_head {
	
}

.post_head table td {
	padding: 1px 5px;
}

.post_head table td.cat {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.post_head .amazon_link {
	margin: 20px;
}

.head_image_contain {
	float: right;
	margin-left: 20px;
	text-align: center;
	border: none;
}

.head_image {
	color: #D2AC3F;
	margin-bottom: 20px;
	text-align: center;
	border: none;
}

div.years {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
}

div.years a {
	color: #A12;
}

div.years a:hover {
	color: #D2AC3F;
}

.post_body {
	margin-top: 20px;
	clear: both;
}

.post_body p, .post_head p {
	text-indent: 30px;
	text-align: justify;
}
	
/* @end */

/* @group User Comments */

.comment {
	border-top: 1px dashed #888;
	border-bottom: 1px dashed #888;
	border-right: 0 none transparent;
	border-left: 0 none transparent;
	padding: 0 10px 2px;
	width: 500px;
	margin: 0 auto 10px;
}

.comment legend {
	margin-left: 20px;
	margin-bottom: 1px;
	color: #D2AC3F;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}

.comment h2 {
	height: 0;
	visibility: hidden;
}

.comment h3 p {
	text-indent: 30px;
	margin: 0 0 10px;
	padding: 0;
}

.comment .post_info {
	padding-top: 0;
	text-align: right;
}

.comment_head {
	font-size: 14px;
	text-align: center;
	width: 600px;
	margin: 30px auto 20px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 10px;
	font-weight: bold;
	clear: both;
}

.comment_add {
	width: 600px;
	text-align: right;
	margin: auto;
}

.comment_add_c {
	width: 600px;
	text-align: center;
	margin: auto;
}
	
/* @end */

/* @group User Submit */

.note {
	text-align: center;
	margin-bottom: 20px;
}

.error {
	text-align: center;
	color: #F33;
	font-weight: bold;
}

.comment_add_head {
	color: #D2AC3F;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

table.user_submit {
	margin: auto;
}

table.user_submit td {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

table.user_submit td img {
	vertical-align: middle;
	margin: 3px;
}

table.user_submit td input, table.user_submit td textarea {
	border: 1px solid #555;
	font-size: 12px;
	background: #DDD;
	padding: 3px;
}

table.user_submit td input.captcha {
	font-size: 16px;
}
	
/* @end */

/* @end */

/* @group Admin Styles */

.action_buttons {
	font-size: 14px;
}

.action_buttons a {
	color: #66F;
}

.action_buttons a:hover {
	color: #F66;
}

/* @group Tabs */

.admin_tabs, .post_tabs {
	cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.admin_tabs td {
	color: #FFF;
	border: 1px solid #FFF;
	width: 25%;
	padding: 2px;
}

.post_tabs td {
	color: #FFF;
	border: 1px solid #FFF;
	width: 16%;
	padding: 2px;
}

.admin_tabs td:hover, .post_tabs td:hover {
	background: #400;
}

.admin_tabs td:active, .post_tabs td:active {
	background: #900;
}

.active_tab {
	background: #555;
}

/* @end */

/* @group List Div */

div.list {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-left: 5px;
	vertical-align: middle;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
}

div.list:hover {
	background: #222;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

div.hidden {
	color: #888;
}

.list_buttons {
	float: right;
	font-size: 14px;
	visibility: hidden;
	color: #FFF;
	height: 0;
}

.pop_buttons {
	font-size: 12px;
	visibility: hidden;
	text-align: right;
	color: #FFF;
	height: 0;
}

.list_buttons a, .pop_buttons a {
	color: #66F;
}

.list_buttons a:hover, .pop_buttons a:hover {
	color: #F66;
}

.caption {
	margin-left: 30px;
	font-size: 10px;
	color: #AAA;
}

.caption .author {
	color: #DDD;
}

/* @end */

/* @group Edit Table */

table.edit {
	margin: auto;
}

table.edit td {
	padding: 3px;
	font-weight: bold;
}

table.edit td input, table.edit td textarea {
	border: 1px solid #555;
	font-size: 12px;
	background: #DDD;
	padding-right: 2px;
	padding-left: 2px;
}

table.edit td.img_cell {
	vertical-align: middle;
	text-align: center;
}

/* @end */

/* @group Popularity Table */

table.popularity {
	width: 100%;
	border-top: 1px dashed #444;
	border-left: 1px dashed #444;
}

table.popularity td {
	width: 33%;
	vertical-align: top;
	border-right: 1px dashed #444;
	border-bottom: 1px dashed #444;
	padding-bottom: 10px;
}

/* @end */
	
/* @end */

