@charset "UTF-8";

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

#socialNetworks {
	background-color: #CBCBCB;
	float: right;
	margin-bottom: 36px;
	margin-right: 0px;
	margin-left: auto;
	border-bottom-left-radius: 5px;
	height: 50px;
	width: 453px;
	padding-left: 7px;
}

#socialNetworks p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
	float: left;
	padding-right: 0px;
	margin-right: 30px;
}
#socialNetworks ul li {
	margin-top: -8px;
}

#facebook {
	width: 32px;
	height: 32px;
	display: block;
	background: url(images/Social%20Networks/facebook.png) no-repeat center;
}

#facebook:hover {
	background-image: url(images/Social%20Networks/facebook-hover.png);
}

#twitter {
	width: 39px;
	height: 32px;
	display: block;
	background: url(images/Social%20Networks/twitter.png) no-repeat center;
}

#twitter:hover {
	background-image: url(images/Social%20Networks/twitter-hover.png);
}

#linkedin {
	width: 32px;
	height: 32px;
	display: block;
	background: url(images/Social%20Networks/linkedin.png) no-repeat center;
}

#linkedin:hover {
	background-image: url(images/Social%20Networks/linkedin-hover.png);
}

#instagram {
	width: 32px;
	height: 32px;
	display:block;
	background: url(images/Social%20Networks/Instagram.png) no-repeat center;
}

#instagram:hover {
	background-image: url(images/Social%20Networks/Instagram-hover.png);
}

body {
	background-color: #716F6F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

#webPages {
	clear: both;
	width: 950px;
	font-variant: small-caps;
	font-weight: 900;
	font-style: normal;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	line-height: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* CSS Document */

#webPages ul {
	list-style-type: none;
	display: inline;
}

#webPages li {
	padding-right: 5px;
	padding-left: 28px;
	display: inline;
}

.subBody {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #B1B1B1;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	height: 320px;
	border-radius: 4px;
	margin-top: 10px;
}

.subBody p {
	padding-right: 19px;
	padding-bottom: 13px;
	padding-left: 19px;
	margin-bottom: -26px;
	padding-top: 14px;
}
.subBody img {
	float: left;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-right: 14px;
}

footer {
	clear: both;
	text-align: center;
	margin-top: 50px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

.intro p{
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.intro img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#socialNetworks li {
	display:inline-block;
	padding-left: 0px;
	margin-left: -8px;
	margin-right: 39px;
}

#resume {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #B1B1B1;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	height: auto;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 24px;
}
.summary {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

h1 {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: xx-large;
}

h2 {
	font-size: 20px;
	margin-left: 0px;
}
.institution {
	float: left;
}
.timeFrame {
	float: right;
}
#resume p {
	clear: both;
}
#resume ul  {
	padding-left: 0px;
	margin-left: 15px;
}
#resume ul li {
	list-style-position: inside;
	list-style-image: none;
}
hr {
	border-bottom: 0px hidden #000000;
}
