/** 
 * ManiaStudio
 * @copyright (c) Nadeo 2011                                      
*/

html {
  overflow-y: scroll;
}

body {
	background: #223240;
}

h2,h3,h4 {
	color: #d91424;
}

h1 {
	line-height: 40px;
	font-size: 40px;
	font-family: 'Times New Roman', 'Times New Roman', Times, serif;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 1px 1px 0;
}

h2 {
	font-size: 24px;
}

h3 {
	color: #111111;
}

a {
	color: #d91424;
	text-decoration: underline;
}

a:hover {
	color: #223240;
}

img {
	border: 0;
}

blockquote {
	text-align: justify;
	width: 80%;
	font-size: 15px;
	line-height: 25px;
	color: #666666;	
}

table {
	border-collapse: collapse;
}

th {
	font-size: 14px;
}

table .alt {
	background-color: #F0F0F0;
}

.visible-table, .form-table, .visible-table th, .visible-table td, .alternateVisible td {
	border: 1px solid #666666;
}

.visible-table th, .form-table th {
	background-color: #666666;
	color: #ffffff;
	padding: 6px;
}

.visible-table td, .form-table td {
	padding: 6px;
}

.form-table tfoot td {
	text-align: center;
}

.form-table label {
	font-weight: bold;
}

.form-table input[type=text] {
	width: 97%;	
}

.inline-form {
	list-style: none;
}

.inline-form li {
	display: inline-block;
	padding: 5px;
}

.bg-black-60 {
	background-color: rgba(0, 0, 0, 0.6);
}

#body-wrapper {
	background: url(../images/header-bg.jpg) no-repeat center top;
}

#header {
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.50);
}

#header-wrapper {
	width: 990px;
	height: 70px;
	margin: 0 auto;
}

#header2, #header2-big  {
	width: 990px;
	height: 110px;
	margin: 0 auto;
}

#header2-big {
	height: 290px;
}

#account-canvas {
	padding: 20px;
	background: #666666;
}

#main-wrapper {
	background: #ffffff;
}

#main {
	width: 990px;
	min-height: 500px;
	margin: 0 auto;
	padding: 10px 0;
}
.small-main-wrapper #main {
	min-height: 250px;
}

.main-overlay #main {
	position: relative;
	top: -270px;
}

#two-columns-content {
	width: 700px;
}

#two-columns-sidebar {
	width: 250px;
	float: right;
}

#footer {
	width: 100%;
	min-height: 100px;
}

#header .logo {
	float: left;
	margin: 0;
	padding: 0;
}

#header .logo a {
	width: 250px;
	height: 70px;
	background: url(../images/logo.png) no-repeat top center;
}

#header .navigation {
	float: left;
	height: 50px;
	margin: 15px 0 0 25px;
	padding: 0;
	list-style: none;
}

#header li {
	display: block;
	float: left;
}


#header .navigation a:hover,#header .navigation a:active {
	background-color: rgba(0, 0, 0, 0.35);
}

#header .navigation a:active {
	color: #d91424;
}

#header .navigation a.selected {
	border-color: rgba(0, 0, 0, 0.25);
}

#header .navigation a {
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 2px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid;
	border-color: transparent;
	text-shadow: #000000 1px 1px 0;
}

#header .account {
	float: right;
	position: relative;
	z-index: 10;
	width: 200px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 10px 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	list-style: none;
}

#header .account li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

#header .account a {
	display: block;
	height: 22px;
	line-height: 22px;
	clear: both;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #ffffff;
}

#header .account a:hover {
	background: #ffffff;
	color: #333333;
}

#header .account a:active {
	background: #ffffff;
	color: #d91424;
}

#header .account a span {
	float: left;
	margin-top: -5px;
	margin-left: -5px;
}

#header2 h1, #header2-big h1  {
	padding: 30px 0 0 25px;
	margin: 0;
}

#footer {
	padding-top: 15px;
	color: #aaaaaa;
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#footer hr {
	display: none;
}

#footer .tm-web-map {
	margin: 20px auto 40px auto;
}

#footer .tm-web-map li {
	float: left;
	padding-right: 50px;
}

#footer .tm-web-map li ul {
	width: auto;
}

#footer .tm-web-map li ul li{
	float: none;
	padding-right: 0;
	padding-left: 32px;
	font-size: 13px;
	line-height: 20px;
}

#footer .tm-web-map h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	line-height: 32px;
}

#footer .tm-web-map a, #footer .tm-web-map a:visited {
	text-decoration: none;
	color: #bbbbbb;
}

#footer .tm-web-map a:hover {
	text-decoration: none;
	color: #ffffff;
}

#footer .tmf-logo-small {
	width: 165px;
	height: 55px;
	background: url(../images/tmf-logo-white-small.png) no-repeat top center;
}

#footer .registered-players {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#footer .registered-players span {
	display: block;
	color: #ffffff;
	font-size: 18px;
}

#footer .best-viewed {
	width: 990px;
	margin: 10px auto;
	font-size: 10px;
}

#footer ul {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
}

#footer .ubisoft-logo,#footer .nadeo-logo {
	width: 160px;
	height: 50px;
	background: no-repeat top center;
}

#footer .ubisoft-logo {
	background-image: url(../images/ubisoft-logo.png);
}

#footer .nadeo-logo {
	background-image: url(../images/nadeo-logo.png);
}

#footer .copyright-text {
	width: 610px;
	padding-top: 5px;
	padding-right: 60px;
	font-size: 10px;
	text-align: justify;
	line-height: 9px;
}

#bfg-title h1 {
	padding: 15px 0 0 0;
	margin: 0;
	font-family: 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
	font-size: 48px;
	text-shadow: none;
	color: #ffffff;
	font-weight: bold;
}

#bfg-title .subtitle {
	padding: 10px 0 0 3px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

#two-columns-sidebar {
	color: #666666;	
}

#two-columns-sidebar h2 {
	color: #111111;
	font-size: 20px;	
}

#home-boxes {
	position: absolute;
	top: 220px;
	left: 25px;
	width: 940px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-boxes li {
	float: left;
}

#home-boxes a {
	display: block;
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-color: #cccccc;
	color: #cccccc;
	text-decoration: none;
}

#home-boxes a span {
	display: block;
	height: 50px;
	margin-top: 140px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);	
}

#home-boxes a:hover span {
	background: rgba(0, 0, 0, 0.8);
}

#home-boxes a strong {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}

#home-boxes .first a {
	margin-left: 0;
	background-image: url(../images/home-box-1.jpg);
}

#home-boxes .second a {
	background-image: url(../images/home-box-2.jpg);
}

#home-boxes .third a {
	background-image: url(../images/home-box-3.jpg);
}

#home-boxes .tmf-icons128-32 {
	margin-top: -8px;
}