/*
Theme Name:Lise
Theme URI:http://www.egouy.com/
Description:Minimal news theme, inspired and adapted from <a href="http://midmodesign.com/">Clean Home</a> and <a href="http://woothemes.com/">Coffee Break</a>.
Version:1.0
Author:Ulrich EGouy
Author URI:http://www.egouy.com/
Tags:white, blue, fixed-width, two-columns, right-sidebar

	"Lise" by http://www.egouy.com/

	The CSS, XHTML and design is released under the GPL.

*/

/* General
-------------------------------------------------------------- */

body {
font-family:Arial, serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
}
a {
text-decoration:none;
color:#0d4770;
font-weight:600;
}
a:hover {
text-decoration:underline;
}
hr{
margin-top:35px;
margin-bottom:35px;
border:0;
background:url(images/hr.png) center center no-repeat;
width:234px;
height:12px;
color:#fff;
clear:both;
}
#wrapper {
width:900px;
margin:40px auto;
}

img.alignright {float:right; margin:0 0 2em 2em} /* For image wrapping */
img.alignleft {float:left; margin:0 2em 2em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 2em 2em}
a img.alignleft {float:left; margin:0 2em 2em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
p img { padding: 0; max-width: 100%; }
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

/* Header
-------------------------------------------------------------- */
#wrap-header {
width:100%;
height:auto;
background-color:#181F29;
}
#header {
width:900px;
height:150px;
margin:0 auto;
}
#logo {
float:left;
width: 215px;
height: 83px;
text-indent: -9000px;
background: url(images/logo.png) no-repeat;
margin-top: 20px;
}
#logo a {
width: 215px;
height: 83px;
display: block;
text-decoration:none;
}
#title a:hover{
  border: none;
}
#nav {
float:right;
width:auto;
padding:12px 0 0;
margin-top: 40px;
line-height: 2.5;
}
#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav a {
color:#a5b4c0;
font-size:11px;
letter-spacing:1px;
font-family:constantia,'hoefler text','palatino linotype',serif;
font-weight:400;
text-transform:uppercase;
display:block;
padding:0 10px;
border-bottom:none;
}
#nav a:hover, #nav li.current_page_item a{
color:#fff;
background:#0d4770;
text-decoration:none;
border:1px solid #1c74b1;
border-width: 0 0px 1px 0;
}

/* Presentation
-------------------------------------------------------------- */

#presentation {
margin: 0 auto;
padding-top: 20px;
width:900px;
height:auto;
background-color:#181F29;
}
.texte-presentation {
width:440px;
min-height: 400px;
float:left;
}
.texte-presentation h2{
color: #fff;
font-size: 28px;
font-weight:600;
line-height:160%;
font-family:constantia,'hoefler text','palatino linotype',serif;
}
.texte-presentation p{
color: #a5b4c0;
font-size: 16px;
font-weight:400;
line-height:120%;
}
a.button {
background: url(images/btn-slider-right.png) no-repeat scroll top right; 
display: block;
float: left;
height: 46px; 
margin-right: 6px;
padding-right: 13px; 
text-decoration: none;
color: #3e3e3e;
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:18px;
}
a.button span {
float:left;
background: url(images/btn-slider.png) no-repeat; 
display: block;
line-height: 46px; 
padding: 1px 5px 5px 18px;
} 
a.button:hover span{ text-decoration:underline; }
span.middle { float: left; padding: 13px 13px 13px 9px; }

.video-presentation {
margin-top: 10px;
float:right;
}

/* Content
-------------------------------------------------------------- */
.gradient{
width:100%;
height:38px;
border-top: 1px solid #000;
background:url(images/gradient.gif) repeat-x;
}

#content {
width:620px;
float:left;
padding:0 0 30px 0;
min-height:420px;
}
.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-size: 14px;
font-style:italic;
font-family:constantia,'hoefler text','palatino linotype',serif;
}
.post h1 a {
color: #555;
border-bottom:1px dashed #ccc;
}
.post h1 a:hover {
color: #555;
text-decoration: none;
background: #F7F7F7;
border-bottom:1px solid #ccc;
}
.post h2 {
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:28px;
margin:0 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#0D4770;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
color: #9F9F9F;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}

/* Comments
-------------------------------------------------------------- */

#comments h3, #comments h4{
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:constantia,'hoefler text','palatino linotype',serif;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:constantia,'hoefler text','palatino linotype',serif;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:constantia,'hoefler text','palatino linotype',serif;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
width:250px;
float:right;
margin:0 0 25px 0;
}
#sidebar h3 {
border-bottom:1px dashed #ccc;
font:12px uppercase constantia,'hoefler text','palatino linotype',serif;
font-weight:bold;
text-transform:uppercase;
color:#555;
letter-spacing:1px;
margin:5px 0;
padding:0 0 15px;
line-height:24px;
}
#sidebar .block {
border:1px solid #ccc;
margin-bottom: 20px;
padding: 5px 10px 5px 10px;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li a {
background:transparent;
color:#636363;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 5px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7;
color:#000;
text-decoration:none;
}
#sidebar .news h3 {
background:url(images/ico-news.png) no-repeat left 3px;
padding-left:32px;
}
#sidebar .archives h3 {
background:url(images/ico-archives.png) no-repeat left 3px;
padding-left:32px;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#0D4770;
border-bottom:1px dashed #0D4770;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
}
#sidebar #wp-calendar tfoot td{
}

/* Footer
-------------------------------------------------------------- */

#footer {
width:900px;
float:left;
background:url(images/hr-footer.png) repeat-x;
text-align:center;
font-size: 12px;
padding:30px 0 40px 0;
}

/* This is the end, my dear friend, the end.
-------------------------------------------------------------- */