body {
	background: #000000;
}

a:link {color: #cc0066; text-decoration:none; }
a:hover {color: #cc0066; text-decoration:underline; }
a:visited {color: #cc0066; text-decoration:underline; }

.nivo-prevNav {
	background: url('../images/slider-left.gif') left top no-repeat;
	width: 125px;
	height: 125px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	position: absolute;
	top: 287px;
	left: -27px;
	cursor: pointer;
	z-index: 66;
}
.nivo-nextNav {
	background: url('../images/slider-right.gif') left top no-repeat;
	width: 125px;
	height: 125px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	position: absolute;
	top: 287px;
	right: -30px;
	cursor: pointer;
	z-index: 66;
}
#header {
	height: 70px;
	background: #222222;
	position: fixed;
	left:50%;
	margin-left:-500px;
	right: 0;
	top: 0;
	z-index: 9999;
	width: 1000px;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#header.work-header {
	background: #222222;
}

#header.about-header {
	background: #333;
}

#header.contact-header {
	background: #222;
}

#header #logo {
	padding-left: 90px;
	padding-top: 38px;
	color: #ff6633;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	float: left;
	display: block;
}

#header #navigation {
	padding-right: 90px;
	color: #999999;
	float: right;
}

#header #navigation li {
	float: left;
	padding: 38px 0 0 38px;
}

#header #navigation li a {
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;

}

#header #navigation li.active a{
	color: #cc0066;
}


#content-wrapper {
	position: absolute;
	left:50%;
	margin-left:-500px;
	right: 0;
	top: 70px;
	bottom: 0;
	z-index: 50;
	width: 1000px;
}

#work {
	background: #222222;
	height: 100%;
	min-height: 830px;
	width: 1000px;
}

#about {
	background: #333;
	height: 100%;
	width: 1000px;
}

#about .events {
	padding-top: 50px; 
}

#about .event {
	font-family: 'Lato', sans-serif;
	color: #cccccc;
	font-size: 24px;
	font-style: normal;
	padding: 30px 90px;
	font-weight: 300;
	line-height: 150%;
}

#about .event b,
#about .event strong {
	font-weight: 700;
}

#contact {
	font-family: 'Lato', sans-serif; 
	background: #222;
	height: 100%;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	padding: 0 90px 0 90px;
	color: #cccccc;
}

#contact p {
	padding: 15px 0;
}

/* Slider */
.slide-info {
	margin-top: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	color: #999999;
	text-align: center;
	padding-bottom: 1px;
}

.slide-info span{
	color: #999999;
}

.slide-info a {
	color: #e4b807;
	text-decoration: none;
}

.slide-info a:hover {
	text-decoration: underline;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-directionNav a {
	position:absolute;
	
	z-index:999;
	cursor:pointer;
}

.nivo-nextNav:hover, .nivo-prevNav:hover {
	opacity: 0.8;
}

.nivo-caption {
	overflow: hidden;
	display: none;

}

.nivo-html-caption {
    display:none;
}