/*
Theme Name: Tafou
Theme URI: http://www.tafou.com/
Description: Template Tafou.com
Version: 1
Author: Tafou
 
*/

/* !----- GENERAL ----- */

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0C3A6D url(images/bg_london.jpg) no-repeat center top;

	margin: 0px;
	font-size: 12px;
	color: #333;
}

a, a:link, a:visited {
	color: #0C3A6D;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:focus { outline: none; }

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

.global {
	width: 780px;
	margin: auto;
	background-color: #FFFFFF;
}

.tafou{
	margin-right: 5px;
	border: 1px solid #0C3A6D;
}

.clear{
	clear: both;
	visibility: hidden;
	height: 1px;
	font-size: 1px;
}

/* !----- MENU ----- */
ul.menu {
	height: 28px;
	background-image: url(images/fond_menu.gif);
	background-repeat: repeat-x;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

.menu li{
	display: inline;
	height: 28px;
	line-height: 28px;
	padding: 0px 5px;
}

.menu a{
	color: #FFFFFF;
}
.menu a:hover{
	text-decoration: none;
}

.separator{
	color: #FFFFFF;
}

/* !----- HEADER ----- */
.header{
	height: 120px;
	width: 780px;
	margin: auto;
}

/* !----- CONTENU ----- */
.contenu{
	float: left;
	width: 550px;
	margin: 0px 15px 0px 15px;
}
.colonne_droite{
	float: left;
	width: 185px;
}
.clear{
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.fil_ariane{
	float: left;
	width: 700px;
	margin: 10px 15px 5px 15px;
	font-size: 11px;
}
.navigation{
	width: 100%;
}
.navleft{
	float: left;
}
.navright{
	float: right;
}
/* !----- PAGE ----- */
.page{
	width: 540px;
	margin-bottom: 15px;
}
.page h2{
	margin: 0;
}
.page h2 a{
	font-size: 25px;
	font-weight: bold;
}
.page h2 a:hover{
	text-decoration: none;
}

/* !----- ARTICLE ----- */
.post{
	width: 540px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.post h2{
	margin: 0;
}
.post h2 a{
	font-size: 25px;
	font-weight: bold;
}
.post h2 a:hover{
	text-decoration: none;
}
.postmetadata, .postmetadatafooter{
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}
.postmetadatafooter{
	text-align: right;
}
.post_content{
	text-align: justify;
}
.post_content p{
	margin: 10px 0;
}
.post_content a{
	border-bottom: 1px dashed #0C3A6D;
	font-weight: bold;
}
.post_content a:hover{
	border-bottom: none;
	text-decoration: none;
}
.more-link{
	font-size: 12px;
	color: #0C3A6D;
	font-weight: bold;
}
h3{
	margin: 0;
}
.citation{
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 15px;
}
.sticky{
	border: 5px solid #0C3A6D;
	background-color: #547599;
	color: #FFFFFF;
	margin: 10px 0px;
}
.sticky a{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: none;
	font-weight: normal;
}
.sticky h2{
	display: none;
}
.sticky .postmetadata, .sticky .postmetadatafooter{
	display: none;
}
.sticky .post_content{
	margin: 10px;
}
.post_movie{
	border: 5px solid #B3B300;
	background-color: #D9D900;
	color: black;
	margin: 10px 0px;
}
.post_movie a{
	color: #676700;
}
.post_movie h2{
	margin: 0 10px;
}
.post_movie_date{
	margin: 3px 0;
}
.post_movie_comments{
	margin: 0 10px;
}
.post_movie img.poster{
	float: left;
	margin: 5px;
}
#related-posts{
	margin-top: 30px;
}
#related-posts ul{
	margin: 0;
	margin-top: 5px;
}
#related-posts a{
	border-bottom: none;
	font-weight: normal;
}
div.wp-pagenavi{
	text-align: center;
}

/* !----- COMMENTAIRES ----- */
.cadre_commentaires h3{
	margin-bottom: 5px;
}
label{
	font-size: 12px;
}
div.comment{
	padding: 10px;
	margin: 5px;
	position: relative;
}
.alt{
	background-color: #E4EEFC;
}
.commentID{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 25px;
}
.commentAvatar{
	float: left;
	margin: 0 10px 3px 0;
}
.commentAuthor{
	float: left;
	font-size: 18px;
	width: 400px;
}
.commentDate{
	float: left;
	width: 470px;
	color: #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 2px;
	font-size: 11px;
}
.commentText{
	float: left;
	width: 470px;
	margin: 8px 0 0 50px;
}
input#author, input#email, input#url{
	border: 1px solid #999999;
}
textarea#comment{
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	width: 520px;
}

/* !----- COLONNE WIDGETS ----- */
.colonne_droite ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.colonne_droite h2.widgettitle{
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #0C3A6D;
}

/* !----- WIDGET CATEGORIES ----- */
.widget_categories ul{
	padding: 0;
	margin: 5px 0 0 10px;;
}
.widget_categories li{
	font-size: 12px;
	list-style: none;
}

/* !----- WIDGET MOVIES ----- */
#rateyourmovie_widget h2{
	margin-bottom: 10px;
}

/* !----- MODULE SEARCH ----- */
#search{
	margin-top: 30px;
}

/* !----- MODULE MSN ----- */
.status-msn{
	margin-top: 15px;
	font-weight: bold;
}
.status-msn img{
	margin: 0;
	margin-right: 5px;
}

/* ----- MODULE CULTURE ----- */
.culture{
	margin-top: 30px;
}
.culture-title{
	font-size: 14px;
	font-weight: bold;
	color: #0C3A6D;
}

/* ----- MODULE RSS ----- */
div.bloc-rss{
	margin: 20px 0;
}
div.bloc-rss img{
	margin-right: 3px;
}
div.bloc-rss a{
	color: #cc4700;
	font-size: 14px;
	font-weight: bold;
}

/* !----- FOOTER ----- */
.footer{
	float: left;
	width: 780px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 11px;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered, img.aligncenter {
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 a{ border: none; }

.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;
}
/* End Images */