/* CSS Document */
#project-page h3, #project-page h4 {
	margin-top:1em;	
}

/********************/
/* DEFAULT SETTINGS */
.project-main p {
	margin:0.4em 0 1.4em 0;
	line-height:145.0%;
}

/**********************/
/* PROJECTS LIST PAGE */
.projects-page {
	width:96%;
	margin:1.714285714rem 0 0;
}

.projects-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.projects-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: %120;
	font-weight: normal;
}

.projects-content {
	width:796px;
	margin:0 auto; /* center to the page */
}

.projects-meta {

}

/* CATEGORY */
.projects-category {
	clear:both;
	margin-bottom:1em;
}

.projects-category-header {
	margin:1em 0;
}

.projects-category footer {
	clear:both;	
}

.projects-category-title {
	font-size:130.0%;
}

/* mode="column" */
.projects-row {
	clear:both;
}

.projects-column {
	position:relative;
	float:left;
	width:250px;
	min-height:100px;
	overflow:hidden;
	margin:0.5em;	
}

/*****************/
/* LIST PROJECTS */
.projects-list .project-info {
	clear:both;
}

.projects-list .project-details {
	position:relative;
	float:left;
	width:32.0%;
	margin-right:0.8em;
}

.projects-list .project-content {
	margin-top:0.6em;
	position:relative;
	float:left;
	width: 64.0%;
}

/******************/
/* SINGLE PROJECT */
.project-header {
	margin-bottom:0.8em;
}

.project-title {
	font-size:120%;
	margin-bottom:0.2em;
}

.project-properties {
	margin-bottom:0.5em;	
}

.project-image {
	
}

.project-image img {
	max-width:250px;
	max-height:156px;
	overflow:hidden;	
	display:block;
}

.project-details {
	margin:0.2em 0;
}

.project-property {
	margin:0.2em 0;
}

.project-link {
	margin-bottom:0.2em;
}

.project-content {

}

.project-section {
	margin:1em 0;
}

.project-section-title {
	margin-bottom:0.8em;
}

.project-section li {
	margin-left:3.5em;	
	line-height:125%;
}

.project-description {

}

.project-footer {
	clear:both;
}