@charset "UTF-8";

/*
CSS for Jellymould Jazz site
*/

body { 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	background-color: #000000; 
	padding: 0; 
	line-height: 125%; 
	border: 4px #666666;
	background-image: url(../backgrounds/bass.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 100% 150px; 
	
}

/*
Although it says Bach, use this template for all artist pages
*/

#bach_page_shot, #salerosa_page_shot ,#magichat_page_shot ,#ruby_page_shot { 
	border: 2px solid #999999;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:4px;

}

#bachpics, #salerosapics, #magichatpics, #rubypics { 
list-style-type: none;

}
#bachpics li { 
float: left; 
width: 180px; 
margin-left: 50px; 
margin-right: 4px; 
margin-bottom: 10px; 
font: bold 0.8em Arial, Helvetica, sans-serif; 
color: #FFFFFF;

}

#magichatpics li { 
float: left; 
width: 180px; 
margin-left: 50px; 
margin-right: 4px; 
margin-bottom: 10px; 
font: bold 0.8em Arial, Helvetica, sans-serif; 
color: #FFFFFF;

}

#rubypics li { 
float: left; 
width: 180px; 
margin-left: 50px; 
margin-right: 4px; 
margin-bottom: 10px; 
font: bold 0.8em Arial, Helvetica, sans-serif; 
color: #FFFFFF;

}
#salerosapics li { 
float: left; 
width: 210px; 
margin-left: 50px; 
margin-right: 4px; 
margin-bottom: 10px; 
font: bold 0.8em Arial, Helvetica, sans-serif; 
color: #FFFFFF;

} 
#bachpics img, #salerosapics img, #magichatpics img, #rubypics img { 
display: block;
border: 2px solid #333333;  
background-color: #000000;
}

p.no_margin { margin: 0; }

#header { 
	position: absolute;
	left: 0px;
	top: 4px;
	width: 100%;
	border-top: 3px solid #990000;
}

#tagline p { 
	position: relative;
	font-style: italic; 
	font-family: Georgia, Times, serif; 
	color:#000000;
	border-top: 3px solid #990000; 
	border-bottom: 3px solid #990000; 
	padding-top: .2em; 
	padding-bottom: .2em; 
	padding-left: 2em; 
	margin: 0; 
	background: #CCCCCC url(../backgrounds/tagline-fade.jpg) repeat-y
	right;
}

#bodycontent {
	position: absolute;
	width: 575px;
	top: 138px;
	left: 214px;
	height: 466px;
}

#navigation {
	position: relative;
	top: 4px;
	width: 200px;
	left: 0px;
	margin-top: 4px;
} 
#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
} #navigation li {
	border-bottom: 1px solid #ED9F9F;
} #navigation li a:link, #navigation li a:visited {
	font-size: 85%; 
	display: block; 
	padding: 0.4em 0 0.4em 0.5em; 
	border-left: 12px solid #711515; 
	border-right: 1px solid #711515; 
	background-color: #CC0000; 
	color: #FFFFFF; 
	text-decoration: none;
} 
#navigation li a:hover {
	background-color: #711515; 
	color: #FFFFFF;
} 
#navigation ul ul {
	margin-left: 12px;
} 
#navigation ul ul li {
	border-bottom: 1px solid #711515; 
	margin:0;
} #navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #D4D4D4; 
	color: #711515;
} #navigation ul ul a:hover {
	background-color: #711515; 
	color: #FFFFFF;

}
#twit {
	position: relative;
	top: 8px;
	left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 192px;
	height: 250px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	padding-left: .4em;
	padding-right: .4em;
	background: #000000;
}	

#footer
{
	position: absolute;
	top: 2327px;
	left:0px;
	width:100%;
	background-color: #CCCCCC;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	clear:both;
}
h2, ul { 
	margin-top: 6px;
}

h1 {
	font-size: x-large;
	color: white;
	padding-top: 3em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	margin: 0;
	background: black url(../backgrounds/header-logo.jpg) repeat-y right;
}

li { 
	font-size: small;
	color: white;
}

h2 { 
	color: #FFFFFF; 
	font-size: medium; 
	font-weight: normal;
	padding-top: 15px;
	padding-left: .4em;
}

p{ 
	font-size: 12px; 
	color: white;
	padding-left: .4em;
}	

a:link, a:visited { 
text-decoration: underline; 
color: white; 
background-color: transparent;
} a:hover, a:active {
text-decoration: underline overline; 
color: #000000; 
background-color: #FF0000;
}
