body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Courier, monospace;
	
}

a:link, a:visited, a:active, a:hover {
	color: #666;
}

a:hover {
	color: #000;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
}

header {
	position: relative;
}

footer {
	position: fixed;
	bottom: 0;
}

#maincontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 120px;
	z-index: 1;
}

#focusedcontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 120px;
	z-index: 8888;
}

nav {
	position: fixed;
	top: 10px;
	right: 0;
	width: 120px;
	z-index: 5000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-family: helvetica;
	font-weight: bold;
	font-size: 10px;
}

nav a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}
nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	margin: 0;
	padding: 0 0 2px 0;
}


nav h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

nav #nav_filter {
	margin-bottom: 10px;
}

nav #nav_mediums {
	margin-bottom: 10px;
}

nav #nav_social img {
	display: block;
	width: 12px;
	opacity: .5;
}

nav #nav_social img:hover {
	opacity: 1;
}

nav #nav_social li {
	display: inline;
	float: left;
	margin: 0 2px;
	padding: 1px 5px 1px 0px;
	border-right: 1px solid #666;
}

nav #nav_twitter {
	border: none !important;
}

.lustinfo .projectitem {
	display: inline;
	float: left;
	width: 350px;
	height: 350px;
}

.lustinfo img {
	max-width: 220px;
	max-height: 220px;
}


#mediadata {
	display: none;
}

#mediaqueue {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
}

#loader img {
	display: block;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


.set {
}

.col1 {
	width: 90px;
	height: 90px;
	margin: 5px;
}

.col2 {
	width: 140px;
	height: 140px;
	margin: 5px;
}

.col3 {
	width: 190px;
	height: 190px;
	margin: 5px;
}

.col4 {
	width: 240px;
	height: 240px;
	margin: 5px;
}

.col5 {
	width: 290px;
	height: 290px;
	margin: 5px;
}

.col10 {
	width: 290px;
	height: auto;
	margin: 10px;
	width: 100%;
}



.set .label {
	position: relative;
	font-size: 10px;
	margin-bottom: 5px;
	color: #999;
}

.stackmediacontainer, .focusmediacontainer {
	position: relative;
}

.stackMediaItem, .addStackMediaItem {
	position: absolute;
	overflow: hidden;
	border: 1px solid #CCC;
}

.stackMediaItem img {
	display: block;
}

#focusedcontainer .set {
	width: 100%;
}

.stackProjects {
	position: relative;
	width: 100%;
}

.stackProject {
	
}

.stackProjectMedia {
	width: 50%;
}

.stackProjectInfo {
	width: 48%;
	margin-left: 2%;
}

.stackProjectInfo p {
	font-size: 11px;
	margin: 0 0 10px 0;
}

.stackProjectInfo .projectTitle {
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Helvetica;
	color: #000;
	text-decoration: none;
	margin: 0 0 5px 30px;
	text-transform: uppercase;
}

.projectInfoHeader h2 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	margin: 0 0 5px 30px;
	
}

.mediainfo, .projectInfoMeta {
	font-size: 11px;
}


.projectInfoMeta {
	display: inline;
	float: left;
}

.projectInfoRelated, .projectInfoTags, .projectInfoStackContainer {
	display: inline;
	float: left;
	width: 30%;
	margin-right: 3%;
}

.stackProjectMedia .stackMediaItem {
	margin-bottom: 20px;
}

.stackProjectMedia .mediaelement {
	margin-bottom: 5px;
}

.projectInfoAbout, .projectInfoAbout p {
	font-family: Helvetica, Arial, "Lucida Grande", verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .8px;
}

.projectInfoAbout {
	width: 90%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.projectInfoMeta {
	color: #AAA;
}

.projectInfoMeta h4 {
	color: #444444;
	margin-bottom: 5px;
}

.projectInfoMeta a {
	color: #AAA;
	text-decoration: none;
}


.projectInfoMeta a:hover {
	color: #444;
}

.projectInfoMisc {
	margin-left: 30px;
}

object, embed {
	display: block;
	font-size: 0;
	line-height: 0;
}

video {
	display: block;
	width: 100%;
	height: auto;
	
}

.flashvideo {
	background: #000;
}

.lustAboutHeader h1 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Helvetica;
	color: #444;
	text-decoration: none;
	margin: 0 0 5px 30px;
	text-transform: uppercase;
}

.lustAbout, .lustAbout p {
	font-family: Helvetica, Arial, "Lucida Grande", verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .8px;
}
	
.lustAbout p {
	width: 90%;
	margin: 0 0 20px 0;	
}


#set_contact .lustAbout {
	margin: 20px 0 0 30px;
}

#set_about .aboutMedia {
	display: inline;
	float: left;
	width: 50%;
}

#set_about .aboutMedia img {
	width: 100%;
	height: auto;
}

#set_about .stackProjectInfo {
	display: inline;
	float: left;
}

#contact_info {
	font-size: 11px;
	color: #b4b3b3;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

#contact_info a {
	color: #9d9d9d;
}

#contact_info p {
	margin: 0 0 5px 0;
}