* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

div, header, nav, aside, article, footer, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	background-image: url('../images/bg/1.png');
	height: 100%;
	min-height: 100%;
	overflow: hidden;

	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #fff;
}

::selection {background: #137cc8;}
::-moz-selection {background: #137cc8;}

.align {
	text-align: center;
	height: 100%;
}

.align:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; 
}

.wrapper {
	width: 800px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

header {
	margin: 0 0 15px 0;
}

.description {
	margin: 0 0 15px 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
	line-height: 1.5em;
}

section#content {
	position: relative;
	margin: 45px 0 0 0;
	min-height: 100px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(20,20,20,.7);
	border-bottom: 1px solid rgba(20,20,20,.7);
	border-left: 1px solid rgba(255,255,255,0.1);
	border-radius: 8px;
	background: #fff;
	background: rgba(255,255,255,0.1);
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

nav .navigation {
	position: absolute;
	top: -32px;
	left: 20px;
	list-style-type: none;
}

nav .navigation li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 20px 4px 20px;
	background: #fff;
	background: rgba(255,255,255,.05);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	text-align: center;
	vertical-align: center;
	font-size: 0.8em;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	color: rgba(255,255,255,.4);
}

nav .navigation li img {
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

nav .navigation li:hover {
	cursor: ;
}

nav .navigation li.active {
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.1);
	border-bottom: none;

	color: rgba(255,255,255,1);
}

nav .navigation li.active img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

nav .navigation li img {
	vertical-align: middle;
}

/* --------------- form --------------- */

.form_wrapper {
	position: relative;
}

.tabs .horizontal {
	width: 100%;
	height: 2px;
	margin: 0 0 6px 0;
	background-image: url('../images/line_horizontal.png');
	background-repeat: repeat-x;
}

/* --------------- sgw --------------- */

.sgw {
	list-style-type: none;
	margin: 25px 0 0 20px;
}

.container .sgw {
	float: right;
}

.sgw li {
	display: inline-block;
	width: 135px;
	height: 155px;
	margin: 0 110px 0 0;
	-webkit-transition: background-position .2s;	
	-moz-transition: background-position .2s;
	transition: background-position .2s;
}

.sgw li:hover {
	cursor: pointer;
	background-position: 0 155px;
}

.sgw a {
	display: inline-block;
	width: 135px;
	height: 155px;
}

.sgw .games {
	background-image: url('../images/icon/icon_home.png');
}

.sgw .rasa {
	background-image: url('../images/icon/icon_forum.png');
}

.sgw .admin {
	background-image: url('../images/icon/icon_admin.png');
}

.container {
	width: 800px;
}

.clear {
	clear: both;
}
