body {
	background: #000;
}

#projectDiv {
	width: 98%;
	height: auto;
	margin-left: 1%;
	background: #222;
}

#titleDiv {
	background: #555;
	width: 98%;
	margin-left: 1%;
	padding-top: 20px;
	margin-top: 7px; 
	margin-bottom: 10px;
}

#title {
	text-align: center;
	margin: 0;
	padding: 0;
}

#subtitle {
	text-align: center;
	margin: 0;
	padding: 0;
}

#headerSelection {
	background: #000;
	width: 98%;
	margin-left: 1%;
	margin-top: 0;
}

.headerSelectionItem {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background: #888;
	color: #000;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

#selfLink {
	background: #666; 
}

.projectTemplate {
	width: 96%;
	height: auto;
	margin-top: 30px;
	background: #333;
	display: inline-block;
	color: #fff;
	margin-left: 2%;
}

.thumbnail {
	display: inline-block;
	width: 30%;
	max-width: 400px;
	height: auto;
	margin: 20px;
	float: right;
}

a {
	margin-left: 20px;
	color: #fff;
}


#timeline {
	display: block;
	width: 80%;
	height: 80px;
	margin-left: calc(10% - 4px);
	margin-top: 70px;
	border-style: dashed;
	border-color: rgb(255, 100, 0);
	border-width: 4px;
	margin-bottom: 50px;
}