/* @override http://local.dev/Mark%20Schueler/templates/stylesheets/homepage.css */

/*
 *  Mark Schueler
 *  Styles for the homepage
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

/* Begin Page */

body {
	width: 100%;
	background: #050a1a url(images/background-homepage.png) repeat-y center 0;
	}

/* End page */


/* Begin header styles */

#header {
	float: none;
	width: 800px;
	padding: 20px 20px 0;
	margin: 0 auto;
	text-align: left;
	position: static;
	background: none;
	height: 160px;
	}
	
#logo {
	margin: 0;
	float: left;
	width: 220px;
	}
#logo a {
	background: transparent url(images/logo-homepage.png) no-repeat 0 0;
	width: 220px;
	height: 140px;
	}
#logo a:focus, #logo a:hover, #logo a:active {
	background-position: 0 0;
	}

#nav {
	float: right;
	clear: none;
	padding: 100px 0 0;
	}
#nav li {
	padding: 3px 0 0 10px;
	float: left;
	}
#nav li a {
	margin: 0;
	}
#nav #menu-gallery a { width: 100px; }
#nav #menu-prints a { width: 85px; }
#nav #menu-blog a { width: 70px; }
#nav #menu-about a { width: 82px; }
#nav #menu-contact a { width: 105px; }

/* End header */


/* Begin body styles */

#content {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	background: none;
	}
#content-inner {
	padding: 0;
	width: 840px;
	height: 540px;
	}
	
#slideshow {
	padding: 0;
	height: 540px;
	} 
#slideshow li {
	padding: 10px 20px 30px;
	}
#slideshow li img {
	display: block;
	box-shadow: 0 5px 40px #000;
	-moz-box-shadow: 0 5px 40px #000;
	-webkit-box-shadow: 0 5px 40px #000;
	}

/* End body */


/* Begin footer styles */

#footer {
	width: 800px;
	margin: 20px auto 20px;
	position: static;
	clear: both;
	text-align: left;
	}
#footer #copyright {
	padding: 0 80px 0 0;
	}
	
/* End footer */