/**
 * Vega
 */

body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
	color: #aa8fd6;
	font-family: sans-serif;
	font-size: 11px;
    text-align: initial;
    letter-spacing: 1.7px;
	line-height: 1.5em;
}

body.disable_scroll {
	overflow: hidden;
}

body.mobile .project_thumb, .project_content {
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/**
 * Header image and header text
 */

.site_header {
	background: #fff;
	padding: 35px 70px;
	font-family: sans-serif;
	text-align: center;
}

.header_image {
	margin: 70px 0 35px 0;
}

.header_image img {
	border: 0;
}

.header_text {
	margin: 35px 0;
	font-size: 20px;
}

.header_text a {
	color: #bc9044;
	text-decoration: none;
}

.header_text a:hover {
	color: #bc9044;
	border-bottom: 1px solid #bc9044;
}

.header_text a:active {
	color: #999;
	border-bottom: 0;
}

/**
 * Navigation
 */

.navigation {

}

.navigation > div {
	display: inline-block;
}

.navigation a {
	color: #bc9044;
	padding-bottom: 1px;
	text-decoration: none;
}

.navigation a:hover {
	border-bottom: 1px solid #bc9044;
}

.navigation a:active {
	border-bottom: 1px solid #666;
	color: #666;
}

.navigation_pages {

}

.navigation_pages > div {
	display: inline-block;
	margin: 0 10px;
}

.following {
	color: #999;
	display: inline-block;
	margin: 0 10px;
}

.following a {
	color: #999;
}

.following a:hover {
	color: #000;
}

.following a:active {
	color: #666;
}

.view_navigation {
	color: #999999;
	text-transform: capitalize;
}

.view_navigation .active a,
.view_navigation .active a:hover,
.view_navigaiton .active a:active {
	border-bottom: 0;
	color: #999;
}

.filter {
	background: #000000;
	border-bottom: 1px solid #333;
	color: #ccc;
	font-style: 12px;
	position: relative;
	padding: 15px 20px;
	z-index: 10;
	-webkit-font-smoothing: antialiased;
}

.filter span {
	color: #999999;
}

.filter a {
	color: #999;
	margin-left: 10px;
	padding-bottom: 1px;
	text-decoration: none;
}

.filter a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.filter a:active {
	border-bottom: 1px solid #666;
	color: #666;
}


/**
 * Sets
 */

.set_thumbs_wrapper {
	clear: both;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	margin-top: -1px;
	padding: 70px;
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set_title_thumbnails {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	width: 100%;
}

.set_link.open .set_wrapper {
	margin-bottom: 21px;
}

.set_footer {
	clear: both;
	font-size: 14px;
	width: 100%;
	text-align: center;
	display: none;
}

.set_thumbs_wrapper.active {
	display: block;
}

.set_thumbs_wrapper.inactive {
	display: none;
}

.set_thumbs_wrapper.active a.show_index	 {
	display: block;
}

a.show_index {
	color: #333333;
	text-decoration: none;
	text-align: center;
}

a.show_index:hover {
	text-decoration: underline;
}

a.show_index:active {
	color: #999999;
}

.navigation .list {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.navigation .list li {
	list-style: none;
}

.navigation .list li ul {
	padding-left: 0px;
}

.navigation ul .set_link.closed ul li {
	display: none;
}

.navigation ul .set_link > a {
	font-weight: bold;
	color: #333333;
}

/*
 * Projects
 */

.container {
	position: relative;
	margin-left: 300px;
}

.container.solo {
	margin-left: 0;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.project_container {
	border-top: 1px solid #dcdcdc;
}

.project {
	margin: 0 auto;
	padding: 70px;
	position: relative;
}

.project_navigation {
	position: fixed;
	top: 119px;
	left: 975px;
	display: none;
}

.project_navigation.project {
	display: block;
	width: initial;
}

.project_navigation a {
	display: block;
	margin-top: 10px;
	opacity: 0.25;
}

.project_navigation a:first-child {
	margin-top: 0px;
}

.project_navigation a:last-child {
	margin-top: 9px;
}

.project_navigation a:hover {
	opacity: 0.6;
}

.project_navigation a:active {
	opacity: 1;
}

.project_container {
	clear: both;
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.project_container.bgcolor {
	border-top: 0;
	border-bottom: 0;
}

.project_container:after {
	content: "";
	clear: both;
	display: block;
}

.project_title {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin: 0 0 35px 0;
	max-width: 640px;
}

.project_title a,
.project_title span {
	display: inline-block;
	color: #bc9044;
	text-decoration: none;
}

.project_title a:hover,
.project_title span:hover {
	text-decoration: underline;
}

.project_title a:active,
.project_title span:active {
	color: #999999;
}

.project_content {
	max-width: 640px;
}

.project_content:after {
    content: "";
    clear: both;
    display: block;
}

.project_content br {
	clear: both;
}

.project_content a {
	color: #805bab;
    font-size: 12px;
	text-decoration: underline;
}

.project_content a:hover {
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.project_content a:active {
	background: #000000;
	color: #ffffff;
}

h1 {
	font-size: 22px;
	line-height: 165%;
}

h2 {
	font-size: 16px;
	line-height: 165%;
}

h3 {
	font-size: 14px;
	line-height: 150%;
}

blockquote {
	color: #666666;
	margin: 0;
}

.project_content img {
	margin: 0 15px 15px 0;
}

/**
 * Slideshows
 */

.slideshow {

}

.slideshow img {
	margin: 0;
}

.slideshow_container {
	overflow: hidden;
}

.slideshow.navigation_hidden .slideshow_navigation {
	display: none;
}

.slideshow_navigation {
	color: #ccc;
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
}

.slideshow_thumbnails:after,
.slideshow_navigation:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.slideshow_navigation.slideshow_above {
	margin-bottom: 10px;
}

.slideshow_navigation.slideshow_below {
	margin-bottom: 15px;
}

.slideshow_navigation span {

}

.slideshow_navigation a {
	cursor: pointer;
	color: #999;
	text-decoration: none;
	padding-bottom: 2px;
}

.slideshow_navigation a:hover {
	background: none;
	color: #333333;
}

.slideshow_navigation a:active {
	color: #999999;
}

.slideshow_navigation .slideshow_slash {
	margin: 2px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
	display: none;
	margin-left: 10px;

	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
	display: inline-block;
}

.slideshow.thumbnails_active.container_hidden.navigation_hidden .slideshow_thumbnails {
	margin-top: 0;
}

.slideshow_thumbnails {
	display: none;
}

.slideshow.thumbnails_active .slideshow_thumbnails {
	display: block;
}

.slideshow_thumbnails.slideshow_above {

}

.slideshow_thumbnails.slideshow_below {
	padding-top: 3px;
}

.slideshow .slideshow_thumbnails > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 20px 0;
	height: 90px;
	vertical-align: top;
	width: auto;
}

.slideshow:not(.container_hidden) .slideshow_thumbnails > *.slideshow_active {
	outline: 1px solid rgba(0, 0, 0, 0.6);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:hover {
	outline: 1px solid rgba(0, 0, 0, 0.3);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:active {
	outline: 1px solid rgba(0, 0, 0, 0.45);
	outline-offset: 2px;
}

.slideshow_thumbnails > *:not(img) {
	background: #eee;
	padding: 30px 10px;
	text-align: center;
	height: 70px;
}

.slideshow_container {
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	position: relative;

	/* Disable selection */
	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.container_hidden .slideshow_container {
	display: none;
}

.slideshow .slideshow_container > * {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

.slideshow.caption_active .slideshow_caption {
	display: block;
}

.slideshow_caption {
	display: none;
	clear: both;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	width: 50%;
}

.slideshow.slideshow_center {
	text-align: center;
}

/**
 * Fullscreen button
 */

a#fullscreen {
	background-color: #1a1a1a;
	background-image: url("/_gfx/fullscreen_open.png");
	background-image: url("/_gfx/svg/fullscreen_open.svg"), none;
	background-repeat: no-repeat;
	background-position: 67px 3px;
	border: 1px solid #1a1a1a;
	color: #bbbbbb;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	padding: 0 4px 0 5px;
	text-align: left;
	text-decoration: none;
	width: 74px;
}

a#fullscreen:hover {
	background-color: #fff;
	color: #000;
}

a#fullscreen:active {
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
}

/**
 * Project footer
 */

.project_footer {
	color: #999999;
	clear: both;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	padding-top: 35px;
}

.project_footer .date {
	color: #999999;
}

.project_footer .views {
	color: #999999;
}

.project_footer .permalink a:hover {
	background: #ffff00;
	color: #000000;
}

.project_footer .permalink a:active {
	background: #000000;
	color: #ffffff;
}

.project_footer .tags {
	color: #999999;
	margin-right: 15px;
}

.project_footer .tags a {
	border-bottom: 0;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}

.project_footer .tags a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.project_footer .tags a:active {
	color: #999;
	border-bottom: 1px solid #999;
}

.project_footer .editlink {

}

.project_footer .editlink a {
	color: #ccc;
	text-decoration: none;
}

.project_footer .editlink a:hover {
	color: #000;
}

.project_footer .editlink a:active {
	color: #999;
}

.project_footer .tags span:after {
	content: ",";
}

.project_footer .tags span:last-child:after {
	content: "";
}

.project_bottom {
	clear: both;
	border-bottom: 1px solid #cccccc;
	margin: 15px 0px 15px 0px;
	width: 670px;
}

/**
 * Thumbnails
 */

#thumbnails_wrapper {
	background: #212121;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	z-index: 999;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

body.mobile #thumbnails_wrapper {
	-webkit-perspective: 1000;
}

body.mobile .project_thumb {
	
}

.thumbnails_container {
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 315px;
	z-index: 1;
	-webkit-overflow-scrolling: touch;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.project_thumbnails {

}

.project_thumb {
	border-bottom: 0px solid #333333;
	cursor: pointer;
	display: block;
	clear: both;
	padding: 10px 30px 10px 10px;
	position: relative;
	width: 260px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/*-webkit-transition: background 250ms ease;*/

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.project_thumb:last-child {
	border-bottom: 0;
}

.project_thumb:after {
	content: "";
	clear: both;
	display: block;
}

.project_thumb .thumb_link_container {
	cursor: pointer;
}

.project_thumb:hover {
	background: #d2c5e7;
}

.project_thumb:hover .thumb_title {
	color: #ffffff;
}

.project_thumb:active > * {
	-webkit-transform: translateY(1px);
}

.project_thumb.active {
	background: #d2c5e7;
	z-index: 999;
}

.project_thumb.active:hover .thumb_title,
.project_thumb.active .thumb_title {
	color: #ffffff;
}

.project_thumb .thumb_image {
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	height: 80px;
	width: 80px;
}

.project_thumb .thumb_image img {
	display: block;
	float: left;
	margin: 0;
	height: 100%;
	width: auto;
}

.project_thumb .thumb_image.notitle_notag {
	margin-bottom: 22px;
}

.project_thumb .loading {
	display: none;
	position: absolute;
	top: 8px; left: 8px;
	z-index: 3;
}

.project_thumb .thumb_title {
	color: #aa8fd6;
	font-size: 12px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

.thumb_tags .thumb_tag:nth-child(n+4) {
	display: none;
}

.thumb_tags .thumb_tag:nth-child(3):after {
   content: "";
}

.thumb_tags {
	color: #aaa;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	margin: 0 0 2px 0;
	display: none;
}

.thumb_tags a {
	color: #aaa;
	text-decoration: none;
}

.thumb_tags a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

.thumb_tags a:active {
	border-bottom: 1px solid #999;
	color: #999;
}

.thumb_tags span:after {
	content: ",";
}

.thumb_tags span:last-child:after {
	content: "";
}

.project_thumb > a {
	display: block;
	text-decoration: none;
}

/*
 * Search results
 */

.search_container {
	padding: 70px;
}

.search {
	margin: 0 auto;
	max-width: 670px;
}

#search_form {
	position: fixed;
	bottom: 60px; right: 64px;
	z-index: 9999;
}

#search_term {
	font-size: 11px;
	width: 188px;
}

#search_form_results {
	padding-bottom: 90px;
}

.search_header {
	color: #000000;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 4px 0;
	width: 145px;
}

#search_term {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 130px;
}

#results_search_term {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	float: left;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	width: 220px;
}

#search_results {
	float: left;
}

.result {
	clear: both;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 60px;
}

.search_thumb {
	float: left;
	margin: 4px 25px 35px 0px;
}

.search_thumb img {
	width: 120px; height: auto;
}

.search_text {
	margin-left: 145px;
}

.search_title a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.search_title a:hover {
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.search_title a:active {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.search_tags {
	color: #999999;
	font-size: 11px;
}

.search_tags a {
	color: #999999;
	text-decoration: none;
}

.search_tags a:hover {
	background: none;
	color: #000000;
	text-decoration: underline;
}

.search_tags a:active {
	color: #666666;
}

/**
 * Video component
 */

.video_component {
	float: left;
	margin: 0 15px 15px 0;
}

/**
 * Audio component
 */

.audio_component {
	color: #777777;
	font-family: "Droid Sans Mono", Monaco, Monospace, san-serif;
	font-size: 10px;
	height: 30px;
	line-height: 26px;
	width: 300px;
}

.audio_component div {
	height: 26px;
}

.audio_component .border {
	border: 2px solid #aaaaaa;
	opacity: 0.5;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.audio_component .vertical_border {
	background: #aaaaaa;
	opacity: 0.50;

	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.audio_component .controls {
	top: 2px; left: 2px;
}

.audio_component .play_pause {
	background-image: url("/_gfx/playpause.png");
	background-image: url("/_gfx/svg/playpause.svg"), none;
}

.audio_component .spectrum .spectrum_bar {
	background: #666666;
}

.audio_component .loading {
	background: #bbbbbb;
	opacity: 0.25;

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}

.audio_component .progress {
	background: #bbbbbb;
	border-right: 1px dotted #333333;
	opacity: 0.25;

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
	background: #bbbbbb;
	opacity: 0.3;

	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

/*
 * Other
 */

 .clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading="global"] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

#autopaginate_loader_feed {
	border-top: 1px solid #ddd;
	display: none;
}

#autopaginate_loader_feed .retinaSpinner {
	padding: 0 70px;
	margin: 35px auto;
}

#autopaginate_loader_thumbs {
	border-top: 1px solid #333;
	display: none;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	height: 110px;
	width: 300px;
	z-index: 999;
}

#autopaginate_loader_thumbs .retinaSpinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}

/* Admin and following icons — only seen by members */
.toolset {
	position: fixed;
	top: 10px; right: 10px;
	z-index: 9999;
}

/* "Running on Cargo" */
.cargo_link {
	color: #ccc;
	font-size: 11px;
	font-family: sans-serif;
	position: fixed;
	right: -24px;
	bottom: 85px;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	z-index: 99;
}

.cargo_link a {
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}

.cargo_link a:hover {
	color: #000;
}

.cargo_link a:hover {
	color: #666;
}

/*
 * Fullscreen
 */

#fullscreen {
	clear: both;
}

#fullscreen.fullscreen_ie {
	line-height: 21px;
}