/*
Theme Name: ISND
Description: Thème pour l'ISND
Version: 0.1
Author: Yves Mairesse

*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 0.9em;
text-align: left;
background: #ffffff;
color: #444;
margin: 0;
padding: 0;
// background: #555 url(images/header_bg6.jpg);
}

#page {
margin: 30px auto 20px auto;
width: 960px;
background-color: white;
border: 5px solid #999;
}

/* header */

#header {
margin: 10px 10px 10px 20px;
padding-top: 5px;
height: 140px;
background-image: url(images/gradient.jpg);
}

* html #header {
margin: 10px 10px 10px 20px;
height: 105px;
background-image: url(images/gradient.jpg);
}

#header h1 a {
	padding-left: 5em;
	color: orange;
}

#header h2 {
	padding-left: 15em;
	color: #FF6304;
}
	
#header img {
border: 0px;
float: left;
}

#header p {
text-align: right;
font-weight: bold;
color: #FF6304;
}
/* home content */

#content {
width: 710px;
margin-left: 10px;
padding: 20px 20px 20px 10px;
float: left;
}

* html #content {
width: 710px;
margin-left: 10px;
padding: 20px 10px 10px 5px;
float: left;
}

#content h2 a {
font-size: 1.2em;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
}

#content h2 {
font-size: 1.2em;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
color: #579200;
margin: 0;
}

.post_content {
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #555;
}

.tags {
	background-color: #f2f2f2;
	padding: 5px;
	margin-bottom: 30px;
}

#date {
font-size: 0.7em;
font-style: normal;
font-weight: normal;
line-height: 1em;
text-decoration: none;
}

#home-comments, #home-comments a {
	display: inline;
	color: #555;
	font-size: 0.5em;
}


/* sidebar */

.sidebar {
width: 140px;
margin: 0 20px 0 20px;
float: right;
}

*html .sidebar {
width: 140px;
margin: 0 10px 0 10px;
float: right;
}

.sidebar a {
	text-decoration: none;
    color: red;
    font-size: 0.8em;
}

.sidebar ul{
list-style-type: none;
padding: 0;
margin-bottom: 20px;
margin-left: 0;
}

.sidebar ul h2{
	color: white;
	background: orange;
	font-size: 13px;
	padding: 8px;
	font-weight: normal;
}

.widget{
	margin-bottom: 20px;
}

/* footer */

#footer{
clear: both;
margin: 0 10px 0 10px;
}

#footer p{
padding: 10px;
background-color: #aaa;
color: white;
font-size: 0.7em;
}

#footer p a{
color: #ccc;
text-decoration: none;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	color:#FFE24F;
}

/* navigation */

#navbar {
display: block;
float: left;
background-color: #ddd;
margin-left: 20px;
margin-top: 10px;
margin-right: 20px;
width: 920px;
}


#nav2 {
    font-size:13px;
    background: #ddd;
    
}


#nav2, #nav2 ul {
	list-style: none;
	float: left;
	line-height: 1.5;
	padding: 0;
	width: 600px;
	margin: 0;
}


* html #navbar {
margin-left: 10px;
margin-right: 30px;
}


#nav2 a ,#nav2 a:hover{
	display: block;
	text-decoration: none;
	border:none;
	background-color: #aaa;
}

#nav2 li {
	float: left;
	list-style:none;
	border-right:1px solid #aaa;
}

#nav2 a,#nav2 a:visited {
	display:block;
	color: #f5f5f4;
	padding:6px 10px 6px 10px;
}

#nav2 a:hover, #nav2 a:active
{
	background:#FFA500;
	text-decoration:none
}	

/* Dropdown Menu */

#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}

#nav2 li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav2 li li a,#nav2 li li a:visited{
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav2 li li a:hover,#nav2 li li a:active{
	background:#000;
}	

 #nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
}

a.main:hover{
    background:none;
}

#searchform {
	float:right;
	text-align:right;
	margin: 0;
	padding: 4px 10px;
}


/* gestion des commentaires */

.comments-template{
margin: 0px 0 0 0;
}

.comments-template ol{
margin: 0px;
padding: 0;
list-style: none;
}


.comments-template ol li{
margin: 10px 0 10px 0;
line-height: 15px;
padding: 0 0 0px;
display: inline;
float: left;
width: 580px;
}

.comments-template ol li p{
margin-left: 10px;
}

.reply {
	margin: 10px;
}


.comments-template ol li .depth-2 {
	background-color: #f5f5f4;
	width: 540px;
}

.comments-template ol li .depth-2 p textarea#comment {
	width: 510px;
}

.comments-template ol li .depth-3 {
	background-color: #ccc;
	width: 490px;
}

.comments-template h2, .comments-template h3{
clear: both;
font-size: 1em;
margin: 0;
padding: 20px 0;
}


.comments-template p.nocomments{
padding: 0;
}


.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	border: 2px solid #ccc;
}

cite {
	padding: 0 0 0 15px;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	
}

cite a{
	background-color: transparent;
	text-decoration: none;
}

.commentmetadata a {
	padding: 0 0 0 15px;
	background-color: transparent;
	text-decoration: none;
}

.comment-author {
	margin: 10px 10px 5px;
}

.comment_info {
	padding: 3px 0;
}
.alignright {
float:right;
padding:0 0.5em;
}
.alignleft {
float:left;
padding:0 0.5em;
}


.comment {
	color: #555;
	padding: 20px 20px 20px 220px;
}

.comment p {
	margin: 0;
	padding-bottom: 10px;
}


h3#respond {
clear: both;
}

ol.trackbacks-layout {
	clear: both;
	padding-bottom: 10px;

}

ol.trackbacks-layout li {
	padding: 20px;
	background: #ccc;
	width: 540px;
}

textarea#comment {
	width: 580px;
}


/* page search */

#searchno #searchform {
	float: left;
}