@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: fixed;
	background-position: 100% 150px; 
	
}

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;
}
#footer
{
	position: absolute;
	top: 931px;
	left: 0px;
	background-color: #CCCCCC;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	clear:both;
	width:100%;
}
#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;
}	


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;
}



#w3c {
	position: absolute;
	left: 100%;
	top: 702px;
	width: 84px;
	height: 61px;
}	
	
#css {
	position: absolute;
	left: 100%;
	top: 690px;
}



#shopcontent {
	position: absolute;
	width: 626px;
	top: 146px;
	left: 209px;
	padding-left: .4em;
	padding-right: .4em;
	
}	
