/*
#------------------------------------------------------------------------
# Game Magazine -October 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Basic elements */
html { -webkit-font-smoothing: antialiased; }
::selection {
	background: #ffbf25;
	color: #fff;
}

::-moz-selection {
	background: #ffbf25;
	color: #fff;
}

::-webkit-selection {
	background: #ffbf25;
	color: #fff;
}

body {
	line-height: 1.8;
	min-height: 100%;
	color: #666;
	background: #f5f5f5 url('../images/bg.jpg') no-repeat center top;
}

a {
	text-decoration: none;
	color: #fff;

	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

a:hover,a:active,a:focus {
	color: #6896C1;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 43px;
	color: #222;
	line-height: 72px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 32px;
	color: #222;
	font-weight: bold;
	line-height: 64px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

ul {
	list-style: none;
}

ul li {
	line-height: 2.6;
}

p {
	margin: 0.5em 0;
}

/* Containers */
#mainContent {
	background: #000 url('../images/mainbody_bg.png') repeat-x left top;
	overflow: hidden;
}

#gkHeader {
	background: #101010;
	color: #8c8b82;
	padding: 22px 27px;
}

#gkMain {
	padding: 0px 27px;
	clear: both;
}

/* Logo  */
h1#gkLogo {
	float: left;
	margin: 60px 0 30px 0;
}

h1#gkLogo a img {
	display: block;
	height: auto;
	margin: 0;
	width: auto;
}

h1#gkLogo a.cssLogo {
	background: url('../images/style1/logo.png') no-repeat 0 0;
	display: block;
	height: 32px;
	margin: 0;
	text-indent: -999em;
	width: 249px;
}

h1#gkLogo.text {
	width: auto;
	float: left;
}

h1#gkLogo.text a {
	display: block;
	font-weight: normal;
	text-indent: 0;
	float: left;
}

h1#gkLogo.text a {
	padding: 0;
	width: auto !important;
}

h1#gkLogo.text a > span {
	color: #fff;
	display: block;
	font-size: 32px;
	line-height: 32px;
	float: left;
}

h1#gkLogo.text .gkLogoSlogan {
	font-size: 16px !important;
	line-height: 32px;
	color: #989898;
	margin: 0 0 0 8px;
	height: 32px;
	display: block;
	float: left;
}

/* TOP */
#gkSearch,#gkButtons {
	float: right;
	margin-top: 56px;
}

#gkButtons {
	margin-top: 61px;
}

#gkButtons div a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0 13px 0 25px;
	background: transparent url('../images/style1/is_bullet_active.png') no-repeat left center;
	margin-top: 15px;
}

#gkButtons div a:first-child {
	padding-left: 0;
	background: none;
}

#gkButtons a:hover {
	color: #6896C1;
}

#gkSearch #mod-search-searchword {
	width: 170px;
	height: 34px;
	border: none;
	padding: 0 15px;
	margin: 0 0 0 10px;
	display: block;

	-webkit-box-shadow: inset 0 0 29px #888;
	-moz-box-shadow: inset 0 0 29px #888;
	box-shadow: inset 0 0 29px #888;

	-webkit-transition: box-shadow 0.5s linear;
	-moz-transition: box-shadow 0.5s linear;
	-o-transition: box-shadow 0.5s linear;
	-ms-transition: box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	background: #fff url('../images/search_icon.png') no-repeat right center;
}

#gkSearch #mod-search-searchword:hover,#gkSearch #mod-search-searchword:active,#gkSearch #mod-search-searchword:focus {
	-webkit-box-shadow: inset 0 0 29px #eee;
	-moz-box-shadow: inset 0 0 29px #eee;
	box-shadow: inset 0 0 29px #eee;
}

/* standard breadcrumb */
#gkBreadcrumb {
	min-height: -10px;
	border-bottom: 0px solid #dfdfdf;
	cursor: pointer;
	margin: -40px 0 0px 0 !important;
	padding: 0px 0;
	clear: both;
}

#gkBreadcrumb > div {
	padding: 0;
}

#gkBreadcrumb .breadcrumbs {
	width: auto;
	float: left;
	font-size: 11px;
	color: #333;
}

#gkBreadcrumb .breadcrumbs li.separator {
	display: block;
	float: left;
	width: 10px;
	margin: 0 15px;
	background: url('../images/style1/color_bullet.png') no-repeat center center;
	text-indent: -99999em;
}

