/*
Theme Name: Metropop
Theme URI: http://www.metropop.ch/
Description: 
Version: 1.0
Author: Benoit 'LeBen' Burgener
Author URI: http://www.benoitburgener.com
Tags: 
*/

/*  COLORS
Brown, dark to light
#534741
#736357
#998675
#C7B299

Red, orange, yellow
#721617
#CC4823
#F7B234
*/


/*	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;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/*	BLOCKS
#########################################################################*/
body {
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #534741;
	background: #534741;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.content {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	background: #736357;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.7);
	z-index: 50;
}
	#header h1 a {
		display: block;
		width: 382px;
		height: 60px;
		background: url(images/logo.gif) no-repeat;
		text-indent: -9999px;
	}
		#header h1 a:hover {
			opacity:.7;
		}
	#header p {
		display: none;
	}

	#header .right {
		width: 500px;
	}
		#menu-subnav {
			float:right;
			font-size: 2em;
			color: #C7B299;
			text-shadow: 0 1px 0 rgba(0,0,0,.5);
			text-transform: uppercase;
		}
		#menu-nav {
			float:right;
			margin-top: 10px;
			margin-bottom: -15px;
			padding: 15px 5px 15px 15px;
			background: url(images/bgNav.png) no-repeat;
			font-size: 2.5em;
			color: #721617;
			text-transform: uppercase;
		}
			#menu-nav li, #menu-subnav li {
				float: left;
				margin-right: 14px;
			}
	.prochainement {
		text-decoration: line-through;
	}

#content {
	background: #C7B299;
	padding: 40px 0 60px 0;
}
	.annonce {
		padding: 10px;
		background: #CC4823;
		margin-bottom: 20px;
	}
	
	.highlight {
		background: #998675;
		margin-bottom: 20px;
		padding: 10px 10px 5px 10px;
	}
		.home .left .highlight {
			min-height: 102px;
		}
	
	.post {
		/*margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #998675;*/
	}
	
	.post img, .artiste img {
		background: #998675;
		padding: 10px;
	}
		.artiste img {
			float: right;
			margin-left: 20px;
		}
	.sponsors img {
		background: none;
		padding: 0;
		float: left;
		margin-right: 30px;
	}
	
	.post ul, .post ol {
		margin-bottom: 15px;
	}
	
	.post ul li {
		list-style: square outside;
		margin-left: 30px;
	}
		.post ol li {
			list-style: decimal outside;
			margin-left: 30px;
		}
	
	.post iframe, #mapcontainer {
		border: 10px solid #721617;
		background: #fff;
	}
		#mapcontainer {
			margin-bottom: 20px;
		}
		.post iframe#shop {
			border: 0;
		}
	
	.item {
		background: #998675;
		border: 10px solid #736357;
		text-align: center;
		padding: 10px;
		color: #F7B234;
		position: relative;
	}
		.special {
			background-color: #CC4823;
			border-color: #721617;
		}

	.item .price {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0 5px 5px 0;
		background: #736357;
		margin-top: -10px;
		margin-left: -10px;
		font-size: 1.3em;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
	}
		.special .price {
			background: #721617;
		}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #998675;
	border-bottom: 1px solid #d5c5b3;
}

#sidebar {

}
	.widget {
		margin-bottom: 10px;
	}
	#content #sidebar ul {
		background: #998675;
	}
	#content #sidebar li {
		background: #C7B299;
		border-top: 1px solid #d5c5b3;
		padding: 5px 0;
		margin: 1px 0 0 0;
	}
		#content #sidebar li:first-child {
			border-top: none;
		}

#content .navContent {
	border-left: 1px solid #736357;
	background: #998675;
}
	#content .navContent li {
		border-top: 1px solid #d5c5b3;
		margin: 1px 0 0 0;
	}
		#content .navContent li:first-child {
			border-top: none;
		}
	#content .navContent li a {
		display: block;
		padding: 8px 0 8px 10px;
		background: #C7B299;
	}
	#content .navContent li.current_page_item a {
		font-weight: bold;
		background: #d5c5b3;
	}
		#content .navContent li a:hover {
			background: #F7B234;
		}
		
	a.iconVideos {
		display: block;
		width: 200px;
		padding-top: 213px;
		background: url(images/videos.png) no-repeat top center;
	}
		a.iconVideos:hover {
			opacity: .8;
		}

#footer {
	padding: 40px 0 0 0;
	color: #C7B299;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	position: relative;
}
	#footer .content {
		position: relative;
	}
		#footer .right {
			text-align: right;
		}
	.iStarMusic {
		position: absolute;
		width: 200px;
		height: 85px;
		top: -80px;
		left: 0;
		background: url(images/iStarMusic.png) no-repeat top left;
	}

.programme .cols {
	margin-top: 20px;
}
	.programme .cols:first-child {
		margin-top: 0;
	}

.artiste {
	padding: 20px;
}

#fancy_ajax {
	background: #C7B299;
}

.three-quarters { width: 700px }
	.three-quarters-more { width: 720px }
.half { width: 460px }
.third { width: 300px; }
.quarter { width: 220px }

.left, .alignleft { float:left }
.right, .alignright { float:right }
.center { text-align: center; }

.left + .left {
	margin-left: 20px;
}

.alignleft { margin: 0 20px 10px 0; }
.alighright { margin: 0 0 10px 20px; }

