body {
	color: #888;
	background-color: black;
/*	background-image: url("../images/header-background.png");
	background-repeat: repeat-x;
	background-position: top left;
*/}

h1, h2, h3, h4, h5, h6, th {
	color: #d00;
	font-variant: small-caps;
}

h1, h2, h3 {
	color: #d00;
}

h4, h5, h6, th {
	color: #ddd;
}

a {
	color: #ddd;
	font-variant: small-caps;
}

.tab a {
	font-variant: small-caps;
	text-decoration: none;
}

.tab.selected {
	font-variant: small-caps;
	color: red;
}

div.panel img {
	padding: 2px;
	border: 2px solid gray;
}

div.panel h1 img, div.panel h2 img, div.panel h3 img, div.panel h4 img, div.panel h5 img, div.panel h6 img, div.panel th img {
	border: 0;
}



html, body, div, span, h1, h2, h3, h4, p, ul, li, a, img {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

a img {
	border: 0;
}

body, table, input, select, textarea {
	font-family: Georgia, serif;
	font-size: 10pt;
}

body {
	text-align: center;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-left: 13px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.1em 0 0.6em 0;
}

#container {
	width: 75em;
	max-width: 97%;
	margin: 1em auto 1em; auto;
	text-align: left;
}

#header h1 {
	float: left;
}

#sweden-rock input {
	display: none;
}

#header #myspace {
	margin-top: 10px;
	margin-right: 45px;
	clear: right;
	float: right;
}

#main {
	width: 75%;
	float: left;
}

#main .tabs, #main .panel {
	margin-right: 25px;
}

#main .panel .top {
	margin-left: 20px;
	margin-right: 20px;
}

.tabs {
	padding-left: 5px;
}

.tab {
	margin-left: 5px;
	float: left;
	margin-bottom: -3px;
}

.tab.selected {
	position: relative;
	z-index: 1;
	border-bottom: 3px solid Black;
}

.tab .top {
	margin-top: 4px;
}

.tab:hover .top {
	margin-top: 2px;
}

.tab.selected .top {
	margin-top: 0px;
}

.tab .content {
	padding: 6px 11px 4px 11px;
}

.tab.selected .content {
	padding: 7px 11px 3px 11px;
}

.top {
	position: relative;
	background: url("../images/border-top.png");
	background-repeat: repeat-x;
	background-position: top left;
}

.right {
	position: relative;
	background: url("../images/border-right.png");
	background-repeat: repeat-y;
	background-position: top right;
}

.bottom {
	position: relative;
	background: url("../images/border-bottom.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

.left {
	position: relative;
	background: url("../images/border-left.png");
	background-repeat: repeat-y;
	background-position: top left;
}

.panel {
	clear: both;
	margin-bottom: 2em;
}

.panel .content {
	padding: 25px 8px 20px 8px;
}

#sidebar {
	width: 25%;
	float: left;
}

#sidebar .panel .content {
	padding: 15px 8px 10px 8px;
}

table {
	width: 100%;
	margin-left: 13px;
	margin-right: 13px;
	text-align: left;
}

th {
	padding-bottom: 0.5em;
}

td {
	padding-bottom: 0.25em;
	padding-right: 0.25em;
}

ul {
	margin-left: 13px;
}

#page-download h3 {
	clear: both;
}

.music-list {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}

.music-list li {
	list-style: none;
	line-height: 1.6em;
}

.video-clip {
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 0.4em;
	margin-bottom: 1.5em;
}

.video-clip p {
	height: 3em;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	color: Gray;
	margin-bottom: 1em;
}

.image {
	width: 117px;
	margin-left: 0.4em;
	margin-right: 0.4em;
	text-align: center;
	float: left;
}

.image-row {
	margin-bottom: 1em;
	padding-left: 0.5em;
	clear: both;
}

#page-gallery h3 {
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid gray;
	clear: both;
}

h3.news-item {
	color: #ddd;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid gray;
	clear: both;
}

#page-intro {
	color: Black;
	text-align: center;
}

#intro {
	margin: auto;
	margin-top: 5em;
}

#intro img {
	border: 0;
	margin: 0.25em;
}

.portrait {
	width: 50%;
	float: left;
	text-align: center;
}

#page-news .thumb, #page-news-archive .thumb {
	margin-left: 1em;
}

#sidebar .music-list {
	width: 100%;
	margin-bottom: 1em;
}

#header {
	text-align: left;
	margin-left: 5em;
}

#page-band h3 {
	margin: 0.6em 0 1.1em 0;
}

#page-contact-us #to-all {
	padding-bottom: 0.25em;
	border-bottom: 1px solid Gray;	
	margin-bottom: 0.25em;
}

#page-contact-us #subject {
	width: 91%;
}

#page-contact-us textarea {
	width: 91%;
	height: 8em;
}

td {
	vertical-align: top;
}

#page-contact-us label {
	position: relative;
	top: 0.3em;
}

#page-merchandise td {
	padding-top: 1em;
}

#page-merchandise img {
	margin-right: 0.5em;
}

#page-merchandise h3 {
	margin-top: 0;
}

#page-gigs img {
	border: 0;
	padding: 0;
}