@charset "UTF-8";
/* CSS Document */

body {
	background: #555;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin:auto;
}
#header {
	background: url(../images/head.png) no-repeat #000;
	height: 200px;
	margin: 0;
}
#header h1 {
	margin: 0 0 0 400px;
	color: #ccc;
	padding: 40px 0 0 0;
}
#menu {
	width:100%;
	background: #666;
	margin: 0;
	height:37px;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0 30px;
}
#menu ul li {
	margin:0;
	display:inline;
	padding: 0 20px 0 0;
}
#menu ul li a, #menu ul li a:visited {
	margin:0;
	color: #fff;
	text-decoration:none;
}
#menu ul li a:hover {
	margin:0;
	color: #000;
	text-decoration:none;
	background: #fff;
}
#contentWrapper {
	margin: 2em 5em 2em 5em;
	width:900px;
}
#contentWrapper .pageTitle {
	margin:0 0 1em 2em;
	font-size:1.5em;
	color:#fff;
}
#contentWrapper .pageContent {
	background: /*url(../images/homepage_box_bg.jpg) repeat-x*/ #FFF;
	border: 1px solid #CCC;
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:25px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pageContent h2 {
	font-size: 1.4em;
	color:#294258;
	padding: 0;
	margin: 0 0 1em 1em;
}
#workTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:850px;
	background: #f6f6f6;
}
#workTable td {
	background: #f6f6f6;
	border-bottom: solid thin #e6e6e6;
	margin: 0;
	padding: 0;
}
#workTable tr:hover td {
	background: #e2e8eb;
	font-weight:bold;
}
#workTable .tableHead th {
	background: #E6Ecf1;
	font-size: 11px;
	text-align:left;
}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}
ul.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.tabs a.l:hover {
	background-position: -248px -31px;
}
ul.tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
.month {
	background: #06F;
	color:#FFF;
	margin: 1em 0 1em 0;
	padding: 2px;
}
ul.discography {
	list-style: none;
		list-style-type:none;
}
li.firstLevel {
	list-style: none;
	font-size: 1.4em;
	list-style-type:none;
	
}
li.firstLevel li{
	list-style: none;
	font-size: 1.2em;
	list-style-type:none;
	
}
li.secondLevel {
	list-style: none;
	font-size: 1.4em;
}
li.thirdLevel {
	list-style: none;
	color:#690;
}
li.omitLevel {
	list-style: none;
	color:#690;
}