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

* {	
	margin:0; 
	padding:0; 
	border:0; 
}

body {
	background:#000 url(../img/bgr.png) top left repeat-x;
	text-align:center;
	color:#fffcea; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	line-height:1.3em;
}

div#header {
	width:940px;
	height:127px;
	margin:0 auto 0 auto;
	position:relative;
}

div#menu {
	width:940px;
	height:38px;
	margin:0 auto 0 auto;
	position:relative;	
}

div#body, div#body_home {
	background:#000 url(../img/body_bottom.jpg) bottom center no-repeat;
	width:940px;
	min-height:265px;
	margin:0 auto 0 auto;
	padding:40px 0 0 0;
}

div#footer {
	background:#000 url(../img/footer.jpg) top center no-repeat;
	width:940px;
	height:257px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
}

.nodisp {
	display:none;
}

.clear {
	clear:both;
}

h2 {
	font-weight:normal;
	font-size:3.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:0.9em;
	letter-spacing:-0.05em;
	margin:0px 0px 5px 0px;
	padding:15px 0 15px 0;
}

h3 {
	font-weight:normal;
	font-size:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	letter-spacing:-0.05em;
	margin:0px 0px 15px 0px;
}

h4 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	letter-spacing:-0.05em;	
}

a {
	color:#aaa;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#666;
}

a#backtotop {
	float:right;
	margin:20px 20px 0 0;
}

/* header */

#header #logo h1 a {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:263px;
	height:127px;
	background-image:url(../img/julianbliss.png);
}

#header #baner   {
	width:380px;
	height:90px;
	position:absolute;
	left:560px;
	top:18px;
}

#header #banner2
  {
	width: 214px;
	height: 88px;
	position: absolute;
	left: 290px;
	top: 18px;
}

#header #banner2 a:hover
	{
	color: transparent;
	background-color: transparent;
	border: none;
	}

/* menu */

div#menu ul li {
	list-style:none;
	display:inline;
}

div#menu ul li a {
	display:block;
	height:38px;
	position:absolute;
	top:0;	
}

a#menu_home_on,
a#menu_about_on,
a#menu_news_on,
a#menu_discography_on,
a#menu_gallery_on,
a#menu_appearances_on,
a#menu_media_on,
a#menu_instruments_on,
a#menu_press_on,
a#menu_links_on,
a#menu_contact_on,
div#menu ul li a:hover {
	background-position:0 -38px;	
}

a#menu_home, a#menu_home_on {
	left:0px;
	width:69px;
	background-image:url(../img/menu_home.png);
}

a#menu_about, a#menu_about_on {
	left:69px;
	width:106px;
	background-image:url(../img/menu_about.png);
}

a#menu_news, a#menu_news_on {
	left:175px;
	width:63px;
	background-image:url(../img/menu_news.png);
}

a#menu_discography, a#menu_discography_on {
	left:238px;
	width:107px;
	background-image:url(../img/menu_discography.png);
}
                
a#menu_gallery, a#menu_gallery_on {
	left:345px;
	width:111px;
	background-image:url(../img/menu_gallery.png);
}

a#menu_appearances, a#menu_appearances_on {
	left:456px;
	width:114px;
	background-image:url(../img/menu_appearances.png);
}

a#menu_media, a#menu_media_on {
	left:570px;
	width:66px;
	background-image:url(../img/menu_media.png);
}

a#menu_instruments, a#menu_instruments_on {
	left:636px;
	width:102px;
	background-image:url(../img/menu_instruments.png);
}

a#menu_press, a#menu_press_on {
	left:738px;
	width:63px;
	background-image:url(../img/menu_press.png);
}

a#menu_links, a#menu_links_on {
	left:801px;
	width:60px;
	background-image:url(../img/menu_links.png);
}

a#menu_contact, a#menu_contact_on {
	left:861px;
	width:79px;
	background-image:url(../img/menu_contact.png);
}

/* home */

#body_home #left_col {
	width:290px;
	float:left;
	text-align:right;
	padding:0px 40px 0px 60px;  
}

