/*
Theme Name: Festopale 2010
Theme URI: http://www.festival-cotedopale.fr/
Description: Le thème 2010 pour le Festival de la Côte d'Opale.
Version: 1.0
Author: Stanis Humez
Author URI: http://www.netvolution.fr/
Tags: festival, blueprint
*/

body {
	background: #00387e url(images/fond-ciel.png) no-repeat center top;
	font-size: .8em;
	line-height: 1.2em;
}

h3 {
	margin-top: 1em;
}

.container {	
	background: #fff;
	min-height: 700px;
	margin-top: 25px;
}
#header {
	height: 400px;
	position: relative;
}
#header h1 a {
	background: url(images/logo-festival-deuch.jpg) no-repeat;
	width: 950px;
	height: 394px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header h1 a span, #header .description {
	display: none;
}

	#sponsors {
		position: absolute;
		top: 240px;
		left: 40px;
	}

ul#menu {
	list-style-type: none;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
	display: block;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	width: 150px;
	height: 46px;
	display: block;
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#menu li.actublog a { background: url(images/actublog.png) no-repeat; }				/* actublog */
ul#menu li.cat-item-3 a { background: url(images/retoursur.png) no-repeat; }			/* retoursur */
ul#menu li.page-item-2 a { background: url(images/infospratiques.png) no-repeat; }		/* infospratiques */
ul#menu li.page-item-20 a { background: url(images/partenaires.png) no-repeat; }		/* partenaires */

ul#menu li a:hover, ul#menu li.current_page_item a, ul#menu li.current-cat a  {
	background-position: 0 -46px;
}

ul#menu li a span {
	display: none;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 130px;
	padding: 157px 10px 10px 10px;
	color: #999;
}

.post {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 1.7em 0 1em 0;
}
	.post h2 {
		margin: 0;
		color: #000;
		font-family: Calibri, Verdana, Helvetica Neue, Arial, sans-serif;
		font-size: 3em;
		line-height: 1em;
	}
	.post h2 a {
		color: #000;
		text-decoration: none;
	}
	.post .entry {
		width: 300px;
		margin-top: 20px;
	}
	.post .entry-sticky {
		margin-top: 20px;
	}

.date-article {
	width: 59px;
	height: 64px;
	background: url(images/date-article.png) no-repeat;
	position: absolute;
	left: -71px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 5px 3px 1px;
	font-family: Calibri, Verdana, Helvetica Neue, Arial, sans-serif;
	letter-spacing: .1em;
}
	.date-article span {
		display: block;
		line-height: 1em;
	}
	.date-article .jour {
		font-size: 1.5em;
	}
	.date-article .mois {
		font-size: 1.5em;
	}
	.date-article .annee {
		font-size: 1.2em;
		line-height: 1.2em;
	}

.tags {
	font-size: .8em;
	text-transform: uppercase;
	display: inline;
}
.tags a {
	height: 12px;
	padding: 3px 6px 7px 6px;
	background: url(images/categorie.png) repeat-x;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}

a.more-link {
	float: right;
	width: 58px;
	height: 19px;
	background: url(images/en-voir-plus.png) no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#colonne-droite {
	background: url(images/fond-sidebar.png) repeat-x;
	min-height: 809px;
	text-align: center;
}

.page {
	line-height: 1.3em;
}
	.page h2 {
		margin-bottom: .4em;
	}

.ngg-gallery-thumbnail span {
	font-size: .8em;
}
.widget_links {
	background: #f9c100;
	width: 155px;
	padding: 10px;
	margin: 0 0 13px 27px;
	text-align: left;
	-moz-box-shadow: 0 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 5px #ccc;
}
	.widget_links h2 {
		font-size: 16px;
	}
	.widget_links a {
		color: #000;
		text-decoration: none;
	}
	.widget_links a:hover {
		text-decoration: underline;
	}