/* ---------- Document ---------- */
body {
	background-color: #0d0b17;
	background-attachment: fixed;
	color: #0d0b17;
}

p {
	margin-bottom:10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #226787;
	font-weight: bold;
}

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



/* ---------- Header ---------- */
#header {
	width:100%;
	height:100px;
	background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
	position:fixed;
	top:0;
	z-index:1;
}
h1 {
	font-size: 52px;
	letter-spacing: -1px;
	line-height: 100px;
	margin-right: 20px;
	color: #f5f5f5;
	float: right;
}



/* ---------- Content ---------- */
#main {
	padding-top: 105px;
	padding-bottom:40px;
}
h2 {
	font-size: 72px;
	margin-left: 10px;
	padding: 0px 40px 10px 20px;
	letter-spacing: -5px;
	color: #2d2925;
	background-color: #f5f5f5;
	display: inline;
}
p.intro {
	background-color:#f5f5f5;
	margin-left:50px;
	margin-right:10px;
	padding:5px 10px 5px 20px;
}

h2, p.intro {
	-moz-border-radius:15px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius:15px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

/* Masonry CSS */
.content {
	/* background-image:url("../images/12_col.gif"); /* Confirm grid alignment */
	margin-left:20px;
	margin-top:5px;
}

.box {
	margin: 5px 10px;
	padding: 5px;
	background-color: #f5f5f5;
	float: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.box span.title {
	font-size: 14px;
	border-bottom: solid black 1px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.col1 { width: 50px; }
.col2 { width: 130px; }
.col3 { width: 210px; }
.col4 { width: 290px; }
.col5 { width: 370px; }
.col6 { width: 450px; }
.col7 { width: 530px; }
.col8 { width: 610px; }
.col9 { width: 690px; }
.col10 { width: 770px; }
.col11 { width: 850px; }
.col12 { width: 930px; }


/* About */
.panel-wrapper.about p.intro {
	min-height: 140px;
}
.panel-wrapper.about p.intro img {
	float: right;
	padding: 0px 0px 10px 20px;
}

/* Education */
ol.education {
	list-style-type:none;
	margin: 0px;
}
ol.education li {
	margin-bottom: 20px;
}
ol.education li span.institution {
	font-size: 22px;
	font-weight: bold;
}
ol.education li span.dates {
	float: right;
	font-style: italic;
}
ol.education li span.program {
	display: block;
	font-weight: bold;
}
ol.education li span.description {
	font-size: 11px;
}


/* Experience */
ol.jobs {
	list-style-type:none;
	margin: 0px;
}
ol.jobs li {
	margin-bottom: 20px;
}
ol.jobs li span.employer {
	font-size: 22px;
	font-weight: bold;
}
ol.jobs li span.dates {
	float: right;
	font-style: italic;
}
ol.jobs li span.position {
	display: block;
	font-weight: bold;
}
ol.jobs li span.description {
	font-size: 11px;
}




/* Skills */



/* ---------- Footer ---------- */
#footer {
	width: 100%;
	height: 40px;
	font-size: 22px;
	background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.85);
	color: #f5f5f5;
	position: fixed;
	bottom: 0;
}
#footer span {
	display: block;
	float: right;
	margin-right: 20px;
	line-height: 40px;
}
#footer a, #footer a:visited {
	color: #cdf500;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	border-bottom:solid #f5f5f5 5px;
}