/*
Theme Name: Ellen's theme (custom, not for redistribution).
by Likely Arts Web + Print, 2010.
Based on the FreeDream theme by Dreamweaver Gratuit
Author: Lynn Schirmer, Caroline Monmerqué
Author URI: http://likelyarts.com, http://dreamgratuit.canalblog.com
FreeDream's CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* ******************************************************** */
/* VERY IMPORTANT : for HTML5 tags. Do NOT remove the code  */
/* below. All unknown tags are interpreted by default as    */
/* "display:inline"                                         */
/* ******************************************************** */
 
header, hgroup, section, footer, aside, nav, article { 
	display: block;   
}


/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #785430;
	margin: 0 0 20px 0;
	padding: 0;
background: #f8f8f8;
}

#container {
	background: none;
	margin: 0 auto;
	width: 960px;
}

a {
color: #336699;
}

a:visited {
color: #5cb4bc;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix { display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix { height: 1%;}

/* The page header     */
/* ******************* */
/* applied to <header> */

#logo {
position: relative;
margin: 20px 0 0 0;
padding:20px 20px 0 20px;
width: 920px;
background: #fff;
border-radius: 10px;   /* rounded corner, news CSS3 property */
	-moz-border-radius: 10px;   /* rounded corner for Gecko */
	-webkit-border-radius: 10px; /* rounded corner for Safari and Konqueror */
	border: 1px solid #86592d;
}
#logo h1 {
margin: 20px 0 0 30px;
font:bold 50px;
}
#logo h1 a {
color: #86592d;
text-decoration: none;
}
#logo h2 {
font:normal 18px Arial, Helvetica, sans-serif;
margin: 0 0 20px 30px;
text-align:left;
color: #86592d;
font-style: italic;
}

img a, img.printfriendly  {
margin-top: 5px;
border: none;
outline: 0;
}

#search {
position: absolute;
top: 40px;
right: 40px;
width: 210px;
}

#searchform {
text-align:left;
text-transform:uppercase;
font-size: 10px;
letter-spacing: 2px;
margin:0;
}
#search .field {
border: 1px solid #cab8a7;
background: #f8f8f8;
padding: 3px;
width: 160px;
}

#search input[type=submit] {
display: inline;
color: #86592d;
text-align: middle;
font-size:24px;
border: none;
background: none;
cursor: pointer;
}

#pages { 
margin: 0 -20px;
width: 960px;
}
#navlist, #navlist ul  {
padding : 10px 0; 
margin : 0 0 0 50px; 
list-style : none; 
text-align : left; 
}
#navlist {
font-family: Tahoma, Geneva, sans-serif; 
font-size : 16px; 
}

#navlist li { 
float: left;
margin: 0;
padding: 5px 0; 
text-align: left; 
}

#navlist a {
display : block;      
color : #336699;
text-decoration : none; 
margin: 0 20px 0 3px;
padding: 0 17px;
background: url(images/mainarrow.png) bottom left no-repeat;
}
#navlist a:hover, #navlist li.current_page_item a {
text-decoration: underline; 
background: url(images/mainarrowon.png) bottom left no-repeat;
}

#navlist a:visited {
color: #194672;
}

html>body #navlist li{
}

/* no drop-down on main menu see header */
#navlist li ul { 
position: absolute; 
width: 110px; 
}

#navlist li ul li {
border-top : 1px solid #fff; 
}
html>body #navlist li ul li {
border-top : 1px solid transparent; 
}

#navlist li ul ul  {
margin : -22px 0 0 110px ; 
border-left : 1px solid #fff ; 
}

html>body #navlist li ul ul {        
border-left     : 1px solid transparent ; 
}

#navlist li:hover ul ul, #navlist li.sfhover ul ul {
left: -999em; 
}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul  {
	left: auto;
	min-height: 0;
}

/* Background content */
/* ****************** */
#content {
	padding:20px;
	margin-bottom: 20px;
background: #fff;
border-radius: 10px;   /* rounded corner, news CSS3 property */
	-moz-border-radius: 10px;   /* rounded corner for Gecko */
	-webkit-border-radius: 10px; /* rounded corner for Safari and Konqueror */
	border: 1px solid #86592d;
}

/* Pages navigation */
/* *************** */
.left a, .right a {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}

/*rss button */
a#rss {
padding: 20px 0 0 40px;
background: url(images/rss.gif) bottom left no-repeat;
color: #785430;
text-decoration: none;
}



/* The posts */
/* ********* */


#left {	
	float:left;
	width: 500px;
	margin: 0 0 20px 30px;
}

