/* @group Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}button{border:none;}

/* @end */

/* @group Sitewide */

body {
	font: 13px/1.5em "proxima-nova-1","proxima-nova-2", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #171717;
}

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

a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Bones */

#outer img.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent url(../gfx/ui/bg_main.jpg) no-repeat;
}

#content_wrap {
	width: 728px;
	min-height: 490px;
	margin: 20px auto 50px auto;
	padding-top: 58px;
	position: relative;
	z-index: 2;
}

#main {
	width: 560px;
}

/* @end */

/* @group Header */

#header {
	width: 560px;
}

#header h1 {
	width: 560px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/Kevin_Dazet.png) no-repeat;
}

#header ul {
	height: 10px;
	line-height: 10px;
	margin-top: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

#header li {
	height: 10px;
	float: left;
}

#header li a {
	height: 10px;
	line-height: 10px;
	display: inline-block;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/nav_secondary.png) no-repeat;
}

#header li#navResume a {
	width: 48px;
	margin-right: 15px;
	background-position: 0 0;
}

#header li#navResume a:hover, #header li#navResume a.selected:hover {
	background-position: 0 -10px;
}

#header li#navResume a.selected {
	background-position: 0 -20px;
}

#header li#navContact a {
	width: 57px;
	margin-right: 15px;
	background-position: -48px 0;
}

#header li#navContact a:hover, #header li#navContact a.selected:hover {
	background-position: -48px -10px;
}

#header li#navContact a.selected {
	background-position: -48px -20px;
}

#header li#navLogout a {
	width: 50px;
	background-position: -141px 0;
}

#header li#navLogout a:hover {
	background-position: -141px -10px;
}

#header li#navClientLogin a {
	width: 36px;
	background-position: -105px 0;
}

#header li#navClientLogin a:hover {
	background-position: -105px -10px;
}

#header li > span {
	margin-left: -10px;
	height: 10px;
	line-height: 10px;
	display: none;
}

#header li > span a {
	width: 200px;
	text-indent: 0;
	color: #fff;
	background: none;
}

#header li > span a:hover {
	color: #8E8E8E;
}

#header li#navResume > span a, #header li#navContact > span a {
	width: 123px;
}

/* @end */

/* @group Nav */

#nav {
	width: 150px;
	height: 498px;
	padding: 16px 0;
	background-color: #B5B066;
}

div.scrollable {
	width: 122px;
	height: 451px;
	margin: 10px 14px;
	position: relative;
	overflow: hidden;
}

div.scrollable div.items {
	height: 20000em;
	position: absolute;
}

#accordion h2 {
	line-height: 1em;
	padding: 7px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: .85em;
	cursor: pointer;
	background-color: #9B924B;
}

#accordion h2:hover {
	background-color: #fff;
	color: #9B924B;
}

#accordion h2.current, #accordion h2.current:hover {
	background-color: #D88831;
	color: #fff;
}

#nav .thumb a {
	width: 120px;
	height: 68px;
	margin-bottom: 6px;
	display: block;
	border: 1px solid #B5B066;
	background: #fff;
}

#nav .thumb a:hover {
	border: 1px solid #9A914B;
}

#nav .items.playing .thumb a,
#nav .items.paused .thumb a
{
	border: 1px solid #fff;
}

a.nextPage, a.prevPage {
	width: 120px;
	height: 13px;
	margin: 0 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/nav_arrows.png) 0 0 no-repeat;
}

a.nextPage {
	background-position: -120px 0;
}

a.nextPage:hover {
	background-position: -120px -13px;
}

a.prevPage {
	background-position: 0 0;
}

a.prevPage:hover {
	background-position: 0px -13px;
}

/* @end */

/* @group Video */

#video {
	width: 530px;
	height: 322px;
	padding: 15px;
	margin-top: 18px;
	background-color: #D88831;
}

#player {
	width: 530px;
	height: 322px;
	display: block;
	z-index: 5;
	background-color: #fff;
}

#player img {
	cursor: pointer;
}

.info {
	margin-top: 15px;
}

.info h2 {
	line-height: 1em;
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

.info span.categories {
	line-height: 1em;
	margin-bottom: 1em;
	display: block;
	color: #B5B066;
}

/* @end */

/* @group Overlay */

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent url(../gfx/ui/bg_overlay.png) repeat;
}

.overlay_wrap {
	display: none;
	width: 350px;
	height: 250px;
	margin: -125px 0 0 -175px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #171717 url(../gfx/ui/bg_main.jpg) -10px 0 no-repeat;
}

.ajax {
	padding: 30px;
}

.ajax h2 {
	margin-bottom: 6px;
	font-size: 1.3em;
	letter-spacing: .08em;
	font-weight: normal;
	text-transform: uppercase;
	color: #D88831;
}

span.close a {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/close.png) no-repeat;
}

span.close a:hover, span.close a:active {
	background-position: 0px -16px;
}

/* @end */

/* @group Login */

#output {
	display: none;
}

#msg {
	width: 278px;
	height: 200px;
	margin-top: 10px;
	overflow: hidden;
}

#content ul li {
	width: 300px;
	color: #fff;
}

.form_row {
	margin-bottom: 10px;
}

.form_row label {
	display: block;
}

input {
	width: 278px;
	padding: 3px;
	border: 2px solid #8E8E8E;
}

input:focus {
	border: 2px solid #D88831;
}

button {
	height: 21px;
	margin-top: 18px;
	padding: 3px 10px;
	display: block;
	clear: both;
	font: 15px/15px "proxima-nova-1","proxima-nova-2", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	background-color: #D88831;
}

button:hover {
	background-color: #B6AD62;
}

/* @end */