#body_home #right_col {
	text-align:left;
	width:430px;
	float:left;
	padding:0px 60px 0px 40px;
	border-left:#666 1px solid;
}

#body_home #right_col p {
	margin-bottom:20px;
}

#body_home #right_col form#newsletter {}
#body_home #right_col form#newsletter table {}
#body_home #right_col form#newsletter table tr td {
	text-align:left;
}

#body_home #right_col form#newsletter table tr td input#emailfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	border:#666 1px solid;
	width:160px;
	margin:15px 0 0 0;
}

#body_home #right_col form#newsletter table tr td input#but_subscribe {
	width:auto;
	height:auto;
	margin:15px 0 0 0;	
}

/* body */

#body #left_col {
	width:240px;
	float:left;
	text-align:right;
	padding:0px 40px 0px 60px;
	border-right:#666 1px solid;	 
}

#body #right_col {
	text-align:left;
	width:480px;
	float:left;
	padding:0px 60px 0px 40px;

}

#body #right_col p {
	margin-bottom:20px;
}

/* footer */

div#footer #credits {
	position:absolute;
	top:75px;
	left:660px;
	margin-right:10px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.8em;
	color:#666;
}

div#footer #credits a {
	color:#666;
	text-decoration:none;
	background:none;
}

div#footer #credits a:hover {
	color:#666;
	text-decoration:underline;
	background:none;	
}

div#footer #img_logo {
	position:absolute;
	top:80px;
	left:850px;
}

/* news */

div.news {
	border-bottom:#333 1px solid;
	margin-bottom:20px;	
}

div.news img, img.aboutimg {
	border:#333 1px solid;
	margin:0px 15px 10px 0px;
	float:left;	
}

div#right_col div.news p.date {
	margin:0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#aaa;	
}

/* media */

div#right_col div.media {
	margin-bottom:20px;
	clear:both;	
}

div#right_col div.media p {
	width:325px;
	margin-bottom:5px;	
}

div#right_col div.media object {
	margin-bottom:5px;

}

div.link {
	text-align:center;
	float:left;
	margin:0px 20px 20px 20px;
	line-height:2em;
}

div.link img {

}

/* contact */

#body #right_col form#contactform input,
#body #right_col form#contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	border:#666 1px solid;
	width:250px;
	margin:5px 0 0 0;
}

#body #right_col form#contactform div.form_cell {
	margin:5px 0 0 0;
}

#body #right_col form#contactform input#submit {
	width:auto;
	height:auto;
	margin:15px 0 0 0;
	border:none;	
}

p#errormessage {
	color:red;
	margin:0px;
	padding:0px;
}

/* discography */

div.release {
	padding:20px 0 0px 0;
	border-bottom:#666 1px solid;	
}

div.release ul {
	margin:10px 0 20px 0;
	list-style:square outside; 	
}

div.release ul li {
	list-style:square outside;
	margin-left:15px; 
}

div.release img.disc_cover {
	float:left;
	width:100px;
	height:100px;
	margin:0 20px 20px 0;
	padding:1px;
	background-color:#666;
}

div.release div.releasetext {
	float:left:
}

/* gallery */

div.gallery img.galleryimg {
	margin:0 15px 15px 0px;
	border:#666 1px solid;	
}

div.gallery a:hover {
	background:none;	
}

/* apperances */

table.events {
	margin:0 0px 0px 0px; 
	width:500px;
}

table.events th {
	font-size:1.5em;
	font-weight:normal;
	padding:0px 5px 10px 5px;
	border-bottom:#666 1px solid;		
}

table.events td {
	border-bottom:#666 1px solid;
	padding:10px 5px 10px 5px;
	vertical-align:top;
}

.quote {
	border-bottom:#666 1px solid;
	padding:0 0 30px 0;
	margin-bottom:20px;
	clear:both;
}

/* instruments */

.left {
float:left;
}

.right {
float:right;
}

.instrimg {
	padding:1px;
	background-color:#666;
	margin:0px 20px 10px 0px;
}

.split {
	height: 1px;
	border-bottom:#333 1px solid;
	margin-bottom: 20px;
}