/* body and container */

body {
	background-color: #fafaff;
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	color: #333333;
	padding: 1em;
	margin: 1em;
	margin-top: 0em;
	padding-top: 0.8em;
}

p {
	line-height: 1.1em;
}

li {
	line-height: 1.2em;
}

p {
	padding-bottom: 1em;
}

ul {
	list-style-type: disc;
	padding-left: 1.4em;
	padding-bottom: 0.8em;
}

a {
	color: #333;
}

a:hover {
	color: #000;
	background-color: #F7F7FF;
/*	border-top: 1px solid #678; */
	border-bottom: 1px solid #678;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333355;
	text-decoration: none;
}

h2, h2 a {
	font-size: larger;
}

h3 {
	font-size: large;
	padding-bottom: 0.4em;
}

h4 {
	padding-bottom: 0.3em;
}

.extract {
	float: right;
	border: 1px solid #BEBEC0;
	background-color: #F7F7FF;
	padding: 0.7em;
	margin-top: 0.8em;
	margin-left: 1.2em;
	margin-bottom: 0.7em;
	width: 50%;
	font-size: 0.7em;
}

h1 a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 1.8em;
	padding-bottom: 1.3em;
}

#container, #container .sb-inner {
	background:#fff;
}

#container .sb-shadow {
	background:#779;
}

#container .sb-border {
	background:#DDD;
}

/* header */

#header {
	height: 7em;
	position: relative;
	padding-left: 2em;
	padding-top: 0em;
}

#header h1 {
	text-indent: -9000px;

	padding-bottom: 0.3em;
	font-size: xx-large;
}

#header h1 a {
	width: 389px;
	height: 77px;
	display: block;
	background: url(../images/faire-autrement.jpg) no-repeat;
}

#header a, #header a:hover {
	border: none;
	color: #333355;
}

.subtitle {
	font-style: italic;
	font-size: small;
	padding-left: 6em;
	padding-bottom: 1em;
	color: #777;
}

#placeholder1 {
	height: 112px;
	background-image: url(../images/feather.jpg);
	background-repeat: no-repeat;
	width: 98px;
	float: right;
	position: absolute;
	top: -0.6em;
	right: 9.4em;
}

/* content */

#content {
	float:left;
	width: 635px;
	border-right: 1px solid #dfdfdf;
	padding-bottom: 2em;
	padding-top: 1em;
}

.entry_title {
	padding-bottom: 0.2em;
}

.read_more {
	padding-top: 1em;
	font-size: small;
	text-align: right;
	font-style: italic;
}

.read_more a {
	color: #778;
}

.introduction {
	font-style: oblique;
	font-size: 95%;
	margin: 1em;
	padding-right: 0.5em;
	color: #3F3F6F;
}

.introduction h2 {
	padding-bottom: 1em;
}

.entry {
	padding-right: 3em;
	padding-bottom: 0em;	
}

.clickable_entry {
	padding-right: 2em;
	cursor: pointer;
}

.entry_wrapper {
	padding: 1em;
}

.entry_body {
	padding-top: 0.3em;
	font-size: 0.95em;
}

.clickable_entry a:hover {
	border: none;
}

.clickable_entry:hover {
	background-color: #F0F0FF;
}

.more_entries {
	padding-top: 2em;
	font-size: small;
}

.more_entries h4 {
	font-size: small;
	padding-bottom: 0.6em;
}

/* sidebar */

#sidebar {
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-top: 1em;
}

#sidebar h4 {
	padding-bottom:0.5em;
	padding-top:0.2em;
	color: #555577;
}

.sidebar-node {
	padding-bottom: 1.5em;
	font-size: small;
}

.sidebar-node h3 {
	padding-bottom: 0.2em;
}

/* footer */

#footer {
	font-size: small;
	text-align: center;
	clear: both;
	padding-top: 1em;
	color: #555;
}

#footer em {
	color: #000;
}

/* feedburner */

#sidebar ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	text-indent: 0pt;
}

#sidebar div.feedburnerFeedBlock li {
	text-indent: 0em;
}

div.feedburnerFeedBlock {
	padding: 0px;
	margin: 0px;
}

div.feedburnerFeedBlock ul li span.headline {
	display:block;
	margin-bottom: 0.7em;
	margin-top: 0.4em;
}

div.feedburnerFeedBlock #creditfooter {
	display: none;
}

.article-thumb {
	float: left;
	margin-right: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

.top-banner {
	background-color:#CBDDF9;
	border-bottom: 2px solid #9B9DB9;
	padding:0.5em;
	font-size: 0.9em;
	font-weight: bold;
	position:fixed;
	text-align:center;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}

div.book {
	border: 1px solid #eee;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-align: center;
}

div.book a {
	color: #330000;
	font-size: 0.9em;
}

div.book h4 {
	font-style: oblique;
	font-weight: normal;
}

div.book img {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 1em;
}