/*
Theme Name: Isle sur Serein
Author: Jean-François Simon
*/


	/* reset */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
blockquote {
	quotes: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


	/* global */
	
	
body {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: white url(images/background.png) no-repeat center top;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 160px;
	position: relative;
}

#main {
}

#footer {
	height: 60px;
}

div.navigation {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


	/* header */
	

#header-title {
	position: absolute;
	top: 15px;
	left: 70px;
	width: 460px;
	height: 40px;
}

#header-title strong {
	display: none;
}

#header-menu {
	position: absolute;
	top: 70px;
	left: 280px;
	display: block;
}

#header-menu li {
	float: left;
	width: 140px;
	height: 40px;
	list-style-type: none;
}

#header-menu a {
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	color: white;
	font-size: 24px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
}

#header-menu a:hover {
	text-decoration: underline;
}

#header-submenu {
	position: absolute;
	top: 110px;
	left: 0;
	display: block;
	width: 980px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

#header-submenu a {
	text-decoration: none;
	color: #666;
}

#header-submenu a:hover {
	text-decoration: underline;
}

#header-submenu span.separator {
	padding: 0 12px;
	color: #cccccc;
	font-weight: normal;
}

#header-tools {
	position: absolute;
	top: 10px;
	left: 760px;
	display: block;
}

#header-tools li {
	float: left;
	width: 70px;
	height: 70px;
	list-style-type: none;
}

#header-tools a {
	display: block;
	width: 70px;
	height: 70px;
}

#header-tools a span {
	position: absolute;
	top: 70px;
	left: 0;
	width: 210px;
	text-align: center;
	color: white;
	font-weight: bold;
}


	/* main */
	
#main-article,
#main-summary {
	margin: 0 24px;
}

#main-article p,
#main-article li {
	text-align: justify;
}

#main-article-back a {
	display: block;
	padding: 12px;
	background: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 24px;
	border: 2px solid #f8f8f8;
	color: #333;
}
	
#main h2, #main p, #main ul {
	margin: 1em 0 0.5em 0;
}

#main ul li {
	list-style-type: square;
}

#main li {
	margin: 0.5em 0 0.5em 1.5em;
}

#main h1 {
	font-style: italic;
	color: #ccc;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

#main h2 {
	font-style: italic;
	color: #999;
	font-size: 2em;
}

#main h3 {
	margin-top: 24px;
}

#main-summary li {
	list-style-type: none !important;
	margin: 0;
}

#main-summary li.odd {
	background: #f8f8f8;
}

#main-summary li a {
	display: block;
	padding: 10px 24px 16px 24px;
	text-decoration: none;
	border: 2px solid #fff;
}

#main-summary li.odd a {
	border: 2px solid #f8f8f8;
}

#main-summary li strong {
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	color: #333;
}

#main-summary li span {
	display: block;
	color: #999;
}


	/* navigation */


#main div.navigation {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
}

#main div.navigation p {
	margin: 0;
	color: #666;
}

#main div.navigation p a {
	
}

#main div.navigation p.previous {
	float: left;
}

#main div.navigation p.next {
	float: right;
}

#main-top-navigation {
	margin: 6px 0 12px 0;
}

#main-bottom-navigation {
	margin: 24px 0 6px 0;
}
	
	/* footer */
	
	
#footer {
	padding-top: 20px;
}

#footer p {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#footer a {
	color: white;
}

img.alignright, img.alignleft, img.alignnone, img.aligncenter {
	border: 1px solid #ccc;
	padding: 5px;
	box-shadow: 0 0 5px #ccc;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.alignleft, img.alignnone {
	float: left;
	margin: 0 20px 10px 0;
}

img.aligncenter {
	margin: 10px auto 10px auto;
	display: block;
}

