/* @override http://www.thierryfournier.net/wordpress/wp-content/themes/k2/style.css */

CSS site www.thierryfournier.net
Basé sur theme K2 version 1.0-RC8
Author: Various Artists
Author URI: http://getk2.com/
*/

/*- HTML */

html, body, div, applet,
h1, p, a, em, img, strong, ul, li, form {
	margin: 0;
	padding: 0;
	color: #303030;
}

table, tr, th {	
	font-weight: normal;
    color: #303030;
}	

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/*- Structure générale de la page */

body {
        font-family: Arial, sans-serif;
        font-size: 50%; /* Resets 1em to 10px */
	color: #303030;
	background: #FFF;
	margin: 0 auto;
	}

#page {
	background: white;
	position: relative;
	clear: both;	
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	border: 1px solid #bbb;
	border-top: none;
	}

.columns-one #page {
	width: 970px;
	}

#header {
	position: relative;
	height: 200px;
	width: 970px;
	background: #000 no-repeat left top;
	}

.content {
	padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left:  30px;
	}

#primary {
	position: relative;
	float: left;
	width: 720px;
	padding: 0px 0px 0px;
	margin-right: 0px;
}

* html #primary {
	display: inline;
	}

.object {
        padding:10px;
}

/*- Liens */

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
	} 

a {
	color: #ff1b00;
	text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

#primary a:hover, #primary a:visited:hover {
    background-color: #ff1b00;
    font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.entry-content a:visited {
    color: #ff1b00;
	}

/*- Onglets de navigation */

ul.menu {
	font-family: Arial, sans-serif;
    position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0 0 0 0;
	}

ul.menu, ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	font-family: Arial, sans-serif;
    margin-right: 10px;
    margin-left: 0px;
	}

ul.menu li a {
	display: block;
	padding: 5px 10px;
	font-size: 1.4em;
	background: #1e1e1e;
	color: white;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #a2a2a2;
	color: #000;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #303030;
	background: white;
	text-decoration: none;
	}

/*- En-têtes */

h1 {
	font-family: Arial, sans-serif;
	font-size: 3em;
	color: #303030;
}

.blog-title {
	font-size: 3.5em;
	color: #303030;
	font-weight: normal;
	padding: 0px 0px 0px;
	position: absolute;
	margin-left: 30px;
	top: 50px;
}

.blog-title a,
#header .description {
	text-decoration: none;
	padding-left: 0px;
    padding-right: 0px;
	}

.blog-title a:hover {
	text-decoration: none;
	}

.blog-title a:visited {
	text-decoration: none;
	}

#header .description {
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
	position: absolute;
	margin-left: 30px;
	top: 55px;
}

.entry-title {
	font-size: 2.5em;
	font-weight: bold;
	text-align: left;
	color: #303030;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.entry-head {
	margin-top: 10px;
	position: relative;
	text-align: left;
}

/*- Primary */

.hentry {
	position: relative;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 0;
}

.entry-content {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: justify;
	color: #303030;
	}

.entry-content p,
.entry-content ul,
.entry-content div {
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
}

/*- Vidéos Dailymotion */

 div#video {
	padding-top: 5px;
}

/*- Formulaire Newsletter */

div#mailingList {
	color: #303030;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#mailingList input {
	width: 180px;
	margin-right: 10px;
	color: #303030;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cc;
}

div#mailingList input[type="submit"] {
	width: 180px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #cc;
	color: #303030;
	font-weight: normal;
	text-decoration: underline;
}

div#mailingList input[type="submit"]:hover {
	text-decoration: none;
    background-color: #ff1b00;
	color: #ffffff;
}

/*- Commentaires et pied de page */

input[type=text]:focus {
	background: #fff;
	color: #303030;
	border-color: #bbb;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 10px 0;
	text-align: center;
	width: 970px;
	color: #303030;
	}

#footer p {
	text-align: left;
	line-height: 1.6em;
	padding-left: 30px;
	margin-top: 10px;
}

#footer a {
	color: #303030;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
    background-color: #ff1b00;
	color: #ffffff;
	}

#footer a:visited {
	text-decoration: underline;
	color: #303030;
	}

.footerstats {
	display: none;
}

/*- Various Tags and Classes */

.clear {
	clear: both;
	}

a img {
	border: none;
	}

.aligncenter, .center {
	text-align: center;
	}

.entry-content .aligncenter, img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

hr {
	display: none;
	}
