body {
	background: #000 url('img/nature.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Timeless', Perpetua, serif;
	font-size: 10pt;
}

#content {
	width:1000px;
	margin:auto;
	background-color:rgba(0,0,0,0.8);
	padding: 0px 10px 10px 10px;
	font-size: 9pt;
}

#header {
    height: 128px;
}

#header #profile {
    padding: 9px 8px 0px 7px;
    float: left;
}

#header #title {
    padding: 24px 8px 0px 7px;
    font-family: 'LRTOksana', Perpetua, serif;
    float: left;
    line-height: 36pt;
}

#header #title #name {
    font-size: 48pt;    
}

#header #title #subheader {
    font-size: 18pt;
    text-align: right;    
}

#header #location {
    padding: 10px 8px 0px 7px;
    float: right;
    font-family: 'LRTOksana', Perpetua, serif;
    font-size: 14pt;
}

#header #location #github {
    display: block;
    font-size: 10pt;
    color: #fff;
    margin: 0;
    padding: 0;
}

#header #location #email {
    font-size: 10pt;
}

.email:after {
    content: "\40gmail.com";
}

#body {
    border-top: 1px solid #ccc;
}

.linkcell {
	padding-left: 10px;
}

#footer {
    height: 30px;
    border-top: 1px solid #ccc;
}

.title {
    background-color:rgba(64,64,64,0.6);
    cursor: pointer;
    margin-right: 10px;
    display:inline-block;
    padding: 5px;
    text-align: left;
    font-size: 18pt;
}

.active {
    background-color:rgba(64,64,64,0.8);
    border-bottom: 1px solid #fff;
}

.item {
    border: 2px #ccc solid;
    background: #eee;
    padding: 10px;
    margin: 10px;
    color: #000;
    font-size: 12pt;
}

.icon_16 {
    width: 16px;
    height: 16px;
}

table {
    color: #000;
}

a {
	color: green;
}

a:visited {
	color: mediumseagreen;
}