/* Normal, standard links. */

a:link {
	color: #387cb3;
	text-decoration: none;
}

a:visited {
	color: #387cb3;
		text-decoration: none;
}

a:hover {
	color: #2f6a99;
}
a {outline:none;}

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	color: #aaa;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	text-decoration: none;
}

/* Tables should show empty cells. */

table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */

body, td, th , tr {
	line-height: 150%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #afafaf;
	font-size: 12px;
}

/* The main body of the entire forum. */

body {
	margin: 0;
	padding: 0;
	background: #242424 url(images/custom/body-bg.png) repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	color: #000;
	font-family: verdana, sans-serif;
}

/*Kanino Styles*/
input:hover, textarea:hover, select:hover, checkbox:hover
{		
border: #999999 2px solid;	
}

input, button {
font-family: Verdana;
font-size: 10px;
color: #999999;
background-color: #040404;
border-color: #222222;
text-decoration: none;
}

textarea {
font-family: Verdana;
font-size: 10px;
color: #999999;
background-color: #040404;
border-color: #222222;
text-decoration: none;
}

/* All input elements that are checkboxes or radio buttons. */

input.check {}

/* Selects are a bit smaller, because it makes them look even better 8). */

select {
font-family: Verdana;
font-size: 10px;
color: #999999;
background-color: #040404;
border-color: #222222;
text-decoration: none;
}

file {
font-family: Verdana;
color: #000000;
font-size: 10px;
background-color: #FFFFFF;
border-color: #222222;
text-decoration: none;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #2d2d2d;
	background-color: #2c2c2c;
}

/* No image should have a border when linked */

a img {
		border: 0;
}

/* A quote, perhaps from another post. */

.quote {
	color: #888;
	background-color: #282828;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #1c1c1c;
	margin: 1px;
	padding: 6px;
	font-size: 11px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */

.code {
	color: #1e1e1e;
	background-color: #656565;
	/*font-family: "courier new", "times new roman", monospace;*/
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 2px solid #282828;
	border-bottom: 2px solid #565656;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	color: #555;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
	color: red;
}

/* The main post box - this makes it as wide as possible. */

.editor {
	width: 96%;
}

/* Highlighted text - such as search results. */

.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {}

.windowbg2 {}

.windowbg3 {
	background-color: #272727;
}

/* the today container in calendar */

.calendar_today {
	background-color: #292929;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #777;
	font-style: bold;
	background: #202020;
	border-bottom: solid 1px #282828;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #929292;
	font-style: normal;
}

.titlebg a:hover {
	color: ccc;
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	color: #555;
	font-style: normal;
	text-decoration: none;
}

.titlebg, .titlebg2 {
	font-size: 14;
	font-family: tahoma, sans-serif;
}

.titlebg2 a:hover {
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: #303030;
	color: #bebebe;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg2 , tr.catbg2 td {
	background: #303030;
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg, .catbg2, .catbg3 {
	font-size: 9pt;
	font-family: tahoma, sans-serif;
}

.catbg, .catbg2 {
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 100%;
	color: #bebebe;
	text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #cdcdcd;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #fff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {}

/* This is used on tables that should just have a border around them. */

.tborder {}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext {
	font-size: 11px;
	font-family: tahoma, sans-serif;
}

.middletext { 
	line-height: 18px;
	text-indent: 10px;
}

.normaltext {
	font-size: small;
}

.largetext {
	font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */

.error {
		color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #757575;
	vertical-align: top;
	text-transform: uppercase;
}

.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #757575;
	text-decoration: none;
	font-size:  10px;
	padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
	display: none;
}

.maintab_back,.mirrortab_back {
	color: #757575;
}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	background: #026aa1;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited,
.mirrortab_back a:link , .mirrortab_back a:visited {
	color: #aaa;
	text-decoration: none;
}

.maintab_active_back a:link , .maintab_active_back a:visited,
.mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: #222;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #ccc;
	text-decoration: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0;
}

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
	background: #fff url(images/custom/head-bg.png) 0 0 repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width:650px;
	height: 120px;
	background: url(images/custom/logo.png) no-repeat;
}

#searcharea {
	position: absolute;
	bottom: 25px;
	right: 30px;
	height: 32px;
	width: 182px;
	background: url(images/custom/inputbox.png) no-repeat;
	overflow: hidden;
}

#searcharea .inputbox {
	background: #124885;
	color: #757575;
	padding: 3px 3px 0;
	border: none;
	margin: 4px 5px;
	width: 120px;
	height: 15px;
}

#toparea {
	background: #242424 url(images/custom/top-bg.png) 0 0 repeat-x;
	padding: 0;
	margin: 0;
	height: 120px;
}

#toparea a:link, #toparea a:visited {
	color: #ccc;
}

#toparea a:hover {
	color: #ccc;
	text-decoration: underline;
}

#userarea {
	padding: 15px 0 5px 15px;
	color: #888;
	float: left;
	font-size: 11px;
	width: 400px;
}

.ds-avatar {
	float: left;
	padding-right: 10px;
}

#toparea ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#news {
	height: 90px;
	padding: 20px 20px 10px;
	overflow: hidden;
	margin: 0;
	color: #888;
	width: 350px;
	float: right;
}

#shad-tl {
	background: url(images/custom/shad-tl.png) 0 0 no-repeat;
	padding-left: 15px;
}

#shad-tr {
	background: url(images/custom/shad-tr.png) 100% 0 no-repeat;
	padding-right: 15px;
}

#shad-b {
	background: url(images/custom/shad-b.png) 0 100% repeat-x;
}

#shad-bl {
	background: url(images/custom/shad-bl.png) 0 100% no-repeat;
}

#shad-br {
	background: url(images/custom/shad-br.png) 100% 100% no-repeat;
	height: 135px;
}

#toolbar {
	height: 40px;
	background: url(images/custom/toolbar-bg.png) 0 0 repeat-x;
}

#topmenu {
	position: relative;
	display: block;
	height: 40px;
	font-size: 11px;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#topmenu ul li {
	display: block;
	float: left;
	margin: 0;
}

#topmenu ul li a {
	display: block;
	float: left;
	color: #777;
	text-decoration: none;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

#topmenu ul li a:hover {
	background: url(images/custom/hover.png) 0 0 repeat-x;
}

#topmenu ul li a.current {
	background: url(images/custom/active.png) 0 0 repeat-x;
	color: #aaa;
	font-weight: bold;
}

.clr {
	clear: both;
}

#bodyarea {
	padding: 0 8px;
	margin: 0;
}

.pathway {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 10px 5px;
}

.pathway a:link, .pathway a:visited {
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
}

.pathway a:hover {
	color: #bbb;
	font-weight: normal;
}

#footer {
	padding: 20px 0 0;
	color: #555;
	text-align: center;
}

#footer a:link , #footer a:visited {
	color: #555;
}

#footer a:hover {
	color: #2f6a99;
}