/*
Theme Name: WordPress Surfsession
Theme URI:
Description: Le thème Wordpress pour Surfsession
Version: 1.0
Author: Surfsession
Author URI: 
Tags: deux colonnes
Text Domain: Emmanuel
*/


/* Begin Structure */
#content {
	margin: 0;
	width: 768px;
	/*min-height: 700px;*/
	padding: 1px 20px; /* Hack, 1px de padding pour éviter la fusion des marges */
	color: #fff;
	background: #000;
}

#leftContent {
	position: relative;
	width: 600px;
	border-right: 6px solid #24A8DC;
	padding: 10px; 0px;	
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 16px;
	margin-bottom: 16px;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	/*margin: 5px 0 0;*/
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

div.lastVideos {
	height: 370px;
}

#mainVideo {
	margin: 0px 10px;
	float: left;
}

.news_box_title  a {
	text-decoration: none;
	color: #27a8dc;
	font-weight: bold;
	font-size: 1.3em;
}

.videoSideRight {
	width: 250px;
	position:relative;
	margin: 24px 32px;
	float: left;
}

h1.title {
	height: 20px;
	padding-left: 100px;
	padding-top: 0px;
	font-size: 1.8em;
	color: #27a8dc;
	font-weight: normal;
	border-bottom: 1px solid white;
}

h1.title a {
	color: #27a8dc;
	font-weight: normal;
	text-decoration: none;
}

#Last h1  {
	margin-bottom: 32px;
}

h1.lastVideos {
	background: #000 url('../images/video_last_vignette.png') left no-repeat;
}

h1.plusVideos {
	background: #000 url('../images/video_plus_vignette.png') left no-repeat;
}

h1.emissionsVideos {
	background: #000 url('../images/video_emissions_vignette.png') left no-repeat;
}

h1.localVideos {
	background: #000 url('../images/video_local_vignette.png') left no-repeat;
}

h1.competitionsVideos {
	background: #000 url('../images/video_competitions_vignette.png') left no-repeat;
}

.bandeauTitre {
	position: absolute;
	top: 412px;
	width: 760px;
	background: #636165;
	z-index: 100;
	padding: 10px;
}

a.linkMain {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2.2em;
	font-weight: bold;
}

.blocVideo {
	position: relative;
	width: 960px;
	height: 416px;
	clear: both;
	background: #000;
	margin-bottom: 16px;
}

.blocVideo .videoContainer {
	padding-left: 60px;
	/*width: 660px;*/
}

div.blocVideoUnique {
	float: left;
	margin: 5px 15px;
	width: 180px;
	height: 170px;
	padding: 5px;
	background: #000;
}

.fleche_gauche {
	position: absolute;
	top: 194px;
	left: 10px;
	display: block;
}

.fleche_droite {
	position: absolute;
	top: 194px;
	right: 10px;
	display: block;
}

.navigation {
	position: absolute;
	bottom: 2px;
	left: 70px;
	margin-bottom: 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 2px solid #27a8dc;
	color: #000;
	background-color: #27a8dc;
}
.wp-pagenavi a:visited {
	border: 2px solid #27a8dc;
	color: #000;
	background-color: #27a8dc;	
}
.wp-pagenavi a:hover {	
	border: 2px solid #000;
	color: #000;
	background-color: #27a8dc;
}
.wp-pagenavi a:active {
	border: 2px solid #27a8dc;
	color: #000;
	background-color: #27a8dc;	
}
.wp-pagenavi span.pages {
	color: #000;
	border: 2px solid #27a8dc;
	background-color: #27a8dc;
}
.wp-pagenavi span.current {
	border: 2px solid #000;
	color: #27a8dc;
	background-color: #000;
}
.wp-pagenavi span.extend {
	border: 2px solid #000000;
	color: #000;
	background-color: #27a8dc;
}

#credit {
	width: 760px;
	background: black;
	font-size: 1em;
}

.comments {
	border-bottom: 6px solid #FFe605;
}

#respond {
	width: 740px;
}

.greyVideo {
	/*background: #666;*/
}

.single .post .headentry, .single .post .entry {
	width: 936px;
}

.single .post .entry {
	/*background: #b1b1b1;*/
}

.single .post .entry p {
	/*width: 750px;*/
}

.commentlist {
	/*color: black;	*/
	color: white;
}

div.suggestions {
	display: none;
}

div.surfBottom {
	position: relative;
	width: 100%;
	height: 189px;
	background: url('../images/bottom.png') no-repeat;
}

.single .keywords {
	color: white;
}

.single .keywords a {
	color: #28a8dc;
	font-size: 1.4em;
	font-weight: bold;
}

/*.blocVideo { height: 216px; }*/
.fleche_droite, .fleche_gauche { display: none; }
