@charset "UTF-8";

body {
	background-color: #FBF3E0;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #1C1C1C;
}

h1, h2, h3, h4, h5, h6 {
	color: #404E4A;
	font-weight: lighter;
}
header #title a:link{
	color: #404E4A;
}
footer img {
	max-height: 30px;
	max-width: 30px;
	padding-top: 0px;
}

header #title a:visited{
	color: #404E4A;
}

header #title a:hover{
	color: #404E4A;
}

header #title a:active{
	color: #404E4A;
}

a:link, a:visited {
	color: #658279;
	text-decoration: none; /*removes the underline for links*/
}
main {
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

a:hover, a:active {
	color: #C44E10;
	text-decoration: none; /*removes the underline for links*/
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
header #title {
	text-align: center;
	font-size: 3em;
	border-radius: 3px;
	padding-bottom: 2px;
	margin-top: 5px;
	padding-top: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

main section h1 {
	font-size: 2em;
	border-style: solid;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-width: 1px;
	background-color: #DAD2BA;
	-webkit-box-shadow: 2px 2px 2px;
	box-shadow: 2px 2px 2px;
}
main p {
	font-size: 1.11em;
	font-weight: 100;
}

header {
	margin-bottom: 0px;
	border: 2px solid #1C1C1C;
}
#introSection {
	margin-left: 140px;
	margin-right: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#topNav li {
	display: inline-block;
	margin-left: 85px;
	font-size: 1.2em;
}

#topNav {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-top: 10px;
	text-align: center;
	border-top: 2px solid #1C1C1C;
}
footer {
	text-align: center;
	border: 2px solid #1C1C1C;
	-webkit-box-shadow: 2px 2px 2px;
	box-shadow: 2px 2px 2px;
}
.PreviewBox {
	display: inline-block;
	border: 1px solid #1C1C1C;
	margin-top: 30px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	-webkit-box-shadow: 1px 2px 2px;
	box-shadow: 1px 2px 2px;
}
.PreviewBox img {
	border-width: 1px;
	border-style: solid;
}
main .PreviewBox h1 {
	font-size: 1.6em;
}

.PreviewBox p {
	max-width: 300px;
	font-size: 1em;
}

main .PreviewBox.LastRowPB {
	margin-bottom: 40px;
}footer img {
}
main #HeroImg {
	-webkit-box-shadow: 5px 5px 5px;
	box-shadow: 5px 5px 5px;
}
header {
	-webkit-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px;
}

.articleText p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.articleImage {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	-webkit-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px;
}

#contentNav {
	list-style-type: none;
	text-align: center;
	font-size: 1.3em;
}
#contentNav li {
	display: inline-block;
	margin-left: 85px;
	margin-right: 85px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #1C1C1C;
	background-color: #DAD2BA;
}
.PreviewBox .ReadMoreBttn {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #1C1C1C;
	background-color: #DAD2BA;
}
main .PreviewBox h1 {
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
	padding-top: 5px;
	padding-bottom: 5px;
}
article h2 {
	font-size: 1.3em;
}
