/*
Theme Name: Plumeliau
Theme URI: http://www.plumeliau.net/
Version: 1.0
Description: 2 Column theme
Author: webcube.fr
Author URI: http://www.webcube.fr/
*/


* { margin: 0; padding: 0; }

.hide { display: none; }

.flagged { outline: 5px solid red; }

h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	font-family:Arial;
}

p {
	margin-top:10px;
	text-indent:0px;
}


hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

html {
	
	}
body {
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	background-image:url("images/bg.gif");
	background-position:50% 0%;
	font-size: 100%;
	}


a {
	color:#0131b7;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* 
** The header 
*/	
div#header {
	height: 180px;
	width: 100%;
	margin: 0 auto;
	background: url(images/header-neige.jpg) no-repeat;
	background-position:50% 0%;
}
	
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;	
	text-indent: -9999px;
}
	
#header h1 a {
	display: block;
	width: 525px;
	height: 140px;
}
	
#header p {
	display: none;
}


/*
** Conteneur de la navigation
*/
div#navigation {
	width:900px;
	margin:auto;
	padding:0;
	border:0;
}



/*
** Conteneur general
*/
div#content {
	width:900px;
	margin:auto;
}


/* 
** Style d'un post
*/


div#posts {
	width:650px;
	float:left;
}
	
div#posts h2  {
	/* border-bottom:1px solid #AAA; */
}


.post {
	padding:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}
		
.post-content {
	padding:10px;
	text-align:justify;
	color:#000;
}

.post-content img {
	margin:10px;
	border:1px solid #999;
}

.post ul {
	list-style-type:none;
}

.post li {
	background:url(images/icons.gif) 0 -320px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:5px;
}


div#posts h2 a {
	font-size:30px;
	text-decoration:none;
	color:#000;
	margin:0;
	padding:0;
}

div#posts h3 {
	margin-top:10px;
	margin-bottom:10px;
}

div#posts h3 a {
	font-size:22px;
	color:#333;
}

div.post-info {
	font-size:12px;
	height:50px;
	background-repeat:no-repeat;
	color:#999;
}

div.post-info a img {
	border:none;	
	margin-right:5px;
}

div.post-comments {
	font-style:italic;
	color:#999;
	font-size:12px;
}


/*
** Informations sur l'auteur
*/
div.author_info {
	padding:0px;
	margin:15px;
}

div.author_info h1 {
	font-size:18px;
	color:#666;
}

table.author_info tr td a img {
	border:none;
}


/*
** Commentaires
*/

div.top-commentaire, span.comment-author {
	background-image:url(images/icons.gif);
	background-repeat:no-repeat;
	background-position:0 -96px;
	padding-left:20px;
	font-size:12px;
}


div.commentaire h3 {
	padding-left:20px;
	color:#666666;
}

div.commentaire table th {
	text-align:right;
}

div.commentaire table input,
div.commentaire table textarea {
	margin-left:5px;
}

input#submit {
	padding:5px;
	height:30px;
}


h2#comments-header {
margin-top:20px;
}

div.comment-text {
margin-left:10px;
font-style:italic;
}

div.commentaire {
	width:700px;
	color:#333;
font-size:12px;
padding-left:30px;
padding-right:30px;
}

div.commentaire ol {
margin:0;
padding:0;
list-style-type:none;
}

div.commentaire ol li {
margin:0;
padding:5px;
}

div.commentaire ol li.odd {
background-color:#FAFAFA;
border-bottom:1px solid #AAA;
border-top:1px solid #AAA;
width:590px;;
}

div.commentaire input  {
	border:1px solid #AAA;
	width:200px;
	font-size:14px;
	height:18px;
	margin:4px;
background-color:#EFEFEF;
}

div.commentaire textarea {
	width:500px;
	height:100px;
border:1px solid #AAA;
background-color:#EFEFEF;
}

div.commentaire div.note {
	font-size:12px;
	font-style:italic;
	color:#666;
	margin:5px;
	padding:10px;
}

div.commentaire fieldset table th {
	width:100px;
	font-size:12px;
	color:#666;
	text-align:left;
}


