/* -----------------------------------------------------

BASE

-------------------------------------------------------- */

body {
	background:#000 ;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	color:#FFF;
}

#container {
	width:930px;
	height:100%;
	margin:10px auto 20px;
	padding:10px;
	border:1px #FFF solid;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

/* -----------------------------------------------------

LINK

-------------------------------------------------------- */

a {
	outline:0;
}

a:link{
	text-decoration: none;
	color: #FFF;
}

a:visited{
	text-decoration: none;
	color: #0F0;
}

a:hover,
a:active{
	text-decoration: underline;
}

a img{
	border: none;
}

.pagetop {
	text-align:right;
	font-size:12px;
	color:#FFF;
}

/* -----------------------------------------------------

HEADER

-------------------------------------------------------- */
#header {
	width:930px;
	margin:0;
	padding:0;
}

#logo {
	margin:8px 0 0 0;
	padding:0;
	float:left;
}

#header h1 {
	margin:0;
	padding:0;
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#header_info {
	width:260px;
	margin:0;
	padding:0;
	float:right;
}

#header_info_txt {
	width:190px;
	margin:0 10px 0 0;
	padding:0;
	font-size:12px;
	color:#FFF;
	float:left;
}

#header_info_qr {
	width:60px;
	margin:0;
	padding:0;
	float:left;
}

.serch-box {
	width:260px;
	margin:8px 0;
	padding:0;
}
.formfield{
	width:190px;
	border:1px #CCC solid;
	background-color:#000;
	font-size:12px;
	color:#FFF;
	padding:5px;
	margin:0 10px 0 0;
}

.formbutton{
	width:40px;
	border:1px #CCC solid;
	background-color:#000;
	font-size:12px;
	color:#FFF;
	padding:5px;
	margin:0;
}

/* -----------------------------------------------------

INNER_GLOBAL NAVI

-------------------------------------------------------- */
.inner_navi_base {
	position: relative;
	width:930px;
	height:39px;
	margin:0;
	padding:0;
	background:#000;
}

div.inner_navi_base ul {
	margin:0;
	padding:0;
}

div.inner_navi_base ul li {
	display: inline;
	margin:0;
	padding:0;
}

div.inner_navi_base div.inner_globalnavi {
	position: absolute;
	top: 0px;
	left: 0px;
	width:930px;
	height:39px;
	margin:0;
	padding:0;
}

div.inner_navi_base div.inner_globalnavi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.inner_navi_base div.inner_globalnavi ul li a{
	display: block;
	float: left;
	height: 39px;
	overflow: hidden;
	text-indent: -999999px;
	list-style-type:none;
	margin-right:10px;
}

div.inner_navi_base div.inner_globalnavi ul li.in_arcade a{
	width: 225px;
	background: transparent url(images/btn/inner_gb_arcade.jpg) no-repeat 0 0;
}

div.inner_navi_base div.inner_globalnavi ul li.in_medal a{
	width: 225px;
	background: transparent url(images/btn/inner_gb_madal.jpg) no-repeat 0 0;
}

div.inner_navi_base div.inner_globalnavi ul li.in_event a{
	width: 225px;
	background: transparent url(images/btn/inner_gb_event.jpg) no-repeat 0 0;
}

div.inner_navi_base div.inner_globalnavi ul li.in_store a{
	width: 225px;
	background: transparent url(images/btn/inner_gb_store.jpg) no-repeat 0 0;
	margin:0;
}

div.inner_navi_base div.inner_globalnavi ul li a:hover,
div.inner_navi_base div.inner_globalnavi ul li.current_inner a{
	background-position: 0 -39px;
}


/* ---------------------- Main -------------------------------- */

#main {
	width: 930px;
	background: #262626 url("images/main.gif") repeat-y;
}

#main-top {
	width: 930px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 930px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

/* ------------------------------------------- Main - Content ------------------------------------------- */
	
#content {
        margin:15px 8px 0;
	float: left;
	width: 473px;
	padding: 12px 16px 0 16px;
        border:3px #ccc solid;
}
	
/* Main - Content - Post */
	
#content .post {
	float: left;
	margin-bottom: 25px;
	width: 473px;
        border-bottom:1px #ccc dotted;
}
	
/* Post - Date */
		
#content .post .post-date {
	width: 122px;
	height: 25px;
	color: #fff;
	text-align: center;
	font: bold 10px/25px;
}
		
/* ------------------------- Post - Title -------------------------- */
		
#content .post .post-title {
	width: 453px;
	border-bottom: 2px dotted #ccc;
	color: #FFF;
	font: bold 10px;
	padding: 0 10px;
        margin: 0;
        background: #333;
}
		
#content .post .post-title a {
	color: #FFF;
	text-decoration: none;
}
		
#content .post .post-title a:hover {
	text-decoration: underline;
}
		
#content .post .post-title h2 {
        margin:0;
        padding:15px 0;
	color: #FFF;
	font: bold 15px/45px;
	float: left;
}
		
#content .post .post-title h2 a {
        margin:0;
        padding:15px 0;
	color: #FFF;
	text-decoration: none;
}
		
#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
		
#content .post .post-title .post-title-info {
	float: right;
	/*line-height: 45px;*/
}
		
/* ------------------------------------- Post - Entry ------------------------------------- */
		
#content .post .post-entry {
	font: normal 11px/18px Verdana;
	color: #FFFFFF;
	padding: 0 10px;
	width: 453px;
	background: #000000;
	float: left;
}
		
#content .post .post-entry a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry a:hover {
	text-decoration: underline;
}
		
#content .post .post-entry .more-link {
	font: bold 11px/20px Verdana;
	color: #FFFFFF;
	float: right;
	padding-bottom: 5px;
}
		
