body,
html {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	background-image: url('img/gradient-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}

#wrap {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 50px 0px;
}

@media screen and (max-width: 900px) {
	#wrap {
		display: flex;
	}
}

@media screen and (max-width: 650px) {
	#wrap {
		display: block;
	}
}

a {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 900px) {
	#content {
		width: calc(100% - 110px);
		align-items: stretch;
		margin-top: 70px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 650px) {
	#content {
		width: 500px;
		padding-right: 0px;
		margin: 70px auto 0px auto;
	}
}

@media screen and (max-width: 556px) {
	#content {
		width: 90%;
	}
}

/* GENERAL */

p {
	padding: 0;
	margin: 0 0 12px 0;
}

p:last-child {
	margin: 0;
}

/* SIDEBAR */

#head {
	position: fixed;
	top: 0px;
	left: 20px;
	z-index: 0;
	width: 70px;
}

@media screen and (max-width: 900px) {
	#head {
		position: relative;
		width: 110px;
		left: 0;
		top: 0;
		align-items: stretch;
		float: left;
	}
}

@media screen and (max-width: 650px) {
	#head {
		position: static;
		width: 100%;
		align-items: unset;
		overflow: hidden;
		float: left;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding-left: 5%;
	}
}

.folder a {
	text-decoration: none;
	color: #FFF;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
	padding: 5px;
	border-radius: 3px;
	width: 70px;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
}

.no-width {
	width: 7%;
}

@media screen and (max-width: 650px) {
	.folder {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}
}

.folder img {
	width: 100%;
	margin-bottom: 5px;
}

.folder a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.pagination {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 70px;
	z-index: 0;
}

.folder .next {
	margin-top: 15px;
}

.folder .previous img {
	width: 50px;
}

@media screen and (max-width: 650px) {
	.pagination {
		position: static;
	}
}

/* DESCRIPTION */

.stickies-container {
	width: 300px;
	overflow: hidden;
	border: 2px solid #b9a937;
	box-sizing: border-box;
	position: absolute;
	z-index: 9999;
	top: 70px;
	left: calc(100% - 330px);
}

.stickies {
	width: 100%;
	overflow: hidden;
	background-color: #fdf3a7;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 10px;
}

.stickies-meta {
	height: 15px;
	width: 100%;
	display: block;
	background-color: #fbe960;
	box-sizing: border-box;
	border-bottom: 2px solid #b9a937;
}

.stickies-icon {
	width: 11px;
	height: 12px;
	background-image: url(img/stickies-icon.png);
	background-size: auto 100%;
}

@media screen and (max-width: 900px) {
	.stickies-container {
		width: 100%;
		max-width: 500px;
		position: relative;
		top: 0 !important;
		left: 50% !important;
		margin: 0 0 20px 0 !important;
		transform: translateX(-50%);
		display: block;
	}
}

/* POSTS */

.post {
	width: 500px;
	overflow: hidden;
	border: 1px solid #9f9f9f;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url('img/header-preview.png');
	background-size: auto 55px;
	background-position: top left;
	background-repeat: repeat-x;
	box-shadow: -5px 16px 37px -5px rgba(0, 0, 0, 0.66);
	border-radius: 5px;
	display: none;
	position: absolute;
	margin-bottom: 50px;
	display: block;
	position: relative;
	width: 800px;
	left: 50%;
	margin: 50px 0px;
	transform: translateX(-50%);
}

.content-container {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.content-container img {
	padding: 0;
	margin: 0;
	display: block;
}

.first {
	top: 10%;
	left: 50%;
	margin-left: -250px;
	z-index: 16;
}

.second {
	top: 100px;
	left: 100%;
	margin-left: calc(-500px - 2%);
	z-index: 15;
}

.third {
	top: -300px;
	left: 15%;
	z-index: 18;
}

.fourth {
	top: 100%;
	left: 75%;
	margin-left: -10%;
	z-index: 19;
}

.fifth {
	top: 15%;
	left: 10%;
	z-index: 12;
}

.sixth {
	top: 15%;
	left: 100%;
	margin-left: calc(-500px - 5%);
	z-index: 11;
}

.seventh {
	top: 20%;
	left: 100%;
	margin-left: -50%;
	z-index: 10;
}

.eighth {
	top: 10%;
	left: 15%;
	z-index: 9;
}

.ninth {
	top: 15%;
	left: 10%;
	z-index: 8;
}

.tenth {
	top: 5%;
	left: 100%;
	margin-left: -550px;
	z-index: 7;
}

.eleventh {
	top: 15%;
	left: 10%;
	z-index: 6;
}

.twelfth {
	top: 20%;
	left: 5%;
	z-index: 5;
}

.thirteenth {
	top: 5%;
	left: 40%;
	margin-left: -250px;
	z-index: 4;
}

.fourteenth {
	top: 20%;
	left: 30%;
	margin-left: -250px;
	z-index: 3;
}

.fifteenth {
	top: 10%;
	left: 15%;
	z-index: 2;
}

@media screen and (max-width: 900px) {
	.post {
		width: 100%;
		max-width: 500px;
		position: relative;
		top: 0 !important;
		left: 50% !important;
		margin: 0 0 20px 0 !important;
		transform: translateX(-50%);
		display: block;
	}
}

.meta {
	height: 50px;
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 15px;
	padding-top: 4px;
	box-sizing: border-box;
	color: #393739;
}

.meta:hover {
	cursor: default;
}

.meta span {
	text-decoration: none;
	color: #a3a1a3;
}

.meta .icon {
	width: 12px;
	height: 15px;
	background-size: 12px auto;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	vertical-align: top;
}

.meta .date {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	vertical-align: top;
	padding-top: 1px;
}

.info {
	display: inline-block;
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	height: 15px;
}

.top .info:after {
	content: url('img/cursor-ii.gif');
}

.info p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 12px;
	float: left;
	padding: 2px 5px 2px 2px
}

