@font-face {
	font-family: 'Gas';
	src: url('gas.ttf');
}

@font-face {
	font-family: 'Horizon BT';
	src: url('horizon.ttf');
}

@font-face {
	font-family: 'Stencilia-A';
	src: url('stencilia.ttf');
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #DFD3D3;
	background-color: #000000;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body, div, p, td, th {
	font-size: 12px;
	font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	font-weight: normal;
}

table {
	border-spacing: 0;
}

div, td, th, img {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin: 0 0 6pt 0;
	padding: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Horizon BT', 'Nimbus Sans L', 'Arial', 'FreeSans', sans-serif;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0.25em;
	padding: 170px 0 0 0;
	margin: 0;
	color: #DFC4C4;
	opacity: 0.3;
	line-height: 0.9em;
}

.title-bmx {
	color: #FF2727;
}

.subtitle {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Horizon BT', 'Nimbus Sans L', 'Arial', 'FreeSans', sans-serif;
	font-size: 20px;
	line-height: 1em;
	color: #DfC4C4;
	opacity: 0.5;
}

h2 {
	padding: 2px 10px;
	margin: 0;
	font-family: 'Gas', 'Nimbus Sans L', 'Arial', 'FreeSans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d7cbcd;
	background-color: #43393a;
}

h3 {
	font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
}

#header {
	height: 224px;
	text-align: center;
}

#title {
	font-family: 'Gas', sans-serif;
}

#border, #border2 {
	background-color: #615859;
	background-repeat: repeat-x;
	background-position: top center;
}

#border {
	width: 640px;
	height: 24px;
	margin: 3px auto;
	background-image: url('images/border.png');
}

#border2 {
	height: 36px;
	background-image: url('images/border2.png');
}

#banner-wrapper-l, #banner-wrapper-r {
	width: 640px;
	margin: 0 auto;
}

#banner-wrapper-l {
	background-image: url('images/triangle_small_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#banner-wrapper-r {
	background-image: url('images/triangle_small_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#banner {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
	background-color: #dfd3d5;
}

#banner-pictures, #banner-video {
	height: 150px;
	overflow: hidden;
	position: relative;
	border-color: #2a2627;
	border-width: 3px;
	border-style: solid;
}

#banner-video {
	float: right;
	margin-left: 10px;
	width: 200px;
}

#nav-wrapper-l, #nav-wrapper-r {
	width: 768px;
	height: 40px;
	position: relative;
	background-image: url('images/nav_star.png');
	background-repeat: no-repeat;
}

#nav-wrapper-l {
	margin: 0 auto;
	overflow: hidden;
	background-position: left;
}

#nav-wrapper-r {
	background-position: right;
}

#nav {
	float: left;
	position: relative;
	left: 50%;
	margin: 3px 0;
/*	display: table; */
}

#nav ul {
	position: relative;
	left: -50%;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
/*	display: table-row; */
}

#nav ul li {
	position: relative;
	float: left;
	font-size: 19px;
	font-family: 'Stencilia-A', 'Nimbus Sans L', 'Arial', 'FreeSans', sans-serif;
	text-transform: uppercase;
	margin: 0 10px;
	padding: 12px 0 0 0;
	background-image: url('images/nav_button.gif');
	background-location: top left;
	background-repeat: no-repeat;
/*	display: table-cell; */
}

#nav ul li a {
	color: #dfd3d3;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#search {
	float: right;
}

#main-wrapper-l {
	margin: 5px 0 0 0;
	padding: 0 0 0 35px;
	background-image: url('images/triangle_big_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#main-wrapper-r {
	padding: 0 35px 0 0;
	background-image: url('images/triangle_big_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#main {
	float: left;
	width: 450px;
	padding: 5px;
	color: #463a3c;
	background-color: #dfd3d5;
	overflow: hidden;
}

#main-nosidebar {
	padding: 5px;
	color: #463a3c;
	background-color: #dfd3d5;
	overflow: hidden;
}

#sidebar {
	margin: 0 0 0 auto;
	width: 223px;
	padding: 5px;
	color: #463A3C;
	background-color: #dfd3d5;
	overflow: hidden;
}

#sidebar dd {
	margin: 0;
	padding: 0;
}

#main a, #main-nosidebar a {
	color: #000000;
	font-weight: bold;
}

#sidebar a {
	color: #000000;
	line-height: 150%;
}

#footer {
	margin: 10px auto 20px auto;
	clear: both;
	text-align: center;
}

#nucleus_cf_body, #nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif {
	display: block;
}

.links-home {
	margin: 0 0 0 auto;
	width: 223px;
	padding: 5px;
	color: #dfd3d3;
	overflow: hidden;
}

.links-home h2 {
	background-color: transparent;
}

.link-list, .link-list-home {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

.link-list li, .link-list dd, .link-list-home li, .link-list-home dd {
	margin: 0;
	padding: 5px;
}

.link-list-home li, .link-list-home dd {
	float: left;
}

.link-list-home .link-more {
	display: none;
}

.content {
	margin: 5px 10px 10px 10px;
	overflow: hidden;
}

.contenttitle {
	margin-top: 10px;
}

.contentbody img {
	max-width: 98%;
	height: auto;
}

.calendar {
	width: 100%;
}

.banner-picture {
	position: absolute;
	opacity: 0;
}

.banner-picture img {
	width: 100%;
}

.blogitems {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blogitem {
	margin: 0;
	padding: 0;
}	

.biography-icon {
	float: left;
	overflow: hidden;
	margin: 0 5px 0 0;
}

.media-categorylist {
	font-family: 'Gas', 'Arial Black', sans-serif;
	font-size: 18pt;
}

.media-categorylist dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
}

.media-thumbnail {
	text-align: center;
	overflow: hidden;
	float: left;
	width: 80px;
	height: 60px;
	border: 1px solid #dfd3d5;
	background-color: #463a3c;
}

.media-thumbnail img {
	text-align: center;
	border: none;
}

.media-item-body img {
	width: 426px;
}

.media-home-thumbnail {
	text-align: center;
	overflow: hidden;
	float: left;
	width: 64px;
	height: 48px;
	border: 1px solid #dfd3d5;
	background-color: #463a3c;
}

.media-home-thumbnail img {
	width: auto;
	height: 100%;
	text-align: center;
}

.videos-thumbnail {
	margin: 10px 0;
}

.videos-thumbnail img {
	float: left;
	margin: 0 5px;
	border: 1px solid #dfd3d5;
	text-align: center;
}

.videos-sidebar {
	max-height: 315px;
	overflow: scroll;
}	

.next-prev-links {
	text-align: center;
	margin: 0 auto;
}

.small {
	font-size: small;
}

.hidden {
	display: none;
}

.clear {
	clear: left;
	line-height: 0;
	height: 0;
}

.nicetitle {
	font-weight: bold;
	color: #463a3c;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}

.nicetitle-content {
	overflow: hidden;
	background-color: #dfd3d5;
	border: 1px solid #333;
	padding: 5px;
	opacity: 0.9;
}

.nicetitle p {
	margin: 0;
	line-height: 120%;
}

.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #463a3c;
}

div.nicetitle p span.accesskey {
	color: #130709;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

