body{
	background-color: #000000;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top top;
	padding: 25px;
	padding-right: 100px;
	padding-left: 100px;
	font-family: monospace;
	font-size: 1.2em;
}			

.section{ 
	background-color: #ffffff;
	padding: inherit; 
	border-style: solid;
        border-width: 5px;
        border-radius: 45px;
}

ul.header_contact{
	float: right;
	margin: 0px;
}

li.icon{
	padding-right: 29px;
        padding-top: 7px;
	background-position: right;
        background-repeat: no-repeat;
	list-style-type: none;
	height: 24px;
	text-align: right;
}

li.email_icon{
	background-image: url('/static/images/icons/email.png');
}

li.secure_icon{
	background-image: url('/static/images/icons/secure.png');
}

li.github_icon{
        background-image: url('/static/images/icons/github.png');
}


li.icon a, #header_title a{
	color: inherit;
        text-decoration: none;
}

li.icon a:hover, #header_title a:hover{
        color: inherit;
        text-decoration: underline;
}

#main{
	background-color: #ffffff;
        padding: inherit;
        border-style: solid;
        border-width: 5px;
        border-radius: 45px;
}

#header, #content{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#header_title{
	float: left;
	font-size: 3.5em;
}

#header_hostname{
	float: right;
	clear: right;
	text-align: left;
	margin-left: 10px;
	font-size: .32em;
}

#header_logo{
	float: right;
	
}

#header_navbar{
	float: left; 
	clear: left; 
	padding-top: inherit;
	margin-top: 15px;
}

#header_navbar a{
	margin-right: 15px;
	color: inherit;
	text-decoration: none;
}

#header_navbar a:hover{
	text-decoration: underline;
}

#content{
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

#content a{
	color: inherit;
}

#content li{
	margin-bottom: 15px;
}

#map{
	float: right;
	width: 33%;
}

#footer{
	text-align: center;
}

#footer_img{
	width: 100%;
	margin-top: 15px;
}

a.clip_title{
	font-weight: bold;
	font-size: 1.2em;
}

.clip_org{
	font-style: italic;
	font-size: 1.05em;
}

.full_width{
	width: 100%;
	padding-top: 15px;
}

.caption, .mceTemp, dl{
	/* this corrects some formatting issues with Wordpress records, removing this rule may cause problems */
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.clear{
	clear: both;
}
