﻿/**
* Contents:
*	1. Setting Styles
*	2. Fonts
*	3. General Template Styles
*	4. News Styles
*	5. Panel Styles
*	6. Adverts
**/

/* 1. Setting Styles */
body{
	background-color: #333333;
	background-image: url('../images/template/backgrounds/main.png');
	font-family: Arial;
	font-size: medium;
	color: #FFFFFF;
}
a {
	color: #DA8410;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #F1A400;
	text-decoration: none;
}
img {
	border-style: none;
}

/* 2. Fonts */

@font-face
{
    font-family: 'Arial Rounded MT Bold';
    src: url('../fonts/Arial Rounded MT Bold.eot');
    src: local('Arial Rounded MT Bold'), url('../fonts/Arial Rounded MT Bold.ttf') format('opentype');
}

/* @font-face
{
    font-family: 'tahoma';
    src: url('../fonts/tahoma.eot');
    src: local('tahoma'), url('../fonts/tahoma.ttf') format('opentype');
} */

/* 3. General Template Styles */
.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.container {
	margin: auto;
	width: 1000px;
}
.banner {
	float: left;
	width: 1000px;
	height: 150px;
	text-align: right;
	background-color: #313539;
	background-image: url('../images/template/banners/banner.png');
}
.userbar {
	float: right;
	margin-right: 20px;
	min-width: 300px;
	height: 30px;
	background-image: url('../images/template/backgrounds/userbar.png');
}
.nav {
	float: left;
	width: 1000px;
	height: 30px;
	background-color: #191C1F;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.menu_pic {
	border-width: 0px;
	height: 30px;
	width: 110px;
}
.menu_item_0 {
	float: left;
	width: 110px;
	text-align: left;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background-color: #333333;
}
.menu_item_1 {
	float: left;
	width: 110px;
	text-align: left;
	border-right: 1px #000000 solid;
	background-color: #333333;
}
.menu_item_2 {
	float: left;
	width: 110px;
	text-align: left;
	background-color: #333333;
}
.container2 {
	float: left;
	width: 1000px;
	background-color: #191C1F;
}
.leftbar {
	float: left;
	width: 168px;
	min-height: 900px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	text-align: center;
}
.content {
	float: left;
	width: 829px;
	min-height: 900px;
	background-color: #313539;
	background-repeat: no-repeat;
	background-image: url('../images/template/backgrounds/content.png');
	border-right: 1px #000000 solid;
}
.page_content_inner {
	width: 800px;
	margin: auto;
	margin-top: 5px;
}
.profilebox {
	border: thin black solid;
	background-color: #333333;
}
.box_section {
	width: 800px;
	margin: auto;
	margin-top: 5px;
}
.project_cat_inner {
	
}
.project_cat_inner a {
	color: #FFFFFF;
	text-decoration: none;
}
.project_cat_inner a:hover {
	color: #F1A400;
	text-decoration: none;
}
.projectlisting {
	width: 200px;
	height: 100px;
	background-color: #666666;
	text-align: left;
}
.footer {
	float: left;
	width: 998px;
	height: 30px;
	text-align: center;
	font-size: small;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-image: url('../images/template/backgrounds/footer.png');
}

/* 4. News Styles */
.news-tbl-bgdark {
	background-color: #1B1B1B;
}
.news-tbl-bglight {
	background-color: #2E3336;
}
.news-avatar-bg {
	background-color: #333333;
	text-align: center;
}
.news-avatar {
	text-align: center;
	background-color: #333333;
}
.news-bar {
	background-image: url('../images/template/backgrounds/newsbar.gif');
}

/* 5. Panel Styles */
.panel {
	width: 100%;
}
.panel a {
	color: #FFFFFF;
	text-decoration: none;
}
.panel a:hover {
	color: #F1A400;
	text-decoration: none;
}

/* 6. Adverts */
.project_wide_text_advert {
	text-align: center;
	float: left;
	width: 780px;
	height: 15px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


