@import 'core/container.css';
@import 'core/header.css';
@import 'core/search.css';
@import 'core/content.css';
@import 'core/navigation.css';
@import 'core/body.css';
@import 'core/footer.css';

@import 'tables/primary.css';

@import 'modules/side-block.css';

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #353535;
}

body
{
	background: #eaeaea url('./../images/background.jpg') repeat-x;
	text-align: center;
}

h1
{
	color: #223038;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 15px;
}

h2
{
	color: #3f9bb3;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 13px;
}

#header {
	width: 880px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(./../images/img01.jpg) no-repeat;
}

#logo {
	float: left;
	width: 200px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 18px;
}

#logo h2 {
	float: left;
	margin-top: -2px;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 49px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 5px;
	background: url(./../images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	background-image: url(./../images/img04.gif);
}

#menu .active a {
	background-image: url(./../images/img05.gif);
}

.sidebar .boxed .title h2 {
	background: url(./../images/img08.gif) no-repeat;
}

.sidebar2 .boxed .title h2  {
	background: url(./../images/img11.gif) no-repeat;
}

.boxed .title {
	background: #3C74E6 url(./../images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 26px;
	padding: 9px 0 0 7px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 4px 10px 7px 10px;
	border-top: 1px solid #FFFFFF;
	background: url(./../images/img07.gif) repeat-x;
}

.gamelist {
	color: #3C8019; 
	font-size: 12px;
	font-weight: bold;
}
