/*  
Theme Name: HM Summer
Theme URI: http://www.hardingmarketing.com
Description: Harding Marketing Summer 2010. 
Version: 1.0
Author: Asa
Author URI: http://www.hardingmarketing.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#bedbf7;
}

#container {
   width:839px;
   margin:5px auto 0 auto;
}

#header {
	position:relative;
	float:left;
	width:839px;
	height:208px;
	background-image: url(images/bg-header.png);
}

#infos-header {
	width:810px;
	height:190px;
	margin-top: 18px;
	margin-left: 16px;
	background-image: url(images/header.jpg);
}

#header2 {
	position:relative;
	float:left;
	width:839px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
}

#infos-header2 {
	position:relative;
	width:810px;
	height:36px;
	margin-top: 0px;
	margin-left: 16px;
	background-color: #99cc33;
}
#recherche {
	position:relative;
	top: 5px;
	width: 200px;
}

#infos-header2 h1 {
   position:absolute;
   left:25px;
   bottom:2px;
   font-size:1.7em;
   text-transform: none;
   font-weight: normal;
}

h1 {
	position:absolute;
	left:50px;
	bottom:40px;
	font-size:1em;
	text-transform:none;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#016239;
}

#description {
   position:absolute;
   left:50px;
   bottom:20px;
   font-size:0.8em;
   color:#EBF7FD;
}

#main {
	position:relative;
	float:left;
	width:839px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
}
#subtitle {
	position:relative;
	float:left;
	width:588px;
	height:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-left: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	color: #666666;
	font-size: 1.2em;
	background-image: url(images/subtitle.png);
	background-repeat: no-repeat;
}
#main-content {
   position:relative;
   float:left;
   width:530px;
   margin:30px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 10px 0;
   font-size:0.85em;
   text-align:justify;
   line-height:1.5em;
   padding:0;
}
.post img {
	border: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width:520px;
	color: #99cc33;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}

.post h2 a:link, .post h2 a:visited {
   color:#99cc33;
   text-decoration:none;
}

.post h2 a:hover {
   color:#B5C2CF;
   background:none;
}

.post a:link {
   color:#99cc33;
   font-weight:bold;
}

.post a:hover, post a:visited {
   background:#EFDFB3;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
	width:520px;
	height:22px;
	margin:15px 0 30px 0;
	padding:5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:0.8em;
	color:#aaa;
        font-weight:bold;
        clear:both;
}

.postmetadata a:link, .postmetadata a:visited {
   color:#888;
   text-decoration:none;
}

.postmetadata a:hover {
	color:#666666;
	background-color: #FFFFFF;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

    img.centered {
    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;
    }

/* SIDEBAR */

.sidebar-wrapper {
	position:relative;
	float:right;
	display:inline;
	width:220px;
	padding:0;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#B5C2CF;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#E7E7E7;
   border:1px solid #FFF;
   width:160px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img.rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:220px;
}


#sidebar ul {
	list-style-type:none;
	margin:0;
	font-size: 0.7em;
}

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#99cc33;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   text-decoration:none;
   padding:5px;
}

#sidebar a:hover {
   background:#99cc33;
   color:#FFF;
}


/* PIED DE PAGE */

#footer {
	position:relative;
	float:left;
	width:839px;
	height:122px;
	color:#aaa;
	padding:10px 0;
	font-size:0.8em;
	text-align:center;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}
#footer2 {
	position:relative;
	float:left;
	width:839px;
	color:#aaa;
	padding:5px 0;
	font-size:0.8em;
	text-align:center;
}

#footer2 a:link, #footer2 a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer2 a:hover {
   color:#000;
   background-color:#D1E5EF;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:490px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#99cc33;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

