#wrapper {
	width: 760px;
	padding: 0px 20px 40px 20px;
	margin: auto;
}

#header {
	height: 75px;
	border-bottom: 1px dotted #000;
	padding-top: 15px;
	position: relative;
	margin-bottom: 15px;
}

#main-menu {
	position: absolute;
	height: 15px;
	bottom: 5px;
}
#main-menu li {
	float: left;
	margin-right: 32px;
}
#content {
	width: 605px;
	float: left;
}
#sidebar {
	width: 140px;
	float: right;
}

#footer {
	height: 15px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #000;
}

.c1 {
	width: 140px;
}
.c3 {
	width: 450px;
}
.module h2 {
	height: 15px;
	margin: 0px 0px 8px 0px;
}
.module h3 {
	margin: 0px;
}

.module.mariano .tag {
	padding-bottom: 10px;
}
.module.mariano p {
	margin: 5px 0px 10px 0px;
}
.work-row {
	padding-bottom: 10px;
	vertical-align: top;
	/* height: 170px; */
}
.work.item {
	display: inline-block;
	width: 140px;
	margin-left: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	text-decoration: none;
	/* padding-bottom: 10px; */
}
.work.item.first {
	margin-left: 0;
}
.work.header {
	padding-bottom: 15px;
}
.work.item.big {
	display: block;
	width: 605px;
	height: 353px;
	margin: 0px;
	padding-bottom: 15px;
} 
.work.item.big img {
	float: left;
	margin-right: 15px;
}
#sidebar .work.item {
	margin-left: 0px;
}

.left {float:left}
.right {float:right}

.module.comments {
	margin-bottom: 15px;
}
.module.comments h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

.module.comments .month {
	margin-bottom: 2px;
}
.comment-form form p {
	margin: 4px 0px;
}
.credits {
	text-align: right;
	padding-top: 5px;
	color: #CCC;
	font-size: 11px;
}
.credits a {
	color:#CCC;
}