body{
	font-family: Lato, Verdana, sans-serif;
	font-size: 10pt;
	padding: 0.75in;
}

footer{
	border-top: 2px solid #eeeeee;
	font-size: smaller;
	margin-top: 24px;
	padding-top: 8px;
}

footer div.date{
	float: left;
	text-align: left;
	width: 33%;
}	

footer div.copyright{
	float: right;
	text-align: right;
	width: 67%;
}

header{
	background-image: url(../images/clouds.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #99ccff;
	padding-bottom: 8px;
}

header .menu{
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .menu li{
	display: inline;
	padding: 4px 12px 4px 2px;
}

header a{
	text-decoration: none;
}

.logo{
	background-color: white;
	float: left;
	color: #6699cc;
	font-size: 18pt;
	font-weight: bold;
}

.logo .sub{
	font-size: 8pt;
	font-weight: normal;
}

.logo a:visited{
	color: inherit;
}

/* Source code styles */
blockquote.code_fragment{
	background-color: #eeeeee;
	border: 1px solid #999999;
	font-family: "Liberation Mono", Consolas, monospace;
	padding: 4px;
}

.syntax0 {
color: #000000;
}
.syntax1 {
color: #cc0000;
}
.syntax2 {
color: #ff8400;
}
.syntax3 {
color: #6600cc;
}
.syntax4 {
color: #cc6600;
}
.syntax5 {
color: #ff0000;
}
.syntax6 {
color: #9966ff;
}
.syntax7 {
background: #ffffcc;
color: #ff0066;
}
.syntax8 {
color: #006699;
}
.syntax9 {
color: #009966;
}
.syntax10 {
color: #0099ff;
}
.syntax11 {
color: #66ccff;
}
.syntax12 {
color: #02b902;
}
.syntax13 {
color: #ff00ff;
}
.syntax14 {
color: #cc00cc;
}
.syntax15 {
color: #9900cc;
}
.syntax16 {
color: #6600cc;
}
.syntax17 {
color: #000099;
}
.syntax18 {
color: #000000;
}
.gutter {
background: #dbdbdb;
color: #000000;
}
.gutterH {
background: #dbdbdb;
color: #990066;
}

td {
	vertical-align: top;
}


table.history{
	border-collapse: collapse;
	border: 1px solid #999999;
	color: #000000;
	width: 100%;
}

table.history th, table.history td{
	border: 1px solid #666666;
}

main{
	clear: both;
	line-height: 1.8;
}

a{
	text-decoration: none;
}

a:link{
	color: #6699cc;
}

a:visited{
	color: #cc6699;
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}

address{
	font-style: normal;
}

h1.title{
	text-align: center;
}

table.personal-details th{
	text-align: right;
}

.job{
	border-top: 1px solid #eeeeee;
	margin-bottom: 24pt;
}

.job.first{
	border-top: none;
}