
/* override */
#content {
	padding-bottom: 0;
	padding-top: 10px;
}
/* end override */

.project {
	padding-top: 5px;
	padding-bottom: 15px;
}

.project_title {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 2px 5px;
}

.project_content {
	border: 1px #6A6F7C dotted;
	padding: 10px;
	position: relative;
}
	.project_content ul {
		list-style-type: disc;
		padding-left: 20px;
	}

.project_image {

}
	.project_image img {
		display: block;
	}

.project_image_left {
	float: left;
}

.project_image_right {
	float: right;
}

.project_text {
	padding-bottom: 30px;
}

a.project_more_link {
	bottom: 10px;
	color: #EBC98D;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	left: 10px;
	margin-top: 25px;
	position: absolute;
	right: auto;
	top: auto;
	text-decoration: underline;
}
	a.project_more_link:hover {
		color: #fafafa;
		text-decoration: none;
	}

a.project_more_link_left {
	left: 10px;
	right: auto;
}
a.project_more_link_right {
	left: auto;
	right: 10px;
}
