@charset "UTF-8";
/*
Theme URI: http://wavevend.co.uk
Author: Steve Norton
Description: Custom theme built for Wavevend Productions
Version: 1.0
*/

body {
	background:#100226;
	background-image:url(images/wavevend_background.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-width: 960px;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.0em;
	color:#FFFFFF;
}

/*Containers*/

#outerWrapper {
	margin:0 auto;
	width:960px;
}

#headerWrapper {
	margin:0 auto;
	width:960px;
	height:auto;
	padding-top:20px;
	margin-bottom:20px;
	border-bottom:2px solid #1A0B36;
}

#addressWrapper {
	margin:0 auto;
	width:960px;
	height:auto;
	text-align:center;
	padding-top:400px;
}

/*Typography*/

h1 {
	font-size: 56px;
	font-weight:400;
	text-align:right;
	color:#907502;
}

h2 {
	font-size: 20px;
	font-weight:400;
	line-height:3.0em;
}

.goldAccent {
	color:#907502;
}

/* Common link attributes */	

a:link {color:#907502; text-decoration:none;} /* unvisited link */
a:visited {color:#FFFFFF; text-decoration:none;} /* visited link */
a:hover {color:#FFFFFF; text-decoration:none;} /* mouse over link */
a:active {color:#FFFFFF; text-decoration:underline;} /* selected link */ 