ol.commentlist {
	padding:15px;	
	width:100%;
}

ol.commentlist li {

}



/*
** Les 10 derniers posts...
*/
ul.blogposts {
	list-style-type:none;
}

ul.blogposts li {
	margin:5px;
	float:left;
	width:294px;
	padding:0;
	font-size:12px;
	text-align:justify;
	padding:15px;
	padding-top:5px;
	border:1px dashed #999;
	
}

ul.blogposts li h3 {
	margin:0;
	padding:0;
}

ul.blogposts li h3 a {
	font-size:14px;
	text-align:left;
	margin:0;
	padding:0;
}

/*
** Barre lat�rale
*/
div#sidebar {
	width:248px;
	float:left;
}

div#sidebar input.search {
	width:150px;
	height:16px;
	font-size:14px;
	background:url(images/icons.gif) 0 0 no-repeat;
	padding-left:22px;
	border:1px solid #999;
}


div#sidebar h3 {
	color:#555;

}

div#sidebar ul {
	list-style-type:none;
}

div#sidebar li {
	background:url(images/icons.gif) 0 -320px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:5px;
}

div#sidebar div.sideblock  {
	background:url(images/widgetsep.png) bottom no-repeat;
	padding:10px 15px 19px;
}

div.renseignement {
	margin:10px;
	border:1px dashed #999;
	padding:5px;
}


/*
** Pied de page
*/
div#footer {
	height:74px;
	margin:auto;
	background-image:url("images/bg-footer.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	clear:both;
}

div#footer table {
width: 900PX;
margin:auto;
}

div#footer table tr td {
	padding-left: 10px;
	padding-right: 10px;
}

div#footer p {
padding-top:55px;
	color:white;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
#suckerfishnav {
    background-image:url("images/bg-menu.gif");
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	border:0;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:44px;
    padding:0;
     margin:0;
    width:100%;
	z-index:999;
    }
#suckerfishnav a {
    display:block;
    color:#000066;
    text-decoration:none;
    padding:0px 10px;
	background-image:url("images/bg-menu-a.gif");
	background-repeat:no-repeat;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:252px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:250px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
	
#suckerfishnav li li li {
    border-top:1px solid #666666;
}

#suckerfishnav li li a {
    padding:10px 10px;
    width:230px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-33px 0 0 250px;
    }
#suckerfishnav li li:hover {
    background:#fef1c0;
    }

#suckerfishnav li:hover, 
#suckerfishnav li.sfhover {
	background-image:url("images/bg-menu-hover.gif");
}

#suckerfishnav li:hover a, 
#suckerfishnav li.sfhover a {
    color:#DDDDDD;
	background-image:url("images/bg-menu-a-hover.gif");
    background-repeat:no-repeat;
	}

#suckerfishnav li ul li:hover a, 
#suckerfishnav li ul li li:hover a, 
#suckerfishnav li ul li li li:hover a, 
#suckerfishnav li ul li li li:hover a {
    color:#000;
}


#suckerfishnav li:hover ul ul, 
#suckerfishnav li:hover ul ul ul, 
#suckerfishnav li:hover ul ul ul ul, 
#suckerfishnav li.sfhover ul ul, 
#suckerfishnav li.sfhover ul ul ul, 
#suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}

#suckerfishnav li:hover ul, 
#suckerfishnav li li:hover ul, 
#suckerfishnav li li li:hover ul, 
#suckerfishnav li li li li:hover ul, 
#suckerfishnav li.sfhover ul, 
#suckerfishnav li li.sfhover ul, 
#suckerfishnav li li li.sfhover ul, 
#suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fef1c0;
}



#suckerfishnav li:hover li a, 
#suckerfishnav li li:hover li a, 
#suckerfishnav li li li:hover li a, 
#suckerfishnav li li li li:hover li a,
#suckerfishnav li:hover li a,
#suckerfishnav li.sfhover li a,
#suckerfishnav li:hover li:hover a:hover,
#suckerfishnav li.sfhover li.sfhover a:hover
{
    color:#333;
	background:url("images/bg-menu-sub.gif");
	background-repeat:no-repeat;
    }