#gkBreadcrumb .breadcrumbs > ul {
	margin-left: 0;
	height: 24px;
	line-height: 24px;
	padding: 0;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	width: auto;
	clear: none;
	height: 24px;
	line-height: 24px;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	color: #848484;
}

#gkBreadcrumb .breadcrumbs > ul > li a:hover {
	color: #6896C1;
}

#gkBreadcrumb .breadcrumbs > ul > li:first-child {
	padding-right: 5px;
	background: transparent url('../images/style1/breadcrumb_youah.png') no-repeat right center;
	margin-right: 25px;
}

#gkBreadcrumb .breadcrumbs > ul > li:first-child > span {
	padding: 0 10px;
	background: #78a8d5;
	line-height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	height: 24px;
	display: block;
	color: #fff;
	font-weight: bold;
}

/* tools */
#gkTools {
	float: right;
}

#gkTools a {
	display: block;
	float: left;
	width: 11px;
	height: 9px;
	margin: 12px 0 0 3px;
	text-indent: -99999em;
	background: 
}

a#gkToolsReset {
	background-position: -24px 0;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 0 0;
}

/* footer */
#gkFooterWrap {
	margin: 0 auto;
	font-size: 11px;
	overflow: hidden;
	border-top: 1px solid #222;
}

#gkCopyrights span {
	float: right;
	line-height: 14px;
}

#gkFooterNav {
	float: left;
}

#gkFooterNav li {
	display: inline;
	margin-left: 16px;
	line-height: 11px;
}

#gkFooterNav li:first-child {
	margin: 0;
	padding: 0;
}

#gkStyleArea {
	clear: both;
	float: right;
}

#gkFrameworkLogo {
	display: block;
	width: 140px;
	height: 42px;
	background: url('../images/framework-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 96px auto 0;
	padding-bottom: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	clear: both;
}

/* Suffixes */
.box,.box_text {
	overflow: hidden;
	margin-top: 20px;
}

.box:first-child,.box_menu:first-child,.box_text:first-child {
	margin-top: 0 !important;
}

.box > div,.box_text > div {
	overflow: hidden;
}

.box_content {
	padding: 0;
	overflow: hidden;
	color: #555;
	font-size: 13px;
	line-height: 1.2;
}

.box li,.box_text li {
	line-height: 28px;
	font-weight: normal;
	padding-left: 28px;
	background: transparent url('../images/bullet.png') no-repeat 0 7px;
}

.box li a,.box_text li a {
	text-decoration: none;
}

.box a,.box_text a {
	text-decoration: none;
}

/*---default */
.box > div > h3.header,.box_menu > div > h3.header,.box_text > div > h3.header {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 16px;
}
.box > div > h3.header a,.box_menu > div > h3.header a,.box_text > div > h3.header a {
    color: #333;
}
 
/* suffix color1 */
.box.color1 > div > h3.header,.box_menu.color1 > div > h3.header,.box_text.color1 > div > h3.header {
	float: left;
	padding: 0 5px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: normal;
	background: #ffbf25;
	color: #fff;
}
.box.color1 > div > h3.header a,.box_menu.color1 > div > h3.header a,.box_text.color1 > div > h3.header a {
    color:#fff;
}

.box.color1 .content,.box_menu.color1 .content,.box_text.color1 .content {
	clear: both;
}

.box.dark.color1 > div > h3.header,.box_menu.dark.color1 > div > h3.header,.box_text.dark.color1 > div > h3.header,.box.dark.color1 > div > h3.header a,.box_menu.dark.color1 > div > h3.header a,.box_text.dark.color1 > div > h3.header a {
	color: #ffbf25;
}

/* suffix color2 */
.box.color2 > div > h3.header,.box_menu.color2 > div > h3.header,.box_text.color2 > div > h3.header,.box.dark.color2 > div > h3.header,.box_menu.dark.color2 > div > h3.header,.box_text.dark.color2 > div > h3.header, .box.color2 > div > h3.header a,.box_menu.color2 > div > h3.header a,.box_text.color2 > div > h3.header a,.box.dark.color2 > div > h3.header a,.box_menu.dark.color2 > div > h3.header a,.box_text.dark.color2 > div > h3.header a {
	color: #6896C1;
}

