/* This file is (c) 2007 Xavier 'Xr' Dalem & Pierre 'Pit' Lallemand
 * You may not use it for your own website (though I can hardly prevent you
 * from using parts of it).
 *
 * Tested to be working on
 *  - Firefox 2
 *  - Opera 9
 *  - IE 6 (with some quirks)
 */

/* General style {{{ */

html {
	background-color: black;
	color: white;
}

noscript {
	color: red;
}

a {
	color: #722000;
	text-decoration: none;
}
a:hover {
	color: #ff6400;
	text-decoration: underline;
}
a img {
	border: 0;
}

div#header {
	background-image: url('logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5%;
	margin-right: 5%;
	height: 156px;
	font-size: 0; /* Hide site name */
	color: black;
}

div#page {
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid #666;
	border-top: 0;
	padding: 0.5em;
	background-color: #222;
	font-family: helvetica, sans-serif;
}

h2,div.event_class {
	margin: 1.5em 1.5em 0.5em 4em;
	padding: 1px 83px 2px 1em;
	font-weight: bolder;
	display: table;
	background-color: #ff6c00;
	color: black;
	font-variant: small-caps;
	border-left: 2px solid black;
	height: 20px;
	background-image: url('backslashes.png');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 100%;
	max-width: 50%;
}

hr {
	border: 0;
	border-top: 1px solid #9f0c00;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* }}} */

/* Menus and submenus {{{ */

ul#menu, ul#submenu {
	margin: 0 5% 0 5%;
	padding: 0 0 0 3em;
	background-image: url('menu_bg_normal.gif');
	height:36px;
	font-family: sans-serif;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
ul#submenu {
	background-image: none;
	background-color: #222;
	height: 27px;
	padding-left: 2em;
	border-bottom: 1px solid #ff6400;
}

ul#menu a {
	color: white;
}
ul#submenu a {
	color: #ff6c00;
}
ul#menu a:hover, ul#submenu a:hover {
	color: #722000;
}

ul#menu li, ul#submenu li {
	display: table-cell;
	padding: 4px 0.5em 0 0.5em;
	height: 36px;
	text-align: center;
	background-image: none;
}
ul#submenu li {
	height: 27px;
	padding-left: 18px;
	padding-right: 0.8em;
}

ul#menu li:hover {
	background-image: url(menu_bg_over.gif);
}
ul#submenu li:hover {
	background-image: url('pointer.png');
	background-position: center left;
	background-repeat: no-repeat;
}

/* }}} */

/* News {{{ */

div#news_welcome {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: -5px auto 0 auto;
	border: 1px solid #ff6400;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding: 0.5em;
	background-color: #333;
	max-width: 65%;
}

div.news_title {
	margin: 1.5em 1.5em 0 0;
	padding: 1px 83px 2px 1em;
	font-weight: bold;
	display: table;
	background-color: #ff6c00;
	color: black;
	font-variant: small-caps;
	border-left: 2px solid #ff6400;
	height: 20px;
	background-image: url('backslashes.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.news_title a {
	color: black;
}
div.news_title a:hover {
	color: #fff4ee;
	text-decoration: underline;
}

div.news_content {
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 3px 2px 3px;
	border-left: 2px solid #ff6400;
	border-bottom: 1px solid #ff6400;
	font-family: serif;
}

div.news_meta {
	margin: 0 0 1.5em auto;
	padding: 2px;
	padding-right: 0.5em;
	border-right: 2px solid #ff6400;
	font-size: 80%;
	color: #966;
	text-align: right;
}

div#archives {
	text-align: right;
}

/* }}} */

/* Members {{{ */

div#band_welcome {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ff6400;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding: 0.5em;
	background-color: #333;
}

div#band_welcome p {
	padding: 0.5em;
}

div.member {
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding: 0 0 3px 1em;
	border: 1px solid #bf5a00;
	border-width: 0 0 0 1px;
	min-height: 250px;
}

div.member h1 {
	margin: 0;
	padding: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dashed #bf5a00;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-left: -1em;
	color: #ff6c00;
}

div.member img {
	float: left;
	margin-top: 5px;
	max-width: 205px;
	max-height: 205px;
}

div.member p {
	margin-left: 220px;
}

/* }}} */

/* Album and track views {{{ */

img.small_cover {
	float:left;
	margin-bottom: 1em;
	margin-right: 6px;
	max-height: 125px;
}

div#album_summary img, div#track_summary img{
	float: left;
	max-width: 180px;
	max-height: 180px;
	border: 1px solid #ff6c00;
	margin-top: 20px;
	margin-right: 0;
}

div#album_summary h1, div#track_summary h1 {
	display: table;
	margin-top: 20px;
	margin-left:0 ;
	padding: 2px 2em 2px 2em;
	font-family: Helvetica, sans-serif;
	background-color: #ff6c00;
	background-image: url('h1gradient.png');
	background-repeat: repeat-x;
	color: black;
}

span.at_meta {
	padding-left: 0.5em;
}

object.xspf_player_slim {
	margin-left: 0.5em;
}

