@charset "utf-8";

html
{
	background-color: black;
	background-image: url(graphics/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body
{
	text-align: center;
}

#wrap
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
	background-color: white;
}

#header
{
	padding: 0;
	width: 600px;
	height: 60px;
	position: relative;
	left: 100px;
	text-align: center;
}

#navbar
{
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-variant: small-caps;
	letter-spacing: -0.1em;
	padding-top: 0;
	padding-bottom: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

ul#navigation
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	list-style-type: none;
}

ul#navigation li
{
	display: inline;
	padding-top: 0;
	text-align: right;
}

ul#navigation a
{
	display: block;
	padding: 0em 0.5em;
	text-decoration: none;
	color: black;
	background-color: inherit;
}

ul#navigation a:hover, ul#navigation a:focus
{
	color: gray;
}

#main
{
	width: 580px;
	position: relative;
	left: 100px;
	padding: 0 10px;
}

#footer
{
	font-size: 70%;
	padding-bottom: 1em;
}

p
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	line-height: 130%;
	text-align: justify;
}

p a
{
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
	background-color: inherit;
}

h1
{
	font-family: "Arial Black", sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.1em;
}

h2
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: bold;
	line-height: 130%;
	text-align: justify;
}

h3
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	text-align: justify;
}

h4
{
	font-family: "Lucida Console", Monaco, monospace;
        font-weight: normal;
	font-size: xx-small;
	text-align: justify;
	position: relative; top: -1em;
	margin-bottom: 0;
}

img.func
{
	border: none;
}

img
{
    border: 1px black solid;
    padding: 1px;
}

.tagline
{
    text-align: center;
}

.linkslist a
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
	background-color: inherit;
}

.linkslist li
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
        list-style-type: none;
	text-align: justify;
}

.giglist li
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
        list-style-type: disc;
	text-align: justify;
}

.bandname
{
	font-weight: bold;
}

.picture
{
    text-align: center;
}

.video
{
	text-align: center;
}

.newsitem
{
	border-bottom: 2px dotted silver;
	padding-bottom: 1em;
}

.newspic
{
	text-align: center;
}