@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=OpenSans:400,700,700italic,900,400italic,300");

html, body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.38;
	font-weight: 300;
	background: #000000;
	height: 100%;
	color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: 300;
}

h1 {
	font-size: 50px;
	line-height: 50px;
	margin: 10px 0px 10px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 10px 0;
}

img {
	border: 0px;
}

a {
	color: #F39C12;
	text-decoration: none;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}


/***********************
	HEADER
***********************/

#header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header img {
	margin-top: -200px;
	width: 100%;
}

#headerlogo {
	display: inline-block;
	width: 254px;
	height: 55px;
	cursor: pointer;
	float: left;
	margin: 5px 10px 0px 0px;
	background: url(/static/skins/brokenpeople-logo.png) no-repeat 0 0;
}


	/***********************
		NAVBAR
	***********************/

	#navbar {
		position: fixed;
		z-index: 20;
		display: block;
		width: 100%;
		padding: 0;
		height: 65px;
		text-align: center;
	}

		#navbar ul {
			list-style-type: none;
			margi4n: 0;
			padding: 10px 0px 0px;
			display: block;
		}

		#navbar li {
			display: inline;
		}

		#navbar a {
			display: inline-block;
			height: 46px;
			line-height: 46px;
			outline: medium none;
			padding: 0 20px;
			text-decoration: none;
			font-size: 13pt;
			color: #ccc;
			background-color: #020202;
		}
		#navbar a:link.selected, #navbar a:visited.selected {
			text-decoration: none;
			color: #fff;
			background: #000;
			height: 46px;
			line-height: 46px;
			border-top: 3px solid #ccc;
		}
		#navbar a:hover, #navbar a:active {
			text-decoration: none;
			color: #F39C12;
		}


/***********************
	CONTENT
***********************/

#content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/***********************
	FOOTER
***********************/
/* Footer */
#wrap {
	height: auto !important;
	margin: 0 auto -64px;
	min-height: 100%;
}
#push, #footer {
	height: 64px;
}
#footer {
	padding: 80px 0 60px;
	width: 400px;
	margin: 0 auto;
	color: #fff;
	text-align: justify;
}
#footer img {
	width: 64px;
	display: inline-block;
	opacity: 0.5;
}
#footer .break {
	width: 100%;
	display: inline-block;
}


/***********************
	BUTTONS
***********************/

.btn {
	display: block;
	text-align: center;
	outline: medium none;
	background: #333;
	padding: 10px;
	color: #fff;
}
.btn:hover, .btn:active {
	background-color: #F39C12;
	text-decoration: none;
	color: #000;
}

/***********************
	SIDEBAR
***********************/
.sidebar-link:first-child {
	border-top: 1px solid #333;
}
.sidebar-link {
	font-size: 15pt;
	color: #fff;
	font-weight: 300;
	display: block;
	text-align: right;
	border-bottom: 1px solid #333;
	padding: 20px 10px;
}
.sidebar-link.active {
	color: #F39C12;
}
.sidebar-link:hover,
.sidebar-link:active {
	text-decoration: none;
	color: #F39C12;
}

/***********************
	MISC
***********************/

.floatleft {float: left;}

.floatright {float: right;}

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clearfix:before,.clearfix:after {content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
