/*
Theme Name: Geneva Brass Festival
Theme URI: http://genevabrassfestival.ch
Description: The 2010 them for genevabrassfestival
Author: Atoll and Nicolas Zanghi
Version: 1.0
Tags: 
*/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #000 url('images/bg.jpg') 50% 0 no-repeat;
	color: #fff;
}
img {
	border: 0;
}
h3 {
	font-weight: normal;
}
a {
	color: #a7c1c1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

strong {
	color: #009cff;
	font-weight: normal;
}

table th, table td {
	padding: 0 20px 5px 0;
}
table th {
	color: #009cff;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}
table .program-date {
	width: 120px;
}
ul {
	list-style: square;
}
ul li {
	margin: 0 0 4px 0;
}

#wrapper {
	top: 0;
	margin: 0 auto;
	width: 1000px;
}

/*
 * header
 */
#header {
	height: 182px;

}
#header h1 {
	float: left;
	margin: 20px 0 0 -32px;
	height: 162px;
}

/**
 * navigation
 */
#header #navigation {
	position: absolute;
	top: 75px;
	margin-left: 206px;
	*margin-left: 8px; /* IE7 and below */
}
#header #navigation ul {
	margin: 0;
	padding: 0;
	width: 794px;
}
#header #navigation ul li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	font-size: 1.1em;
}
#header #navigation ul li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
#header #navigation ul li.current_page_item>a, #header #navigation ul li>a:hover {
	color: #666;
}
#header #navigation .children {
	position: absolute;
	font-size: .9em;
	display: none;
}
#header #navigation .current_page_item .children,
#header #navigation .current_page_parent .children {
	display: block;
}

/**
 * Site description (Festival de cuivres)
 */
#header #site-description {
	position: absolute;
	top: 115px;
	margin-left: 206px;
	*margin-left: 8px; /* IE7 and below */
}

.page-title {
	margin: 30px 0 0 0;
	height: 420px;
}
.page-title h2 {
	position: absolute;
	top: 462px;
	height: 93px;
	overflow: hidden;
	margin-left: -5px;
	text-transform: lowercase;
	font-size: 94px;
	color: #000;
	font-weight: bold;
	opacity:0.35;filter:alpha(opacity=35);
	*margin-left: -1000px; /* IE7 and below */
	*top: 540px; /* IE7 and below */
	_top: 546px; /* IE6 and below */
}

/**
 * content
 */
.entry-content {
	margin-left: 206px;
	padding: 40px 5px;
/*	background: url('images/bg_content.png') repeat;*/
}
/* programm and medias */
.post-6 .entry-content, #post-15 .entry-content {
	margin-left: 0;
}

.edit-link {
	float: right;
	margin-top: -25px;
}

/**
 * footer
 */
#footer {
	padding: 20px 10px 20px 10px;
}
#footer a {
	color: #99a6ae;
}
#footer .menu {
	float: right;
}
#footer .menu ul {
	margin: 0;
	padding: 0;
}
#footer .menu ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#footer .menu ul li:last-child {
	margin-right: 0;
}
#footer .menu .children {
	display: none;
}

/**
 * hack
 */
#footer .menu:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility: hidden;
}



