﻿/*

Theme Name: FreeDream

Theme URI: http://dreamgratuit.canalblog.com/archives/2009/11/17/15836058.html

Description: A theme presented by Dreamweaver Gratuit. FreeDream is a clean and simple theme using HTML5 and CSS3 properties. This theme works fine on every current versions of MSIE (6, 7 and 8), Firefox and Safari.

Version: 1.3

Author: Caroline Monmerqué

Author URI: http://dreamgratuit.canalblog.com

Tags: brown, blue, fixed-width, two-columns



This theme was designed and built by Caroline Monmerqué,

whose blog you will find at http://dreamgratuit.canalblog.com/



The 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;

	background-color: #fff;

	background-image:url(images/background.gif);

	background-repeat:no-repeat;

	background-position:center top;

	color: #333;

	margin: 0 0 20px 0;

	padding: 0;

}



#container {

	background: none;

	margin: 0 auto;

	width: 960px;

}



/* The page header     */

/* ******************* */

/* applied to <header> */



#logo {

	padding-top:40px;

}

#logo h1 {

	font:bold 50px Tahoma, Geneva, sans-serif;

	letter-spacing: 10px;

	margin: 0 0 0 260px;

}

#logo h1 a {

	color:#000;

	text-decoration: none;

}

#logo h2 {

	font:normal 12px Arial, Helvetica, sans-serif;

	margin: 0 0 20px 265px;

	text-align:left;

	color:#666;

}

#pages {

	float:right;

}

#navlist, #navlist ul  {

	padding : 0;

	margin : 0;

	list-style : none;

	line-height : 21px;

	text-align : center;

}

#navlist {

	font-family: Tahoma, Geneva, sans-serif;

	font-size : 11px;

	text-transform:uppercase;

	letter-spacing: 3px;

}

#navlist a {

	display : block;

	padding : 0;

	background : #8ddee0;

	color : #785430;

	text-decoration : none;

	width : 110px;

	padding: 3px;

}

#navlist a:hover {

	color: #8ddee0;

	background: #785430;

}

#navlist li {

	float : left;

	border-right : 1px solid #fff;

}

html>body #navlist li{

	border-right: 1px solid transparent ;

}

#navlist li ul {

	position: absolute;

	width: 110px;

	left: -999em;

}

#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 {

	background-color:#FFF;

	padding:20px;

	margin-bottom: 20px;

	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 #CCC;

	background-image: url(images/search.gif);

	background-repeat: no-repeat;

	background-position: right top;

}



/* Pages navigation */

/* *************** */

.left a, .right a {

	font: normal 13px Georgia, "Times New Roman", Times, serif;

	color: #e04d88;

}

.left {

	text-align:left;

}

.right {

	text-align: right;

}



/* The posts */

/* ********* */

#left {

	float:left;

	width: 580px;

	margin-bottom: 20px;

}

#titre h1 {

	margin-bottom: 3px;

}

#titre h1 a {

	color:#a69c91;

	font: bold 39px Arial, Helvetica, sans-serif;

	letter-spacing: -2px;

	text-decoration:none;

}

#titre h1 a:hover {

	color: #785430;

}

#titre pre {

	font: normal 11px "Courier New", Courier, monospace;

	letter-spacing: 3px;

	text-transform:uppercase;

	color: #e04d88;

	border-top: 1px dotted #ccc;

	padding:10px 0 0 0;

	margin: 0 0 25px 0;

}

#article h1, h2, h3, h4, h5, h6 {

	color:#785430;

	letter-spacing: -1px;

}

#article h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	color:#a69c91;

}

#article p {

	line-height: 1.5em;

	color: #424040;/*#666*/

	font-size: 90%;

}

#article p a {

	color: #785430;

	border-bottom: 1px dotted #70a624;

	text-decoration:none;

}

#article p a:hover {

	background-color: #EEECEA;

}

#article p.postmetadata {

	margin-bottom: 50px;

	font: 13px/20px Georgia, "Times New Roman", Times, serif

}

#article ul, ol {

	font-size: 90%;

	color: #666;

}

#article table {

	border-collapse: collapse;

}

#article td, th {

	color: #666;

	font-size: 90%;

	padding: 5px;

	border: 1px solid #EAEAEA;

}



