body {
	text-align: center;
	color: white;
	background-color: black;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	font-size: 1.1em;
	text-align: justify;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	clear: both;
}

h1 {
	text-align: left;
	margin-bottom: 0;
	font-size: 2em;
	margin-top: .5em;
}

p + h2 {
	margin-top:  2em;
}

h2 + p {
	margin-top: .2em;
}

h2#discog_caption {
	font-size: 1em;
}

/***Divs***/
div.main { /*main page container*/
	width:80%; 
	margin:0 auto; 
	float: none;
}

div.bordered_content {
	width:100%; 
	background-color: black; 
	border:solid;
	border-color: white; 
	margin:0 auto;
	float: left;
	padding-bottom: 10px;
}

div.red_nav_col {
	width: 110px; 
	background-color: #E71455; 
	float: left;
}

div.top_logo {
	width: auto;
	float:left;
}

div.page_title {
	float:right; 
	font-size:2.5em; 
	color: white; 
	margin-right: 40px;
	text-transform: uppercase;
}

div.page_content {
	width:80%; 
	float: right;
	text-align:center;
	margin-right: 20px;
}

div.footer {
	text-align:center; 
	width: 100%; 
	float: left;
	margin-top: 30px;
}

/***Images***/
img.top_left_feet {
	margin-left:2px;
}

img.right {
	float: right;
}

/***Hyperlinks***/
ul.main_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.main_nav li {
	margin-bottom: 1em;
}

ul.main_nav a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul.main_nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

ul.main_nav a:active {
	color: black;
	font-weight: bold;
}

ul.main_nav a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

ul.main_nav a:visited:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #E71455;
	font-weight: bold;
}

a:hover {

}

a:active {
	color:#E71455;
}

a:visited {
	color:#E71455;
}

a img {
	border-style: none;
}


/***Paragraphs***/
p.center {
	text-align:center;
}

p.right {
	text-align: right;
	margin-right: 40px;
}

/***Updates***/
div.news_block {
	background-color: white;
	color:black;
	width:80%;
	float: none;
	margin-left: 8%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border-style:ridge;
}

div.news_title {
	font-size:18px;
	font-weight: bold;
	float: left;
}

div.news_date {
	font-style: italic;
	float: right;
}

div.news_details {
	float:none;
}

div.news_top {
	height:20px;
}

/***Label***/
div.label {
	text-align:justify;
}

p.label_title {
	font-size:18px;
	font-weight:bold;
	margin-top: 8px;
}

img.label_img {
	border: solid;
	border-color: white;
	margin: 8px;
}

/***Links***/
ul.link_list {
	width: 80%;
	text-align:left;
	list-style:none;
}

ul.link_list li {
	vertical-align:top;
	margin-bottom: 30px;
}

ul.link_list img {
	width: 150px;
	vertical-align:middle;
	margin-right: 1em;
}

/***Artists***/
ul.artist_list {
	width: 80%;
	text-align:left;
	list-style:none;
}

ul.artist_list li {
	vertical-align:top;
	margin-bottom: 30px;
}

ul.artist_list img {
	max-width: 150px;
	vertical-align:middle;
	margin-right: 1em;
}

div.left {
	text-align: left;
}

div.float_left {
	float: left;
}

div.center {
	text-align: center;
}

table.gig_table {
	text-align: left;
	width: 500px;
}

table.gig_table td {
	border: solid white thin;
	padding: .5em;
}

table.gig_table th {
	border: solid white medium;
	padding: .5em;
	text-align: center;
}

/***Discog***/
table.discog_table {
	width: 80%;
	text-align: center;
	margin-bottom: 40px;
}

table.discog_table td {
	text-align:center;
	padding: 10px;
	width: 25%;
}

table.discog_table caption {
	text-align:left;
	font-size: 1.5em;
	font-weight: bold;
}


div.discog_row {
	width: 100%;
	margin-bottom: 8px;
}

table.discog_table a, a:visited, a:active, a:hover {
	font-weight: bold;
}

p.discog_desc {
	text-align:justify;
	margin-right: 20px;
}

p.country {
	text-align: right;
}

/***Release***/
div.left_50 {
	float: left;
	width: 50%;
	text-align: left;
}

div.release_top {
	margin-top: 1em;
}

div.release_middle {
	width: 100%;
	float: left;
}

div.release_middle div {
	float: left;
	width: 44%;
	color: black;
	margin: 1em;
}

div.release_description {
	width: 92%;
	text-align: left;
}

div.release_related {
	text-align: left;
}

div.release_related div {
	margin-bottom: .5em;
	margin-left: 1em;
}

div.release_related img {
	height:	100px;
	width: 100px;
	vertical-align: middle;
	margin-right: 1em;
	border-bottom-style: none;
}

.red_bg {
	background-color: #E71455;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}