@charset "utf-8";
/* CSS Document */

html, body
{
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	height: 100%;
}

a
{
	color: #888;
	text-decoration: none;
}

a h3
{
	color: #555;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 2em;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.1em;
	margin-bottom: 1em;
}

.employment h2
{
	font-size: 2em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
}

h1#title
{
	text-align: center;
	font-size: 2em;
	padding: 0.5em 0 0.5em 0;
	background-color: #222;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 0em;
}

ul#menu
{
	padding: 5px 0 10px 0;
	text-align: center;
	background-color: #222;
	margin-bottom: 1em;
}

ul#menu li
{
	display: inline-block;
	padding: 0 1em 0 1em;
}

ul#menu li a
{
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: lighter;
}

ul#menu li a:hover
{
	background-color: #333;
}

ul#menu li a.current
{
	color: #ddd;
}

ul.bulletList
{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}

section
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;

	width: 80%;
	max-width: 960px;
	height: 100%;

	text-align: justify;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

}

section article
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	max-width: 100%;
	vertical-align: top;
}

section.employment
{
	border-bottom: solid 1px #DDD;
	margin-bottom: 2em;
}

article .project
{
	display: block;
	margin-bottom: 1em;
}

.workspan
{
	font-size: 0.9em;
	margin-bottom: 1em;
}

span.projectTitle
{
	font-size: 1em;
	font-style: italic;
}

span.jobTitle
{
	font-size: 1em;
	font-style: normal;
	display: block;
}

.project ul
{
	padding-left: 1em;
}

section article.projectArticle
{
	padding: 1em;
	background-color: #eee;
	border-radius: 1em;
	margin-bottom: 2em;
}

article p
{
	font-size: 1em;
	max-width: 600px;
	margin-bottom: 1em;
}

article.contactInformation
{
	margin-top: 3em;
	width: 100%;
	text-align: center;
}

p.contactInformation
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

article .projectSummary,
article .projectThumb
{
	display: inline-block;
	vertical-align: top;
}

article .projectThumb
{
	margin-left: 1em;
}


footer, .push
{
	text-align: center;
	height: 1em;
	font-size: 0.6em;
	font-weight: lighter;
}

.unslider
{
	overflow: visible;
}

.unslider-nav ol li
{
	width: 15px;
	height: 15px;
	margin: 10px;
}

.slider img
{
	max-width: 100%;
	max-height: 100%;
}

.slider a
{
	color: #888;
	text-decoration: none;
}

.slider .slide
{
	position: relative;
	background-color: #000;
	text-align: center;
	height: 360px;
}

.slider .slideInformation
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 0.2em;
	text-align: left;

	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1);
	font-weight: lighter;
	font-size: 2em;
}

article.sideInformation
{
	max-width: 310px;
}

article.sideSlider
{
	max-width: 640px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.aLeft
{
	text-align: left;
}

.aRight
{
	text-align: right;
}

.aCenter
{
	text-align: center;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.aJustify
{
	text-align: justify;
}