/*   
Theme Name: Bubblue
Theme URI: http://shinoli.freezee.org/blog/2006/10/04/bubblue-beta-1/
Description:  Based on a Deviantart wallpaper called Fluid Motion.   Changelog : new body bakground, Automattic's widget plugin support added, comments list error fixed.
Author: Gilles and Shinoli	
Author URI: http://shinoli.freezee.org/blog/2006/10/15/bubblue-beta-1-english/
Version: Beta 1
.
Code is poetry.
.
*/


/* ************************************************
Bubblue
- design & code : Gilles Marlet & Shinoli
- icones : http://www.svay.com/
-Header : based on a Deviantart wallpaper : http://www.deviantart.com/deviation/33422106/?&q=Fluid+Motion&qh=boost%3Apopular+age_sigma%3A24h+age_scale%3A5
************************************************ */
	
/**Body**/
/***********************/
body {

	background: #F3F3F3 url(images/bodybg.png) repeat-x top left;
	font: 0.7em Arial,sans-serif;
	color:#222;
	text-align: center;
	margin: 0;
	}
	
/* Common styles*/
/***********************/
a:link, a:visited { color: #55b9f2; text-decoration: none; }
a:hover { color: #55b9f2; text-decoration: underline; }

hr{display:none;}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #cccccc;
	padding:2px;
	margin:2px;
	}
	
p img.middle {
	display: block;
	margin: 2px auto;
	}
	
p img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

p img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}



.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.pagetitle {
background: transparent url(images/page_white.png) no-repeat top left;
color:#bbb;
padding-left:20px;
font-weight:normal;
}
h2.center{
color:#bbb;
padding-left:10px;
font-weight:normal;
}
ul {list-style-type:none}
/**Page**/
/***********************/
#page {

	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 792px;
	background: transparent url(images/background.png) repeat-y top center;
	}

/**Header**/
/***********************/
#header {
	padding: 0;
	margin: 0 auto;
	background: transparent url(images/top.jpg) no-repeat center bottom;
	width: 732px;
	height:258px;
	}
	
#header h1{
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
	color:#fff;
}

#header h1 a{
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	}
/**Narrowcolumn **/
/***********************/
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 460px;
	}
	
/**Posts**/
/***********************/
.post {
	margin: 0 0 40px;
	text-align: justify;
	color: #444;
	font-size:1em;
	font-family:"lucida grande", verdana, arial, serif;
	margin-top:20px;
	}
.post-title {
background: transparent url(images/title.png) no-repeat left center;
	}
.post h2 {
	font-family:"trebuchet ms";
	font-weight:normal;
	color: #666;
	padding: 0 0 0 14px;
	font-size: 1.7em; 
	/*border-left:5px solid #d3f848;*/
	margin:0 0 3px 0;
	}
.post h2 a{}
.post h2 a:hover {text-decoration:underline;}
.post h2 a:visited {text-decoration:none;}

.postinfo {
	font-size:1em;
	font-family:"lucida grande", verdana, arial, serif;
	display:inline;
	padding-left: 14px;
	background:transparent;
	/*border-left:5px solid #d3f848;*/
    }

.infocom {
	text-decoration: none;
	padding: 2px 10px 2px 18px;
	background: transparent url(images/commentaire.png) no-repeat 0 50%;
	height:20px;
    }

.infocom a, .infocom a:visited {
	color:#777;
	font-size:1em;
	font-family:"lucida grande", verdana, arial, serif;
    }

.infocom a:hover {
    text-decoration:underline;
    }

.infodate {
    background: #fff url(images/info.png) no-repeat left bottom;
    color:#BBB;
    height:20px;
    padding: 2px 10px 2px 18px;
    }

.infodate a {color:#BBB;}



.entry,.entrytext {
    margin-top:10px;
    line-height:1.4em;
	background: #fff url(images/backgroundpost.jpg) no-repeat center bottom;
	padding-bottom:2em;
    }

.postmetadataalt {
	color:#777;
	}

.postmetadataaltrss{
	background: transparent url(images/rss.png) no-repeat left center;
	padding-left:18px;
	height:16px;
	padding-top:3px;
	}

/**Comments**/
/***********************/

.commentlist {
	padding: 0;
	text-align: justify;
	}
ul #commentul {
list-style-type: none;
}	
.commentlist li {
	font-weight: normal;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style-type: none;
	}

.commentlistinfo, .commentlistinfo a{
	font-family:  Arial, Sans-Serif;
	font-size: 1em;
	text-decoration:none;
	font-style: normal;
	color:#BBB;
	}



