/* @override http://www.williamnoland.com/stylesheets/layout.css */

/*
 *  William Noland
 *  Layout for screen display
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */


/* Begin main layout */

html {
	height: 100%;
	}
body {
	height: 100%;
	width: 100%;
	}
	
#header_wrapper {
	height: 60px;
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	min-width: 800px;
	z-index: 50;  /* Layer the header over the body */
	}
#header {
	padding: 0 20px;
	}

#content_wrapper {
	top: 60px;
	bottom: 30px;
	width: 100%;
	min-width: 800px;
	position: fixed;
	}
#content_inner {
	margin: 0 20px;
	height: 100%;
	overflow: auto;
	}
#content {
	margin: 20px;
	height: 90%;
	}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.no-scroll #content_inner { overflow: hidden; }

#footer_wrapper {
	height: 25px;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 800px;
	padding-top: 10px;
	z-index: 50;
	}
#footer {
	padding: 0 20px;
	}
	
/* End main layout */


/* Begin Homepage */

.homepage #header_wrapper {
	height: auto;
	position: static;
	padding-top: 10%;
	}
.homepage #header {
	text-align: center;
	}
.homepage #content {
	display: none;
	}

/* End homepage */


/* Begin text pages layout */

.scroll {
	width: auto;
	height: 100%;
	}
	
.writing {
	width: auto;
	max-width: 50em;
	}

#illustration {
	width: 220px;
	float: right;
	margin-left: 20px;
	}

/* End text pages layout */


/* Begin project menu layout */

#menu_wrapper {
	float: left;
	width: 100%;
	margin-right: -20px;
	max-width: 980px;
	}

#menu_wrapper #thumbs div {
	margin: 0 20px 20px 0;
	float: left;
	}
#menu_wrapper #thumbs h3 {
	clear: left;
	}
/* Begin project menu layout */


/* Begin image detail layout */

#project_text {
	margin-right: 130px;
	}
	
#project_poster {
	width: 220px;
	float: left;
	margin-right: 20px;
	}

#sidebar_wrapper {
	width: 110px;
	height: 90%;
	float: right;
	margin-left: 20px;
	}

#sidebar_wrapper #thumbs {
	width: 100px;
	height: 100%;
	margin-bottom: -10px;
	padding-bottom: 0;
	overflow: auto;
	}
	
#thumbs a img {
	display: block;
	}
#thumbs a, #thumbs a:hover {
	float: left;
	text-decoration: none;
	border: none;
	}
.sidebar a {
	clear: left;
	margin-bottom: 10px;
	}

#main_image {
	margin-right: 130px;
	text-align: center;
	height: 100%;
	}

#main_image li {
	display: none;
	}
	
#main_image img {
	margin: 0 auto;
	}
#main_image .caption {
	margin: 0 auto;
	text-align: left;
	}

/* End image detail layout */


/* Begin video player layout */
#main_video {
	float: left;
	width: 100%;
	height: 100%;
	}

#main_video #video_player {
	display: block;
	width: 720px;
	margin: 0 20px 10px 0;
	border: none;
	float: left;
	}

#main_video .caption h2 {
	padding: 0 0.15em 0.25em 0;
	display: inline;
	}

/* End video player layout */

/* Begin Writing page */

#sidebar_illustration {
	float: right;
	width: 220px;
	margin-left: 20px;
	}
#sidebar_illustration img {
	margin-bottom: 10px;
	}

/* End Writing page */