/*
Theme Name: Gravedingo v2
Version: 1.0
Description: Second edition of the main theme for the website www.gravedingo.com.
Author: Paul-Emile Lacomblez
Author URI: http://www.gravedingo.com
*/

/*********************/
/* Standard Elements */
/********************/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #380;
	text-decoration: none;
}
a:hover {color: #6C0;}
a:focus {outline: 0;}
a img {border:none;}

body {
	background: #030 url(img/bgbody.png) top center no-repeat;
	background-attachment: fixed;
	color: #999;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p {
	text-align: justify;
	padding-bottom: 5px;
}
p:first-letter {
	font-size: 1.2em;
	font-weight: bold;
}

li {list-style: none;}

h1 {}
h2 {}
h3 {}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}
small {font-size: 0.9em;}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

.warning {
	font-weight: bold;
	color: #C00;
}

/*************/
/* Structure */
/*************/
.container {
	font-size: 14px;
	margin: 0 auto;
	width: 950px;
}
.content {
	float: left;
	padding: 20px 0 20px 20px;
	width: 600px;
}
.main {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	border-top: 1px solid #360;
	border-left: 1px solid #360;
	border-right: 1px solid #360;
	background: #111;
}
#top {
}
.header {
	height: 124px;
	margin: 0 auto;
	width: 960px;
}
.header a {
	padding-left: 10px;
}

/******************/
/* Navigation Bar */
/*****************/
.navigation {
	background: url('img/nav-bg.png') no-repeat;
	width: 950px;
	height: 44px;
}
.rssfeed {
	width:180px;
	height:43px;
	float:right;
	padding-top:1px
}
.navigation a {
	display: block;
	float: right;
	text-decoration: none;
	height: 37px;
}
.navigation ul {
	display: inline;
}
.navigation li {
	float: left;
	padding-top: 5px;
}
.navigation .lk-home {
	padding-left: 12px;
}
.navigation .lk-home a {
	background: url('img/nav-home-bg.png') no-repeat;
	width: 74px;
}
.navigation .lk-home a:hover {background-position: 0 -37px;}
.navigation .lk-jeux a {
	background: url('img/nav-jeux-bg.png') no-repeat;
	width: 96px;
}
.navigation .lk-jeux a:hover {background-position: 0 -37px;}
.navigation .lk-simulations a {
	background: url('img/nav-simus-bg.png') no-repeat;
	width: 168px;
}
.navigation .lk-simulations a:hover {background-position: 0 -37px;}
.navigation .lk-about a {
	background: url('img/nav-about-bg.png') no-repeat;
	width: 87px;
}
.navigation .lk-about a:hover {background-position: 0 -37px;}

