﻿/*
	Website Style-sheet
	Copyright VRMO.com / VRMO.net QQ:5009353
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

#skip
{
	font-size: 0;
	margin-left: -9999px;
	position: absolute;
}

/* =Code Coloring
----------------------------------------------------------------------*/

pre .javascript .comment, pre .ruby .comment
{
	color : green;
}

pre .javascript .string, pre .ruby .string
{
	color : teal;
}

pre .javascript .keywords, pre .ruby .keywords
{
	color : navy;
}

pre .javascript .global
{
	color : blue;
}

pre .javascript .brackets, pre .ruby .brackets
{
	color : navy;
}

pre .css .comment
{
	color : gray;
}

pre .css .properties
{
	color : navy;
}

pre .css .selectors
{
	color : maroon;
	font-weight : bold;
}

pre .css .units
{
	color :red;
}

pre .css .urls
{
	color :green;
}

pre .html .tag
{
	color : purple;
}

pre .html .comment
{
	color : gray;
	font-style: italic;
}

pre .html .string
{
	color : navy;
}

pre .html .doctype
{
	color : teal;
}

pre
{
	background: #fff;
	color: black;
	line-height: 150%;
	margin: 0 0 15px 50px;
	overflow: auto;
	padding: 12px;
	width: 435px;
}

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	color: #fc3;
	text-decoration: none;
}

a:hover
{
	color: #fff;
}

acronym
{
	background: url(acronym.gif) repeat-x left bottom;
	cursor: help;
	padding: 0 0 1px;
}

body
{
	background: #333 url(body.gif) repeat-y center top;
	color: #ccc;
	font-family: Verdana, sans-serif;
	font-size:12px;
}

code
{
	font: 12px "Courier New", monospace;
}

del
{
	color: #bbb;
}

h1
{
	//border-bottom: 1px solid #222;
	border-bottom: 1px solid #ff7300;
	clear: both;
	color: #cf3;
	font: 16px "Tahoma", sans-serif;
	margin: 0 12px 15px 28px;
	padding: 0 15px 0 22px;

}

h1 a
{
	color: #cf3;
}

h2, dt
{
	color: #cf3;
	font: bold, 16px Tahoma, Arial, sans-serif;

}

h3
{
	color: #cf3;
	font: 13px Tahoma, Arial, sans-serif;
}

hr
{
	//background: #222;
	//color: #222;
	background: #ff7300;
	color: #ff7300;
	height: 1px;
	margin: 0 12px 15px 28px;
}

img.picture
{
	float: right;
	font-size: 100%;
	margin: 0 0 15px 10px;
}

a img.picture
{
	border: 1px solid #444;
	padding: 2px;
}

a:hover img.picture
{
	border-color: #fff;
}

ins
{
	text-decoration: none;
}

li, p, dd
{
	line-height: 150%;
}

ol, ul
{
	list-style: none;
}

/* =Misc Classes
----------------------------------------------------------------------*/

.align_center
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/* =Container + Height Hacks
----------------------------------------------------------------------*/

#container
{
	background: url(body.gif) repeat-y center top;
	min-height: 100%;
	margin: 0 auto;
	width: 990px;
}

html, body
{
	height: 100%;
}

