/* Main Layout */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #111111;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a1a1a1;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
	color: #4b4b4b;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	/* background:#f0f0f0; */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background: #111111 url(pics/bg.png) repeat-x;
}

div#header {
	width: 714px;
	height: 63px;
	padding-top: 17px;
	margin: 0 auto;
}
#logo {
	background: url(pics/logo.png) no-repeat;
	height: 80px;
	font-size: 12px;
	color: #3c3c3c;
	text-align: left;
	padding: 52px 0 0 30px;
}
#user {
	background: url(pics/userbg.png) no-repeat;
	font-size: 10px;
	color: #363636;
	padding: 5px 0 0 14px;
	line-height: 18px;
}
#user a, #user a:visited, #user a:active {
  color: #363636;
  text-decoration: none;
  font-weight: normal;
}
#user a:hover {
  color: #a1a1a1;
  text-decoration: none;
  font-weight: normal;
}
#login {
	height: 2px;
	background: url(pics/loginbg.png) left bottom no-repeat;
	font-size: 10px;
	color: #363636;
	padding: 35px 0 0 14px;
}
#login a, #login a:visited, #login a:active {
  color: #363636;
  text-decoration: none;
  font-weight: normal;
}
#login a:hover {
  color: #a1a1a1;
  text-decoration: none;
  font-weight: normal;
}
a[id="search_ico"] {
	padding-left: 17px;
	background: url(pics/search_ico.png) no-repeat;
}
a[id="faq_ico"] {
	padding-left: 17px;
	background: url(pics/faq_ico.png) no-repeat;
}
a[id="contact_ico"] {
	padding-left: 17px;
	background: url(pics/contact_ico.png) no-repeat;
}
a[id="login_ico"] {
	padding-left: 17px;
	background: url(pics/login_ico.png) no-repeat;
}

a[id="home"], a[id="home"]:visited, a[id="home"]:active {
	color: #3c3c3c;
  	text-decoration: none;
  	font-weight: normal;
}
a[id="home"]:hover {
	color: #4c4c4c;
	text-decoration: none;
  	font-weight: normal;
}

a[class="coml"], a[class="coml"]:visited, a[class="coml"]:active {
	color: #a1a1a1;
  	text-decoration: none;
  	font-weight: normal;
}
a[class="coml"]:hover {
	color: #a1a1a1;
	text-decoration: underline;
  	font-weight: normal;
}

#content ul {
	margin: 18px 0 0 0;
	padding: 0;
}
#content ul li[id="huds"] {
	height: 37px;
	width: 125px;
	float:left;
	list-style: none;
	background: url(pics/huds.png) left bottom no-repeat;
	cursor: pointer;
}
#content ul li[id="huds"]:hover {
	background: url(pics/huds.png) no-repeat;
	cursor: pointer;
}
#content ul li[id="configs"] {
	height: 37px;
	width: 125px;
	float:left;
	list-style: none;
	background: url(pics/configs.png) left bottom no-repeat;
	cursor: pointer;
}
#content ul li[id="configs"]:hover {
	background: url(pics/configs.png) no-repeat;
	cursor: pointer;
}
#content ul li[id="maps"] {
	height: 37px;
	width: 124px;
	float:left;
	list-style: none;
	background: url(pics/maps.png) left bottom no-repeat;
	cursor: pointer;
}
#content ul li[id="maps"]:hover {
	background: url(pics/maps.png) no-repeat;
	cursor: pointer;
}
#content ul li[id="extras"] {
	height: 37px;
	width: 124px;
	float:left;
	list-style: none;
	background: url(pics/extras.png) left bottom no-repeat;
	cursor: pointer;
}
#content ul li[id="extras"]:hover {
	background: url(pics/extras.png) no-repeat;
	cursor: pointer;
}

div#content {
	width: 714px;
	margin: 0 auto;
	padding-bottom: 65px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#0a0a0a;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e1e1e;
	padding: 15px 0;
	margin: 15px 0 10px 0;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #4b4b4b;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #a1a1a1;
  text-decoration: underline;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #4b4b4b;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #a1a1a1;
  text-decoration: underline;
  font-weight: bold;
}

a.titlelink2, a.titlelink2:visited, a.titlelink2:active {
  color: #a1a1a1;
  text-decoration: none;
}

a.titlelink2:hover {
  color: #a1a1a1;
  text-decoration: underline;
}

a.category, a.category:visited, a.category:active {
  color: #4b4b4b;
  text-decoration: none;
}

a.category:hover {
  color: #a1a1a1;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #a1a1a1;
  font-weight: bold;
  background-color: #131313;
}

.title2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #a1a1a1;
  font-weight: normal;
  padding-left: 8px;
}

.title3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: normal;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  background: #f2f2f2 url(pics/btn_back.png) left bottom repeat-x;
  color: #373737;
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4b4b4b;
	padding: 20px 0 20px 130px;
}
#fav {
	height: 30px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4b4b4b;
	padding: 5px 0 15px 10px;
}
a[id="navi"], a[id="navi"]:visited, a[id="navi"]:active {
	color: #4b4b4b;
  	text-decoration: none;
  	font-weight: normal;
}
a[id="navi"]:hover {
	text-decoration: underline;
  	font-weight: normal;
}

#tf {
	height: 241px;
	background: url(pics/tf2_quake.png) top right no-repeat;
}
#tf2 {
	padding-top: 52px;
}
#tf2pic {
	height: 241px;
	background: url(pics/tf2_quake.png) top right no-repeat;
}

#main {
	padding: 15px 12px 0 12px;
}

#comm1 {
	padding: 5px 8px;
	color: #a1a1a1;
	background: url(pics/cnbg.png) repeat-x;
}
#comm2 {
	background: url(pics/c1bg.png) no-repeat;
	width: 84px;
	height: 28px;
}
#comm3 {
	background: url(pics/cbg.png) no-repeat;
	width: 84px;
	height: 28px;
}

.box {
	background: url(pics/box.png) no-repeat;
	width: 30px;
	height: 30px;
}
.box_cl {
	background: url(pics/box_cl.png) no-repeat;
	width: 30px;
	height: 30px;
}
.boxs {
	background: url(pics/boxs.png) no-repeat;
	width: 30px;
	height: 30px;
}

#pp { padding-top: 52px; }