/* MAKE SAME DEFAULT FOR ALL BROWSER */
html, body, div, p, img, h1, h2, h3, h4, h5, h6, ul, li, br, input, textarea, select, option, hr, table, td, th, tr, iframe {
	/*position: relative;*/
	padding: 0;
	margin: 0;
	border: 0;
}


/* BASE SETTINGS */
body {
	font: normal normal 13px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
}
#main {
	display: block;
	position: relative;
	width: 920px;
	margin: 10px auto;
}
#header {
	z-index: 1;
	display: block;
	position: relative;
	width: 920px;
	height: 220px;
	/*background: #333 url('img/headerImg_1.jpg') top left no-repeat;*/
	background-color: #333;
}
#content {
	z-index: 2;
	display: block;
	position: relative;
	top: -8px;
	padding: 65px 20px 15px 20px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* GENERAL SETTINGS */
.clear {
	visibility: hidden;
	clear: both;
}
.hidden {
	display: none;
}
.note {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 21px;
	color: #000;
	border-bottom: 1px solid #cacaca;
	background: #ececec url('img/news_header_bg.jpg') repeat-x top left;
	padding: 5px 10px 0 10px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
h3 span {
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
p {
	margin: 6px 0;
}
ul {
	padding: 0 15px;
	margin: 10px 0;
}
li {
	margin: 3px 0;
}
strong, b {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.button {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	border-top: 1px solid #cacaca;
	border-left: 3px solid #cacaca;
	background: #ececec url('img/news_header_bg.jpg') repeat-x top left;
	padding: 2px 15px 10px 15px;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
}
.button:hover {
	color: #FECF18;
	border-color: #FECF18;
	text-shadow: 0px 1px 2px #000;
}
.prev {
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 3px solid #cacaca;
	border-left: 0;
}
.next {
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 3px solid #cacaca;
	border-right: 0;
}


/* MENU */
ul#menu {
	display: block;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 167px;
	padding: 0;
	margin: 0;
}
ul#menu li {
	display: block;
	position: relative;
	float: left;
	text-align: center;
	margin: 0 0 0 -8px;
}
ul#menu li h2 {
	display: block;
	position: relative;
	font-size: 30px;
	font-weight: normal;
	padding-top: 10px;
}
ul#menu li a {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	color: #656565;
	line-height: 50px;
	text-decoration: none;
	top: 8px;
	height: 37px;
	background-position: left 10px;
}
ul#menu li a:hover {
	color: #fff;
	line-height: 35px;
	background-position: left bottom;
}
#menuNews h2 {
	color: #FECF18;
	width: 122px;
	height: 35px;
	background: url('img/newsSelected.png') top left no-repeat;
}
#menuNews a {
	width: 108px;
	background: url('img/newsBt.png') no-repeat;
}
#menuGames h2 {
	color: #54b348;
	width: 138px;
	height: 35px;
	background: url('img/gamesSelected.png') top left no-repeat;
}
#menuGames a {
	width: 114px;
	background: url('img/gamesBt.png') no-repeat;
}
#menuCorp h2 {
	color: #4f82cb;
	width: 182px;
	height: 35px;
	background: url('img/corpSelected.png') top left no-repeat;
}
#menuCorp a {
	width: 130px;
	background: url('img/corpBt.png') no-repeat;
}


/* NAV */
.nav {
	position: relative;
	height: 30px;
}
.nav .next {
	position: absolute;
	bottom: -15px;
	right: -20px;
}
.nav .prev {
	position: absolute;
	bottom: -15px;
	left: -20px;
}


/* LOGO */
h1 {
	z-index: 3;
	display: block;
	position: absolute;
	width: 238px;
	height: 165px;
	top: 108px;
	left: 20px;
	background: url('img/logo.png') top left no-repeat;
	
}


/* HEADER */
.hMask {
	display: block;
	position: absolute;
	width: 920px;
	height: 44px;
	top: 0px;
	left: 0px;
}
#hMask_news {
	background: url('img/headerMask_news.png') top left no-repeat;
}
#hMask_games {
	background: url('img/headerMask_games.png') top left no-repeat;
}
#hMask_corp {
	background: url('img/headerMask_corp.png') top left no-repeat;
}
#hImg {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 220px;
	width: 920px;
	overflow: hidden;
}


/* FOOTER */
#footer {
	text-align: center;
	padding: 0 20px;
}


/* FORM */
input.text {
	width: 100%;
	border: 1px solid #999;
	background-color: #fbfbfb;
}
textarea {
	width: 100%;
}


/* LOGIN */
#login {
	display: block;
	width: 300px;
}


/* ERROR */
.error {
	color: #ff0000;
}
ul.error {
	list-style: none;
}


/* ARTICLE */
.article {
	position: relative;
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}
.article .content {
	padding: 5px 12px;
	width: 856px;
}

/* ARTICLE 1 */
.article_1 .article_img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.article_1 {}

/* ARTICLE 2 */
.article_2 .article_img {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}
.article_2 {}

/* ARTICLE 3 */
.article_3 .article_img {
	display: block;
	float: left;
	margin-top: 6px;
	padding-right: 10px;
}
.article_3 .article_content {
	display: block;
	float: left;
}
.article_3 {}

/* ARTICLE 4 */
.article_4 .article_img {
	display: block;
	float: right;
	margin-top: 6px;
	padding-left: 10px;
}
.article_4 .article_content {
	display: block;
	float: right;
}
.article_4 {}




/* ADMIN TOOLS */
/* ARTICLE TOOLS*/
.article .admin {
	display: block;
	position: absolute;
	top: -12px;
	left: -80px;
	width: 60px;
	background-color: #fff;
	padding: 15px 10px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
	list-style: none;
	text-align: right;
}

/* TOOLBAR */
#toolbar {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #000;
	z-index: 100;
	opacity: 0.8;
}
#toolbar * {
	float: left;
	margin-right: 10px;
	color: #fff;
	padding: 5px 10px;
}


/* OVERLAY PANEL */
#overlay {
	z-index: 200;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#overlay .mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.panel {
	position: relative;
	display: block;
	width: 760px;
	margin: 40px auto;
	background-color: #fff;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.panel h2 {
	z-index: 1;
	border-bottom: 1px solid #cacaca;
	background: #ececec url('img/news_header_bg.jpg') repeat-x top left;
	padding: 5px 10px 0 10px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.panel_content {
	padding: 10px 15px;
}
#panel .error {
	padding: 10px 15px;
}
#panel form {
	padding: 10px 15px;
}
#panel form div {
	margin-bottom: 15px;
}
#panel textarea {
	border: 1px solid #999;
	width: 100%;
}
#panel_close {
	z-index: 10;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
}
#panel_text {
	width: 100%;
}
#panel_sending {
	display: none;
}
