@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-size:1em;
}

body {
	background-color:#444444;
	font-size:1em;
	color:#000000;
}

html {
	height:100%;
	background-color: #444444;
}

#wrapper {
	text-align:left;

	margin-left:auto;
	margin-right:auto;
	position:relative;

	font-family: 'Open Sans', sans-serif;

	background-color: #444444;
	height:100%;
	width:100%;
	position:relative;
	height:auto;
}

#menu {
	display:block;
	height:100px;
	width:100%;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}

#content {

	width:1000px;
	padding-top:50px;
	padding-bottom:25px;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	min-height:75%;
	height:auto;
}



#slide {
	width:980px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	background-color: #ffffff;
	margin-top:45px;
	padding-bottom:auto;
}

#bottom {


	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	margin-bottom:auto;
	width:100%;
	height:50px;
	font-size:1.1em;
	background-color:#222222;
	color:#ffffff;
	float:left;
	text-align: center;
	vertical-align: center;

	font-family: 'Open Sans', sans-serif;
}

#bottomcenter {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
}

#bottomleft {
	text-align: left;
	float:left;
	width:40%;
	padding-left:25px;
	padding-top:15px;
}

#bottomright {
	height:100%;
	float:right;
	text-align:right;
	margin-right:0px;
	padding-right:25px;
	vertical-align: middle;
	padding-top:7.5px;
}

#projleft {
	width:100%;
	background-color:#ffffff;
}

#projright {
	float:right;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	height:auto;
	overflow:auto;
	background-color: #ffffff;
}

h1 {
	font-size:2em;
	text-transform:uppercase;
	padding-left:25px;
	padding-right:25px;
}

h2 {
	font-size:1.7em;
	text-transform:uppercase;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.0em;
	text-transform:uppercase;
	text-decoration:bold;
	margin-bottom:0.1em;
	margin-top:1em;
}

.portfoliomenu {
	height:50px;
	padding-left:5px;
	padding-right:5px;
}

.portfoliomenu a {
	text-decoration: none;
	color:#000000;
	font-size:1.2em;

	border-bottom: 1px solid transparent;

	margin-left: 5px;

	-o-webkit-transition: .6s ease;
	-ms-webkit-transition: .6s ease;
	-moz-webkit-transition: .6s ease;
	-webkit-transition: .6s ease;
	-transition: .6s ease;
}



.portfoliomenu a:hover {

	border-bottom: 1px solid black;

	-o-webkit-transition: .6s ease;
	-ms-webkit-transition: .6s ease;
	-moz-webkit-transition: .6s ease;
	-webkit-transition: .6s ease;
	-transition: .6s ease;
}

a {
	color:#111111;
}

a:hover {
	text-decoration:none;
}


.selected {
	background-color:#333333;
}

a.catselected {
	border-bottom: 1px solid black;
}

p {
	margin-bottom:1em;
	line-height:1.2em;
}

p.descr {
	line-height:1.2em;
}

.bio {
	padding-right:25px;
	vertical-align:top;
	text-align:justify;
}

p.resume {
	font-size: 0.9em;
	margin-bottom:0em;
}

ul.resume {
	font-size: 0.9em;
	margin-left:1.5em;
}

.spacer {
	padding-bottom:1.0em;
}

td.caption {
	padding-bottom:0.8em;
	margin-right:5px;
	font-size: 0.95em;
	text-align:right;
}