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

   Filename: index.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/home.jpg) no-repeat;
	margin: 0px auto;
	max-width: 1024px;
	min-width: 800px;
}

#wrapper {
	height: 900px;
}

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;
}

/* Footer section styles */
footer {
	text-align: left;
	color: white;
	font-family: 'arialregular', Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	position: fixed;
	top: 540px;
}