@charset "utf-8";
/* CSS Document */

/*
-------------------------------------------------------------------
Site: 		Site name
Author:		Name
Updated:		Date and time
Updated by:	Name

COLORS
Body background:		#FFF
Container background:	#FFF
Main text:			#CCC
Links:			#000
Visited links:		#000
Hover links:		#000
H1, H2, H3:		#000
H4, H5, H6:		#000
-------------------------------------------------------------------
*/

body {
	font: normal normal normal 1em/1.5em 'News Cycle', Helvetica, Arial, sans-serif;
	background: #000;
	color: #333;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em; 
}


#wrapper {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#background-img.bg {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
		z-index: 0;
}

#static {
	float:left;
	width: 80px;
	position: fixed;
	z-index: 3000;
	background: #CC0;
	margin-top: 55px;
	padding: 0;
}

#logo {
	padding: 10px;
	text-align: center;
}


#content {
	position: relative;
	float: right;
	text-align: left;
	width: 85%;
	height: 100%;
	padding-top:30px;
	z-index: 5000;
}

.padhearsee {
	padding-left: 35px;
	border: none;
}

a img {
	border: 0;
}

#navigation ul {
	list-style: none;
}

#navigation ul li{
	font: normal normal normal 1.1em/2em 'Terminal Dosis Light', helvetica, arial, sans-serif;
	display: inline;
	padding: 0;
	margin-right: 20px;
	text-transform: uppercase;
}

#navigation ul a:link, #navigation a:visited{
	text-decoration: none;
	color: #222;
	padding: 0 5px;
}

#navigation ul a:hover {
	border-bottom: 1px dotted #000;
}
#navigation ul li ul li {
	font: normal normal normal 0.7em/1.5em helvetica, arial, sans-serif;
	text-transform: lowercase;
}

#text {
	width: 70%;
	background: url(textbg.png);
	line-height: 1.5em;
	padding:10px 20px;
	position: relative;
	margin: 40px;
}

#text p {
	padding-bottom: 20px;
}

#text b {
	font-family: 'Terminal Dosis Light';
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	background: #ddd;
}



#text a:link, #text a:visited, #text a:active {
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#text a:hover {
	color: #CC0;
	border-bottom: 1px dotted #000;
}


.copyright {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}
	

#panel {
	width: 60px;
	height: 150px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	text-align: center;
	width: 64px;
	padding: 0;
	margin: 0 auto;
}
.active {
	background-position: right 12px;
}


.clearfloat {
	clear: both;
}