html,body,#page {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

html>body,html>body #page {
	height: auto;
}

#page {
	background-repeat: repeat-y;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

body {
	background-repeat: no-repeat;
	background-color: #fff;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: small;
}

#databar {
	height: 20px;
	margin: 0 auto 0 auto;
	max-width: 980px;
	color: #e6e6e6;
	background-color: #181818;
	padding: 5px 10px 5px 10px;
}

#databar span.left {
	
}

#databar span.right {
	float: right;
}

#databar a {
	color: #7accc8;
	text-decoration: none;
}

#sectionone {
	max-width: 1000px;
	margin-bottom: 5px;
	text-align: center;
}

#sectionmanage {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content {
	max-width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	max-width: 1000px;
	padding-bottom: 200px;
	margin-right: auto;
	margin-left: auto;
}

#footerbox {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 150px;
}

#logobox {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	height: 150px;
	max-width: 1000px;
}

#logobox a {
	position: relative;
	float: left;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	background-image: url(/images/logo_area.png);
	background-color: #0072bc;
}


#footer {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 150px;
	background-color: #272727;
	color: #e6e6e6;
	font-size: x-small;
}

#footer h1 {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	padding: 0;
	color: #448ccb;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #151515;
}

#footer ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#footer ul {
	border-top: 1px solid #2f2f2f;
}

#footer li {
	font-weight: 900;
	font-family: arial;
}

#foot_network {
	float: left;
	margin-left: 25px;
	width: 225px;
	margin-right: 20px;
}

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

#foot_network a:hover {
	text-decoration: none;
	color: #0072BC;
}

#foot_newindie {
	float: left;
	margin-left: 25px;
	width: 225px;
}

#foot_bar {
	clear: left;
	margin-left: 25px;
}

#foot_bar hr {
	border-bottom: 1px solid #2f2f2f;
	border-top: 1px solid #151515;
	border-left: 0px;
	border-right: 0px;
	margin-left: -25px;
}

span.foot_siteinf {
	float: right;
	margin-right: 25px;
}

span.foot_siteinf a {
	color: #7accc8;
	text-decoration: none;
}

#leftbox {
	width: 680px;
	float: left;
	
}
#fullbox {
	float: left;	
}

/*****************************************
 NAVBAR CSS 
*****************************************/
#nav_section {
	max-width: 1000px;
	height: 30px;
	margin: 0 auto 0 auto;
	background-color: #0076a3;
}

ul#menu {
	height: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: inline;
	position: relative;
}

ul#menu h2,ul#menu h3 {
	font-weight: normal;
	display: inline;
}

ul#menu>li>a {
	color: #fff;
	margin-top: -2px;
	text-decoration: none;
	padding: 0 0.4em;
	display: inline;
	height: 30px;
}

ul#menu li a:hover {
	background-color: #000;
}

ul#menu>li.mega>h2>a {
	color: #fff;
	text-decoration: none;
	background: transparent url(arrow.gif) center right no-repeat;
	padding: 0 0.5em;
	display: inline-block;
	height: 30px;
}

ul#menu li.mega h2 a:hover {
	background-color: #000;
}

ul#menu div {
	display: none;
	width: 18em;
	position: absolute;
	left: 0em;
	background: #000;
	color: #fff;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

ul#menu li.mega div {
	width: 18em;
	position: absolute;
	left: 0em;
	background: #000;
	color: #fff;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

ul#menu li.hovering div {
	display: block;
}

ul#menu li.mega div a {
	color: #fff;
	padding: 0;
	background-image: none;
	display: block;
	float: left;
	padding: 2px;
	width: 203px;
}

ul#menu li div a.more {
	color: #fff;
	font-weight: bold;
}

ul#menu div h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	background-color: #444;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

ul#menu div p {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
ul#menu div {
	padding-bottom: .8em;
	}


/*****************************************
 SIDEBAR CSS 
*****************************************/
#sidebar {
	float: right;
	width: 310px;
	padding-bottom: 170px;
}

#side_ad {
	background-color: red;
	width: 300px;
	height: 250px;
	text-align: center;
	margin: 0 auto 5px auto;
}

#side_headlines>h1 {
	padding: 0;
	margin: 0;
	background-color: #9999FF;
}

#side_headlines>ul {
	padding: 0;
	margin: 0;
}

#side_headlines>ul>li>a {
	display: block;
	padding: 10px;
	text-decoration: none;
	height: 15px;
	font-size: 12px;
	background-color: #CCCCFF;
	border-top: 1px solid #EEEEFF;
	border-bottom: 1px solid #9999FF
}

/*****************************************
 USERPAGE CSS - To lazy to seperate atm TODO Seperate 
*****************************************/
#u_avabox {
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 50px;
	background-color: #ddd;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}
	#u_avabox > img { border: 2px solid #fff; }

#u_profmain{ 
	float: right;
	width: 725px;
	height: 575px;
	background-color: #ddd;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 1px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	margin-right: 10px;
	
}

#u_info {
	float: left;
	width: 230px;
	height: 300px;
	background-color: #ddd;
	padding: 10px;
	margin-left: 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
}
	#u_info>ul { padding: 0;margin: 0;}
	
	
/*****************************************
Category CSS 
*****************************************/
.main_cat{
	background-color: #efefef;
}
#cat_feature {
	width: 100%;
	height: 250px;
	background-color: #000;
}
#cat_top_indie {
	float: left;
	width: 199px;
	height: 600px;
	background-color: #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	
	-moz-border-radius: 0px 0px 20px 0px;
}
#cat_news {
	float: left;
	width: 439px;
	min-height: 600px;
	padding:20px;
	border-left: 1px solid #fff;
}

#cat_search {
	background-color: #efefef;
}
#cat_search > p {
	width: 70%;
	height: 50px;
	margin: auto;
	
}
#cat_search > p > a {
	padding: 2px;
	float: left;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 10px;
	text-align: center;
}

#cat_search > p > a:hover {
	background-color: #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #fff;
}