/*======================================*
** style.css
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html { height: 100%; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #000 url(../img/bg.jpg) repeat-x 50% 0;
	text-align: center;
	color: #fff;
	}

/* headers */
h2, h3, h4, h5, h6 { color: #0099ff; margin: 0; font-weight: normal; }
h2 { font-size: 1.8em; padding: 0px 0px 15px 0px; letter-spacing: 1px; font-weight: bold;}
h3 { font-size: 1.5em; padding: 10px 0 10px 0px; letter-spacing: 1px; font-weight: bold; }
h4 { font-size: 1.0em; padding: 20px 0 0 0; font-weight: bold; }	
h5 { font-size: 1.0em; padding: 20px 0 0 0; }	
h6 { font-size: 1.0em; padding: 5px 0 0; }

/* text */
p { font-size: 1em; line-height: 1.5em; margin: 0 0 30px; padding:0 20px 0 20px; color: #dddddd; }
acronym { cursor: help; }
code { font-size: 1.5em !important; margin: 0 0 20px; border: 1px dashed #333; padding: 10px; display: block; background-color: #111; color: #ffc; }
blockquote { font-family: Tahoma, Arial, Helvetica, sans-serif; margin: 0 0 20px; border: 1px solid #333; padding: 15px 15px 0 15px; display: block; background-color: #111; }
blockquote p { margin-bottom: 15px; }

/* links */
a { text-decoration: none; color: #99ff00; font-weight: bold; font-size: 0.9em; }
a:hover { text-decoration: none; color: #ffffff; }

/* bio */
#content .blockquote_bio {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 0 0 0 0px;
    border: 1px solid #333;
    padding: 25px;
    display: block;
    background-color: #111;
    float: left;
    width: 630px;
}
#content .blockquote_bio strong { font-size: 1.0em; font-weight: bold; color: #0099ff;}


/* download */
#content .download {
}
#content .download strong{
	font-weight: bold; 
	color: #ffff00;
}

#content .blockquote_download {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 30px 30px 30px 0px;
    border: 1px solid #333;
    padding: 15px;
    display: block;
    background-color: #000;
    height:150px;
    width: 800px;
}
#content .blockquote_download strong { font-size: 1.0em; font-weight: bold; color: #ffff00;}
#content .blockquote_download .artwork{
	padding-right: 25px;
	margin: 0px;
	float: left;
    width: 150px;

}
#content .blockquote_download .btn { 
	float: right;
	overflow:hidden;
	position: relative;
	top:-90px;
	right:10px
}
#content .blockquote_download .text { 
    padding: 20px 0px 0px 100px;
    width:430px
}
#content .blockquote_download .text span{ 
    color:#999;
    font-size:11px;
}

#content .discograph {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 0px 0 20px 0;
    border-top:1px dotted #ccc;
    width: 830px;

}
#content .discograph strong { font-size: 1.0em; font-weight: bold; color: #0099ff;}

#content .blockquote_discograph {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 10px 0px 30px 0px;
    border: 1px solid #333;
    padding: 15px;
    display: block;
    background-color: #333;
    float: left;
    width: 800px;

}
#content .blockquote_discograph strong { font-size: 1.0em; font-weight: bold; color: #ffff00;}
#content .blockquote_discograph p {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 20px 0px 0px 0px;
    padding: 0 0 0px 0;
}
#content .blockquote_discograph img {
    float: left;
    margin: 0px 10px 0px 0px;
}
#content .blockquote_discograph .left {
    float: left;
    padding-right: 15px;
    padding-bottom:20px;
    width: 370px;
    border-right:1px #666 dotted;
}
#content .blockquote_discograph .right {
    float: right;
    padding-right: 15px;
    padding-bottom:20px;
    width: 370px;
}

/* information */
#content p.information {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	position: relative;
	height: 1%;
	}	
#content p.information a.cmt {	
	position: absolute;
	right: 0;
	top: 10px;
	}
#content p.information a.cmt br { display: none; }	


/* images */
img { border: 0px; }
a img { border: 0px; }
a:hover img { 0px; }
img.right { margin-left: 20px; padding:0px 0px 0px 10px; }

