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

body {
	background-color: #222222;
	margin: 0px;
	font-family: Helvetica, Arial;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 16px;
}

.black {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

#sideMenue {
	background-color: #000;
	padding: 20px;
	color: #999;
}
#content {
	background-color: #101010;
	color: #999;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#top {
	z-index: 6;
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}
#show {
	background-color: #000;
}
#content h1 {
	font-size: 32px;
	font-family: Helvetica, Arial;
	letter-spacing: .1em;
	line-height: 24px;
	color: #FFF;
}
#content .links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
	line-height: 20px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: .15em;
}
#sideMenue h1 {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	letter-spacing: 0.1em;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#sideMenue a {
	color: #999999;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 20px;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#content .links a {
	color: #CCC;
	text-decoration: none;
	padding-right: 10px;
}
#content .links a:hover {
	color: #00a2e3;
}


#sideMenue a:hover {
	color: #00a2e3;
}


#sideMenue p {
	margin: 0px;
	padding: 0px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
#content h2 {
	color: #0093D3;
	margin-bottom: 0px;
}
#content a {
	color: #FFF;
	text-decoration: none;
}

#content a:hover {
	color: #FFF;
}

#holder {
	z-index: 1;
	position: relative;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#bk {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 0;
	height: 100%;
	width: 100%;
}

#footer {
	text-align: center;
	font-family: "Helvetica Neue Light", Helvetica, Arial;
	font-size: 9px;
	letter-spacing: 1px;
}

/* Brumley Creative Code */
#brumleycreative_dark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #FFF;
	height: 12px;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}

#brumleycreative_dark a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #b7c733;
	text-decoration: none;
}

#brumleycreative_dark a:hover {
	color: #FFF;
}
#cc {
	background-color: #FFF;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
