body {
	margin: 0px;
	padding: 30px;
	background: black url('../gfx/background.jpg');
	color: white;
	font-family: Georgia, Arial, Sans-serif;
}

p {
	color: silver;
	font-family: Arial, Sans-serif;
}

#container {
	width: 830px;
	margin: auto;
	text-align: center;
	background: black;
	border: 8px solid black;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

#nextconcert, #nextnextconcert {
	border: 0;
	position: absolute;
	background: transparent;
	width: 220px;
	height: 321px;
	margin: 5px;
	display: none;
}

#nextnextconcert {
	margin-left: 610px;
}

#concerts {
	float: right;
	width: 220px;
	margin: 0px 5px;
}

#concerts iframe {
	position: relative;
	margin-left: 0;
}

#logo {
	width: 830px;
	height: 586px;
}

#small-logo {
	float: left;
	height: 325px;
}

#group-shot {
	width: 830px;
	height: 348px;
}

#member {
	width: 200px;
	height: 325px;
	float: right;
}

img#guitare {
	width: 121px;
	height: 325px;
}

#batterie_chant {
	width: 160px;
	height: 325px;
}

#basse {
	width: 114px;
	height: 325px;
}

#stef, #oliver, #daffy, #wanted, #setlist, #biography {
	margin: 0px;
	background: gray url('../gfx/rock-2.jpg');
	font-size: 16pt;
	border-radius: 5px;
}

#stef a span, #oliver a span, #daffy a span, #wanted span {
	display: block;
}

.shadow{
	text-shadow: black 0px 0px 5px;
}

#stef {
	margin-left: 8px;
}

#stef, #oliver, #daffy {
	margin-right: 5px;
}

#stef, #oliver, #daffy, #wanted {
	float: left;
	width: 200px;
}

#stef a, #oliver a, #daffy a, #wanted a {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
	color: white;
}

#stef img, #oliver img, #daffy img, #wanted a img {
	border: 0;
	width: 200px;
	height: 325px;
	margin-bottom: 4px;
}

div.sep {
	clear: both;
	height: 0px;
}

div.totals {
	font: normal 10pt Arial, Sans-serif;
	color: silver;
	margin: 2px 0px 6px 0px;
}

#setlist {
	margin-top: 10px;
	padding-bottom: 5px;
}

#language {
	position: absolute;
	margin: -32px 0px 0px 600px;
	font-size: 8pt;
	background: black;
	padding: 7px 10px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

#language a {
	text-decoration: none;
}

#language img {
	width: 16px;
	height: 11px;
	border: 0px;
}

table.half {
	width: 50%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-size: 10pt;
	float: left;
	font-family: Arial, Sans-serif;
}

table.half tr > td {
	width: 40%;
}

td.play {
	width: 65% !important;
}

td.icon img {
	background: ivory;
}

tr:hover, tr:hover a {
	background: gold;
	color: black;#
}

tr.work {
	background: #800;
}

tr.work:hover, tr.work:hover a {
	background: gold;
	color: black;#
}

#footer {
	clear: both;
	font-size: 8pt;
	padding: 5px;
}

#biography > div {
	font-size: 10pt;
	background: black;
	min-height: 150px;
}

#biography {
	padding: 5px 0px;
	text-align: justify;
	margin-bottom: 30px;
}

#fiche {
	width: 300px;
	float: right;
	border: 1px solid gray;
	margin: 10px 0px 10px 10px;
	border-radius: 5px;
	padding: 5px;
}

#fiche div {
	background: darkgoldenrod;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

#fiche p {
	margin: 2px 0px;
	text-align: left;
}

#fiche span {
	font-weight: bold;
	color: gold;
}

#fiche ul {
	text-align: left;
}

#fiche a {
	color: gold;
	font-family: Arial, Sans-serif;
}

h1 {
	background: url('../gfx/wire.gif') no-repeat;
	height: 78px;
	padding-top: 8px;
	font-size: 39pt;
	margin: 0px;
}

h2 {
	margin: 0px;
	padding-top: 5px;
}

#menu_container {
	height: 36px;
	padding-left: 4px;
}

#menu_container ul {
	padding: 0px;
	margin: 0px;
}

#menu_container li {
	display: block;
	background: black url('../gfx/rock-1.jpg');
	padding: 5px;
	width: 149px;
	float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid black;
	border-radius: 5px;
}

#menu_container li.selected {
	border: 1px outset;
}

#menu_container li:last-of-type {
	margin-right: 0px;
}

