/*
Theme Name: Antwan Production v2.0
Theme URI: http://www.antwanproduction.fr/
Description: La nouvelle version de Antwan Production
Author: Antoine Sarrazin
Author URI: http://www.antoinesarrazin.com/
Version: 0.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* END CSS RESET */
/* Font Face */

@font-face {
    font-family: 'CubanoRegular';
    src: url('font/cubano-regular-webfont.eot');
    src: url('font/cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/cubano-regular-webfont.woff') format('woff'),
         url('font/cubano-regular-webfont.ttf') format('truetype'),
         url('font/cubano-regular-webfont.svg#CubanoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText';
    src: url('font/TitilliumText25L003-webfont.eot');
    src: url('font/TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/TitilliumText25L003-webfont.woff') format('woff'),
         url('font/TitilliumText25L003-webfont.ttf') format('truetype'),
         url('font/TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image: url("bg.png");

}

#all {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin: 50px 0 0 -500px;
	 font-family: 'TitilliumText'; 
}

/* HEADER */
header {
	background: black;
	height: 250px;
	margin: 0;
	padding: 0;
	color: white;
	
}

header img {
	height: 250px;
	width: 1000px;
}


/* MENU */
nav {
	width: 1000px;
	-webkit-box-shadow:  1px 1px #c90000, 2px 2px #c90000, 3px 3px #c90000, 4px 4px #c90000, 5px 5px #c90000, 6px 6px #c90000, 7px 7px #c90000, 8px 8px #c90000, 9px 9px #c90000, 10px 10px #c90000, 11px 11px #c90000, 12px 12px #c90000, 13px 13px #c90000, 14px 14px #c90000, 15px 15px #c90000;
	box-shadow:  1px 1px #c90000, 2px 2px #c90000, 3px 3px #c90000, 4px 4px #c90000, 5px 5px #c90000, 6px 6px #c90000, 7px 7px #c90000, 8px 8px #c90000, 9px 9px #c90000, 10px 10px #c90000, 11px 11px #c90000, 12px 12px #c90000, 13px 13px #c90000, 14px 14px #c90000, 15px 15px #c90000;
	color: white;
	}
nav ul {
	padding: 0;
	margin: 0;
	background: red;
		}

nav li{
	display: inline-block;
	margin-right:-5px;
	background-color: red;
	list-style: none;
	transform: translate(0px,0px);
	-webkit-transition: all 0.5s ;
		-moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
		transition: all 0.5s ;
	text-align: center;
	padding: 10px;
	font-size: 30px;
}

nav li a {color: white}

nav li:hover, nav .active {
	transform: translate(-10px,-10px);
	-webkit-transform: translate(-10px, -10px);
	-webkit-box-shadow:  1px 1px #c90000, 2px 2px #c90000, 3px 3px #c90000, 4px 4px #c90000, 5px 5px #c90000, 6px 6px #c90000, 7px 7px #c90000, 8px 8px #c90000, 9px 9px #c90000, 10px 10px #c90000;
	box-shadow:  1px 1px #c90000, 2px 2px #c90000, 3px 3px #c90000, 4px 4px #c90000, 5px 5px #c90000, 6px 6px #c90000, 7px 7px #c90000, 8px 8px #c90000, 9px 9px #c90000, 10px 10px #c90000;
}

.fgris {-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
}

/* VEDETTE */
#vedette {
	background: #1A1A1A;
	height: 250px;
		-webkit-transition: all 0.5s ;
		-moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
		transition: all 0.5s ;
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
}
/*TWITTER BARRE */
#twitterlast {
	height: 25px;

	background: white;
}

#twitterlast img {
	float: left;
	border-right: solid 1px silver;
	margin: 2px 0px;
}

#twitterlasttxt {
    padding: 6px 0px 0px 30px;
}

/* PLACEMENT */
#primary {width: 690px}

#secondary{width: 300px;
float: right;}


/* ARTICLES */
#content {
	background: white;
	z-index: 3;
	padding-bottom: 15px;
}

#articletop {
	width: 650px;
	-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020,;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
    -ms-transition: all 0.2s ;
    -o-transition: all 0.2s ;
	transition: all 0.2s ;
}

#articletop:hover {
	transform: translate(9px, 9px);
	-webkit-transform: translate(10px, 9px);
	box-shadow: none;
	-webkit-box-shadow: none;
}

article {
	margin-left: 5px;
	display: inline-block;
		width: 650px;
	padding-right: 29px;
	border-right: solid silver 1px
}

article p {
margin-top: 10px;
}

h1 {
	background: #303030;
	font-size: 30px;
	color: white;
	padding: 7px;
	font-family: 'CubanoRegular';
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020,;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020;
}

#articletxt {
	margin: 7px 0 0 9px;
	width: 650px;
}

#articletxt iframe {
padding:5px;
margin-top: -1px;
background: #303030;
width: 640px;
height: 360px;
}

#author, #artdate, #artcat {height: 30px;}

#author {
	vertical-align: middle;
	margin: 10px 0 20px 0;
	background: silver;
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020,;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020;
-webkit-transform: translate(-10px,0px);
transform: translate(-10px,0px);
margin-bottom: 30px;
}
#author h4 {
	display: inline-block;
}

#author img {
	float: left;
}
#artdate h4, #artcat h4 {
	padding-top: 7px;
	font-weight: normal;
}

#artdate {
	float: left;
	margin-left: 5px;
}

#artcat a {color: white}

#artcat {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
			-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
        -ms-transition: all 0.2s ;
        -o-transition: all 0.2s ;
		transition: all 0.2s ;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020;
	-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020;
}

#artcat:hover {
	-webkit-transform: translate(-5px,-4px);
	transform: translate(-5px,-5px);
	
}


/* SIDEBAR */
aside {
	display: inline-block;
	position: relative;
	height: 100%;
	margin-left: 10px;
	width: 300px;
	vertical-align: top;
	text-align: justify;
	float: right;

}

#widget {
	margin-bottom: 10px;
}

h2 {
	background: #303030;
	font-size: 30px;
	color: white;
	padding: 7px;
	font-family: 'CubanoRegular';
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020;
}
aside p{
margin:15px 0 0 15px;
padding-right: 10px;
}

/* AD */
#ad {
	height: 90px;
	padding: 10px 0;
	background: silver;
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;

}

/* FOOTER */
footer:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transform: translate(15px,15px);
	transform: translate(15px,15px);
}

footer {
	margin-top: 5px;
		-webkit-transition: all 0.5s ;
		-moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
		transition: all 0.5s ;
	clear: both;
	background: #303030;
	height: 50px;
	transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
-webkit-box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
box-shadow:  1px 1px #202020, 2px 2px #202020, 3px 3px #202020, 4px 4px #202020, 5px 5px #202020, 6px 6px #202020, 7px 7px #202020, 8px 8px #202020, 9px 9px #202020, 10px 10px #202020, 11px 11px #202020, 12px 12px #202020, 13px 13px #202020, 14px 14px #202020, 15px 15px #202020;	
}
footer p {
	padding : 17px;
	text-align:center;
	color: white;
}
#vide {height: 200px;}
