@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
    margin: 0px;
    padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
    display: block;
}
html {
	background-color: #E2BC7C;
}
/*Fixed layout*/
body {
	width: 1110px;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-weight: normal;
}
.h1Tab {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;	
}
h2 {
	font-weight: normal;
}
.H2body {
	float: left;
	margin: 0 0 .5em 0;
	padding: 0 .5em 0 .5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #9e9e9e;
	text-transform: capitalize;
	letter-spacing: .1em;
	border-left: 20px solid #eee;
}
.H2Bio {
	margin: 35px 0 .5em 0;
	padding: 0 .5em 0 .5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #9e9e9e;
	text-transform: capitalize;
	letter-spacing: .1em;
	border-left: 20px solid #eee;
}
h3 {
	font-weight: normal;
}
header {
	float: left;
	width: 506px;
	height: 110px;
	margin: 0;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
	background-color: #555;
	background-image: url(../_images/mary-jo-kennard-Banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
nav {
	float: right;
	width: 601px;
	height: 110px;
	padding: 0 0 0 0;
	background: #000;
	font-size: 1.5em;
	color: #000;
	border-left: 3px solid #555;
}
.dropMenu {
	float: right;
	width: 500px;
	margin: 63px 0 0 0;
}
section {
	float: left;
	width: 1110px;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	background-color: #fff;	
	line-height: 1.5;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.25);
	-moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
p {
	margin-bottom: .9em;
}
article {
	float: left;
	margin: 2em 0 0 60px;
	font-size: 1em;
	color: #444;
}
.articleHome {
	float: left;
	width: 630px;
	margin: 0 0 60px 0;
	text-align: justify;
}
.articleHome p {
	margin: 0 0 2em 0;
	padding: .35em 0 0 0;
}
.articleCon {
	float: left;
	width: 555px;
	height: 500px;
	text-align: right;
}
.articleCon img {
	border: none;
}
.articleBio {
	float: left;
	width: 940px;
	text-align: left;
}
.articleBio p {
	margin: 0 0 0 2em;
}
.articleTab {
	float: left;
	width: 993px;
	padding-top: 20px;
	text-align: center;
}
.articleTab img {
	margin: 0 0 30px 0;
	border: 3px solid #9B7650;
	-webkit-box-shadow: 5px 5px 10px #888;
    -moz-box-shadow: 5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888;
}
article a:link {
	color: #09C;
	text-decoration: none;
}
article a:visited {
	color: #09C;
	text-decoration: none;
}
article a:hover {
	color: #000;
	text-decoration: none;
}
article a:active {
	color: #000;
	text-decoration: none;
}
aside {
	float:left;
	line-height: 1.5;
}
footer {
     clear: both;
     width: 800px;
	 margin: 0 0 60px 155px;
	 background-color: #F1F1F1;
	 -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
	 overflow: hidden;
	 color: #666;
}
footer p {
	margin: 0 0 .1em 0;
}
footer a:link {
	color: #09C;
	text-decoration: none;
}
footer a:visited {
	color: #09C;
	text-decoration: none;
}
footer a:hover {
	color: #000;
	text-decoration: none;
}
footer a:active {
	color: #000;
	text-decoration: none;
}
.artInfo {
	float: left;
	width: 580px;
	text-align: right;
	margin: 1.2em 1em 2em 80px;
}
.arrowsBox {
	float: left;
	width: 90px;
	text-align: center;
	margin: .5em 0 .5em .3em;
	padding: 0 0 .5em .3em;
	border-left: 1px dotted #ccc;
	color: #444;
}
.arrows {
	font-size: 4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #09C;
}
.artTitle {
	font-size: 1.2em;
	color: #000;
	text-transform: capitalize;
}
cite {
	font-style: normal;
}
