body {
	background-image: url('img/background.jpg');
	background-position: center;
	background-repeat: none;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 11pt;
	color: #f79b43;
}

h1 {
	font-size: 16pt;
	width: 100%;
	border-bottom: 1px solid;
	text-align: right;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

a, a:visited {
	color: white;
	text-decoration: none;
}

p {
	text-align: justify;	
}

div#leftBar div.postContent p {
	margin-left: 40px;
	margin-right: 40px;
}

a:hover, a:active {
	text-decoration: underline;
}

#body {
	width: 950px;
	text-align: left;
	margin-top: 30px;
}

#topper {
	position: relative;
	width: 100%;
}

#logo {
	position: absolute;
	left: 0px;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 600px;
}

.navDots {
	position: absolute;
	left: -12px;
	top: 5px;
}

#navigation .postContent {
	position: relative;
	top: 5px;
	text-align: center;
}

#navigation a, #navigation a:visited {
	font-size: 16pt;
	color: #e36602;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: white;
}

#content {
	position: absolute;
	top: 150px;
}

#leftBar {
	width: 665px;
	float: left;
	margin-right: 35px;
}

#rightBar {
	width: 250px;
	float: right;
}

a img {
	border: none;
}


.clear {
	clear: both;
}

.post {
	border: 1px solid #f79b43;
	position: relative;
	margin-bottom: 20px;
}

.postContent {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	opacity: 1.0;
	z-index: 10;
}

.postBG {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('img/postbg.png');
	background-repeat: repeat;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	z-index: 0;
}

#rightBar .postBG {
	opacity: 0.4;
}

.postDots {
	position: absolute;
	left: -15px;
}

.postStar {
	position: absolute;
	right: -20px;
	bottom: -16px;
	z-index: 1;	
}

p img {
	float: left;
	border: 1px solid #403428;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.photo {
	margin-top: 10px;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}

div.photoBlock {
	display: inline;
	float: left;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	margin-bottom: 15px;
	margin-right: 10px;
}

.photo img {
	border: 1px solid #403428;
}

div.resume {
	position: relative;
	height: 100%;
	margin-bottom: 50px;
}

div.jobName {
	position: absolute;
	left: 0px;
	font-size: 14pt;
	color: #dddddd;
	font-style: italic;
}

div.jobYear {
	position: absolute;
	right: 0px;
	color: #dddddd;
}

div.jobDescription {
	position: relative;
	top: 30px;
}

div.gallery {
	position: relative;
}

div.galleryItem img {
	border: 1px solid #403428;
	width: 175px;
}

div.galleryItem {
	width: 33%;
	text-align: center;
	float: left;
	font-size: 8pt;
	margin-bottom: 15px;
}