/* suffix twolines */
.box.twolines > div > h3.header,.box_menu.twolines > div > h3.header,.box_text.twolines > div > h3.header {
	line-height: 18px;
}

.box.twolines.color1 > div > h3.header,.box_menu.twolines.color1 > div > h3.header,.box_text.twolines.color1 > div > h3.header {
	line-height: 24px;
	padding: 5px 5px 2px;
}

.box.twolines.color1 > div > h3.header > span,.box_menu.twolines.color1 > div > h3.header > span,.box_text.twolines.color1 > div > h3.header > span,.box.twolines.color1 > div > h3.header a > span,.box_menu.twolines.color1 > div > h3.header a > span,.box_text.twolines.color1 > div > h3.header a > span {
	color: #fff;
}

.box.twolines > div > h3.header > span,.box_menu.twolines > div > h3.header > span,.box_text.twolines > div > h3.header > span,.box.twolines > div > h3.header a > span,.box_menu.twolines > div > h3.header a > span,.box_text.twolines > div > h3.header a > span {
	color: #acacac;
	display: block;
}

/* suffix _menu */
.box_menu {
	background: #78A8D5;
	padding: 12px;
}

.box_menu div.content {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	background: #fff;
}

.box_menu > div > h3.header {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.box_menu > div > h3.header a {
    color:#fff;
}

.box_menu ul {
	margin: 0;
}

.box_menu ul li {
	border-top: 1px solid #eee;
	margin: 0 18px;
}

.box_menu ul li a {
	display: block;
	margin: 0 2px;
	background: url('../images/style1/typography/bullet4.png') no-repeat 0 19px;
	padding: 9px 9px 9px 32px;
}

.box_menu ul li a:hover {
	background-image: url('../images/bullet.png');
}

.box_menu ul li:hover {
	background: #F8FCFF;
	margin: 0;
	padding: 0 18px;
}

.box_menu ul li li a {
	margin-left: 12px;
}

/* suffix dark */
#gkHeader .box,.box.dark,.box.color3,.box.color4 {
	padding: 18px;
	background: #101010;
	color: #999;
}

.box.color3 {
	background: #ffbf25;
	color: #fff5dc;
}

.box.color4 {
	background: #78A8D5;
	color: #dceefe;
}

.box.color3 li,.box.color4 li {
	background: url('../images/style1/is_bullet_active.png') no-repeat 4px 10px;
}

#gkHeader .box > div > h3.header,.box.dark > div > h3.header,.box.color3 > div > h3.header,.box.color4 > div > h3.header,#gkHeader .box > div > h3.header a,.box.dark > div > h3.header a,.box.color3 > div > h3.header a,.box.color4 > div > h3.header a {
	background: transparent;
	color: #fff;
}

#gkHeader .box a,.box.dark a,.box.color3 a,.box.color4 a {
	color: #fff;
}

#gkHeader .box a:hover,.box.dark a:hover {
	color: #aaa;
}

.box.color3 a:hover {
	color: #fff5dc;
}

.box.color4 a:hover {
	color: #fff5dc;
}

#gkHeader h1,#gkHeader h2,#gkHeader h3,#gkHeader h4,#gkHeader h5 {
	color: #aaa;
}

/* -clear */
.box.clear,.box.clear > div,.box.clear > div > .box_content {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	margin: 0 !important;
}

.box.clear > div > h3 {
	display: none;
}

/* bottom modules */
#gkBottomWrap {
	background: #101010;
	overflow: hidden;
}

#gkBottom1,#gkBottom2 {
	overflow: hidden;
}

#gkBottomWrap > div > div {
	padding: 22px 27px;
}

#gkBottomWrap {
	font-color: #8c8b82;
}

#gkBottomWrap a {
	color: #aaa;
}

#gkBottomWrap a:hover,#gkBottomWrap a:active,#gkBottomWrap a:focus {
	color: #fff;
}

#gkBottomWrap li a {
	color: #666;
}

#gkBottomWrap .box > div > h3.header,#gkBottomWrap .box_menu > div > h3.header,#gkBottomWrap .box_text > div > h3.header {
	color: #ddd;
	font-size: 14px;
}