/* 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: 660px;

}

#sidebar ul {

	list-style-type:none;

	margin:auto !important;

	margin: 10px;

}

#sidebar ul li h2 {

	font: normal 37px/35px Arial, Helvetica, sans-serif;

	letter-spacing: -2pt;

	text-transform:lowercase;

	color:#E8E8E8;

	padding: 0;

	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: #5cb4bc;

	text-decoration: none;

	margin-left: 2px !important;

	margin-left: 10px;

}

#sidebar ul li ul li a:hover {

	text-decoration:none;

}

#searchform {

	color: #60dcdf;

	text-align:center;

	text-transform:uppercase;

	font-size: 10px;

	letter-spacing: 2px;

	margin:0 0 25px 0;

	padding-right: 20px;

}

#sidebar .button {

	color: #fff;

	font-size:24px;

	border: none;

	background: none;

	padding-top: 5px;

}

#sidebar .field {

	border: 2px solid #60dcdf;

	padding: 3px;

	margin-top: 7px !important;

	margin-top: 2px;

}

.widget_tag_cloud a {

	color: #5cb4bc;

	text-decoration: none;

}

#rss-img {    /* background image */

	width : 91%;

	height: 35px;

	background: url(images/rss.png) top center no-repeat;

	margin-top: 5px;

}

#zone1 {    /* link zone */

	width : 100%;

	height: 100%;

	float: left;

}

#twitter-img {    /* background image */

	width : 91%;

	height: 35px;

	background: url(images/twitter.png) top center no-repeat;

	margin-top: 5px;

}

#zone2 {    /* link zone */

	width : 100%;

	height: 100%;

	float: left;

}



/* 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 li {

	display: inline;

	list-style-type: none;

	padding: 0 7px;

	border-right: 1px solid #a69c91;

}

#general li a {

	color: #B85;

	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-top: 4px;

margin: 10px;

-moz-border-radius: 3px;

-khtml-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

}

.wp-caption img {

margin: 0;

padding: 0;

border: 0 none;

}

.wp-caption-dd {

font-size: 11px;

line-height: 17px;

padding: 0 4px 5px;

margin: 0;

}

.seccion{padding:5px 0 5px ;margin:0px 0 5px 5px;overflow:hidden;}
.seccion h2{
	margin:5px;
	padding:4px 0;
	margin-bottom:10px;
	font: normal 37px/35px Arial, Helvetica, sans-serif;
	letter-spacing: -2pt;
	text-transform:lowercase;
	color:#E8E8E8;
}
.seccion ul{width:220px;padding:0px 1px 0px 0px;margin:0px;list-style:none;list-style-type:none}
.seccion li{list-style:none;margin:0px;padding-bottom:1px;padding:0px;color:#666666}

.seccion li a{border:0px;color:#666666;padding:5px;margin:0px;display:block;list-style:none}
.seccion li a .thpost{max-width:80px;max-height:80px;float:right;border:0;margin:4px;width: expression(this.width > 80 ? 80: true);position:relative;}
.seccion li a .avatar{max-width:70px;max-height:70px;float:right;border:0;margin:4px;width: expression(this.width > 70 ? 70: true);position:relative;}
.seccion li a span.titulo{
	display:block;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #5cb4bc;
}
.seccion li a {font-family: Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:normal;line-height:110%;text-decoration:none;}
.seccion li a:hover {color:#666666;text-decoration:none;background-color:#eee;}
.seccion li a:hover span.titulo{color:#5cb4bc;text-decoration:none;}

.tags {color:#b6b5b5;font-size:12px;}
.tags a {
	font-weight:bold;
	font-size:12px;
	color:#dcdbdb;
	padding: 1px 10px 3px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}
.tags a:hover {
	color: #785430;
	text-decoration:none;
}
.social{width: 100%;margin:2px 0;padding:2px 5px;}
.social .related{margin: 0;padding: 0;width: 100%}

/*
   Related
   ---------------------- */
.related h2{margin:8px;padding:4px 0 4px;font-size:1.5em;font-weight:bold;color:#a69c91;border-bottom: 3px dashed #ccc;}
.related ul{margin:0;padding:0;margin:0;}
.related li{float: left;width: 270px;height: 110px;padding: 5px 0 5px 0;list-style:none;margin:0 4px;}
.related li a{display:block;text-decoration:none;color:#666;}
.related li a .thpost{width:70px;height:70px;float:left;border:0;margin:4px;}
.related li a span.titulo{font-weight:bold;display:block;color:#5cb4bc;font-size:1.0em;line-height:90%;}
.related li a span{font-family: "lucida grande", "segoe ui", verdana, helvetica, arial, sans-serif;font-size:12px;font-weight:normal;line-height:80%;}
.related li a:hover{background:#eee; color:#36393D;text-decoration:none;-moz-border-radius:5px;position:relative;}
.related li a:hover span.titulo{color:#666;}
.related li a span{color:#36393D;text-decoration:none}
.related li a:hover span {color:#36393D;}
*html .related li {width: 265px;}
*html .related li a .thpost {position:relative;}
*+html .related li a span{line-height:110%;}
*html .related li a span{line-height:110%;}


