/* Skate Theme by PiyoniR (Mitja) */
/* www.piyonir.si */
/* piyonir@gmail.com */
/* 2009. */

body {
	background: url(images/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 398px;
	background-color: #2d2d2d;
	color: #e8e8e8;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 2px;
}

a {font-size: 11px; color: #937a30;}
a:hover {text-decoration: underline; color: #e3b210;}
p { margin: 10px 0px 10px 0px; }
blockquote, .indent { margin: 15px; padding: 0 0 0 32px; border-left: 5px solid #EAEAEA; color: #999999; font-style: italic; font-size: 11px; }


.site {
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	background-color: #323232;
	width: 1000px;
	padding: 0px 0px 8px 0px;
}
.header {
	position: relative;
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -212px ;
	width: 1000px;
	height: 163px;
	margin: 90px auto 0px auto;
}
.navigationbg{
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -129px ;
	width: 990px;
	height: 28px;
	margin: 0px auto 0px auto;
}
.body {
	background-color: #3f3f3f;
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
}
.disclaimerbg{
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -159px ;
	width: 990px;
	height: 52px;
	margin: 0px auto 0px auto;
}
#disclaimer {
	text-align: center;
	padding-top:18px;
}
.clear { clear:both; }
.center {width: 550px;
margin: 0px auto 0px 10px;
float: left;}

/* NEWS style */
.news_header {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -73px ;
	width: 544px;
	height: 25px;
	margin: 0px auto 0px auto;
}
.news_body {
	background-color: #383737;
	width: 534px;
	padding: 5px 5px 10px 5px;
	text-align: justify;
	margin: 0px auto 0px auto;
}
.news_bottom {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -99px ;
	width: 544px;
	height: 27px;
	position: relative;
	margin: 0px auto 0px auto;
}
.news{position: relative; width: 544px;}
.news_posted {position: absolute; left: 5px; top: 2px;}
.news_comments {float: right; padding: 2px 5px 0px 0px;}

/* MENU style */
.menu_left{
	float: left;
	width: 200px;
	display: block;
}
.menu_right{
	float: right;
	width: 200px;
	display: block;
}
.menu_top {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px ;
	width: 200px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.menu_title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.menu_body {
	background-color: #52504b;
	width: 190px;
	padding: 5px 5px 5px 5px;
}
.menu_bottom{
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -61px ;
	width: 200px;
	height: 9px;
	margin: 0px 0px 10px 0px;
}

/* center MENU */
.menu_top_c {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -377px ;
	width: 550px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.menu_title_c {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.menu_body_c {
	background-color: #52504b;
	width: 540px;
	padding: 5px 5px 5px 5px;
}
.menu_bottom_c{
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -398px ;
	width: 550px;
	height: 9px;
	margin: 0px auto 10px auto;
}

/* MENU style for  CUSTOM pages (Forums)*/
.menu_top_f {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -408px ;
	width: 760px;
	height: 20px;
	margin: 0px auto 0px auto;
}
.menu_title_f {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0px auto 10px auto;
}
.menu_body_f {
	background-color: #52504b;
	width: 750px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
}
.menu_bottom_f{
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: 0px -430px ;
	width: 760px;
	height: 9px;
	margin: 0px auto 10px auto;
}

/* NAVIGATION */

	#nav { height:28px;}
	#nav ul { margin-left: 35px; padding: 0px; }
	#nav li { margin-left: 5px; padding: 0px; list-style: none; display: inline; float: left; }
	#nav a { padding: 4px 17px 7px 17px; display: block; text-align: center; text-decoration: none; }
	.off  { color: white; font-size: 14px; background: url(images/button_l.png) no-repeat left top;}
	.off a { color: white; font-size: 14px; background: url(images/button_r.png) no-repeat right top;}
	.off a:hover {text-decoration: none;}
	.on { background: url(images/button_a_l.png) no-repeat left top; }
    .on a { color: #e3b210; font-size: 14px; background: url(images/button_a_r.png) no-repeat right top;  }
    .on a:hover { text-decoration: none; }
    
    .off .d_sublink, .on .d_sublink { display: none; position: absolute; top: 244px; padding: 0px 7px;  }
	.off .d_sublink a { display: none; }
    .on .d_sublink { display: block; }
	.d_sublink a { font-size: 12px; padding: 0px 7px; background: none; font-weight: normal; color: white; }
	.d_sublink a:hover { text-decoration: underline; } 
    .subon a { display: block; text-decoration: underline; }
		
/* FORUM style */

.fborder {
	border: transparent 0px solid;
	margin: 4px 0 4px 0;
	background-color: #52504b;
}
.forumborder {
	border: #CCCCCC 1px solid;
	background-color: #52504b;
	text-align: left;
}
.forumheader {
	font: 11px verdana, tahoma, arial, sans-serif;
	color: #c8c3bb;
	padding: 4px;
	border-bottom: #938d82 2px solid;
	font-weight: bold;
	text-align: left;
}
.forumheader2 {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #e8e8e8;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*border-bottom: #CCCCCC 1px solid;*/
	text-align: left;
}
.forumheader3 {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #e8e8e8;
	padding: 4px;
	/*border-bottom: #CCCCCC 1px solid;*/
	text-align: left;
}
.forumheader4 {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #000032;
	padding: 4px;
	border: #CCCCCC 1px solid;
	text-align: left;
}
.fcaption {
	padding: 4px;
	font: 11px verdana, tahoma, arial, sans-serif;
	background-color: #6c6a64;
	color: #c7c7c7;
	font-weight: bold;
	text-align: left;
}

/* E107 STYLES */

	.indentchat { border: 1px solid #bababa; margin: 4px 0 4px 0; text-align: left; background: #efefef; color: #000; }
	.button {padding: 2px 7px; margin: 2px auto; border: 1px solid #91908f; text-align: center; font-size: 11px; font-weight: bold; cursor: pointer; background-color: #6a6966; color: #383737;} 
	.button:hover { background: #4e493a; color: #c8c3bb; }
	.small { font-size: 10px; color: #d4d4d4; }
	.smalltext { font-size: 10px; color: #d4d4d4; }
	.smallbottom { font-size: 10px; color: #d4d4d4; text-align:left; }
	.smallblacktext { color: #d4d4d4; font-size: 10px; }
	#e107_submitnews_item {width: 400px;}
	.tbox {color: #9f9f9f; font-weight: bold; font-size: 11px; border: 1px solid #696864; margin: 4px auto 2px auto; padding: 3px; background-color: #565656;}
	.tbox:focus { border: 1px solid #91908f; color: #c8c3bb;}
	.chatbox { width: 95%; margin: 2px auto; background: url(images/chatbox_bg.png); background-repeat: repeat-x;}
	.cboxtitle { margin-top: 7px; padding: 2px 7px; background: #eeeeee; color: white; }
	.cboxmessage { padding: 4px; }
	.helpbox { background-color: #efefef; border: 1px solid #aaaaaa; color: #000; font-size: 9px; padding: 4px 5px 4px 5px;}
	
/* Chatbox STYLE */
.chat_poster {
	background: url(images/s.png);
	background-repeat: no-repeat;
	background-position: -202px 0px;
	width: 188px;
	height: 17px;
	padding: 0px 2px 0px 22px;
}
.chat_border {
	border: 1px solid #63605a;
	margin-top: 5px;
}