#content .post .post-entry .more-link a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry .more-link a:hover {
	text-decoration: underline;
}

/* -------------------------------------- Post - Info ------------------------------------ */
		
#content .post .post-info-cat {
        margin:0 0 10px 0;
	padding: 0 10px;
	width: 453px;
	clear: both;
	font: bold 10px/19px Verdana;
	color: #FFF;
        border-bottom:1px #ccc dotted;
	float left;
}		
		
#content .post .post-info {
	padding: 0 10px 0 0;
	width: 485px;
	clear: both;
	font: bold 10px/19px Verdana;
	color: #FFFFFF;
	text-align: right;
}

#content .post .post-info-cat a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-info a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-info-cat a:hover {
	text-decoration: underline;
}
		
#content .post .post-info a:hover {
	text-decoration: underline;
}
		
/* ------------------ Post - Comments --------------------- */
		
#content .post .post-entry h3 {
	color: #FFFFFF;
	font: bold 14px Verdana;
	margin: 25px 0 5px 0;
}
		
#content .post .post-entry .comments {
	font: normal 11px/18px Verdana;
	color: #FFFFFF;
	width: 465px;
}
		
#content .post .post-entry .comments a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry .comments a:hover {
	text-decoration: underline;
}
		
#content .post .post-entry .comments ol {
	margin: 10px 0 10px 0;
	padding-left: 25px;
}
		
#content .post .comments ol li {
	padding: 5px;
}
		
#content .post .post-entry .comments ol li.alt {
	background: #000000;
}
		
#content .post .post-entry .comments ol li cite {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
		
#content .post .post-entry .comments ol li cite a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry .comments ol li cite a:hover {
	text-decoration: underline;
}
		
#content .post .post-entry .comments ol li .commentmetadata a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}
		
#content .post .post-entry #commentform {
	font: normal 11px/18px Verdana;
	color: #000000;
	width: 450px;
	padding-left: 15px;
	margin: 0;
}
		
#content .post .post-entry #commentform a {
	color: #FFFFFF;
	text-decoration: none;
}
		
#content .post .post-entry #commentform a:hover {
	text-decoration: underline;
}
	
/* ------------------------------ Main - Content - Navigation 
	
#content .navigation {
	font: bold 11px/25px Verdana;
	color: #FFFFFF;
	width: 495px;
	height: 25px;
	float: left;
	margin-bottom: 25px;
}
	
#content .navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
	
#content .navigation a:hover {
	text-decoration: underline;
}
	
#content .navigation .navigation-previous {
	float: left;
}
		
#content .navigation .navigation-next {
	float: right;
}

------------------------ */
	
/* ------------------------------------- Main - Sidebar ------------------------------------------- */

.sidebar {
        margin-top:15px;
	float: left;
	width: 180px;
	font: normal 11px/18px Verdana;
	color: #FFFFFF;
        border:3px #ccc solid;
}
	
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
	
.sidebar a:hover {
	text-decoration: underline;
}

.cyui {
margin:10px 0;
}

	
/* ----------- Sidebar - Sides -------------- */
		
.sidebar-left {
	padding: 12px 5px 15px;
}
		
.sidebar-right {
	padding: 12px 5px 15px;
}
		
/* --------------------------------------- Sidebar - Titles ------------------------------------------- */
		
.sidebar h3 {
	padding-left: 10px;
	font: bold 14px/26px;
	color: #fff;
	width: 170px;
	height: 26px;
	background: url("images/sidemenu_h3.jpg") no-repeat 0 0;
}
		
/* ----------- Sidebar - Menus -------------- */
.sidebar ul {
	margin: 5px 0 8px 0;
	padding: 0;
	list-style-type: none;
}
		
.sidebar ul li {
	color: #fff;
	font: bold 10px/25px;
	border-bottom: 1px dotted #fff;
        padding-left: 11px;
}
		
.sidebar ul li a {
	color: #fff;
	text-decoration: none;
}
		
.sidebar ul li a:hover {
	text-decoration: underline;
}

/* ----------- Sidebar - Submenus -------------- */
			
.sidebar ul li ul {
	margin: 0;
	padding: 0;
}		
				
/* --------------------------------- Sidebar - Tables -------------------------------------- */
		
.sidebar #calendar_wrap {
	margin: 0 auto;
	padding: 5px 0 8px 0;
	width: 130px;
}
		
.sidebar #calendar_wrap caption {
	font-weight: bold;
}
		
.sidebar #calendar_wrap tbody {
	text-align: right;
}
		
.sidebar #calendar_wrap tfoot #next {
	text-align: right;
}
		
.sidebar #calendar_wrap #today {
	font-weight: bold;
}
		
/* ----------- Sidebar - Texts -------------- */
		
.sidebar .textwidget {
	padding: 5px 4px 8px 4px;
}
		
/* ----------- Sidebar - Feed -------------- */
		
.sidebar #sidebar-feed {
	margin: 5px auto 8px auto; 
	width: 160px;
	height: 40px;
        font-size:18px;
        color:#fff;
}


/* -----------------------------------------------------

FOOTER

-------------------------------------------------------- */

#footer {
	width:910px;
	margin:20px 0 10px 0;
	padding:10px;
	border-top:2px #FFF solid;
}

#footer_logo {
	width:90px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

#footer_txt {
	width:800px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	color:#FFF;
}


/* ------------------------------------------------------------------------------------------------------------------------------------ */
/*Edited by BABOCHTA (http://www.4wl.ru) */

.combody {
	padding:15px 0;
}

#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_remember {
	margin:0px 3px 2px 0px;
}
* html #nucleus_cf_remember {
	margin:0px 3px -2px -3px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif {
    width: 300px;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.padding {
	padding:8px 10px;
}

.counters {
	padding:15px 30px;
	border: 1px solid #888888;
}