/* DEFAULT STRUCTURE */
body {
	background: #1d1e22;
	height: 100%;
	width: 100%;
	line-height: 18px;
	font-size: 12px;
	color: #545454;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda,sans-serif, Arial, Helvetica, Garuda, sans-serif;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
}

/* BEGIN INTRO CSS */
.intro h1 {
	font-size: 40px;
	color: #5d5d5d;
	padding-left: 25px;
	font-family: georgia
}

.intro p {
	font-size: 14px;
	font-family: georgia;
	padding-left: 25px;
}

.intro p a {
	color: #e30347;
}

.intro p a:hover {
	font-weight: bold;
}

/* END INTRO CSS */

/* BEGIN CSS PORTFOLIO */
.portfolio ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0 0;
}

.portfolio li {
	float: left;
	width: 241px;
	position: relative;
	height: 225px;
	margin: 0 25px;
}

.portfolio li img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.portfolio .content {
	display: none;
	position: absolute;
	top: -25px;
	left: -14px;
	background-color: #e2e2e2;
	width: 249px;
	height: 210px;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.portfolio li.hover div.content {
	display: block;
}

.portfolio .content h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #1e71ac;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.portfolio div.content div.row {
	padding: 4px 0;
}

.portfolio div.content div.row span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding: 2px 5px 3px 5px;
}

.portfolio div.content div.row span.name {
	width: 75px;
	margin-right: 15px;
}

.portfolio div.content div.row span.detail {
	margin-right: 4px;
}

/* zoom and more button */
.portfolio li a.folio-more,
.portfolio li a.folio-zoom {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	width: 25px;
	background: url(../images/icons/icon-portfolio-more.png) no-repeat 50% 50% transparent;
}

/* zoom button */
.portfolio li a.folio-zoom {
	background: url(../images/icons/icon-portfolio-zoom.png) no-repeat 50% 50% #484848;
	right: 25px;
}

/* PORTFOLIO COLORS */
.portfolio li a.folio-more,
.portfolio div.content div.row span.name {
	background-color: #1e71ac;
	color: #ffffff;
}