@charset "utf-8";

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 2.5em;
	color: #333333;
	font-weight: bold;
	line-height: 70%;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	line-height: 50%;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}
.black {
	font-family: "Courier New", Courier, mono;
	font-size: 2em;
	font-weight: bolder;
	color: #000000;
}
.grey {
	font-family: "Courier New", Courier, mono;
	font-size: 2em;
	font-weight: bolder;
	color: #888888;
}
body {
	font-family: Courier New, Courier, mono;
	font-size: .9em;
	color: #333333;
	text-align: left;
}
a {
	font-family: Courier New, Courier, mono;
	color: #999999;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #999999;
}
header {
	border-bottom: thin solid #999999;
	width: 1000px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
header .logo {
	float: left;
	width: 45%;
}
nav {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	background-color: #fff;
	color: #999999;
	font-weight: 400;
	display: block;
	margin: 45px 0px 8px 0px;
	overflow: hidden;
	width: 55%;
	float: right;
	text-align: right;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
	display: inline-block;
	list-style-type: none;  
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; 
	text-align: left;
}      
nav > ul > li > a > .caret {
	border-top: 4px solid #fff;
	border-right: 4px solid;
	border-left: 4px solid;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
nav > ul > li > a {
	color: #333333;
	display: block;
	line-height: 56px;
	padding: 0 24px;
	text-decoration: none;
}
nav > ul > li:hover {
	background-color: rgb(40, 44, 47);
}
nav > ul > li:hover > a {
	color: rgb(255, 255, 255);
}
nav > ul > li:hover > a > .caret {
	border-top-color: rgb(255, 255, 255);
}      
nav > ul > li > .submenu {
	background-color: rgb(0, 0, 0);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	z-index: 100;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
nav > ul > li:hover > .submenu {
	display: block;
	opacity: 1;
	visibility: visible;
}
nav > ul > li > .submenu ul > li {
	display: block;
}
nav > ul > li > .submenu ul > li > a {
    color: #fff;
	display: block;
    padding: 12px 10px;
    text-decoration: none;
}
nav > ul > li > .submenu ul > li:hover > a {
	background-color: rgba(255, 255, 255, 0.4);
    text-decoration: underline;
}
.wrapper {
	width: 960px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}
.wrapper2 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
figure {
	width: 29%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
main {
	width: 100%;
	height: auto;
	line-height: 1.8em;
	margin-left: 10px;
	margin-right: 10px;
}
article {
	width: 640px;
	height: auto;
	float: left;
	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.details {
	width: 200px;
	height: auto;
	float: left;
	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.resume {
	width: 640px;
	height: auto;
	float: right;
	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
article h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.75em;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}
article h2 .grey2{
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	font-weight: bolder;
	color: #999999;
}
section {
	height: auto;
	border-right: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 20px 20px 10px;
}
aside {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 25%;
	height: auto;
	float: left;
	padding: 20px 15px 10px 10px;
	font-weight: 100;
	line-height: 130%;
}
aside ul li {
	list-style: url(images/check-mark-small.png) outside;
	margin-left: -18px;
}
aside span {
	font-family: "Courier New", Courier, mono;
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
	font-style: oblique;
}
footer {
	border-top: thin solid #ccc;
	width: 1000px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.subfooter {
	background-color: white;
	width: 290px;
	height: 120px;
	border: 1px solid #CCC;
	padding: 5px 0px 5px 0px;
	margin: 10px 20px;
	float: left;
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	color: #000000;
}
small {
	width: 960px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: .06em;
	line-height: 0px;
}
.aside {
	float: left;
}
#sidebar article {
	width: 320px;
	height: 1000px;
	float: left;
}
#sidebar article {
	text-align: right;
}
#summmary {
	width: 620px;
	height: 1100px;
	border-left-style: dotted;
	border-left-color: #333;
	float: left;
}
