/* Basics
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#444444;
	color:#f2f2f2;
}



/* Paragraphs
----------------------------------------------------------------------------------------------------*/

#header-sub p {
}

#accordion p {
	color:#999999;
}

#content p {	
}

#footer p {
	text-align:center;
	color:#999999;
}



/* Links
----------------------------------------------------------------------------------------------------*/

a {
	color:#f2f2f2;
	text-decoration:none;
}

p a {
	color:#999999;
}



/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 27px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
	color:#d2d2d2;
}

h1, h2, h3 {
	text-transform:uppercase;
}



/* Images
----------------------------------------------------------------------------------------------------*/

img {
	border:solid 1px;
	border-color:#f2f2f2;
}


#content img {
	float:right;
	margin-left:0px;
	width:300px;
	border:none;
	margin-top:-60px;
}

.social-icon {
	float:left;
	margin-right:10px;
	width:20px;
	height:20px;
	border:none;
}

.profile-image {
	border-bottom:0;
}



/* Header image
----------------------------------------------------------------------------------------------------*/

#header-image {
	background-color:#444444;
	background:url(../images/9.png) no-repeat;
	height:40px;
	width:940px;
	margin-bottom:0px;
}



/* Accordion underline and margin-bottom fix
----------------------------------------------------------------------------------------------------*/

.accordion-top-h3 {
	font-size:27px;
}

.accordion-underline-h3 {
	border-top:solid 1px;
	border-color:#f2f2f2;
	padding-top:10px;
}

.margin-bottom-five {
	margin-bottom:5px;
}

.margin-bottom-zero {
	margin-bottom:0px;
}


.test {
	position:absolute;
	left:580px;
	top:0px;

	border:none;
	z-index:-1;
	width:500px;	
}



/* Sticky Footer by Ryan Fait http://ryanfait.com/
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#footer, .push {
	height: 4em;
}
