@charset "utf-8";
/* Main CSS */
@import url(//fonts.googleapis.com/css?family=Arizonia);
@import url(//fonts.googleapis.com/css?family=Dynalight);
@import url(//fonts.googleapis.com/css?family=Parisienne);

* {
	margin: 0;
	border: 0;
	padding: 0;
}

#Container {
	width: 800px;
	margin: 50px auto;
	border: 1px solid #A20000;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 30px 30px 10px 10px;
	border-radius: 30px 30px 10px 10px; 
	-webkit-box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, .25);
	box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, .25); 
}

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

#Head {
	height: 100px;
	/*border-bottom: 1px solid #A20000;*/
	border-bottom: 2px solid #000;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 50px;
	-webkit-border-radius: 30px 30px 50px 50px;
	border-radius: 30px 30px 50px 50px; 
	padding: 30px;
	padding-left: 60px;
	background-color: #A20000;
	/*font-family: 'Allura', cursive;
	font-family: 'Dynalight', cursive;
	font-family: 'Arizonia', cursive;*/
	font-family: 'Parisienne', cursive;
	color: #FFF;
}
#Head h1 {
	font-size: 50px;
}
#Head h2 {
	font-size: 26px;
	padding-left: 50px;
}

#Body {
	padding: 10px 30px 20px;
}
#Body h3 {
	margin-top: 12px;
}
#Body #Downloads {
	width: 400px;
	margin: 30px auto 50px;
	border: 2px solid #a20000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
#Body #Downloads h2 {
	text-align: center;
}
#Body #Downloads li {
	margin: 6px;
	margin-left: 30px;
}
#Body #SlideshowContainer {
	width: 400px;
	height: 200px;
	margin: 30px auto 50px;
	border: 2px solid #a20000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
#Body #SlideshowContainer .bx-prev {
	float: left;
	text-transform: capitalize;
}
#Body #SlideshowContainer .bx-next {
	float: right;
	text-transform: capitalize;
}
#Body #SlideshowContainer .bx-auto {
	display: block;
	margin: auto;
	width: 50px;
	text-align: center;
	text-transform: capitalize;
}
#Body #Slideshow {
	list-style: none;
}
#Body #SlideShow li {
	width: 400px;
	list-style: none;
	height: 200px;
}
#Body #SlideShow img.thumbnail {
	float: left;
	margin: 24px 10px;
	border: 1px solid #A20000;
}
#Body #SlideShow div.description {
	padding: 25px 0;
}
#Body #SlideShow div.description p {
	margin: 4px 10px 0 0;
}
#Body #Education {
	float: left;
	width: 49%;
}
#Body ul.education {
	margin: 5px;
}
#Body ul.education li {
	margin: 6px;
	margin-left: 30px;
}
#Body ul.education span.school {
	border-bottom: 1px solid #A20000;
	font-weight: bolder;
}
#Body ul.education li.degree {
	font-weight: bold;
}
#Body #Skills {
	float: right;
	width: 49%;
}
#Body ul.skills li {
	display: inline-block;
	margin: 2px 10px;
	border-bottom: 1px solid #A20000;
}
#Body p {
	margin: 16px 0;
}

#Footer {
	padding: 10px;
	text-align: center;
}

.clear {
	clear: both;
}

#Loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 600px;
	z-index: 1000;
}
#Loading img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

iframe.iframe {
}
.ModalContent {
	padding: 10px 10px;
	float: right;
	width: 180px;
}
.ModalContent h4 {
	margin-bottom: 4px;
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px solid #A20000;
}
.ModalContent h5 {
	margin: 10px 0 3px;
	font-size: 1.2em;
}
.ModalContent p {
	line-height: 1.5;
}
.ModalContent ul li {
	display: inline-block;
	margin: 2px 10px;
	border-bottom: 1px solid #A20000;
}