/* lists */
ul, ol, dl, table, blockquote, code { font-size: 1.0em; }
ul, ol, dl { margin: 0 0 30px; padding: 0 0 0 25px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt { font-weight: bold; }
dl dd { padding-left:235px; font-size: 0.9em; line-height: 1.5em;}

/* tables */
table { margin: 0 0 30px; border: 1px solid #333; }
table th, table td { padding: 10px; text-align: left; color: #fff; }
table th { background-color: #222; }

/* forms */
fieldset { border: 1px solid #333; background-color: #222; padding: 50px; margin: 30px 0; }
fieldset legend { display: none; }
fieldset form p { clear: both; padding: 5px; }
fieldset form p label { float: left; display: block; width: 30%; margin-right: 20px; }
fieldset form p input,
fieldset form p select,
fieldset form p textarea { border: 3px solid #ccc; background-color: #eee; padding: 5px;width: 65%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
fieldset form p select { width: 52.5%; }
fieldset form ul.fieldlist { margin: 0 0 20px 46%; padding: 0; list-style-type: none; }
fieldset form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
fieldset form input.btn { width: auto; border-color: #000; background-color: #111; padding: 10px; cursor: pointer; color: #0099ff; font-weight: bold; }

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.left { float: left; padding-right:15px; }
.right {float: right; padding-left:15px; }
.pt10 {padding-top: 10px;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	min-height: 95%;
	height: auto !important;
	height: 100%;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { 
	height: 90px;
	position: relative;
	padding: 10px 0 0 0; 
	}

#header h1 {
	padding:0px;
	margin: 0;
	}	
#header h1 a {
	height: 100%;
	outline: none;
	}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/ 
#header ul {
	background-color: #000;
	list-style-type: none;
	margin: 0px 0 0;
	padding: 50p;
	width: 400px;
	padding: 5px 0;
	}
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
#header ul li {
	float: left;
	margin: 0 9px;
	font-size: 11px;
	}
#header ul li a {
	display: block;
	padding: 5px 5px;
	}
#header ul li a.on {
	text-decoration: none;
	background-color: #666666;
	}

/* logo */
#logo {
    padding:0px 0 0 0px;
	border: none;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/ 
#content {
	background: url(../img/bg_inner.gif) no-repeat #000000;
	margin: 0px;
	padding: 0px 10px 20px 30px;
	min-height: 400px;
	}
#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
/* the following enables you to add content 
directly into the content div for a one 
column layout while still adding the 
correct margins. */
#content * { margin: 0 0px 0 0; }
#content div { margin-right: 0; }
#content div * { margin-right: 0; }
span, em, strong, acronym, del, label, input, select, textarea, a { margin: 0 !important; }

/* left column formatting */
#content #left {
	min-height: 650px;
	margin-top: 10px;
	padding: 0 0px 0px;
	width: 180px;
	margin-right: 40px;
	float: left;
	}	

#content #left_info {
	min-height: 500px;
	margin-top: 10px;
	padding: 0px 30px 0px 0px;
	width: 180px;
	margin-right: 10px;
	float: left;
	border-right: 1px dashed #333;
	}	

/* right column formatting */	
#content #right {
	float: right;
	width: 200px;
	background: url(../img/subnav_.jpg) repeat-x;
	min-height: 322px;
	margin-top: 10px;
	padding: 0 20px 20px;
	}
* html #content #right { height: 322px; }


/* generic content */
#content p.info {
	float: right;
	width: 660px;
	border-bottom: 1px solid #0099ff;
	padding: 0px 0px 5px 0px;
	margin: 10px 20px 10px 10px;
	position: relative;
	height: 1%;
	font-weight: bold;
	color:#0099ff;
	font-size: 1.0em;
	}	
#content p.info cmt {	
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 0.9em;
	color:#fff;
}
#content p.info cmt br { display: none; }	
	
	
#content p.info_text {
	float: right;
	width: 630px;
	padding: 0px 20px 20px 10px;
	margin: 10px;
	position: relative;
	height: 1%;
	font-size: 1.0em;
	}	

	
#content ul.links {
	width: 180px;
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
	}	
#content ul.links li {
	border-bottom: 1px solid #333;
	}
#content ul.links li a {
	display: block;
	height: 1%;
	padding: 10px;
	}
#content ul.links li a:hover {
	background-color: #111;
	}
#content ul.links li.select  {
	display: block;
	height: 1%;
	padding: 10px;
	font-weight: bold;
	}	
	
#content ul.links_item {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
	}	
#content ul.links_item li {
	border-bottom: 1px solid #333;
	}
#content ul.links_item li a {
	display: block;
	height: 1%;
	padding: 10px;
	}
#content ul.links_item li a:hover {
	color: #ffffff;
	}
		
#content ul.images {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
	
#content ul.works {
	padding: 20px;
	}

#content ul.images:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}	
#content ul.images li {
	float: left;
	margin: 0 11px 11px 0;
	}		

#content .mail_margin {
	margin: 0 0px 20px 0;
}

/*------------------------------------------------------------*
**  header menu
**------------------------------------------------------------*/ 
#main-menu {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 630px;

}
#main-menu ul {
    list-style:none;
}
#main-menu li {
    float:left;
}
#main-menu a {
    display: block;
    float: left;
    width: 100px;
    height: 34px;
    text-indent: -9999px;
}
#main-menu a:hover {
    background-position:bottom;
}
.menu1 a { background-image:url(../img/mainmenu1.gif); }
.menu2 a { background-image:url(../img/mainmenu2.gif); }
.menu3 a { background-image:url(../img/mainmenu3.gif); }
.menu4 a { background-image:url(../img/mainmenu4.gif); }
.menu5 a { background-image:url(../img/mainmenu5.gif); }
.menu6 a { background-image:url(../img/mainmenu6.gif); }
.menu7 a { background-image:url(../img/mainmenu7.gif); }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	text-align: right;
	}
#footer div {
    background-image:url(../img/footer_text.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	margin: 0 auto;
	width: 880px;
	height: 15px;
	padding: 0px 0px 10px 0px;
	}
#footer p { margin: 0; position: relative; }
#footer p span	{ position: absolute; right: 0; }

* html #footer p span { right: 30px; }


