@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'Futura';
	src: url('Fonts/Futura Medium BT.ttf');
}
@font-face {
	font-family:'Univers';
	src: url('Abel-Regular.ttf');
}
body{
	background:url(../assets/covers/RTR-1MickQuinn2005.png) no-repeat center top fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-family:'Univers', Arial, Sans-Serif;
	color:#230C0E;
	background-color:#120002;
}
#container {
	margin:135px auto 0;
}
a:link, a:active, a:visited {
	color:#37281D;
	font-weight:bold;
	text-decoration:none;
	text-decoration:underline;
}
a:hover 
{
	color:#CCD56C;
}
form {
	background-color:none;/*rgba(130,140,127,0.5);*/
	color:#fff;
}
form a:link, form a:active, form a:visited { 
	color:#ccc;
}
h1 {
	margin:0;
	color:#FEFCE9;
}
h3 {
	margin:0;
	color:#FEFCE9;
}
h1.logo {
	font-size:6em;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	font-weight:normal;
	letter-spacing: 6px;
	margin:0 auto;
	text-align:center;
}
h1.logo a:hover {
	color:#f39438;
}
#headerbox {
	/*background-color:#FEFCE9;*/
	height:114px;
}
#navigation {
	font-family: 'Futura', 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	letter-spacing: 1.5px;
	font-size:0.9em;
	font-weight:normal;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	color:#ccd56c;
}
#navigation a:hover {
	text-decoration:none;
	color:#ccd56c;
}
#Thanks {
	color:#ccd56c;
}
#Thanks a:link, #navigation a:active, #navigation a:visited {
	color:#ccd56c;
}
.thmbBox {
	overflow:hidden;
	background-color:#171717;
	width:200px; height:70px; 
	border:1px solid #333;
	margin:10px 20px;
	margin-left:25px;
	float:left;
}
.thmbBox img{
	margin:2px;
	display:inline-block;
	float:left;
	margin-right:4px;
}
description {
	font-family:'Univers';
	font-size:x-small;
	height:65px;
	color:#fff;
	overflow:auto;
}
