/* ------------------------ IMPORT MORE STYLESHEETS ------------------------------ */	

@import url(typography.css);
@import url(normalize.css);
@import url(thumbnailviewer.css);


/* ------------------------ CSS LAYOUT AND POSITIONING TAGS ------------------------------ */	

html, body {
	text-align: center; /* This centers the design - note: all sub containers will have to be reset to text-align left */
	background-color: #f3f1e9; /* This controls the secondary background color for below the footer */
	margin-left: auto; /* This keeps the content container centered from the left */
	margin-right: auto; /* This keeps the content container centered from the right */
}

#wrap {
	width: 100%; /* This controls the container width */
	margin: 0px auto;
	background-color: #889b75;
	padding: 0px;
}

/*#home #wrap
{
	position: absolute;
	bottom: 120px;
	left: 0;
	top: 0;
	right: 0;
	min-height: 300px;	
}*/

#wrap h1, 
#wrap #message {
	margin: 0;
	padding: 0;
	display: none; /* This hides the H tags in the header */
}

#wrap hr.hide { /* This is the image replacement for the hr */
	margin: 0;
	padding: 0;
	display: none; /* This hides the H tags in the header */
}

#header {
	width: 760px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	border: 0px solid #e3efbf;
	text-align: right;
}

#menu_portfolio {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #e3efbf;
	text-align: right;
}

ul#main_menu {
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
	float: right;
	display: inline;
	border: 0px solid #e3efbf;
}

ul#main_menu li {
	padding: 131px 0px 0px 0px;
	margin: 0px;
	border: 0px solid #e3efbf;
	list-style: none;
	height: 32px;
	float: left;
}

ul#main_menu li.spacer_00 {
	padding-left: 338px;
}

#content {
  	width: 760px; /* This controls the container width */
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border: 0px solid #e3efbf;
	clear: both;
	text-align: left; /* This controls the container text alignment */
}

#home #content
{
	width: 540px;
}

#home #content img
{
	margin-bottom: 100px;
	margin-top: 20px;
}



#content p
{
	margin: 0; /* This reset's this container's margin to zero */
	padding: 0px 30px 10px 30px; /* This controls the container's padding - note: done here to avoid box model expansion quirks */
}

#content_illustration p, 
#content_web p, 
#content_emails p, 
#content_graphics p, 
#content_photo p, 
#content_wire p
{
	padding: 0 30px 10px 30px; /* This controls the container's padding - note: done here to avoid box model expansion quirks */
}

.box {
	width: 760px;
	text-align: left;
	background: #a3b692 url(../images/bkgrd_box.gif) repeat-x top center; /* This controls the main background */
	position: relative;
	clear: both;
	margin: 30px 0px 50px 0px;
	padding: 0;
	border-bottom: 10px solid #a3b692;
}

.box h2,
.headingPrint {
	margin: 0;
	padding: 0;
	display: none;
}

#content_illustration, 
#content_web, 
#content_emails, 
#content_graphics, 
#content_about, 
#content_aboutCareer, 
#content_clients, 
#content_resume, 
#content_writings, 
#content_welcome, 
#content_process, 
#content_photo, 
#content_wire
{
  	width: 760px; /* This controls the container width */
	background-color: #a3b692; /* This controls the secondary background color for below the footer */
	text-align: center;
	position: relative;
	clear: both;
}

#content_about, 
#content_aboutCareer, 
#content_clients, 
#content_resume, 
#content_writings, 
#content_welcome, 
#content_process
{
	text-align: left;
}
	
#content_illustration img, 
#content_web img, 
#content_emails img, 
#content_graphics img, 
#content_photo img, 
#content_wire img {
	padding: 0;
	height: 60px;
	width: 60px;
	margin: 5px 5px;
	border: 0px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

#content_illustration img:hover, 
#content_web img:hover, 
#content_emails img:hover, 
#content_graphics img:hover, 
#content_photo img:hover
{
}

#copyright
{
	width: 419px; /* This controls the container width */
	text-align: center; /* This resets this container's text align */
	padding: 10px 0px 0px 0px;
	margin: 0px auto; /* This controls the margin for this container */
	clear: both;
}

#info_back
{
	background: #f3f1e9 url(../images/bkgrd_footer_info.gif) repeat-x top left; 
	width: 100%;
	padding: 0px;  
	margin: 0px; 
	position: relative;
}

/*#home #info_back
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
}*/

#info_back img
{
	margin-left: -10px;	
}

hr
{
	border: 0px;
	height: 0px;
	border-top: 1px dotted #a3b692; 
}

.hr_box
{
	border: 0px;
	height: 0px;
	margin: 10px 20px 20px 20px;
	border-top: 1px dotted #889b75; 
}

body#web li.web a:link, 
body#web li.web a:visited, 
body#web li.wire a:link, 
body#web li.wire a:visited, 
body#graphic li.graphic a:link, 
body#graphic li.graphic a:visited, 
body#home li.home a:link, 
body#home li.home a:visited, 
body#clients li.clients a:link, 
body#clients li.clients a:visited, 
body#resume li.resume a:link, 
body#resume li.resume a:visited
{
	color: #e8e15b; /* This controls the color of the text of the active page's link */
}

body#web li.web a:hover,
body#graphic li.graphic a:hover, 
body#home li.home a:hover, 
body#clients li.clients a:hover, 
body#resume li.resume a:hover
{
	color: #353E2B; /* This controls the color of the text of the active page's hover */
}

.splitListLeft,
.splitListRight
{
	position: relative;
}
.splitListLeft
{
	width: 49%;
	float: left;
}