/*  
Theme Name: Education
Theme URI: http://education.cite-sciences.fr
Description: Theme pour le blog Education de la CSI
Version: 2.0
Author: DSTSSI
Author URI: http://education.cite-sciences.fr/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #222;
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 990px;
	text-align: left;
	border: none;
	background: #fbf4d1;
	position: relative;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 28px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a {
	text-decoration: none;
	color:#F00;
}

a:hover {
	text-decoration: underline;
	background-color: #f3f3f3;
	color: #222;
}


blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

.entry p { 
	margin: 0 0 8px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: circle; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header {
	border: solid 10px #fbf4d1;
}

subheader{
	/*background-image: url('images/bandeau_blog_DC.png');*/
	height: 213px;
	/* border: solid 1px #ccc; */
}


#header a {
	/*display: none;*/
	text-decoration: none;
	color: #fff;
	font-size: 48px;
	color: red;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#header h4 {
	font-size: 23px;
	color: red;
	text-align: center;
}

#header a:hover{
	text-decoration: underline;
}

#header img {
	float: left;
	margin-right: 15px;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	background: #FFF;
}

#top-menu a{
	text-decoration: none;
	text-transform: lowercase;
	color: #555;
	padding: 5px 20px 6px 20px;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	font-size: 12px;
}

/*----POST----*/

#container{
	padding: 0 0 0 0;
}

.post{
	padding: 10px 15px 10px 15px;
	margin-bottom: 60px;
	font-size: 13px;
	text-align: justify;
}

.post h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 22px;
	padding: 0;
	padding-left: 5px;
	background-color: red;
}

.post h2 a, .post h2 a:hover, .post h2 a:visited {
	color: white;
	background-color: transparent;
}

.entry{
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 11px;
	color: #BFB8A1;
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 13px;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.sidebar .syndication {
	margin: 0px;
	padding: 0px;
}

ul.rss {
	height: 25px;
	margin-top: 5px;
	text-align: center;
}

ul.rss li {
}


div.rss {
	background-image: url('images/ico_rss.gif');
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	cursor: hand;
}

.sidebar .syndication .rss .sub{
	list-style: none;
}

table#wp-calendar{
	border-collapse: collapse;
	margin: auto;
	margin: 7px;
}

table#wp-calendar td, table#wp-calendar th {
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 20px;
	border: none;
}

/*------Left Sidebar-------*/

.leftbar{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding-left: 15px;
	width: 100%;
}

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	width: 170px;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 15px;
	background: #EEE;
}

.comments-template {
	padding: 10px 15px 40px 15px;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #F00;
	padding: 5px 0 5px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #F00;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #F00;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

/*----FOOTER----*/

#footer{
	font-size: 10px;

	background-color: #fff;
	text-align: center;
	padding-top: 5px;
}

#footer div.name {
	display: inline;
}

#footer div.links, #footer div.links ul {
	display: inline;
}

#footer ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}


ul span.pagelink a {
	font-size: 16px;
}

ul.categories li ul.children li {
	list-style-type: circle;
	list-style-image: none;
	font-size: 11px;
	padding: 0px; margin: 0px;
	line-height: 14px;
}

ul.categories li ul.children li a {
	color: black;
}

li ul.categories li {
	list-style-image: url('images/fleche_rouge.gif');
}

table.maintable {
	width: 990px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 10px;
}
table.maintable td {
	vertical-align: top;
	background-color: #FFF;
	border: solid 1px #CCC;
}
td.main-left {
	width: 220px;
	padding: 0px;
}

td.main-center {
	width: 100%;
}

table.podPress_previewImage {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.podPress_previewImage td {
	border: none;
}

h2.page {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: solid 1px red;
}

a.more {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}

div.podPress_content {
	font-size: 10px;
	font-weight: normal;
}

div.podPress_content {
	display: none;
}

div.single div.podPress_content {
	display: block;
}

a.homelink, a.homelink:visited {
	color: #999999;
}

div.navigation {
	text-align: center;
}

div.navigation div.spacer {
	display: inline;
	margin-left: 60px;
	margin-right: 60px;
}

