/*
Theme Name: Stuart Laybourne's Personal Website
URL: http://www.stuartlaybourne.com
Description: The web home of Graphic Designer // Art Director - Stuart Laybourne.
Version: 2.3 (August 23, 2010)
Tags: graphic design, art direction, stuart laybourne, personal website.
Author: Stuart Laybourne
*/

/* CSS Document */

/* --------------------------------------------- Main Styles ------------------------------------------------- */

body {
	margin: 0px;
	background-color:#FFF;
}

#container {
	width: 1000px;
	height:auto;
	margin:0;
	float:left;
}

/* --------------------------------------------- General Architecture ------------------------------------------------- */

#navigation {
	width: 200px;
	height:auto;
	margin-top:25px;
	margin-left:20px;
	float:left;
}

#content {
	width: 740px;
	height:auto;
	margin-top:25px;
	margin-left:40px;
	float:left;
}

/* --------------------------------------------- Navigation ------------------------------------------------- */

#logo {
	width: 200px;
	height:45px;
	margin:0;
	float:left;
}

#links_container {
	width: 200px;
	height:200px;
	margin-top:10px;
	float:left;
}

#links_container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height:65px;
	color: #6D6E71;
	text-decoration: none;
}

#links_container a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height: 65px;
	color: #B73822;
	text-decoration: none;
}

#links_container .noRoll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height: 65px;
	color: #F58220;
	text-decoration: none;
}

#work_links_container {
	width: 200px;
	height:280px;
	margin-top:10px;
	float:left;
}

#copyright {
	width: 200px;
	height:20px;
	margin-top:10px;
	float:left;
}

#copyright .main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6E71;
	text-decoration: none;
	margin-left: 16px;
}