/* Moore Art Main Text and Color Styles
   Author: Bobby Moore
   Date:   01/04/2013

   Filename: main.css */

html{
	background-color: #232220;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 -ms-background-size: cover;
	 background-size: cover;
}

/* Body Styles */
html, body, h1, h2, h3, h4, h5, h6, hgroup, div, header, footer, p, address, article, img, a, ul, ol. li {
	margin: 0;
	padding: 0;
	/*border: 1px solid white; */
}

body{
	font-family: 'arialregular', Arial, sans-serif;
	background: url(../assets/blank.jpg) no-repeat;
	margin: 0px auto;
	max-width: 1024px;
	min-width: 800px;
}

#wrapper {
	height: 1200px;
}

header {
	width: 100%;
}

a {
	text-decoration: none;
	color: white;
}

/* Horizontal Navigation List top of the page */
nav.horizontalNAV {
	width: 100%;
}
nav.horizontalNAV li {
	font-size: 14px;
	letter-spacing: 0.2em;
	float: left;
	padding: 52px 8px 20px 8px;
	text-align: center;
	width: 14%;
}
.horizontalNAV ul li.active a, .horizontalNAV ul li a:hover {
	text-decoration:none;
	color: #9e1c20;
}

/* General body styles */
p {
	font-family: 'arialregular', Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	line-height: 1.4em;
}

h1 {
	font-family: "Arial Black", Arial, sans-serif;
	color: #777;
	font-size: 24px;
	line-height: 1.2em;	
}

h2 {
	font-family: "Arial Black", Arial, sans-serif;
	color: #9e1c20;
	font-size: 20px;
	line-height: 1em;
}

hr {
	background-color: white;
	height: 8px;
	margin: 18px 10px;
	width: 100%;
}

/* Figure box styles for slide show */
figure {	
	width: 560px;
	float: left;
}
figure div {
	height: 940px;
	overflow: auto;
	white-space: nowrap;
}
figure div img {
	width: 46%;
	margin: 10px 20px 20px 0;
	float: left;
	clear: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
figure figcaption {
	font-family: 'arialregular', Arial, sans-serif;
	color: white;
	font-size: 7pt;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}

/* Aside styles */
aside {
		width: 400px;
		padding: 20px 0 0 20px;
		float: left;
}

aside img {
		width: 600px;
		position: relative;
		left: -30%
}

aside p {
	font-family: 'KaushanScriptRegular', 'arialregular', Arial, sans-serif;
	font-size: 15px; 
	line-height: 1.6em;"
}

/* Right section styles */
section {
	font-family: 'arialregular', Arial, sans-serif;
	background-color: #555;
	width: 260px;
	height: 870px;
	margin: 20px 10px 0 0;
	padding: 10px 30px 40px 30px;
	float: right;
	clear: right;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */

  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Footer section styles */
footer {
	font-family: 'arialregular', Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px
}