div.clear
{
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* =Archive
----------------------------------------------------------------------*/

body.archive_page #content h2, dt
{
	line-height: 250%;
	margin: 0 30px 0 50px;

}

body.archive_page #content ul, dd
{
	margin: 0 30px 0 50px;
}

body.archive_page #content
{
	padding-bottom: 30px;
}

/* =Content Column
----------------------------------------------------------------------*/

#content
{
	background: url(header.jpg) no-repeat;
	float: left;
	font-size: 11px;
	padding: 80px 0 20px;
	width: 540px;
}

#content li
{
	background: url(li_content.gif) no-repeat 5px 6px;
	padding: 0 0 0 15px;
}

#content ol, #content h2, #content h3, #content p, #content ul
{
	clear: both;
	margin: 0 30px 15px 50px;
}

#content p.notice
{
	background: #333;
	color: #eeb;
	padding: 0 5px;
	text-align: justify;
	font-size:12px;
}

#content p.pagination
{
	font: 15px "Courier New", monospace;
	margin-top: -10px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

#content p.search_results
{
	color: #999;
}

#content p.search_results strong
{
	color: #fff;
	font-weight: normal;
}

#search_wrap
{
	min-height: 680px;
}

#content p#featured_gallery
{
	margin-bottom: -10px;
	min-height: 700px;
	padding-top: 5px;
}

#content p#featured_gallery a
{
	outline: none;
}

#content p#featured_gallery img
{
	border: 1px solid #444;
	height: 150px;
	margin: 0 0 15px 15px;
	padding: 2px;
	width: 200px;
}

#content p.featured
{
	background: url(feature.jpg) no-repeat center top;
	text-align: center;
}

#content p#featured_gallery a:hover img,
#content p.featured a:hover img
{
	border-color: #fff;
}

#content blockquote p
{
	background: url(blockquote.gif) no-repeat;
	color: #fff;
	font: 13px Georgia, sans-serif;
	line-height: 150%;
	margin: 0 30px 15px 50px;
	padding: 0 25px;
	text-align: justify;
}

#content ul#archive_links li
{
	background: none;
	font: 11px/170% Tahoma, Arial, sans-serif;
	display: inline;
	float: left;
	padding: 0;
	width: 50%;
}

#content p.excerpt span
{
	display: block;
	margin: 0 0 15px;
	text-align: right;
	font-size: 12px;
}

#content p.info
{
	background: url(p_info.gif) no-repeat right top;
	font-size: 12px;
	margin: -15px 12px 20px 28px;
	padding: 0 15px 0 22px;
}

.excerpt
{
	font-size:12px;
}

/* =Comment + Email Forms
----------------------------------------------------------------------*/

legend
{
	display: none;
}

ul.comments_error,
ul.zemError
{
	color: #cf3;
}

h2#discuss
{
	background: #222 url(discuss.gif) repeat-x bottom left;
	border-top: 1px solid #444;
	font: 15px "Lucida Console", monospace;
	letter-spacing: 3px;
	margin: 20px 12px 15px 28px;
	padding: 0px 0;
	text-align: center;
}

label
{
	font-size:12px;
}

#comment_name_input,
#comment_email_input,
#comment_web_input,
#name,
#email,
#web,
#website,
#message
{
	background: #333;
	border: 1px solid #666;
	color: #ccc;
	font: 12px Verdana, sans-serif;
	padding: 3px;
	width: 448px;
}

#comment_name_input:focus,
#comment_email_input:focus,
#comment_web_input:focus,
#name:focus,
#email:focus,
#web:focus,
#website:focus,
#message:focus
{
	background-color: #000;
}

#message
{
	height: 200px;
	overflow: auto;
}

#comment_name_input.comments_error,
#comment_email_input.comments_error,
#comment_web_input.comments_error,
#name.zemRequirederrorElement,
#email.zemRequirederrorElement,
#website.zemRequirederrorElement,
#message.comments_error,
#message.zemRequirederrorElement
{
	border-color: #cf3;
	font-size:12px;
}

.button
{
	background: #000 url(menu_li.jpg) repeat-x left bottom;
	border: 1px solid #333;
	color: #fc0;
	cursor: pointer;
	font: bold 11px Arial, sans-serif;
	overflow: visible;
	padding: 4px 5px 3px;
	text-transform: uppercase;
	width: auto;
}

.button:hover
{
	border-color: #fff;
	color: #fff;
}

p#txpCommentInputForm
{
	letter-spacing: 3px;
	text-align: center;
}

p#publish
{
	margin-top: -10px;
	margin-bottom: 0;
}

/* =Comments Display
----------------------------------------------------------------------*/

#content ol.comments
{
	margin: 0 12px 15px 28px;
	padding: 0;
}

#content ol.comments p,
#content #cpreview p
{
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

#content ol.comments li
{
	background: none;
	border-bottom: 1px solid #222;
	margin: 0 0 15px;
	padding: 5px 20px;
}

.comment_name
{
	font: 14px "Courier New", monospace;
}

.comment_num
{
	float: right;
	font: 14px "Courier New", monospace;
	text-align: right;
}

.comment_num a
{
	color: #666;
	cursor: default;
}

#cpreview
{
	border-bottom: 1px solid #222;
	line-height: 150%;
	margin: 0 12px 15px 28px;
	padding: 5px 20px;
}

/* =Left Sidebar
----------------------------------------------------------------------*/

#sidebar_left
{
	float: left;
	font-size: 9px;
	overflow: hidden;
	width: 210px;
}

#sidebar_left h2
{
	border-bottom: 1px solid #ff7300;
	font-size: 14px;
	margin: 0 10px 10px 20px;
}

#sidebar_left p
{
	margin: 0 10px 10px 20px;
}

#logo
{
	background: url(logo.jpg) no-repeat;
	height: 228px;
	width: 210px;
}

#logo a
{
	display: block;
	margin: 0 0 0 10px;
	overflow: hidden;
	text-indent: -99999px;
	width: 200px;
	height: 215px;
}

#menu
{
	background: url(menu.gif) no-repeat left bottom;
	padding: 0 0 70px;
	width: 210px;
}

#menu li
{
	background: url(menu_li.jpg) repeat-x left bottom;
	font: 13px Verdana, sans-serif;
	margin: 0 0 0 10px;
}

#menu a
{
	background: url(arrow.gif) no-repeat left center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	display: block;
	padding: 7px 0 7px 25px;
}

#menu a:hover
{
	background-color: #222;
}

.links
{
	margin: 0 0 10px 20px;
	overflow: hidden;
	font-size: 12px;
}

.links a
{
	white-space: nowrap;
}

.links li
{
	padding: 0 0 5px;
}

/* =Right Sidebar
----------------------------------------------------------------------*/

#sidebar_right
{
	background: url(sidebar_right.jpg) no-repeat;
	float: left;
	font-size: 12px;
	overflow: hidden;
	width: 240px;
}

#search_field
{
	background: #111;
	border: 1px solid #666;
	color: #ddd;
	font: 12px Tahoma, Arial, sans-serif;
	padding: 3px 0;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	width: 198px;
}

#search_btn
{
	background: #111;
	border: 1px solid #666;
	color: #ddd;
	font: 12px Tahoma, Arial, sans-serif;
	padding: 2px 0;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;

	background: #000 url(menu_li.jpg) repeat-x left bottom;
	border: 1px solid #333;
	color: #fc0;
	cursor: pointer;
	font: bold 12px Arial, sans-serif;
	overflow: visible;
	padding: 4px 5px 3px;
	text-transform: uppercase;
	width: auto;
}

#search_btn:hover
{
	border-color: #fff;
	color: #fff;
}

a#rules9
{
	background: url(9rules.jpg) no-repeat right top;
	display: block;
	margin: 0 0 26px;
	overflow: hidden;
	text-indent: -99999px;
	width: 240px;
	height: 58px;
}

a#rules9:hover
{
	background-position: 0 0;
}

#feed
{
	background: url(feed.gif) no-repeat 0 3px;
	font: 11px Tahoma, Arial, sans-serif;
	padding: 0 0 0 15px;
}

#sidebar_right h2
{
	//border-bottom: 1px solid #444;
	border-bottom: 1px solid #ff7300;
	font-size: 14px;
	margin: 0 20px 10px;
}

#sidebar_right img
{
	width: 200px;
	height: 150px;
}

#sidebar_right p
{
	margin: 0 20px 15px;
}

#sidebar_right .links
{
	margin-right: 10px;
}

.fc
	{
	margin-bottom:5px;
         float:left;
	width:98%;
	border:1px solid #ccc;
	}
.fc
	{
	height:auto;
	min-height:30px;
	}
.fc h2 {font-size:16px;padding:2px;margin:0px;padding-left:10px;font-weight:bold;background-color:#ebeff8;}
.fcBox
	{
	background-color:#ebeff8;
	padding-top:5px;
   padding-bottom:10px;
   float:left;
   >width:650px;
	width:100%;
	}
.fcBox
	{
	min-height:35px;
	}

.fcBox dl
	{
	display:block;
	width:150px;
	height:22px;
	float:left;
	border:1px #99b0d9 solid;
	background-color:#fff;
	margin:4px 0 0 9px;
	display:inline;
         overflow:hidden;
	}
.fcBox dl dt
	{
	display:block;
	float:left;
	padding-left:10px;
	width:150px;
	height:22px;
	line-height:150%;
	font-weight:bold;
	}
.fcBox dl dd
	{
	float:left;
	width:62px;
	height:19px;
	line-height:19px;
	}
.fcBox dl dd img
	{
	float:left;
	margin-top:10px;
	margin-right:6px;
	border:0;
	}
.fcBox dl dd span
	{
	
	}
.fcBox dl dd a span 
	{
	color:#cc0003;
	}
.fcBox dl dd a:hover span
	{
	text-decoration:none;
	}
.fcBox dl dd a:hover b
	{
	text-decoration:none;
	color:#36B;
	}
.fcBox dl dd img b
	{
	float:left;
	}
.fcBox dl dt a
	{
	font-weight:normal;
	color:blue;
	text-decoration:underline;
	font-size:12px;
	}
.fcBox dl dt a:hover
	{
	color:#ff7300;
	text-decoration:none;
	}
.fc h2 a{font-color:deepblue;font-size:16px;padding-left:10px;}.
.fc {margin-top:10px;}
.fc h2{	border-top:5px solid #00547c;}
.fc h2{
	BORDER-RIGHT: #c3c8cb 1px solid; 
	FONT-WEIGHT: bold; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #fefefe 1px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 0px; 
	FONT-SIZE: 14px; 
	BORDER-LEFT: #fefefe 1px solid; 
	COLOR: #21536a; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #c3c8cb 1px solid; 
	BACKGROUND-COLOR: #eaeeee; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
	height:25px;
}
.fc {margin-top:10px;margin-left:10px;}

