/*
Theme Name: Theme DRH
Theme URI: http://www.w2p-studio.com/
Description: WordPress theme for DRH.
Version: 0.1
Author: Rémi Esperon
 
Creation Theme by Rémi Esperon || http://www.reumireumi.com
 
*/
@import url(reset.css);


body {
	background-color: #EFEFEF;
	color: #393939;
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	background-image: url(images/texture.jpg);
}

ul {
	list-style-type: none;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: inherit; /* bug ie */
} 

.center {
	margin: 0 auto 0 auto;
	width: 960px;
}

.clear{
	clear: both;
}
	
.black {
	background: url(images/black-line.png) repeat-x;
	padding: 8px 1px;
	height: 10px;
	clear:both;
	margin: 0 auto -16px auto;
	position: relative;
	top: -8px;

}
 
.orange {
	background: #000000;
	height: 3px;
}

.none {
	display: none;	
}

strong {
	font-weight: bold;	
}

del {
	text-decoration: line-through;
}

em {
	font-style: italic;	
}

/* topsite
----------------------------------------------------------------------------------------------------*/

#menu_secondaire {
	background: url(images/menu-sub.png) repeat-x;
	padding: 3px 0 13px 0;
	text-align: center;
}

#menu_secondaire ul {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: right;
}

#menu_secondaire li  {
	margin-left: 25px;
	display: inline;
}

#header {
	text-align: center;
}

#header h1 {
	background: url(images/drh-logo.png) no-repeat;
	height: 100px;
	margin: 10px auto;
	text-indent: -999px;
	width:960px;
	text-align: left;
}
#header h3 {
	background: url(images/accroche.png) no-repeat scroll 154px 0;
	height: 24px;
	text-indent: -999px;
	margin: -34px auto 0 auto;
	width:960px;
	text-align: left;
}



/* mainmenu
----------------------------------------------------------------------------------------------------*/

#mainmenu {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	background: url(images/menu.png) repeat-x;
	padding: 13px 3px;
	text-align: center;
	position: relative;
	top: 12px;
}

#mainmenu ul {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 960px;
}

#mainmenu li {
	display: inline;
	margin-left: 25px;	
}

#mainmenu li form {
	text-align: right;
	margin: -17px 0 0 0;
}

#mainmenu li form #s{
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	text-indent: 4px;
}

#mainmenu li form #searchsubmit {
	display: none;	
}

/* Top
----------------------------------------------------------------------------------------------------*/
#top-container {
	text-align: center;
}

#top {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #ffffff;
	height: 372px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#videoIntro {
	float:left;
	padding: 20px;
}
#videoIntro h2{
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#topright{
	float: right;
	margin: 20px 18px 0 0;
}

#intro{
	background: no-repeat url(images/pitch.jpg);
	height: 104px;
	width: 400px;
	margin-bottom: 4px;
}
#intro p{
	padding: 6px 6px 0 124px;
}
#intro a{
	margin-left: 300px;
	text-decoration: underline;
}

#w2p{
	margin-bottom: 4px;
}

