/*
#------------------------------------------------------------------------
# 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 
*/

@import url('../../fonts/BebasNeue/stylesheet.css');
body, html { 	margin: 0;
	padding: 0;
}

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: #333;
}

a:hover,a:active,a:focus {
	color: #5778a1;
}

/* containers */
#gkPageWrap {
	padding: 40px;
	width: 800px;
	margin: 0 auto 40px auto;
}

#frame {
	margin: 0;
	background: #fff;
	overflow: hidden;
	padding: 60px 20px;
	clear: both;
}

#errorboxbody {
	width: 390px;
	font-size: 11px;
	padding: 0 20px 12px 42px;
	margin: 0 auto;
}

#errorNumber {
	float: left;
	padding: 31px 0 0;
	width: 39%;
}

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;
}

h1,h2 {
	font: normal 220px/180px BebasNeue, Arial, sans-serif;
	text-align: center;
	padding: 0;
}

h1 {
	margin: 0;
	color: #333;
	text-shadow: 0 3px 0 #fff;
}

h2 {
	margin: 0 0 52px 0;
	font: normal 34px/20px BebasNeue, Arial, sans-serif;
	color: #333;
	line-height: 1.2;
}

#errorboxbody {
	float: right;
}

#errorboxbody > p {
	margin: 28px 0 20px;
}

ul {
	list-style-type: square;
	padding: 0 0 0 36px;
}

ol {
	padding: 0;
	list-style-position: inside;
}

ol li,ol li strong {
	font: normal 12px/180% Arial, sans-serif;
}

#techinfo {
	text-align: center;
}

p > strong {
	font: bold 12px/180% Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}
