/*
Website Name: Joshua David Nelson
Website URL: http://joshuadnelson.com
Description: Personal site of Joshua David Nelson, writer, engineer, designer, brewer
Author: Joshua David Nelson
Author URL: joshuadnelson.com
Version: 2.0
*/

/* Reset */
@import url('reset.css');

/* Global */
body {
	line-height: 1em;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #3F4852;
	color: #eee;
}
img {border:none;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* Links */
a:link, a:visited {text-decoration:none; color: #9591BA;}
a:hover {text-decoration:underline; color: #fff;}
a:active {text-decoration:underline; color: #fff;}

/* Headers */
h1 {font: bold 3.5em Calibri, Arial, Tahoma, sans-serif; letter-spacing:.3em; color: #eee;}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {text-decoration:none; color: #eee;}
h2 {font: bold 2em Calibri, Arial, Tahoma, sans-serif; color: #eee;}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {text-decoration:none; color: #eee;}

/* Body */
#container {width:720px; margin:10px auto; padding:0; text-align:center;}

/* Header */
#header {width:720px; margin-bottom:5px; border-bottom:1px #8C9FB6 solid;}

/* Content */
#boxbox {clear:both; float:left; padding:0; margin:0; width:720px;}
#interiorbox {width:180px; text-align:center; float:left; margin:5px 0 0 5px; color:#fff; font: bold 1.2em Arial, Helvetica, sans-serif;}
#sidebox {width:15px; float:left; text-align:center; font: bold 1.5em Arial, Helvetica, sans-serif;}
#box {float:left; margin:0 5px 0 5px; font: normal 1.1em Arial, Helvetica, sans-serif;}

/* Footer */
#footer {
	clear:both;
	float:left;
	width:720px;
	margin-top:4px;
	padding-top:5px;
	border-top:1px #8C9FB6 solid;
	text-align:center;
	color: #eee;
}
#footer img {border:none;}