/*
 * Written by Etienne Causse ( etcausse at enstimac dot fr ), based on various other css.
 * Under GPL (of course)
 * Version : 18/05/05 13h45
 */

/* Config générale */
body {
	background: url(../images/banner.png) no-repeat;
	background-color: #b7b8ec;
	padding-top: 160px;
	font-family: sans, sans-serif;
} 

img {
	border: 0px;
}

a {
	color: white;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #ffcb65;
}

/* Compatibility blocks specifications */

#star {
	display: none;
}

#header {
	display: block;
}

.planettitle {
	display: none;
}

#pagefoot {
	margin-top: 15px;
	font-size: 0.85em;
}

#footshadow {
	display: none;
}

/* Day style */

.day {
	border-bottom: 1px ridge #333;
	padding-left: 20px;
	width: 75%;
	clear:none;
}
	
/* Channel title */

.channel {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	clear:none;
}

.channelname, .channeltitle {
	font-size: 0.8em;
}

.face, .facecaption {
	float: left;
	margin-top: -10px;
	margin-left:-30px;
	margin-right:10px;
	margin-bottom:5px;
}

.facecaption {
	text-align:center;
	font-weight: normal;
}

.entry {
	width: 75%;
	border: 1px solid #fff;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 10px;
	clear:none;
}

pre, code, tt {
	color: #000;
	background-color: #fff;
	overflow: auto;
	border: 1px solid #ccc;
}

/* Date of the post */

.date {
	text-align:right;
	font-style: italic;
	padding-right: 10px;

}

/* Sidebar description */

.sidebar {
	font-size: 0.85em;
	background: url(../images/bluestar.png) no-repeat center;
	margin: 10px;
	margin-right: 0px;
	padding-left: 5px;
	float:right;
	display: block;
	position:relative;
	width: 25%;
	border: 1px solid #fff;
	background-color: #224e73;
	color: white;
}
.subscription, .about, .feed, .comments, .styleselect, .link {
	margin: 5px;
}

.about a, .comments a {
	font-weight:bold;
}

.subscription a, .link a {
	font-weight:bold;
	color:#fff;
}

.subscription a:visited, .link a:visited {
	color:#ccc;
}


.subscription a:hover, .link a:hover {
	color:#ffcb65;
}

.sidebar #style1, .sidebar #style2 {
	margin-top: 8px;
	padding: 0px;
	border: 1px solid #000;
}

.sidebar #style1 {
	margin-right: 7px;
}

