@charset "utf-8";
/**************** CSS FILE */


/**************** Tags */
html, body, div, h1, h2, h3, span, table, p, td, tr, form, a, img, ul, ol, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	outline:none;
}
body {
	background: #FCFCFC url(img/bg_body.jpg) repeat-x;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
html, body {
}
#page p {
	margin-bottom:5px;
	margin-top:5px;
}
/**************** HEADER */
#page {
	margin: auto auto;
	width: 942px;
	background:#fff;
	padding: 10px;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#header .links {
	float:left;
	margin-top:-5px;
}
#header .date {
	float:right;
}
#header .ad {
	text-align:center;
	width:942px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}
#header .logo {
	float:left;
	width:579px;
}
#header .search {
	float:right;
	padding-top:15px;
}
#header .searchfield {
	width:150px;
	padding-left:3px;
	margin-right:5px;
	border: 1px solid #AD0013;
}
#header .button {
	color:#fff;
	background:#AD0013;
	border: 1px solid #000;
}
#footer {
	margin: auto auto;
	width: 942px;
	padding: 10px;
	font-size:10px;
	text-align:center;
}
#footer a {
	font-size:10px;
	white-space:nowrap;
	text-decoration:underline;
}
#footer, #footer span, #footer a {
	color:#ccc;
}

/**************** NAV */
#mainnav {
	clear:both;
	width:942px;
	background:#EBECF1;
	color:#AD0013;
	margin-top:20px;
	border-bottom: 1px solid #fff;
}
* html #mainnav {
	margin-top:40px;
}
#mainnav a {
	float: left;
	display:block;
	color:#AD0013;
	font-size: 12px;
	padding:4px 13px;
}
#mainnav a:hover, #mainnav a.active {
	background:#AD0013;
	color:#fff;
}
#mainnav .right {
	float:right;
	/* if rss link inside */
	height:14px;
	padding-top:2px;
}
#mainnav .right img {
	vertical-align:top;
}
#mainnav .right a {
	font-size:10px;
}
#mainnav .right a:hover, #mainnav .right a.active {
	background:none;
	color:#AD0013;
}
#sitenav {
	clear:both;
	width:942px;
	background:#AD0013;
	color:#fff;
	margin-bottom:20px;
}
#sitenav a {
	float: left;
	display:block;
	font-size: 12px;
	padding:4px 15px;
}
#sitenav a:hover, #sitenav a.active {
}
/**************** CONTENT */

#content {
	clear:both;
	float:left;
	width:640px;
}
#content a {
	color:#AD0013;
}
#content .ad {
	float:right;
}
#content .box1, #content .box2 {
	margin-bottom:20px;
}
#content .box1 {
	width:620px;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
}
#content .box1 img.detailpic {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
#content .box1 img.toppic {
	float:left;
	width:300px;
	padding-right:20px;
	background:#fff;
}
#content .box1 .intro {
	margin-bottom:10px;
}
#content .box2 {
	float:left;
	width:300px;
	padding-right:20px;
}
#page hr {
	margin-top: 10px;
	margin-bottom:10px;
	height: 1px;
	color: #ccc;
	border-style:none;
	background-color: #ccc;
}
#content .archive ul {
	margin-top:10px;
	margin-bottom:10px;
}
#content .archive a {
	margin-left:22px;
}
#content .archive ul a {
	margin:0;
}
#page iframe.fantasy {
	width:942px;
	height:1110px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/**************** GALLERY */
#content .gallerypic {
	margin:0 auto;
	width:500px;
}
#content .gallerypic a {
	background:#AD0013;
	text-transform:uppercase;
	padding:2px;
	color:#fff;
}
#content .gallerypic table td {
	width:33%;
}
#content .gallerypic .previous {
	text-align:left;
}
#content .gallerypic .description {
	text-align:center;
}
#content .gallerypic .next {
	text-align:right;
}

/**************** TABLES */

#page .table {
	border: dotted 1px #ccc;
}
#page .table h1 {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px;
	margin:0;
}
#page table th {
	background:#E9E9E9;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#225577;
	height:20px;
	padding:5px;
	text-align:left;
}
#page table td {
	text-align:left;
	padding:5px;
}
#page table tr.color {
	background:#F3F3F3;
}
#page .result_tb td {
	text-align:center;
	padding:10px;
	color:#AD0013;
	width:25%;
}
#page .result_tb td img {
	margin-bottom:5px;
}
#page .result_tb td.result {
	font-size:16px;
	font-weight:bold;
	color:#000;
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
}
#page table.half_tb {
	float:left;
	width: 309px;
}
/**************** SIDEBAR */
#sidebar {
	float:left;
	width:300px;
}
#sidebar .box3 {
	width:300px;
	margin-bottom:20px;
}
#sidebar .box2 {
	margin-bottom:20px;
}
#sidebar a {
	color:#AD0013;
}
/**************** HEADLINES */
#page h1 {
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#AD0013;
}
#page h1 a {
	display:block;
	color:#AD0013;
	font-weight:bold;
	font-size:15px;
}
#page .cat_container, #page .h2_container {
	background:url(img/bg_h2_container.gif) repeat-x left 3px;
	display:block;
}
#content .cat, #sidebar .cat, #content h2, #sidebar h2 {
	display:inline;
	font-weight:bold;
	background: #fff url(img/bg_h2.gif) no-repeat right;
	padding-right:15px;
	text-transform:uppercase;
}
#content .cat a, #sidebar .cat a {
	color:#000;
}
#page h3 {
	color:#AD0013;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
}
#page h3 a {
	display:block;
	color:#AD0013;
	font-weight:bold;
	font-size:15px;
}
#content h1.headline3 {
	float:left;
}
#content h3.headline3 {
	float:left;
}
#content h3 a img {
	vertical-align: top;
}
#content .st-taf {
	float:right;
	margin-top:10px;
}
#content small {
	clear:both;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
}
#page h4 {
	background: url(img/bg_h4.gif) no-repeat;
	padding-left:20px;
	color:#959595;
	margin-bottom:5px;
	font-size:12px;
}
#content ul li, #sidebar ul li {
	list-style:none;
	background:url(img/bg_list_1.gif) no-repeat left 3px;
	padding-left:20px;
	color:#959595;
	line-height:18px;
	margin-left:2px;
}
#content .community ul li {
	list-style:disc;
	background:none;
	padding:0;
	margin-left:30px;
	color:#000;
}
#content .community ul {
	margin-bottom:10px;
}
#content ol li {
	line-height:18px;
	margin-left:30px;
}
#content ol {
	margin-bottom:10px;
}
/**************** Clearit */
.clearit {
	position:relative;
	display: block;
	clear: both;
	margin:0;
	padding:0;
	line-height:0;
	overflow:hidden;
	height:0px;
}
* html #hidden {
	display:none;
}
*:first-child+html #hidden {
	display:none;
}
/**************** Links */
