@font-face {
	font-family: Junction;
	src: url(fonts/junction.otf) format("opentype");
}

@font-face {
	font-family: Fontin;
	src: url(fonts/Fontin-Regular.otf) format("opentype");
}
@font-face {
	font-family: Fontin;
	src: url(fonts/Fontin-Italic.otf) format("opentype");
	font-style:italic;
}
@font-face {
	font-family: Fontin;
	src: url(fonts/Fontin-Bold.otf) format("opentype");
	font-weight:bold;
}
@font-face {
	font-family: Fontin;
	src: url(fonts/Fontin-SmallCaps.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
}

a:link, a:visited {
	color: #FFFDE8;
}

a:hover, a:active{
	color: #E3C761;
}

h1 {
	font-family: Fontin, Optima, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 24px;
	color: #FFFDE8;
}

h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
	text-decoration: none;
}


h2 {
	font-family: Fontin, Optima, Helvetica, Arial, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	font-style: underline;
	color: #A2C0A2;
}

h3 {
	font-family: Fontin, Optima, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 18px;
	color: #FFFDE8;
}

body {
	font-family: Junction, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFDE8;
	background-color: #000000;
	margin: 0px;
}
.content {
	margin-left: 15%;
	margin-right: 5%;
}

.content a[href] {
	color: #FFFDE8;
}

#sidebar {
	position: absolute;
	height: 90%; width: 170px;
	left: 30px;
	top: 20px;
	padding-top: 180px;
	background-color: #3C493C;
	z-index: 1;
	list-style: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.navbox {
	position: absolute;
	width: 138px;
	height: 35px;
	left: 50px;
	background-color: #809E80;
	opacity: .33;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.navboxselected {
	position: absolute;
	width: 138px;
	height: 35px;
	left: 50px;
	background-color: white;
	opacity: .33;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nav:link {
	position: absolute;
	left: 70px;
	color: #FFFDE8;
	font-weight: bold;
	text-decoration: none;
	z-index: 100;
}
.nav:visited {
	position: absolute;
	left: 70px;
	color: #B3BEB3;
	font-weight: bold;
	text-decoration: none;
	z-index: 99;
}
.nav:hover, .nav:active{
	color: #E3C761;
}

#title {
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 0px;
}
/*light green bars on top and bottom of page*/
#topbar {
	position: absolute;
	height: 3px;
	width: 75%;
	top: 159px;
	left: 0px;
	background-color: #D4E8CE;
	z-index: 5;
}
#bottombar {
	position: relative;
	margin-right: 0px;
	height: 3px;
	width: 75%;
	left: 25%;
	right: 0px;
	top: 0px;
	background-color: #D4E8CE;
	z-index: 0;
	float: left;
}
#bottombar-padding {
	position: relative;
	height: 20px;
	width: 75%;
	left: 25%;
	right: 0px;
	top: 0px;
	z-index: 0;
	float: left;
}

/*content box for all pages, with margins for header pic and sidebar*/
.content {
	margin-top: 230px;
	margin-left: 250px;
	width: 75%;
	padding: 20px;
	/*background-color: purple;*/
}

/*small content box for project page, with margins for sidebar*/
.contentbox {
	padding: 20px;
	text-align: center;
	width: 350px;
	float: left;
	/*background-color: grey;*/
}

.contentbox a img {
	border: 0;
}

/*content box for individual project explanations, no header or sidebar*/
.content2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFDE8;
	background-color: #1F261F;
	text-align: center;
}

.thumbnail {
	padding: 10px;
}