/*
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.8 (December 14, 2010)
Tags: graphic design, art direction, stuart laybourne, personal website.
Author: Stuart Laybourne
*/

/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	background: #ffffff;
	line-height: 1;
	margin: 0;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
	
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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