body {
	color: #000;
	background-color: #0CC
}

#sidebar h1, #sidebar h1 a {background-image: url(../images/portfolio/logo.png)}

#content h2 {
	height: 23px;
	background: url(../images/portfolio/title-portfolio.png) no-repeat top left;
	margin-bottom: 7px;
}

#content .work {
	width: 550px;
	float: left;
	margin-top: 10px;
}

#content .work img {
	float: left;
	margin-right: 10px;
}

#content .work h3 {
	font-size: 14px;
	font-weight: normal
}

#content .work p {
	font-size: 12px;
	margin: 0
}

#content .work p.info {color: #FFF}

/*Modal*/
#simplemodal-container {
	background-color: #FFF;
	padding-top: 5px;
}

#simplemodal-container a.modalCloseImg {
	background: url(../images/portfolio/close.gif) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 8px;
	right: 5px;
	cursor: pointer;
}

#videoContainer {
	width: 400px;
	height: 235px;
	background-color: #FFF;
	padding: 25px 15px;
}