@charset "utf-8";
/* CSS Document */

* {font-family:Arial, Helvetica, sans-serif;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { margin:0;padding:0;}table {border-collapse:collapse;border-spacing:0;}fieldset,img { border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}.hidden {display:none;}

img, div { behavior: url(../iepngfix.htc) }

* {
	font-family: Verdana;
}
body {
	background: #f3f1ee;
}

#page {
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: black;
}

#header {
	height: 162px;
	background: url(img/header.jpg);
	position: relative;
	cursor: pointer;
}

#header .plus {
	position: absolute;
	width: 100%;
	height: 61px;
	top: 101px;
	background: url(img/plus.png);
}

h1{
text-indent: -10000px;
position: absolute;
}

#header .bandeau {
	background: url(img/bandeau.png);
	width: 1000px;
	height: 162px;
	margin: 0 auto;
}

#header #registerBtn {
	width: 107px;
	height: 42px;
	
	position: absolute;
	bottom: 0;
	right: 30px;
	
	background: url(img/registerBtn.png);
	text-indent: -2000px;
}

#header #registerBtn:hover {
	background: url(img/registerBtnOver.png);
}

#game {
    width: 100%;
    position: relative;
	background: url(img/player2.jpg) repeat-x black;
	text-align: center;
}

#sub {
	background: #f3f1ee;
	width: 1000px;
	margin: 0 auto;
}

#details {
	position: relative;
	background: url(img/details.jpg) repeat-x top #FFF;
	height: 248px;
	padding: 12px;
	border: 1px solid #e1dbdf;
	margin-top: 40px;
	margin-bottom: 60px;
}

h2 {
	font-family: Verdana;
	font-size: 2em;
	margin-left: -20px;
	margin-bottom: 30px;
	color: #a88412;
	font-weight: bold;
}

#details .preview {
	top: 12px;
	left: 12px;
	position: absolute;
	height: 247px;
}

#details .description {
	float: left;
	margin-left: 380px;
	width: 355px;
	text-align: justify;
}

#details .nav {
	float: right;
	margin-top: 44px;
}

#btnForum, #btnWalkthrough, #btnHighScores {
	display: block;
	margin-bottom: 10px;
	width: 217px;
	height: 61px;
	text-indent: -6000px;
}

#btnForum 		{ background: url(img/btnForum.jpg); }
#btnWalkthrough { background: url(img/btnWalkthrough.jpg); }
#btnHighScores 	{ background: url(img/btnHighScores.jpg); }

#games {

}

#leftCol {
	float: left;
}
#rightCol {
	float: right;
}

.serie {
	width: 444px;
	background: #FFF;
	border: 1px solid #e1dbdf;
	padding: 12px;
	padding-bottom: 0;
	margin-bottom: 60px;
}

h3 {
	font-size: 2em;
	font-family: Verdana;
	color: #431b64;
}

.serie h3 {
	position: absolute;
	margin-top: -50px;
}

.serie .game {
	position: relative;
	width: 444px;
	height: 166px;
	margin-bottom: 10px;
	background: url(img/gameBlock.jpg) right repeat-y;
}

.serie .active {
	background: url(img/gameBlockActive.jpg) right repeat-y;
	width: 444px;
	height: 166px;
}
.serie .game h4 {
	font-family: Verdana;
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #a88412;
	font-variant: small-caps;
}

.serie .active h4 {
	color: black;
}

.serie .game .preview {
	position: absolute;
	height: 166px;
}

.serie .game .description {
	position: absolute;
	font-family: Verdana;
	margin-right: 10px;
	top: 12px;
	left: 232px;
}

.serie .game .nav {
	font-family: Verdana;
	position: absolute;
	right: 5px; 
	bottom: 5px;
}

.serie .game .nav a {
	font-weight: bold;
	text-decoration: none;
	color: #a88412;
}

.serie .game .nav a:hover {
	color: #431b64;
}


#footer {
	margin-bottom: 10px;
	padding: 20px;
	background: url(img/footer.jpg);
	text-align:center;
	color: #999;
}

#footer a {
	color: white;
	font-size: 0.8em;
}

#friends {
	margin-bottom: 10px;
	font-size: 0.8em;
}

#friends td {
	width:148px;
}

#friends li {
	height: 16px;
	line-height: 16px;
}

#friends li a:hover {
	text-decoration: underline;
}
