#header {
	position: absolute;
	left: 30px;
	top: 20px;
}
#header #menu {
	margin-left: -4px;
}
#menu img{
	margin-left: 25px;
}

#content {
	position: absolute;
	left: 105px;
	top: 77px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover {
    color: #fecc33;
}

div.year {
	padding-bottom: 15px;
	padding-top: 40px;
	clear: left;
}

li.work {
	display: block;
	list-style: none;
	margin: 38px 18px 0 0px;
	float: left;
}

.work img:hover {
	margin: -1px;
	border: 1px solid #fff;
}

div.workdescr {
	position: relative;
	top: -20px;
	left: 110px;
	height: 0px;
		
}
.title, #title {
	font-family: Arial Narrow;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.subtitle, #subtitle {
	font-family: Arial Narrow;
	font-size: 12px;
	color: #ddd;
}

#title {
	margin-top: 10px;
}

/* MEDIA MENU */

#media-menu {
	width: 200px;
}
#media-menu ul {
	margin-top: 21px;
	clear: left;
}
#media-menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#media-menu ul#pictures li, #media-menu ul#videos li{
	margin-bottom: 6px;
}

#media-menu ul#audios li, #media-menu ul#texts li{
	clear: left;
}

#media-menu h3 {
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial Narrow;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: 190px;
}
#media-menu ul li a {
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	font-family: Arial Narrow;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#media-menu ul li a:hover {
    color: #fecc33;
}

#media-menu ul li a img:hover, #media-menu ul li a img:active, #media-menu ul li a img:focus {
	margin: -1px;
	border: 1px #fff solid;
}

#audio {
	clear: left;
}

#showcase {
	position: absolute;
	left: 210px;
	top: 63px;
	width: 420px;
}

#showcase #image {
	margin-bottom: 15px;
}

#showcase #video {
	text-align: center;
}

#showcase #mediatitle {
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: bold;
	margin: 0;	
}

#showcase #mediatext p {
	margin-top: 11px;
}

#curriculum {
	width: 500px;
	margin-top: 8px;
}

#curriculum li {
	margin-bottom: 5px;
	margin-left: 20px;
}

#curriculum .title {
	margin-top: 20px;
}

#curriculum .year {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

form#contatos label {
	display: block;
	width: 150px;
	clear: left;
}

form#contatos input {
	margin-top: 2px;
	margin-bottom: 5px;
}
.error {
	background-color: #ff5555;
	padding: 5px;
	border: 1px #fff solid;
	margin-top: 20px;
	color: #fff;
}
form#login {
	background-color: #888;
	padding: 15px;
	margin-top: 50px;
	width: 180px;
}
form#login div {
	margin-top: 10px;
}
form#login div label {
	display: block;
} 