.wp-caption.alignleft { margin-right: 30px; }
.wp-caption.alighright { margin-left: 30px; }

.clear:after, .content:after, .cols:after, dd:after, .ngg-clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*	INLINE ELEMENTS
#########################################################################*/
h2 {
	color: #721617;
	font-size: 3.5em;
	line-height: .9em;
	text-transform: uppercase;
}
	.programme h2 {
		color: #534741;
		background: #998675;
		padding: 5px;
		margin-bottom: 20px;
		text-align: center;
	}
	.artiste h2 {
		margin-bottom: 10px
	}

h3 {
	color: #721617;
	font-size: 2.5em;
	line-height: .9em;
	text-transform: uppercase;
}
	h3.salle {
	}

h4 {
	font-size: 1.8em;
	line-height: .7em;
	text-transform: lowercase;
}
	.programme h4 {
		color: #534741;
	}
	.programme .special h4 {
		color: #721617;
	}
		.programme p + h4 {
			margin-top: 10px;
		}

p, dl, #content li {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 5px 0;
}
	.post p { margin-bottom: 15px; }
	.programme a.lightbox, .programme .artiste { font-size: 2.5em; margin: 10px 0 0 0; line-height: 0.9em; text-transform: uppercase; }
	#content li { margin: 0 0 5px 0; }
	p.wp-caption-text { margin-bottom: 0; font-size: 1.1em; text-align: center; }

small {
	font-size: .9em;
}

.light { color: #998675; margin-bottom: 5px !important; }

span.date {
	display: block;
	width: 100px;
	float: left;
}

a, a:link, a:active, a:visited, a:hover{
	color: #534741;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

a:hover, #sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

a:hover img {
	opacity: .7;
}

#menu-subnav a:link, #menu-subnav a:visited, #footer a:link, #footer a:visited {
	color: #C7B299;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
	#menu-subnav a:hover, #footer a:hover {
		color: #fff;
	}
	
.post a:link, .post a:visited, a.more-link:link, a.more-link:visited, a.post-edit-link:link, a.post-edit-link:visited {
	color: #CC4823;
	text-decoration: none;
}
	.post a:hover, a.more-link:hover, a.post-edit-link:hover, #sidebar a:hover {
		text-decoration: underline;
	}
	
h3 a:link, h3 a:visited {
	color: #CC4823;
}
	h3 a:hover, .post h3 a:hover {
		color: #721617;
	}

#menu-nav a:link, #menu-nav a:visited, h2 a:link, h2 a:visited {
	color: #721617 !important;
}
	#menu-nav a:hover, h2 a:hover {
		color: #CC4823 !important;
	}

.programme .item a:link, .programme .item a:visited {
	color: #F7B234;
}
	.programme .item a:hover {
		color: #721617;
	}

#menu-nav a:link, #menu-nav a:visited, #menu-subnav a:link, #menu-subnav a:visited, h2 a:link, h2 a:visited, h2 a:hover, .programme .item a:link, .programme .item a:visited {
	text-decoration: none !important;
}

.rss {
	padding-left: 20px;
	background: url(images/rss.png) no-repeat;
}


/*	FORMS
#########################################################################*/
input, textarea {
	margin: 0;
	outline: none;
	border: 1px solid #736357;
	background: #C7B299;
	padding: 8px;
	font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #534741;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
	input:hover, textarea:hover {
		color: #fff;
		text-shadow: none;
	}
	input:focus, textarea:focus {
		color: #534741;
		background-color: #fff;
	}
	
	#email {
		border-right: 0;
		width: 153px;
	}

input.submit, input[type=submit] {
	background: url(images/gradient.png);
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	cursor: pointer;
}
	#newsletterSubmit {
		width: 30px;
		border-left: 0;
	}
	input.submit:hover, input.submit:focus {
		color: #534741;
		background-color: #F7B234;
	}
	input.submit:active {
		background-image: none;
	}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.password {
	margin-right: 5px;
}

.mmf-list-item {
	display: block;
	margin-bottom: 5px;
}
	.mmf-list-item-label {
		margin-left: 5px
	}


/*	TABLES
#########################################################################*/
table {
	width: 100%;
	font-size: 1.3em;
}
	table#billetterie {
		text-align: center;
		border-collapse: separate;
		border-spacing: 1px;
		margin-bottom: 20px;
	}
	
	td {
		padding: 10px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
		vertical-align: middle;
	}
		td:first-child, th:first-child {
			text-align: right;
		}
		tr.even td { background: #736357; }
		tr.odd td {	background: #998675; }

	th {
		padding: 10px;
		color: #721617;
		background: #CC4823;
		vertical-align: middle;
		border-right: 5px solid #721617;
	}
		tr.top th {
			border-right: 0;
			border-bottom: 5px solid #721617;
		}
	.empty {
		text-align: left !important;
		font-size: .8em;
		padding: 0;
	}

/*	GALLERY
#########################################################################*/
.ngg-galleryoverview .right {
	margin-right: 15px;
}

.ngg-gallery-thumbnail-box{
	float: left;
	margin-bottom: 15px;
}

.ngg-album-compact {
	float: left;
	margin-right: 15px;
}

.ngg-album-compact img {
	margin-bottom: 10px;
}

.ngg-album-desc {
	text-transform: uppercase;
}