/****************/
/* Content Pages */
/****************/
.page {
	padding: 20px 20px 1px 20px;
	width: 910px;
}
.page-header {
	margin-bottom: 20px;
	width: 100%;
}
.page-content {
}
.game-summary {
	width: 100%;
	margin: 0 0 20px 0;
}
.gs-header {
	background: url('img/gs-header.png') no-repeat;
	height: 60px;
	width: 910px;
}
.gs-header h1, .comments-list-header h1 {
	font-family: bold Calibri,sans-serif;
	padding: 14px 0 0 20px;
	float: left;
	font-size: 28px;
}
.gs-content {
	width: 870px;
	background: #000;
	padding: 20px 20px 0 20px;
}
.gs-bot {
	background: url('img/gs-bot.png') no-repeat;
	height: 20px;
}
.gs-screen {
	height: 150px;
	width: 150px;
	float: left;
}
.gs-info {
	margin-left: 20px;
	width: 410px;
	float: left;
}
.gs-right {
	width: 270px;
	float: right;
}
.gs-left {
	width: 580px;
	margin-right: 20px;
	float: left;
}
.gs-stats {
	background: url('img/gs-stats-bg.png') no-repeat;
	height: 82px;
	width: 250px;
	padding: 8px 10px 0 10px;
	font-size: 12px;
	color: #797;
	margin-bottom: 20px;
}
.gs-stats p {
	padding-bottom: 2px !important;
	vertical-align: top !important;
}
.gs-buttons {
	width: 270px;
	height: 40px;
}
.play-btn {
	width: 80px;
	height: 40px;
	margin-right: 20px;
	float: left;
}
.play-btn a {
	background: url('img/play-btn.png') no-repeat;
	width: 80px;
	height: 40px;
	display:block;
}
.play-btn a:hover {background-position: 0 -40px;}
.simu-btn {
	width: 270px;
	height: 40px;
	float: right;
}
.simu-btn a {
	background: url('img/simu-btn.png') no-repeat;
	width: 270px;
	height: 40px;
	display:block;
}
.simu-btn a:hover {background-position: 0 -40px;}
.highscores-btn {
	width: 170px;
	height: 40px;
	float: right;
}
.highscores-btn a, .highscores-btn2 a {
	background: url('img/highscores-btn.png') no-repeat;
	width: 170px;
	height: 40px;
	display:block;
}
.highscores-btn a:hover, .highscores-btn2 a:hover {background-position: 0 -40px;}
.page-comments {
	width: 600px;
	padding-bottom: 10px;
}
.game-flash {
	width: 600px;
	margin: 0 20px 10px 0;
	float: left;
}
.game-info {
	width: 250px;
	margin-bottom: 10px;
	float: right;
}
.game-stats {
	background: #130;
	width: 230px;
	padding: 0 10px 0 10px;
	color: #797;
	font-size: 13px;
}
.game-stats-top {
	background: url('img/game-stats-top.png') no-repeat;
	width: 250px;
	height: 10px;
}
.game-stats-bot {
	background: url('img/game-stats-bot.png') no-repeat;
	width: 250px;
	height: 10px;
	margin-bottom: 20px;
}
.highscores-btn2 {
	margin-left: 40px;
	width: 170px;
	height: 40px;
}
.game-desc {
	width: 870px;
	float: left;
}
.game-desc h2 {
	border-bottom: 1px solid #999;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.game-desc ul {padding-left: 20px;}
.game-desc li {
	list-style-type: disc;

}
/********************/
/* General Comments */
/********************/
.comments {
	padding: 0 10px 0 10px;
}
.comments-list {
	padding: 10px;
}
.comments-list-header {
	background: url('img/comments-header-bg.png');
	height: 60px;
	width: 580px;
	margin-bottom: 20px;
}
.comment {
	margin-bottom: 10px;
	margin-right: 80px;
	width: 500px;
}
.comment-bg-top {
	background: url('img/comment-bg-top.png');
	width: 500px;
	height: 20px;
}
.comment-bg-bot {
	background: url('img/comment-bg-bot.png');
	width: 500px;
	height: 20px;
}
.comment-content {
	background: #000;
	padding: 0 20px 0 20px;
}
.comment-footer {
	float: left;
	margin-top: 5px;
	padding: 0 15px 0 15px;
	width: 470px;
	font: 11px Tahoma,sans-serif;
}
li.comment-author-left {
	height: 20px;
	width: 4px;
	clear: left;
	position: relative;
	float: left;
	background: url('img/comment-author-left.png') no-repeat top left;
}
li.comment-author {
	height: 18px;
	position: relative;
	float: left;
	background: #000;
	padding: 2px 2px 0 2px;
	font-size: 12px;
}
li.comment-author-right {
	height: 20px;
	width: 4px;
	position: relative;
	float: left;
	background: url('img/comment-author-right.png') no-repeat top left;
}
li.comment-tail {
	float: left;
	position: relative;
	bottom: 8px;
	background: url('img/comment-tail.png') no-repeat;
	margin-left: 5px;
	width: 24px;
	height: 21px;
}
.comment-date {
	position: relative;
	bottom: 5px;
	float: right;
	color: #666;
	font-style: italic;
}
/********************/
/* DonPolo Comments */
/********************/
.comment-donpolo {
	margin-left: 80px;
	margin-bottom: 10px;
	width: 500px;
}
.comment-donpolo-bg-top {
	background: url('img/comment-donpolo-bg-top.png');
	width: 500px;
	height: 20px;
}
.comment-donpolo-bg-bot {
	background: url('img/comment-donpolo-bg-bot.png');
	width: 500px;
	height: 20px;
}
.comment-donpolo-content {
	background: #121;
	padding: 0 20px 0 20px;
	color: #686;
}
.comment-donpolo-footer {
	float: right;
	margin-top: 5px;
	padding: 0 15px 0 15px;
	width: 470px;
	font: 11px Tahoma,sans-serif;
}
li.comment-donpolo-author-left {
	height: 20px;
	width: 4px;
	clear: right;
	position: relative;
	float: right;
	background: url('img/comment-donpolo-author-left.png') no-repeat top left;
}
li.comment-donpolo-author {
	height: 18px;
	position: relative;
	float: right;
	background: #121;
	padding: 2px 2px 0 2px;
	font-size: 12px;
	color: #686;
}
li.comment-donpolo-author-right {
	height: 20px;
	width: 4px;
	position: relative;
	float: right;
	background: url('img/comment-donpolo-author-right.png') no-repeat top left;
}
li.comment-donpolo-tail {
	float: right;
	position: relative;
	bottom: 8px;
	background: url('img/comment-donpolo-tail.png') no-repeat;
	margin-right: 5px;
	width: 24px;
	height: 21px;
}
.comment-donpolo-date {
	position: relative;
	bottom: 5px;
	float: left;
	color: #666;
	font-style: italic;
}

/*****************/
/* Comment Form */
/****************/
.comment-form {
	padding: 10px;
}
.comment-form-header {
	text-decoration: none;
	vertical-align: top;
	font-size: 16px;
	margin-bottom: 4px;
	position: relative;
	bottom: 5px;
}
#commentform .textarea {
	background: url('img/comment-form-bgtext.png') no-repeat;
	padding: 20px 50px 20px 20px;
	float: left;
	width: 280px;
	height: 155px;
}
#commentform-text {
	height: 128px;
}
#commentform .author-data {
	width: 190px;
	background: url('img/comment-form-bgauthor.png') no-repeat;
	padding: 20px 20px 15px 20px;
	float: right;
	height: 160px;
}
#commentform label {
	display: block;
	margin-bottom: 4px;
}
#commentform .styled {
	font-size: 14px;
	background: #888;
	border: 1px solid #020;
	width: 100%;
	font-family: "Lucida Sans Unicode", sans-serif;
}
#commentform .styled:hover {
	background: #BBB;
	border: 1px solid #353;
}
#commentform .styled:focus {
	background: #EEE;
	border: 1px solid #686;
}
#commentform input {
	margin-bottom: 3px;
}
#submit {
	margin: 8px 0 0 0;
	padding-bottom: 2px;
	float: right;
	background: url('img/comment-form-bgsubmit.png') no-repeat;
	color: #380;
	width: 66px;
	height: 18px;
	border: none;
	font-weight: bold;
}
#submit:hover {
	color: #6C0;
	border: none;
}
/**************/
/* Page Footer */
/**************/
.footer {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	background: #030 url('img/footer-bg.png') top no-repeat;
	line-height: 26px;
	height: 380px;
	margin-bottom: 20px;
}
.footer-top {
	height: 120px;
}
.footer-title {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
#footer-simus {background: url('img/footer-title-simus.png') top no-repeat;}
#footer-games {background: url('img/footer-title-games.png') top no-repeat;}
#footer-about {background: url('img/footer-title-about.png') top no-repeat;}
.footer-games, .footer-simus {
	width: 290px;
	height: 260px;
	float: left;
	margin-left: 20px;
}
.footer-about {
	width: 290px;
	height: 260px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}
.footer-about p {
	line-height: 18px;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.footer-game, .footer-simu {
	width: 100%;
	margin-bottom: 20px;
}
.footer-thumb {
	height: 80px;
	width: 80px;
	float: left;
	/*margin-left: 20px;*/
	margin-right: 20px;
}
.footer-desc {
	float: right;
	width: 190px;
	font-size: 12px;
}
.footer-desc h3 {
	font-size: 16px;
}
.footer-desc p {
	padding-bottom: 0;
}
.backtotop {
	width: 168px;
	height: 37px;
	margin-top: 8px;
}
.backtotop a {
	background: url('img/backtotop.png') no-repeat;
	width: 168px;
	height: 100%;
	display: block;
}
.backtotop a:hover {background-position: 0 -37px;}

/***********/
/* Sidebar */
/***********/
#sidebar {
	/*font-size: 13px;*/
	float: right;
	width: 288px;
	padding: 20px 20px 0 20px;
}
.blocklist {
	width: 100%;
}
.block {
	margin-bottom: 20px;
	width: 100%;
}
.block-header {
	background: url('img/sidebar-header-bg.png') no-repeat;
	height: 32px;
	color: #000;
	padding: 8px 0 0 15px;
	font: bold 20px Calibri,sans-serif;
}
/*.block-header#stats {background: url('img/sidebar-header-bg-stats.png') no-repeat;}
.block-header#games {background: url('img/sidebar-header-bg-gamelinks.png') no-repeat;}
.block-header#blogs {background: url('img/sidebar-header-bg-bloglinks.png') no-repeat;}
.block-header#flash {background: url('img/sidebar-header-bg-flashlinks.png') no-repeat;}*/
.block-content {
	padding: 5px 10px 0 10px;
	background-color: #000;
}
.block-content ul {padding: 0;}
.block-content li {
	height: 16px;
	padding-left: 28px;
	margin-top: 5px;
	vertical-align: middle;
}
.block-content li#boulet {background: url('img/favicon-boulet.png') no-repeat 5px;}
.block-content li#chicou {background: url('img/favicon-chicou.png') no-repeat 5px;}
.block-content li#ak {background: url('img/favicon-ak.png') no-repeat 5px;}
.block-content li#lewis {background: url('img/favicon-lewis.png') no-repeat 5px;}
.block-content li#larcenet {background: url('img/favicon-larcenet.png') no-repeat 5px;}
.block-content li#mandel {background: url('img/favicon-mandel.png') no-repeat 5px;}
.block-content li#veronis {background: url('img/favicon-veronis.png') no-repeat 5px;}
.block-content li#penelope {background: url('img/favicon-penelope.png') no-repeat 5px;}
.block-content li#kek {background: url('img/favicon-kek.png') no-repeat 5px;}
.block-content li#kong {background: url('img/favicon-kong.png') no-repeat 5px;}
.block-content li#thaanis {background: url('img/favicon-thaanis.png') no-repeat 5px;}
.block-content li#mt {background: url('img/favicon-mt.png') no-repeat 5px;}
.block-content li#mediabox {background: url('img/favicon-mediabox.png') no-repeat 5px;}
.block-content li#quasimondo {background: url('img/favicon-quasimondo.png') no-repeat 5px;}
.block-content li#html {background: url('img/favicon-html.png') no-repeat 5px;}
.block-content li#livedocs {background: url('img/favicon-livedocs.png') no-repeat 5px;}
.block-content li#ba {background: url('img/favicon-ba.png') no-repeat 5px;}
.block-content li#vorocity {background: url('img/favicon-vorocity.png') no-repeat 5px;}
.block-content li#ulam {background: url('img/favicon-ulam.png') no-repeat 5px;}
.block-content li#mondrian {background: url('img/favicon-mondrian.png') no-repeat 5px;}
.block-content li#teey {background: url('img/favicon-teey.png') no-repeat 5px;}
.block-content li#gillesl {background: url('img/favicon-gillesl.png') no-repeat 5px;}
.block-content li#knoiser {background: url('img/favicon-knoiser.png') no-repeat 5px;}
.block-content li#angelina {background: url('img/favicon-angelina.png') no-repeat 5px;}
.block-content li#flashrights {background: url('img/favicon-flashrights.png') no-repeat 5px;}
.block-content li#flashlicense {background: url('img/favicon-flashlicense.png') no-repeat 5px;}

.block-content .nofavicon {
	padding-left: 5px;
}
.block-content .nobullet {
	padding-left: 10px;
	font-size: 12px;
}
.block-bot {
	background: url('img/sidebar-block-bot.png') no-repeat left top;
	height: 20px;
}
.latest-date {
	font: 11px Tahoma,sans-serif;
	font-style: italic;
	float: right;
	color: #666;
	padding-right: 5px;
}
/*********/
/* Posts */
/********/
.post-header {
	background: url('img/post-header.png') no-repeat left top;
	width: 100%;
	height: 60px;
}
.ph-left {
	float: left;
}
.ph-left p {
	padding: 0 0 0 10px;
	/*font-size: 11px;*/
	font: 11px Tahoma,sans-serif;
}
.post h1 {
	font-family: bold Calibri,sans-serif;
	height: 35px;
	padding: 5px 0 0 10px;
}
.post {
	margin-bottom: 20px;
}
.post-date {
	float: left;
	width: 27px;
	height: 44px;
	padding: 8px 4px 8px 9px;
	font-size: 11px;
	text-align: center;
}
.post-header-title {
	float: right;
	width: 560px;
}
.post-content {
	background: #000;
	padding: 10px 10px 0 10px;
	margin-left: 40px;
}
.post-content-bot {
	background: url('img/post-content-bot.png') no-repeat left top;
	height: 20px;
	margin-left: 40px;
}
.post-content .img-embed {
	margin: 8px 0 8px 0;
	border: 1px solid #333;
}
.post-content ul {padding: 0 0 5px 0;}
.post-content li {
	padding-left: 18px;
	list-style: disc;
	list-style-position: inside;
	/*background: url('img/sidebar-li-bg.gif') no-repeat left top;*/
	margin-bottom: 5px;
	text-align: justify;
}
.post-content li:first-letter {
	font-size: 1.2em;
	font-weight: bold;
}
.post-footer {
	border: 1px solid #030;
	background:#121;
	margin-top: 5px;
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	font: bold 11px Tahoma,sans-serif;
	color: #686;
}
.comment-link {
	background: url('img/post-comment-bg.png') no-repeat;
	height: 42px;
	width: 58px;
	margin: 10px 10px 0 0;
	padding: 1px;
	float: right;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-family: Calibri,sans-serif;
}
.posts-bot {
	background: url('img/posts-bot-bg.png');
	height: 60px;
	width: 600px;
}
.posts-prev {
	background: url('img/posts-link-bg.png') no-repeat;
	height: 32px;
	width: 218px;
	margin: 13px 0 0 13px;
	padding: 1px;
	float: left;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-family: Calibri,sans-serif;
}
/**************/
/* Highscores */
/*************/
.highscores {
	padding: 20px;
	background: #000;
}
.highscores-order {
	/*display: inline;*/
	margin-bottom: 20px;
}
.highscores-pagelinks {
	margin-bottom: 20px;
}
.highscores-back, .commentform-shortcut, .posts-next {
	background: url('img/highscores-back-bg.png') no-repeat;
	height: 32px;
	width: 178px;
	margin: 13px 13px 0 0;
	padding: 1px;
	float: right;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-family: Calibri,sans-serif;
}
.table-highscores {
	text-align: center;
	vertical-align: middle;
	border-spacing: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.table-highscores-titles {
	font-weight: bold;
	background: #000;
}
.table-highscores-row {
	font-size: 12px;
	background: #111;
}
.table-highscores td {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	padding: 3px;
}
.table-highscores-row:hover {
	background: #222;
}
#order {
	margin: 0 0 0 10px;
	padding-bottom: 2px;
	background: url('img/comment-form-bgsubmit.png') no-repeat;
	color: #380;
	width: 66px;
	height: 18px;
	border: none;
	font-weight: bold;
}
#order:hover {
	color: #6C0;
	border: none;
}
#order-form {
	margin-left: 230px;
}