/* Suffix dark */
.box.dark a:active,.box.dark a:focus,.box.dark a:hover,.box_menu.dark a:active,.box_menu.dark a:focus,.box_menu.dark a:hover,.box_text.dark a:active,.box_text.dark a:focus,.box_text.dark a:hover {
	color: #6896C1;
}

.box.dark > div > h3.header,.box_menu.dark > div > h3.header,.box_text.dark > div > h3.header ,.box.dark > div > h3.header a,.box_menu.dark > div > h3.header a,.box_text.dark > div > h3.header a {
	color: #fff;
}

.box.dark.color1 a:active,.box.dark.color1 a:focus,.box.dark.color1 a:hover,.box_menu.dark.color1 a:active,.box_menu.dark.color1 a:focus,.box_menu.dark.color1 a:hover,.box_text.dark.color1 a:active,.box_text.dark.color1 a:focus,.box_text.dark.color1 a:hover {
	color: #ffbf25;
}

/* Suffix advertisement */
.box.advertisement > div > h3.header {
	font-family: Arial, Verdana, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 9px;
	line-height: 22px;
	text-align: right;
	font-weight: normal;
}

.box.advertisement > div > h3.header a {
    color: #ccc;
}

/* popup */
#gkPopupOverlay,#gkPopupLogin,#gkPopupRegister {
	display: none;
	overflow: hidden;
	width: 500px;
	margin-left: -250px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupRegister dd:last-child {
	height: 100px;
}

#gkPopupRegister {
	width: 600px;
	margin-left: -250px;
}

#gkPopupLogin {
	width: 600px;
	margin-left: -300px;
}

.gkPopupWrap {
	padding: 25px;
}

#gkPopupOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000001;
	top: 0;
	left: 0;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	margin-left: 0;
}

.gkPopupWrap h3 {
	font-size: 23px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 20px;
}

.gkPopupWrap h3 small {
	font: normal 12px Arial, Helvetica, sans-serif !important;
}

.gkPopupWrap h3 small a {
	text-decoration: underline;
}

.gkPopupWrap h4 {
	font-size: 18px;
	margin: 0 0 12px;
}

#gkPopupLogin fieldset {
	padding: 0 !important;
}

#gkPopupLogin fieldset label {
	font-size: 12px;
}

#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 30px 0 4px;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	margin: 20px 0;
	overflow: hidden;
	padding: 2px 0 0;
}

#login-form ul li {
	float: left;
	font-size: 11px;
}

#login-form ul li:first-child {
	margin-right: 10px;
}

#login-form ul li a {
	text-decoration: underline;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}

#gkPopupRegister dl dt:first-child {
	font-size: 10px;
	display: block;
	width: 100%;
}

#gkPopupRegister dt {
	float: left;
	width: 35%;
	clear: both;
}

#gkPopupRegister dt,#gkPopupRegister dd {
	line-height: 41px;
	height: 41px;
}

#gkPopupRegister legend {
	display: none;
}

#member-registration fieldset {
	padding: 0 0 24px;
}

#member-registration label {
	padding: 0 0 0 2px;
	font-size: 12px;
}

#member-registration > div {
	line-height: 30px;
}

#member-registration > div > button {
	margin-right: 12px;
}

#member-registration > div a {
	text-decoration: underline;
}

#gkPopupLogin input[type="text"],#gkPopupLogin input[type="password"] {
	clear: both;
	display: block;
	width: 220px;
}

#gkPopupRegister input {
	width: 270px;
}

#gkPopupRegister dd:last-child {
	height: 130px;
	width: 100%;
	clear: both;
}

#gkPopupRegister dd:last-child table {
	margin-left: 27px !important;
}
.gkIsWrapper-gk_game_magazine .gkIsTextItem span.gkIsTextBig,
#gkHeader ul.gkTabs li,
h1#gkLogo.text,
#gkComponent > div > h1, 
#gkComponent > div > h2, 
.itemHeader .itemTitle, 
.genericItemTitle, 
span.itemImageCaption, span.itemImageCredits, 
.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName,  
.itemComments h3, 
.catItemTitle, 
.subCategory h2, 
.itemListSubCategories h3, 
.gkPopupWrap h3, 
.box.color1 > div > h3.header, .box_menu.color1 > div > h3.header,
.box_text.color1 > div > h3.header,
h1,
h2 {
	text-transform: uppercase;
}
