/* ---------- Site Layout - CSS GRID 18 column layout based on 960 http://960.gs/ -----------*/

.clear	{
		clear: both;
		margin: 0px 0px 0px 110px;
		}

/* ---------- Force footer to bottom of page -----------

html, body {height: 100%;}

#site-container {
	 min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -90px;
}

#site-container .push {	height: 90px;}

#footer {height: 90px;}	

 -----------------------------------------------------*/

#site-container, .footer-wrapper, .header-wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#site-container {
	margin-bottom: 30px;
}

#header {
	margin-bottom: 30px; 
}

#header, #footer {
	width: 100%;
	}

#footer {
	
	
	}

.header-wrapper {
	position: relative;
	}


.work-filters {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	}
		
#work-images, .main-sidebar, #work-description, #work-details, #main-content, #main-blog-content, .work-nav, .full-content  {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.work-nav, #work-images, #work-description {
	margin-left:0px;
	
	}
	
#work-description, #work-images, .work-nav {
	margin-right:0px;
	}

#work-details {
	width:640px;
	}



#work-images {
	width:640px;
}

.full-content {
	width:940px;
	}
	
#main-content {
	width:640px;
	}

.main-sidebar {
	width: 280px;
	}
	

	
#work-description {
	width: 640px;
	}
	
.work-nav {
	width:640px;
	}

.work-nav, #work-description, #work-images, #work-detail {
	margin-bottom: 20px;
	}
	
	
.sideboxl, .sideboxr {
	width: 130px;
	display:inline;
	float:left;
	}
	
.sideboxl {
	margin-right:10px;
	}
	
.sideboxr {
	margin-left:10px;
	}

