/*

Theme Name: Valkyre Records
Theme URI: http://www.valkyrerecords.com
Description: Valkyre Records: Great Canadian Music
Version: 1
Author: Michael Lynch
Author URI: http://www.michaelynch.com

*/


/* LINKS */

body a {
	color: #000066;
	font-size: 16px;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}
	
.nav a {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 26px;
	text-decoration: none;
}

.nav a:hover {
	color: #000000;
	text-decoration: underline;
}

.artists a {
	color: #000066;
	text-decoration: none;
	padding: 0;
}
	
.artists a:hover {
	color: #000000;
	text-decoration: underline;
}
	
/* LINKS END */

body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.wrapper {
	margin: 50px auto;
	width: 715px;
}

img {
	border: none;
}

.logo {
	float: left;
}

.nav {
	float: right;
	text-align: right;
}

.main {
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}

.big {
	font-size: 36px;
}

.title, .footer {
	height: 20px;
	width: 98%;
	padding: 8px;
	background: #f4f4fb;
	font-size: 18px;
}

.releasetable td {
	padding: 0 30px 0 0;
	vertical-align: top;
}

.releasetable tr {
	padding: 0 0 10px 0;
}

.albumtitle {
	font-size: 16px;
	text-transform: uppercase;
}

.performance {
	height: 12px;
	width: 98%;
	padding: 8px;
	background: #f4f4fb;
	margin: 0 0 5px 0;
}


