@charset "UTF-8";

/* ___________________________________________ UNIVERSAL */

body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}

#header {
	width: 800px;
	height: 277px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #FFFFFF 3px solid;
	margin-bottom: 10px;
	}

#wrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

.forcer {
	clear: both;
	}

.overlay {
	position: fixed;
	margin-top: 50px;
	padding: 5px;
	background-color: #990000;
	width: 40px;
	margin-top: 100px;
	}

/* ___________________________________________ ACCORDION */

.toggler {
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/toggler_background.jpg);
	color: #000000;
	margin: 0;
	margin-bottom: 2px;
	padding: 11px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	}
	
.toggler:hover {
	background-image: url(../images/toggler_background_hover.jpg);
	color: #CCCCCC;
	}
	
.element { 
	padding: 5px;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	}

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

a:hover {
	color: #FF9900;
	text-decoration: none;
	}

.divider {
	border-top: 1px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
	}

.profilepic {
	border: #FFFFFF solid 3px;
	float: left;
	margin-right: 20px;
	}

.profilename {
	font-size: 34px;
	letter-spacing: -3px;
	margin-top: 20px;
	}

.profilejobtitle {
	font-size: 20px;
	letter-spacing: -2px;
	margin-top: 16px;
	width: 450px;
	float: left;
	}

.profileexpand {
	float: right;
	margin-top: 32px;
	margin-right: 10px;
	width: 200px;
	text-align: right;
	color: #CCCCCC;
	font-size: 12px;
	}
	
/* ___________________________________________ FEATURE */

.featurebox {
	width: 188px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 10px;
	float: left;
	}

.featurepic {
	}
	
.featuretext {
	padding: 4px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
