@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
.quote {
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-style: italic;
	margin-right: 30px;
}

.right{
	margin-left: 10px;
}

#right{
	margin-left:10px;
}
.normal {
	font-style: normal;
}

/* Header */
header {
	text-align: center;
	display: block;
}

header .banner-topnav {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 25px;
	text-decoration: none;
	text-align: right;
	display: inline-block;
	}
header .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 20px;
	margin-top:30px;
	margin-bottom: 25px;
	margin-left:10px;
	font-weight: normal;
	color: #000000;
	float: left;
	display: inline-block;
}

.banner-topnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.banner-topnav ul li {
	margin-left: 0;
	padding: 0px 8px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	}
	
.banner-topnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.banner-topnav a:link {
	color: #000000;
	text-decoration: none;
	}
	
.banner-topnav a:visited {
	color: #000000;
	text-decoration: none;
	}

.banner-topnav a:active {
	color: #D02327;
	text-decoration: none;
	}
	
.banner-topnav a:hover {
	color: #F5A30E;
	text-decoration: none;
	}
header .profilePhoto {
	width:30%;
	clear: none;
	margin-left: 10px;
	margin-bottom: 30px;
}
header .authorPhoto {
	clear: none;
	margin-left: 10px;
	margin-bottom:30px;
	align: left;
}

header .rightPhoto {
	clear: none;
	margin-right:10px;
	margin-left:30px;
	margin-bottom:30px;
	align: right;
}
h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 0px;
	font-weight: normal;
	color: #D02327;
}
h2 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 18px;
	line-height: inherit;
	padding-bottom: 0;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	overflow-y: auto;
	list-style-type: disc;
}
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:active {
	color: #D02327;
	text-decoration: none;
	}
	
a:hover {
	color: #F5A30E;
	text-decoration: none;
	}	
.date {
	line-height: auto;
	color: #d02327;
}
/* Main Content sections */

.section2 .sectionTitle {
	font-family: Verdana, sans-serif;
	color: #D02327;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.event {
	display: inline-block;
	width:29%;
	padding: 12px;
	vertical-align: top;
}

#link {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Footer */
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
}
footer .footerDisclaimer {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
}
footer .footerNote {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profilePhoto {
	float: middle;
	clear: both;
	margin-top: 3%;
	margin-right:3%;
	width: 50%;
	align: center;
}
header .authorPhoto{
		clear: both;
		width: 60%;
		align: left;
	}
header .rightPhoto{
		clear: both;
		width: 60%;
		align: right;
	}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
	margin-right: 20px;
	display: inline-block;
}
header .profileHeader p {
	text-align: justify;
}

/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	font-family: sans-serif;
	text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}

header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
	
header .authorPhoto{
	float: left;
	clear: both;	
	margin-right: 3%;
	margin-top: 5%;
	margin-bottom: 0;
	align: left;
	}
	
header .rightPhoto{
	float: right;
	clear: both;	
	margin-left: 3%;
	margin-top: 5%;
	margin-bottom: 0;
	text-align: right;
	}
	
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */

header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 1.5%;
}
header .authorPhoto{
	float: left;
	clear:both;
	margin-right: 3%;
	margin-top: 1.5%;
	margin-bottom: 0;
	text-align: left;
	}

header .rightPhoto{
	float: right;
	clear:both;
	margin-right: 3%;
	margin-top: 1.5%;
	margin-bottom: 0;
	text-align: right;
	}
header .profileHeader {
	text-align: justify;
	margin-top: 2%;
	float: none;
}
	
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
}
}