.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-family:  Arial, Sans-Serif;
	font-size: 1.15em;
	text-decoration:none;
	margin: 10px 5px 10px 0;
	padding: 0;
	background: transparent;
color:#333;
	}

.commentnum{
	font: 1.56em  Helvetica, Sans-Serif;
	font-weight: normal;
	color:#BBB;
	margin-right:18px;
	}
	
.commentauth{
	font-family:  Arial, Sans-Serif;
	font-size: 1.1em;
	text-decoration:none;
	font-style: normal;
	color: #55b9f2;
	}

.commentauth a:link, .commentauth a:visited {
	font-family:  Arial, Sans-Serif;
	font-size: 1.1em;
	text-decoration:none;
	font-style: normal;
	color: #55b9f2;
text-decoration:underline;
	}

.commentauth a:hover { color: #55b9f2; text-decoration: underline; }

#comments, #respond {
	padding: 0 0 0 13px;
	margin: 40px auto 20px ;
	color:#444;
	background: transparent url(images/cocomm.png) no-repeat left center;
	}

/**Comments Form**/
/***********************/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #F7F7F7 url(images/qbg.png) repeat-x top;
	border:1px solid #eee;
	font: 1em Arial,sans-serif;
	color: #666;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background: #F7F7F7;
	border:1px solid #eee;
	font: 1em Arial,sans-serif;
	color: #666;
	}

#commentform #submit {
	margin: 0;
	float: left;
	width: 89px;
	height: 18px;
	color: #fff;
	background: #F7F7F7 url(images/submit.png) no-repeat center;
	font-size: 1em;
	font-weight: bold;
	border:0;
	}

/**Sidebar**/
/***********************/
#sidebar
{
	padding: 20px 0 0 0;
	margin-left: 545px;
	width: 220px;
	
	}
	
#sidebar h2 {
	font-size:1.2em;
	color:#444;
	font-family:Arial,sans-serif;
	font-weight:normal;
	
	}
#sidebar a:link, #sidebar a:visited { text-decoration: none; color:#55b9f2;}
#sidebar a:hover { text-decoration: underline; }
#blogextra a:link, #blogextra a:visited { text-decoration: none; color:#55b9f2; }
#blogextra a:hover { text-decoration: underline; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/**Sidebar Search**/
/***********************/
#searchform {
	margin: 10px 0 0 0;
	padding: 5px 3px; 
	display:inline;
	}

#sidebar #searchform #s {
	width: 150px;
	height: 14px;
	background: #F7F7F7 url(images/qbg.png) repeat-x top;
	border:1px solid #eee;
	padding: 1px 2px;
	font-size: 1em;
	color: #a2c908;
	}

#sidebar #searchsubmit {
	background: #F7F7F7 url(images/ok.png) no-repeat center;
	font-family: Arial;
	padding-bottom: 1px;
	color: #fff;
	font-size: 12px;
	width: 25px;
	height: 18px;
	cursor: hand;
	font-weight: bold;
	border:0;
	margin-top:1px;
	position:relative;
	top:1px;
	}



/**Sidebar Calendar**/
/***********************/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

/**Sidebar syndication**/
/***********************/
.syndication{
	background: transparent url(images/rss.png) no-repeat left center;
	height:16px;
	}
.syndication a {
padding-left:18px;
}

/**Search Page - No results**/
/***********************/

.narrowcolumn #searchform #s {
	width: 150px;
	height: 14px;
	background: #F7F7F7 url(images/qbg.png) repeat-x top;
	border:1px solid #eee;
	padding: 1px 2px;
	font-size: 1em;
	color: #a2c908;
	}

.narrowcolumn #searchsubmit {
	background: #F7F7F7 url(images/ok.png) no-repeat center;
	font-family: Arial;
	padding-bottom: 1px;
	color: #fff;
	font-size: 12px;
	width: 25px;
	height: 18px;
	cursor: hand;
	font-weight: bold;
	border:0;
	margin-top:1px;
	position:relative;
	top:1px;
	}

/**Footer**/
/***********************/
#footer {
	padding: 0;
	margin: 0 auto;
	width: 792px;
	background: transparent;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	width: 732px;
	margin: auto auto;
	height:34px;
	background: transparent url(images/footergreen.jpg) no-repeat center bottom;
	text-align: center;
	}
#footertxt {
	color: #fff;
	position: relative;
top: 15px;
	}
#footertxt a{
	color: #fff;
text-decoration:underline;
	}
#espace{
height:7px;
margin:0;
padding:0;
}