/* @override http://yuleburn.net/styles.css */

body {
	text-align: center;
	background: #000;
	font: 69%/1.5 Georgia, "Times New Roman", serif;
	color: #cbced0;
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

#page {
	width: 848px;
	margin: 0 auto;
	
}

#header ul, #header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header {
	width: 100%;
	height: 36px;
	background: url(images/nav-bg.gif) repeat-x;
	border-bottom: 1px solid #4f4f4f;
}

ul#nav {
	width: 420px;
	margin: 0 auto;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	height: 30px;
	padding: 6px 15px 0;
	font-size: 1.67em;
	color: #fff;
	text-shadow: #99670f 2px 2px 3px;
	border: 1px solid transparent;
	border-width: 0 1px;
}

ul#nav li a:hover {
	background: url(images/nav-bg-on.gif) repeat-x;
	border: 1px solid #424242;
	border-width: 0 1px;
	text-decoration: none;
}

h1.title {
	background: url(images/logo-small.gif) center top no-repeat;
	height: 80px;
	margin: 80px 0 20px 0;
}

#yb_player {
	margin: 80px 0 30px;
}

#content {
	text-align: left;
	font-size: 1.2em;
}

#credits {
	text-align: center;
}

#credits table {
	margin: 0 auto;
	text-align: left;
}

#credits table .title {
	width: 200px;
}

#links {
	
}

#links-inner {
	width: 100px;
	margin: 0 auto;
}

#links a {
	text-decoration: none;
	display: block;
	margin: 0 5px 0;
	float: left;
}

#links a.fb {
	background: url(fb.png) no-repeat;
	width: 32px;
	height: 32px;
}

#links a.tw {
	background: url(tw.png) no-repeat;
	width: 32px;
	height: 32px;
}

.strong  strong {
	visibility: hidden;
}

#share {
	clear: left;
	padding-top: 20px;
	text-align: center;
}

#footer {
	margin-top: 40px;
	text-align: center;
	clear: left;
	float: left;
	width: 848px;
}