@font-face {
    font-family: RaveParty Thin;
    src: url('../font/ravethin-webfont.eot');
    src: url('../font/ravethin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ravethin-webfont.woff') format('woff'),
         url('../font/ravethin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ============== Global CSS ============== */
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden; /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
}
p {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}
a {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
		 -o-transition: color 0.2s linear;
			transition: color 0.2s linear;
}
a:hover {
	color: #E47A23;
	text-shadow: 0 0 3px #E47A23;
}
img {
	max-width: 100%;
	height: auto;
}
.display_none { display: none; }
.clearfix:after { 
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#wrapper {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 25px #333;
	-moz-box-shadow: 0 0 25px #333;
	box-shadow: 0 0 25px #333;
}
/* -------------- Selection Color -------------- */
::selection 	 	{ background: #E47A23; }
::-moz-selection 	{ background: #E47A23; }
img::selection 		{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: #E47A23; }

/* ============== Global Page Layout ============== */
.page_bg {
	width: 100%;
	height: 40.625em;
	overflow: hidden;
	position: relative;
}
.page_logo, .page_logo a {
	background: url(../images/page-logo.png) 0 -89px no-repeat;
	width: 135px;
	height: 89px;
}
.page_logo {
	position: absolute;
	top: 32px;
	right: 38px;
}
.page_logo a {
	display: block;
	text-indent: -9999px;
	background-position: 0 1px;
}
.page_photo {
	width: 42.3%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page_title {
	position: absolute;
	top: 93px;
	left: 474px;
}
.page_bar {
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: 56px;
}
.page_bar p {
	color: #828282;
	font-size: 0.8125em;
	text-align: right;
	margin: -43px 30px 0 0;
}
.page_menu {
	width: 71.15%;
	position: absolute;
	top: 22px;
	left: 46px;
}
#menu li {
	padding-right: 60px;
	float: left;
}
#menu li a {
	font-family: 'RaveParty Thin';
	font-size: 1.1875em;
	display: block;
}
.selected {
	color: #E47A23;
	text-shadow:0 0 4px #E47A23;
}