body {
	margin: 0;
}

h2, h3 {
	letter-spacing: -1px;
	font-weight: bold;
}

p, ul { font-size: 1.1em; }
a:hover { text-decoration: none; }
p img { float: none; }
em { background: none; }

p { margin-bottom: 0.75em; }

/* Header */

#network {
	margin: 0;
	list-style: none;
	height: 40px;
}

#network li {
  float: left;
}

#network li.right {
  float: right;
}

#network li a {
  display: block;
	padding: 0.1em 0.4em;
	margin: 0.8em 0.5em;
	font-size: 0.9em;
	text-decoration: none;
}

#network li a:hover {
	text-decoration: underline;
}

/* Header */

#header h1 {
	margin: 0.2em 0;
}

#header h1 a {
  display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 950px;
	height: 160px;
}

/* Content */

#content h2 {
	margin-bottom: 0;
}

#content h2 a {
  color: #000;
  text-decoration: none;
}

#content a img { padding: 5px; margin: 0 1.5em 0 0; }

.postmetadata {
	margin-bottom: 1.75em;
	color: #666;
	font-size: 0.9em;
}

.entry {
	text-align: justify;
}

.postmetadata .category {
	padding: 0.5em;
}

.postmetadata .comment_counter {
	float: right;
	background: url(../images/icon-comments.gif) center left no-repeat;
	padding-left: 12px;
}

.postmetadata .comment_counter a {
	color: #666;
}

.navigation {
  margin-bottom: 1.5em;
}

.navigation a {
  padding: 0.5em;
}

h2.pagetitle {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  margin-top: 0.5em;
}

/* Sidebar */

#sidebar {
	margin-top: 0.5em;
}

#sidebar .block {
	background: #eee;
	padding: 1em;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
}

#sidebar .white.block {
	background: #fff;
	border: 1px solid #fff;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
}

#sidebar ul li {
	background: url(../images/icon-continue.gif) center left no-repeat;
	padding-left: 12px;
}

#aboutmewidget p {
  line-height: 1.5em;
}

#feeds ul li {
  background: url(../images/feed.png) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 0.5em;
}

/* Ancillary */

#ancillary {
	background: #222;
	color: #888;
	padding: 3em 0;
	font-size: 0.9em;
}

#ancillary .container {
	background: #2d2d2d;
}

#ancillary h3 {
	color: #888;
	margin: 0.5em;
}

#ancillary ul {
	list-style: none;
	margin-left: 1em;
}

#ancillary ul li {
	background: url(../images/icon-links.gif) center left no-repeat;
	padding-left: 12px;
}

#ancillary a, #footer a {
	color: #aaa;
}

#ancillary .widget_links {
  margin-right: 0;
}

/* Footer */

#footer {
	background: #222;
	color: #888;
	font-size: 0.9em;
}

#footer p {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: right;
}

/* Formulaires */

input[type=text] {
	font-size: 1em;
	padding: 0.3em;
}

#sidebar input[type=text] {
  width: 200px;
  background: #fff;
	border: 1px solid #ddd;
}

#content form {
  margin-top: 1.75em;
}

#content form p {
  clear: both;
}

#content form label {
  display: block;
  float: left;
  width: 100px;
}

#content form input[type=text], #content form textarea {
  background: #eee;
	border: 1px solid #ddd;
	padding: 0.3em;
	width: 400px;
}