@charset "UTF-8";

html,body,div,img,ul,li { margin: 0; padding: 0; }
img { border: 0; }
a { outline: none; }

body {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 16px;
	overflow: hidden;
}

#outer {
	position: absolute;
	top: 85%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#outer #inner {
	position: absolute;
	top: -25px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../images/bg65dark.png);
}

#outer #inner #title {
	position: relative;
	float: left;
	left: 10px;
	height: 30px;
	margin-top: 10px;
}

#outer #inner #links {
	position: relative;
	float: right;
	right: 10px;
}

#outer #inner #links ul {
	list-style: none;
}

#outer #inner #links ul li {
	float: left;
	margin: 17px 0 0 10px;
	text-transform: lowercase;
}

#outer #inner #links ul li a {
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
}

#outer #inner #links ul li a:hover {
	background: url(../images/bg25light.png);
}

.gallery {
	display: none;
}
#youtube {
position: absolute;
top: 17px;
right: 180px;
}
#instagram {
position: absolute;
top: 17px;
right: 140px;
}
#facebook {
position: absolute;
top: 19px;
right: 100px;
}
#vimeo {
position: absolute;
top: 20px;
right: 60px;
}
#twitter {
position: absolute;
top: 20px;
right: 20px;
}