/* Page
----------------------------------------------------------------------------------------------------*/
#page-container {
	text-align: center;
}
#page {
	background: #FFFFFF;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
	

	
	/* Content
	----------------------------------------------------------------------------------------------------*/
	#content {
		width: 500px;
		min-height: 720px;
		margin: 0px 10px 0 -1px;
		padding: 20px 0 50px 0;
		background: #FFFFFF;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		float: left;
		
	}
	
	.post {
		margin: 0 25px 60px;
	}
	
	.post a:link, .post a:visited, .post a:hover {
		text-decoration: none;
		color: #e77f06;
	}
	
	.post h2{
		font-size: 24px;
		margin-bottom: 20px;
		padding: 2px 0 2px 29px;
		color: #e77f06;
		/*font-size: 1.3em;*/
		font-weight: bold;
		/*background: url(images/puce.jpg) no-repeat;*/
	}
	
	.post .post_content {
		font-size: 1em;
		color: #555;
	}
	.post .post_content p{
		clear: both;
	}
	.post .postmetadata {
		border-bottom: 1px solid #D5D5D5;
		border-top: 1px solid #D5D5D5;
		padding: 10px 2px;
		margin-top: 20px;
		font-size: 0.8em;
		color: #999;
	}
	
	.post-ratings {
		float: right;
		font-size: 0.8em;
		cursor: pointer;
	}
	.post-ratings img{
		margin: 0 0 -3px  5px !important;
	}
	.post .addthis_button {
		float: right;
	}
	.navigation {
		margin: 0 25px;
	}
	
	.wp-pagenavi {
		margin: 3px;
		padding: 3px;
		text-align: center;
	}
	
	.alignleft {
		padding: 0 10px 10px 0;
		float: left;
	}
	
	#post_link {
		margin: -30px 25px 30px 25px;
	}
	#post_link #next{
		float: right;
	}
	#post_link #prev{
		
	}
	.comments-template {
		margin: 25px;
		clear: both;
	}
	#comments {
		
		margin-bottom: 20px;
		font-size: 1.4em;
	}

	.commentlist {
		margin: 25px 0;
	}
	.commentlist li{
		margin: 10px 0;
	}
	.commentlist p {
		background: #efefef;
		padding: 10px;
	}
	#respond{
		border-top: 1px solid #555;
		padding: 10px 0;
		font-size: 1.2em;
	}
	#commentform {
		background: #efefef;
		padding: 10px;
	}
	.comments-template textarea {
		margin: 10px 0;
	}
	
	
	/* Sidebar
	----------------------------------------------------------------------------------------------------*/
	
	#sidebar {
		float: right;
		position: relative;
	}
	
	.sidebar h2 {
		font-size: 1.2em;
	}
	
	#abonnement {
		background:url(images/abonnement.jpg);
		padding: 10px;
		text-align: center;
		margin: 4px 10px 0 10px;
		width: 400px;
	}
	
	#rightsidebar {
		margin: 10px 10px 0 10px;
		width: 250px;
		
		float: right !important;
		float: none;
	}
	
	#leftsidebar {
		width: 150px;
		margin: 10px 10px 0 10px;
		float: left;
	}
	
	
	#leftsidebar li, #rightsidebar li{
		margin-bottom: 20px;
		
	}
	
	#leftsidebar ul {
		padding-top: 10px;
		padding-left: 4px;
		border-bottom: 1px solid #f39a1d;
		background: #efefef;
	}
	
	#leftsidebar ul li{
		margin-bottom: 10px;
	}
	
	#linkcat-3 {
		height: 254px;
		border-bottom: 1px solid #f39a1d;
		position: relative;
		overflow: hidden;
	}
	
	#linkcat-3 h2{
		position: absolute;
		z-index: 1;
		width: 148px;
	}
	
	#linkcat-3 ul{
		position: absolute;
		margin-top: 20px;
		top: 0px;
		width: 145px;
	}
	
	#nav{
		width: 150px;
		height: 16px;
		margin: 0 auto;
	}
	
	#up {
		margin-top: -15px;
		margin-left: 59px;
		width: 16px;
		height: 16px;
		background: url(images/up.png) no-repeat;
	}
	
	#down{
		margin-top: -15px;
		margin-left: 75px;
		width: 16px;
		height: 16px;
		background: url(images/down.png) no-repeat;
	}
	
	.widgettitle {
		background: url(images/abonnement.jpg);
		color: #ffffff;
		font-weight: bold;
		padding: 2px;
	}
	
	#comediens {
		height: 300px;
		width: 250px;
		position: relative;
		overflow: hidden;
	}
	#comediens ul {
		width: 800px;
		position: absolute;
	}
	#comediens  ul li{
		display: inline;
		margin: 0;
	}
	

	
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
}
#footersidebar {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#footer .widget {
	width : 180px;
	margin: 10px;
	float: left;
}

#footer p{
	clear:both;
	text-align: right;
	margin: 0 auto;
	width: 960px;
}


/* formulaire contact
----------------------------------------------------------------------------------------------------*/



#contact p
{
	margin: 2px 0;
}

/* fieldset , legend */
#contact fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#contact fieldset:hover
{
	background-color: #FFF;
}

#contact fieldset legend
{
	padding: 0 10px 2px;
	font-size: 1.2em;
	color: #999;
}


/* Label */
#contact label
{
	background-color: #FFCC66;
	display: block;
	width: 30%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#contact label:hover
{
	font-weight: bold;
}

/* Input */
#contact input, #contact textarea
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#contact input:hover, #contact input:focus, #contact textarea:hover, #contact textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

/* button submit */
#contact input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#contact input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

.error-message{
	color: #ff0000;
}
