/* reboot */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* reboot for IE */
	margin: 0 auto; /* reboot for others */
	font-size: .76em;
	font-family: Verdana, Arial, sans-serif;
	width: 759px;
	background: #01557C;
}

img {
	border: 0;
}

/* header */
#header {
	text-align: left; /* reboot */
	height: 198px;
	background: #fff url('images/header_bg.png');
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

#header h1 {
	clear: both;
	float: right;
	text-align: right;
	width: 200px;
	margin: 15px;

}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

ul.nav {
	list-style: none;
	font-weight: bold;
}

ul.nav a {
	color: #000;
	text-decoration: none;
}

ul.nav a:hover {
	color: #f60;
}

#top_nav {
	float: right;
	width: 537px;
	height: 41px;
	background: url('images/top_nav_bg.png') no-repeat;

}

#top_nav li {
	float: right;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	height: 31px; /* height of 41 - 10px of padding */
	padding: 10px 15px 0 15px;
}

#nav {
	height: 48px;
	width: 757px;
	background: url('images/nav_div_bg.png');
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

#nav li { /* TODO: work out text-align and padding when get actual rubriques */
	text-align: center;
	float: left;
	background: url('images/nav_li_bg.png') right no-repeat;
	width: 100px;
	height: 34px; /* height of 48 - 14px pf padding */
	padding: 14px 30px 0 0px;
}

/* content layout, more-or-less */

#container {
	background: #fff;
	text-align: left; /* reboot */
	padding: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}


#sidebar {
	float: left;
	width: 250px;
}

#main {
	margin: 0 0 15px 260px;
	padding-bottom: 15px;
}

/* content typography, more-or-less */
#container a {
	color: #f60;
}

#container a:hover {
	color:#666;
}

#container h2 {
	font-size: 1em;
	height: 2em;
	background: #777;
	color: #fff;
	line-height: 2em;
	padding-left: 20px;
}

#container h3, #container p, #container ul, #container blockquote {
	padding-bottom: 1em
}

#container li {
	margin-left: 35px;
}

.content {
	margin-top: 1px;
	border-top: 3px solid #f60;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}



.post {
	margin: 10px;
	border-bottom: 1px dashed #ccc;
	line-height: 1.3em;
}

.post h3 a {
	text-decoration: none;
}

.post h3 a:hover {
	color:#666;
}

.post .flags {
	float: right;
	width: 25px;
	margin-right: 20px;
}

.entry img {
	margin: 5px 5px;
border: none;
}

.post table {
	width: 100%;
}

#sidebar {
	text-align: center;
}

#sidebar h2, #sidebar .content {
	text-align: left;
}

#sidebar h3{
	font-size: 1em;
}

.content table {
	background: #c0c0c0;
	margin-bottom: 1em;
}

.content th, .content td {
	background: #fff;
	vertical-align: top;
	padding: 5px;
}


/* footer */

#bottom {
	background: url('images/footer_bg.png') no-repeat;
	height: 28px;
	width: 759px;
}

#footer {
	color: #fff;
}

#footer a {
	color: #000;
}