/* So the HTML5 structural tags work in older browsers */
article, aside, figure, footer, header, nav, section {
    display: block;
}
/* the styles for the elements */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: white;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    width: 90%;
	height: auto;
    margin: 0 auto;
    border: 3px solid #B22222;
    background-color: #FFFFFF;
}
/* the styles for the header */
header {
	padding: 2em 0;
	background-image: -moz-linear-gradient(
	    30deg, #CC99FF 0%, #A8A8A8   40%, white 50%, #9999FF  90%, #00BFFF 100%);
	background-image: -webkit-linear-gradient(
	    30deg, #CC99FF 0%, #A8A8A8   40%, white 50%, #9999FF  90%, #00BFFF 100%);
	background-image: -o-linear-gradient(
	    30deg, #CC99FF 0%, #A8A8A8   40%, white 50%, #9999FF  90%, #00BFFF 100%);
	background-image: linear-gradient(
	    30deg, #CC99FF 0%, #A8A8A8   40%, white 50%, #9999FF  90%, #00BFFF 100%);
}
header h1 {
	text-align: center;
	color: #66CCFF;
}
header h2 {
	font-style: italic;
}
.shadow {
	text-shadow: 3px 3px 2px black;
	letter-spacing: 2px;
	font-size: 2em;
}

/* Styles of the navigation bar*/
nav a {
	color: #B22222;
	font-weight: bold;
}

ul#navmenu, ul.sub1{
	list-style-type: none;
}

ul#navmenu .li_navmenu{
	width: 20%;
	text-align: center;
	position: relative;
	float: left;
}

ul#navmenu a {
	text-decoration: none;
	display: block;
	line-height: 25px;
	background-color: #00BFFF;
	border: 2px solid #CCC;
}

ul#navmenu .sub1 a {
	margin-top: 2px;
}

ul#navmenu li:hover > a {
	background-color: #CFC;
}

ul#navmenu li:hover a:hover {
	background-color: #FF0;
}

ul#navmenu ul.sub1 {
	display: none;
}

ul#navmenu li:hover .sub1 {
	display: block;
}

nav a.current { color: white;}

/*Styles for the headings*/
h1.headings{
	margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	height: 50px;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #66CCFF;
}
h3.headings{
	font-size: 20px;
	font-family: Freesyle Script; 
	text-shadow: 1px 1px 1px #333;
	letter-spacing: 2px;
	color: #66CCFF;
	text-align: center;
}

/*Styles for the section*/
section {
	clear: left;
	width: 70%;
	float: right;
	padding: 5px;
	text-align: center;
}

section table{
	width: 90%;
	margin-top: 10px;
	margin-left: 40px;
	background-color: #F5F5F5;
	border: 1px solid gray;
	margin-bottom: 30px;
}

tr, td {
	padding: 10px;
	text-align: center;
	border: 1px solid gray;
}

section  img {
	margin-top: 20px;
	width: 35%;
	margin-bottom: 20px;
}

section p{
	margin: 20px;
	text-align: left;
	text-indent: 5%;
	padding: 3px;
}

/*styles for the contact form*/
.text_form{
	width: 90%;
	text-align: left;
	padding: 2%;
	margin-left: 3%;
}
.text_box{
	padding: 3%;
	background-color: #D0D0D0;
}
.text_area{
	margin: 3px;
	padding: 3px;
	font-weight: bold;
}
.text_field{
	text-align: center;
}

#last_name{
	position: relative;
	left: 50px;
}
#first_name{
	position: relative;
	left: 47px;
}
#email{
	position: relative;
	left: 79px;
}
#phone{
	position: relative;
	left: 18px;
}


/*styles for work experience*/
.work_headings{
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}

.ul_left{
	text-align: left;
	padding-right: 45px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sub1{
	position: relative;
	left: 8%;
	margin-bottom: 5px;
}

/*styles for resume*/
.li_resume{
	list-style-type: none;
	padding: 10px;
}
.work_places{
	list-style-type: none;
	position: relative;
	right: 8%;
}
#bullets{
	list-style-type: disc;
}

#metroeast{
	border: 1px solid gray;
}


/*Styles of the aside*/
aside{
	float: left;
	width: 28%;
	border-right: 2px solid #66CCFF;
	text-align: center;
}

aside  img {
	margin-top: 5px;
	width: 50%;
}

aside div{
	margin-top: 30px;
}

#unordered_list{
	list-style: none;
	font-size: 15px;
	margin-bottom: 45px;
}

.list_image{
	text-align: left;
	background: url('../images/style_image.png') no-repeat 30% 6px;
	padding-left: 35%;
	background-size: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 1px;
	
}



/*Styles for the footer*/
footer{
	clear: both;
	border-top: 3px solid #B22222;
}

footer p {
	margin: 20px;
	text-align: center;
}