#left h1, h2, h3, h4, h5, h6 { 
letter-spacing: -1px;
}

#left h1 {
font-size: 22px;
}

#left h2 {
font-size: 20px;
}

#left h3 {
font-size: 18px;
}

#titre h1 {
margin-bottom: 3px;
border-bottom: 1px dotted #ccc;
font-size: 22px;
}
#titre h1 a {
font: bold Arial, Helvetica, sans-serif;
letter-spacing: -1px;
text-decoration:none;
}
#titre h1 a:hover {
color: #194672;
}
#titre h1 a:visited {
color: #194672;
}

#titre pre {
	font: normal 11px "Courier New", Courier, monospace;
	letter-spacing: 3px;
	text-transform:uppercase;
	color: #336699;
	border-top: 1px dotted #ccc;
	padding:10px 0 0 0;
	margin: 0 0 25px 0;
}

#article h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: #86592d;
}

p {
	line-height: 1.5em;
	font-size: 90%;
}
#article p a, #article ul li a {
color: #336699;
border-bottom: 1px dotted #70a624;
text-decoration:none;
}

#article p a:hover, #article ul li a:hover {
	background-color: #eeecea;
}

#article p a:visited, #article ul li a:visited {
color: #194672;
} 

#article p.postmetadata {
	margin-bottom: 80px;
	font: 13px/20px Georgia, "Times New Roman", Times, serif
}
#article ul, ol {
	font-size: 90%;
}

#article ul {
list-style-type: disc;
}

#article ul li {
margin: 10px 0;
}

#article table {
	border-collapse: collapse;
}
#article td, th {
	color: #666;
	font-size: 90%;
	padding: 5px;
	border: 1px solid #ccc;
}

/* The comments */
/* ************ */

#respons .rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#EEECEA;
	border: 1px solid #978D80;
	padding: 3px;
}
.commentlist .quote {   
    background: url(images/bg_quote.gif) no-repeat top right ;   
}   
.commentlist li {   
    padding: 5px 18px 22px 18px;   
	border-radius:10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;   
	-webkit-border-radius: 10px 10px 0 0; 
	margin-top:15px;   
    background:#EEECEA url(images/bg_commentlist.gif) bottom left no-repeat;   
    color:#785430; 
	height: 100px;
}   
html>body .commentlist li  {
	height: auto;
	min-height: 70px;
} 
.commentlist cite {   
    display:block;   
    font-style:normal;
	padding-left: 20px;
}   
.commentlist cite a:link, .commentlist cite a:visited {   
    color:#5cb4bc;   
    text-decoration:none;   
}   
.commentlist cite a:hover, .commentlist cite a:active {     
    text-decoration:underline;   
    }  
.commentlist img.avatar {
	float:left;
	margin-right: 10px;
	border: 4px solid #fff;
}

/* The sidebar */
/* *********** */
#sidebar {
margin-left: 580px;
margin-bottom: 30px;
}
#sidebar ul {
list-style-type:none;
margin:auto !important;
margin: 0px;
}
#sidebar ul li h2 {
font: normal 28px/26px Arial, Helvetica, sans-serif;
letter-spacing: -2pt;
color:#a0bbd6;
margin: 30px 0 20px 0;
}
#sidebar ul li ul {
font: 15px Arial, Helvetica, sans-serif;
list-style-image: url(images/arrow.gif);
padding:0 24px;
}
#sidebar ul li ul li {
margin: 10px 0;
}

#sidebar ul li ul li a {
color: #336699;
text-decoration: none;
margin-left: 2px !important;
margin-left: 10px;
}
#sidebar ul li ul li a:hover, #sidebar ul li ul li.current_page_item a {
border-bottom: 1px solid #336699;
}

#sidebar ul li ul li a:visited {
color: #194672;
}

#sidebar .button {
color: #fff;
font-size:24px;
border:none;
background: none;
padding-top: 5px;
}
#sidebar .field {
border: 2px solid #cab8a7;
padding: 3px;
margin-top: 7px !important;
margin-top: 2px;
}
.widget_tag_cloud a {
color: #5cb4bc;
text-decoration: none;
}

/* footer */
#general {
	clear:both;
	font: 11px Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #785430;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
}

#general ul {
margin: 0 auto;
width: 840px;
padding: 10px 0;
}

#general li {
margin: 0;
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: 1px solid #a69c91;
}
#general li a {
	color: #336699;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}

/* others - do NOT delete, needed since wordpress 2.5 */
/* ************************************************** */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding: 8px;
margin: 20px 10px 30px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0 auto;
padding: 0;
border: 0 none;
}
.wp-caption-dd {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}