/*	-------------------------------------------------------------
	BlackScratch design
	A black design for Watai Baton, a french band from Savigny
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Author:         Sébastien Santoro aka Dereckson
	Tags:           black yellow destroy
	Filename:		BlackScratch.css
	Version:		1.0
	Date:			2007-10-27
	Licence:		Creative Commons BY SA 3.0
	-------------------------------------------------------------	*/

@charset "utf-8";

/*	-------------------------------------------------------------
	Global layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: black;
	margin: 0 0 0 0;
	color: white;
	font: 75% Verdana, Helvetica, Arial, sans-serif;
}

#container {
	border-top: 4px solid #fed809;
}

#header {
	width: 720px;
	height: 126px;
	background: url(Up.png) no-repeat;
}

#page {
	width: 720px;
	position: relative;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left:196px;
	padding-right:196px;
	background-image:url(Left.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.block {
	background: url(content-gradient.gif) no-repeat;
	border: 1px solid #333;
	margin: 0 0 20px 0;
	padding: 20px 0 10px 20px;
}

#footer {
	width: 100%;
	height: 25px;
}

#footer .right {
	float: right;
	padding-right: 6px;
	color: #fed809;
	font-size: 80%;
}

/*	-------------------------------------------------------------
	HTML tags styling
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
h1, h3, h5 {
	color: #597686;
}

h2, h4, h6 {
	color: #fed809;
}

img {
	border-style: none;
}

a {
	color: #0C75AE;
}

a:hover {
	color: red;
}

a:visited {
	color: #D20E71;
}

/*	-------------------------------------------------------------
	Items and blocks
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* the citation class add a left column with quote-left.gif to illustrate the quote */

.citation {
	background-image: url(quote-left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:70px;
	clear: both;
	display: block;
}

/* Player is an ID for a list of tracks and mp3 player instances */

#player {
	list-style: none;
}

#player li {
	padding-bottom: 26px;
}
