/*
Theme Name: Arcade
Theme URI: http://serial-gamer.fr
Description: arcade - serial-gamer.fr
Author: Tony - 815 - Anthony
Author URI: http://capscreative.info - http://serial-gamer.fr/
version: 2.0
Tags: arcarde
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#eeeeee;
	background-image:url(images/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#8B0000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */

#top{background-image:url(images/top-bg.png);
background-position:left top;
background-repeat:repeat-x;
height:60px;
position:absolute;
width:100%;}

#innertop{margin-left:auto; margin-right:auto; width: 998px;padding-left:60px;
padding-top:5px;}


#container {
	width: 998px;
	margin: 0 auto;
	padding:0;
	color:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
background-image:url(images/header-bg.png);
background-position: top center;
background-repeat:no-repeat;
  	width: 998px; 
  	height: 200px;
	color: #fff;
	margin-top:44px;

	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */
#innersearch{background:#C51E1E none repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
margin-right:80px;
padding:0 20px;
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
   -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
	  -webkit-border-bottom-right-radius: 5px;
}

#innersearchform input#s{color:#FFFFFF;
margin-bottom:5px;
margin-top:5px;
padding-bottom:5px;
padding-top:5px;
width:200px;
background-color:#c51e1e;
background-image:url(images/search-icone.png);
background-repeat:no-repeat;
background-position:right;
border:none;}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left:70px; 
	overflow:hidden;
	float:left;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding:0 10px 10px;
	
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
	background: #c51e1e;
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
   -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
	  -webkit-border-bottom-right-radius: 5px;
	padding:10px 20px;
}

#menu ul li a:hover {
	}



/* content */
#innercontent{background-image:url(images/innercontent-bg.png);
background-position:center;
background-repeat:repeat-y;
padding-left:100px;
padding-right:100px;
overflow:hidden;}

#content-full{
	overflow: hidden;
	}	
	
	#postthumb{float:left; padding-right:7px; width:190px; height: 200px; padding-bottom:10px; }
	
	#postthumb h2{font-size:11px; position:relative; top:40px; background-color:#000000; padding:5px; padding-left:10px;}
	
	#postthumb a:hover{text-decoration:none;}
	
	#postthumb img{ }
	#postthumb .imgbg{
	background-image:url(images/thumbs.png); background-position:center top; background-repeat:no-repeat; width:190px; height:150px;
	}
	

#content {
	float: right;
	width:580px;
	overflow: hidden;
	padding-right:10px;
	
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font: 13pt;
	background-color:#333333;
	padding:7px;
		-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
   -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	  -webkit-border-bottom-right-radius: 5px;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:200px;
	float:left;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0; padding-bottom:10px;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #fff;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #fff;
	}
	
#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #333333;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #333333;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#fff;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #fff; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#innerfooter{background-image:url(images/footer-bg.png);
background-position: bottom center;
background-repeat:no-repeat;
  	width: 998px; 
  	height: 375px;
	color: #fff;
}

#footer {
	
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #fff; text-align:center; padding:90px;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}