.top .info p {
	background-color: rgba(181, 216, 254, 0.3);
}

.content {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	padding-bottom: 0px;
}

.content:hover {
	cursor: text;
}

.button-container {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 52px;
	height: 12px;
	background-image: url('img/nav-buttons.png');
	background-size: auto 24px;
}

.button-container:hover {
	background-position: 0 -12px;
}

.button {
	height: 12px;
	display: block;
	float: left;
	vertical-align: top;
}

.button.close {
	width: 16px;
}

.button.minimize {
	width: 20px;
}

.button.zoom {
	width: 16px;
}

/* TEXT */

.text .meta .icon,
.quote .meta .icon {
	background-image: url('img/edit-icon.jpg');
}

.post.text,
.post.quote {
	background-image: url('img/header-wide.png');
	background-size: auto 71px;
}

.post.text .meta,
.post.quote .meta {
	height: 71px;
}

.text h3,
.quote h3 {
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	padding-bottom: 1px;
	border-bottom: 2px solid #000;
	display: inline-block;
	font-size: 15px;
}

/* PHOTO */

.photo .meta,
.photoset .meta {
	height: 55px;
}

.photo .button-container,
.photoset .button-container {
	top: 6px;
}

.photo .meta .icon {
	background-image: url('img/image-icon.png');
}

.post.photo .banner-right,
.post.photoset .banner-right {
	background-image: url('img/header-preview-right.png');
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

.banner-left.photo,
.banner-left.photoset {
	background-image: url('img/header-preview-left.png');
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

/* PHOTOSET */

.photoset .meta .icon {
	background-image: url('img/pdf-icon-small.png');
}

.cycle-slideshow {
	position: relative;
	display: flex;
	background-color: #dedede;
}

.custom-pager {
	width: 100px;
	height: 100%;
	overflow: scroll;
	background-color: #f3f3f3;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	align-items: stretch;
	padding-bottom: 20px;
}

.slideshow-container {
	display: block;
	float: left;
	width: calc(100% - 100px);
	top: 50% !important;
	transform: translateY(-50%) !important;
	left: 100px !important;
	align-items: stretch;
	background-color: #dedede;
}

.custom-pager a img {
	width: 100%;
	display: block;
}

.custom-pager a {
	width: 70px;
	height: 87px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	display: block;
	margin: 20px auto 0 auto;
}

.custom-pager a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

a.cycle-pager-active {
	background-color: rgba(0, 0, 0, 0.1);
}

/* VIDEO */

.video .meta {
	height: 25px;
}

.post.video {
	background-size: auto 25px;
}

.video .meta .icon {
	background-image: url('img/video-icon.png');
}

.banner-bottom.video {
	width: 100%;
	height: 35px;
	background-image: url('img/footer-video.png');
	background-size: auto 100%;
	display: block;
	position: relative !important;
	z-index: -2;
}

.banner-bottom.video .banner-right {
	background-image: url('img/footer-video-right.png');
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0px;
	right: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

.banner-bottom.video .banner-left {
	background-image: url('img/footer-video-left.png');
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ANSWER */

.question {
	background-color: #147efb;
	text-align: right;
	float: right;
	color: #FFF;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 12px;
	max-width: 60%;
	clear: both;
	font-family: "Lucida Grande", sans-serif;
	border-radius: 17px;
	padding: 6px 12px;
}

.question a {
	color: #FFF;
}

.question-answer,
.replies-answer {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 12px;
	max-width: 60%;
	clear: both;
	font-family: "Lucida Grande", sans-serif;
	border-radius: 17px;
	padding: 6px 12px;
	background-color: #e5e5ea;
	text-align: left;
}

.question-answer a.answerer+p {
	display: inline;
}

.answer p {
	margin-top: 12px;
}

.answer p:first-child {
	margin-top: 0px;
}

.question-answer a,
.replies-answer a {
	color: #000;
}

.replies-answer {
	margin: 0;
}

.banner-bottom.chat,
.banner-bottom.answer {
	width: 100%;
	height: 40px;
	background-image: url('img/footer-chat.png');
	background-size: auto 100%;
	display: block;
	position: relative;
	z-index: -2;
}

.banner-right.chat,
.banner-right.answer {
	background-image: url('img/footer-chat-right.png');
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

.banner-left.chat,
.banner-left.answer {
	background-image: url('img/footer-chat-left.png');
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 110px;
	z-index: -1;
}

.post-notes-container {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

.post-notes {
	width: 500px;
	overflow: hidden;
	border: 2px solid #b9a937;
	font-family: "Lucida Grande", sans-serif;
	background-color: #fef3a1;
	position: relative;
	float: right;

}

.proj-icon {
	float: none !important;
	margin: 0 auto;
}

.proj6-icon {
	float: none !important;
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	.post-notes-container {
		width: 100%;
	}

	.post-notes {
		float: none !important;
		margin: 0 auto;
	}
}

.post-notes-header {
	height: 15px;
	width: 100%;
	display: block;
	background-color: #fbe960;
	box-sizing: border-box;
	border-bottom: 2px solid #b9a937;
}

ol.notes {
	padding: 10px 0px;
	margin: 0px;
	list-style-type: none;
	border: 0;
}

ol.notes li.note {
	border: 0;
	padding: 0px 10px 5px 10px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ol.notes li.note:last-child {
	padding-bottom: 0px;
}

ol.notes li.note a {
	font-weight: normal;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}