div#lyrics {
	text-align: center;
}

table#album_chronology {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0;
}

table#album_chronology tr {
	margin: 0;
	padding: 0;
}

table#album_chronology tr td {
	margin: 0;
	border: 1px dashed #999;
	width: 33%;
	text-align: center;
}
table#album_chronology tr td.empty {
	border: 0;
	background-image: url('no-album.png');
	background-position: center center;
	background-repeat: no-repeat;
}
table#album_chronology tr td:hover {
	border: 1px dashed black;
}
table#album_chronology tr td.empty:hover {
	border: 0;
}

table#album_chronology tr td h3 {
	margin: 0;
	font-size: 110%;
}

table#album_chronology tr td img {
	max-height: 90px;
	margin: 5px;
}
/* }}} */

/* Agenda {{{ */
div.event_title {
	margin-top: 0.5em;
	cursor: pointer;
}

div#event_highlight {
	border: 4px double #9f0c00;
	padding: 1em;
	margin: 0.5em;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.event_detail_past, div.event_detail_future {
	border: 1px dashed #f66;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 2em;
	width: 50%;
	color: #900;
}

div.event_detail_future {
	border-color: #6f6;
	color: #090;
}
/* }}} */

/* Gallery {{{ */
ul#gal_folders {
	list-style-image: url('../../img/mime-folder.png');
	border: 1px dotted #888;
	padding: 4px 4px 4px 2.5em;
	display: table;
	margin-top: 0;
	margin-left: 3em;
}

div#gal_tree {
	border: 1px dotted #888;
	display: table;
	padding: 4px;
	margin-bottom: 1em;
	margin-left: 3em;
}

ul#gal_folders:hover, div#gal_tree:hover {
	border-color: #f3f3f3;
}

ul#gal_folders li div img {
	padding: 5px;
	border: 1px solid #630;
	margin-right: 5px;
}
ul#gal_folders li div img:hover {
	border-color: #ff6c00;
	background-color: #322;
}

table#gal_thumbs {
	width: 90%;
	margin: 1em 5% 0.5em 5%;
	border-spacing: 5px;
}

table#gal_thumbs tr td {
	text-align: center;
	border: 1px solid #630;
	padding: 5px;
}
table#gal_thumbs tr td:hover {
	border-color: #ff6c00;
	background-color: #322;
}

div#gal_desc {
	border: 1px solid #c0c0ff;
	border-color: #c0c0ff #f3f3f3 #f3f3f3 #c0c0ff;
	padding: 5px;
	margin: 0 10px 0 10px;
}
div#gal_desc:hover {
	border-color: #9090ff #d0d0ff #d0d0ff #9090ff;
}

img#gal_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

div#resize_notice {
	font-size: 80%;
	text-align: center;
	color: #aaa;
}
/* }}} */

/* Admin {{{ */
table#conf {
	width: 90%;
	margin: 0% 5% 0% 5%;
}

table#conf th {
	font-weight: normal;
	text-align: left;
	width: 50%;
}

table#conf td input {
	width: 90%;
}

select#track_list {
	margin-top: 1em;
	margin-left: 2em;
}

ul#sortable_track_list {
	float: left;
	margin-top: 0.9em;
	list-style-type: none;
	padding: 2px;
}

ul#sortable_track_list li {
	border: 1px dashed #111;
	background-color: #333;
	margin: 2px;
	padding: 0.25em;
	padding-right: 0.7em;
	cursor: move;
}

ul#sortable_track_list li span {
	color: #a44;
	vertical-align: middle;
	font-size: 75%;
	cursor: pointer; 
}

ul#sortable_track_list li span:hover {
	color: red;
}

/* }}} */

/* Forms {{{ */

div#form_submission {
	text-align: center;
	margin-top: 2em;
}
div#form_submission input {
	margin-right: 1em;
}

input {
	border: 1px solid #666;
	background-color: white;
}
input:hover {
	background-color: #ffc9a2;
}
input[readonly="readonly"] {
	color: #666;
}

textarea.rte, div.rte {
	font-family: sans-serif;
	height: 200px;
	border: 1px solid #666;
	background-color: white;
	width: 90%;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	overflow: auto;
}

div.rte_switch {
	margin-left: 5%;
	font-size: 90%;
}
div.rte_switch span {
	border: 1px solid #666;
	border-top-width: 0px;
	margin-right: 10px;
	padding: 2px;
	padding-top: 0px;
	cursor: pointer;
}
div.rte_switch span:hover {
	background-color: #ccf;
}

div.rte_buttons {
	margin-left: 10%;
}
div.rte_buttons img {
	cursor: pointer;
}
div.rte_buttons span {
	cursor: pointer;
}


/* }}} */

/* Help page {{{ */
body.help {
	margin: 1%;
	padding: 4px;
	background-color: white;
	border: 1px solid #dadada;
}
/* }}} */

div#footer {
	font-size: 80%;
	color: #333;
	text-align: center;
	background-color: #0c0c0c;
	margin: 1em 30% 0% 30%;
	border: 1px solid #411000;
}

div#footer a {
	color: #722000;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/**/

