/***
LMAK Projects CSS Sheet (Also used in almost every page!)
***/

.project-item-filler {
	height: 20px;
	width: 1px;
	clear: both;
}

.project-item-wrapper {
	margin-left: -110px;
}

.project-thumbnail {
	float: left;
	width: 300px;
	text-align: right;
}

.project-meta {
	float: left;
	margin-left: 20px;
	width: 320px;
}

.project-title {
	font-size: 13px;
}

.project-author {
	color: #9fa096;
	font-size: 13px;
}

.project-date {
	margin-top: 8px;
	font-size: 12px;
	color: #9fa096;
}

/* Project Post Page */

.project-post-wrapper {
	width: 650px;
	height: 100%;
}

.project-post-left {
	width: 318px;
	float: left;
}

.project-post-right {
	width: 320px;
	float: right;
}

.post-title {
	font-size: 22px;
	margin-bottom: 3px;
}

.post-artist {
	font-size: 18px;
	color: #666666;
	margin-bottom: 55px;
}

.post-links {
	margin-bottom: 35px;
}

.post-links div {
	margin-bottom: 2px;
}

.post-links a {
	cursor: pointer;
}

.project-text {
	width: 285px;
}

/* Misc Gallery */

#gallery-selector div {
	cursor: pointer;
}

#gallery-selector {
	padding-top: 2px;
	padding-left: 5px;
}

.gallery-media-item-caption {
	clear: both;	
	padding-top: 5px;
}