#menu_container a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-shadow: black 0px 0px 5px;
}

#menu_container a:hover {
	color: yellow;
	text-shadow: yellow 0px 0px 5px;
}

a {
	color: yellow;
}

img.profile {
	margin-right: 10px;
	width: 200px;
	height: 325px;
	margin-top: 5px;
}

#divPlayer {
	display: none;
	height: 319px;
	width: 830px;
	background: black url('../gfx/marshall.gif');
	text-align: left;
	position: absolute;
	margin-top: 6px;
}

#divPlayer div {
	width: 830px;
	margin-top: 170px;
	position: absolute;
	background: transparent;
	color: gold;
	font-family: Arial, Sans-serif;
	text-shadow: black 0px 0px 5px;
	z-index:10;
}

#divPlayer p {
	text-align: center;
	color: gold;
	position: relative;
	z-index: 999;
}

.black {
	background: black;
	margin-top: 5px;
}

#seekbar {
	position: absolute;
	margin: -104px 0px 0px 630px;
	width: 130px;
}

#playbutton {
	position: absolute;
	margin: 71px 0px 0px 660px;
	cursor: pointer;
	cursor: hand;
	width: 32px;
	height: 32px;
}

#cover {
	position: absolute;
	margin: -111px 0px 0px 52px;
	width: 166px;
	height: 166px;
	display: none;
}

#stopbutton {
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	margin: 68px 0px 0px 76px;
	cursor: pointer;
	cursor: hand;
}

#dlbutton {
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	margin: 68px 0px 0px 118px;
	cursor: pointer;
	cursor: hand;
}

#loading {
	position: absolute;
	margin: -104px 0px 0px 60px;
	z-index: 999;
}

#spanTime {
	float: right;
	margin-right: 70px;
	margin-top: -80px;
}

.frame {
	float: left;
	width: 200px;
	background: whiteSmoke;
	font-size: 10pt;
	color: black;
	font-family: arial;
	padding: 0px 0px 3px 0px;
	margin: 1px 3px 3px 0px;
}

.frame .title, .frame .description {
	display: block;
}

.frame .description {
	font-size: 8pt;
	color: gray;
}

#videoDiv {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.8;
}

#videoContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -334px;
	margin-left: -400px;
	width: 800px;
	height: 668px;
	background: url('../gfx/monitor.gif');
}

#videoFrame {
	width: 692px;
	height: 513px;
	margin-top: 56px;
	margin-left: 56px;
	border: none;
}

#videoButton {
	float: right;
	margin-right: 25px;
	margin-top: 11px;
	width: 54px;
	height: 53px;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

#admin {
	color: silver;
	text-decoration: none;
}

.no-float {
	float: none !important;
}

#vimeo {
	height: 450px;
	overflow-y: scroll;
	padding: 2px 0px 2px 0px;
}

span.title span {
	font-size: 8pt;
}

span.stab {
	color: yellow;
	cursor: pointer;
}

span.utab {
	color: white;
	cursor: pointer;
}

div.stab {
	display: block;
}

div.utab {
	display: none;
}

#div1 {
}

#div2 {
	height: 450px;
}

#div3 {
	padding-top: 3px;
}

#picasa {
	height: 450px;
	overflow-y: scroll;
	padding: 2px 0px 2px 0px;
}

.picasaGalleryItem {
	margin: 3px;
	padding: 2px;
	border: 1px solid silver;
	float: left;
	display: block;
}

.wobble {
    -webkit-animation: pulsate 1s ease-in-out;
    -webkit-animation-iteration-count: infinite; 
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.95, 0.95); opacity: 0.6;}
    30% {-webkit-transform: rotate(0deg)}
    40% {-webkit-transform: rotate(2deg)}
    50% {opacity: 1.0; -webkit-transform scale(1.0,1.0)}
    60% {-webkit-transform: rotate(-2deg)}
    70% { -webkit-transform rotate(0deg)}
    100% {-webkit-transform: scale(0.95, 0.95); opacity: 0.6;}
}

article {
	height: 130px;
	clear: both;
	border-bottom: 1px dotted #555;
	overflow: hidden;
}

article a {
	text-decoration: none;
}

article img {
	float: left;
	margin-right: 10px;
	width: 158px;
	margin-top: 6px;
}

hgroup h3 {
	font-size: 10pt;
	font-family: Verdana, Arial;
}

hgroup h2 {
	font-family: Verdana, Arial;
	font-size: 12pt;
	padding: 0;
}

article p {
	width: 660px;
	float: right;
}
