* {
	margin: 0;
	border: 0;
	padding: 0;
}
hr{
	clear: both;
}

abbr {
	border-bottom: 2px #666 dotted;
	cursor: help;
}

#_li1 {display: none;}

a { color: rgb(0, 180, 223);}

body {
	background: #D1AC80 url(imagens/bg.png) repeat-x;
	color: #666;
	font-family: Georgia;
	font-size: 10pt;
}

div#wrapper {
	position: relative;
	width: 760px;
	margin: 70px auto;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 10px rgba(14, 32, 59, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(14, 32, 59, 0.25);
}

h1 {
	margin-bottom: 30px;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px #000000;
}
	
h1.error {
	font-size: 6em;
	margin: 30px auto;
	text-align: center;
}

h2 {
	clear: both;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

div#bio {
	float: left;
	width: 360px;
	margin-right: 20px;
	text-align: justify;
}

div#bio p {
	text-indent: 1.2em;
	margin-bottom: 15px;
}

div#skills {
	float: right;
	width: 370px;
}

div#skills h2 {
	margin-bottom: 0;
}

div#skills ul {
	float: left;
	margin-bottom: 30px;
}

div#skills ul li {
	list-style: none;
	float: left;
	display: inline;
}

div#skills ul li a {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	margin-top: 20px;
	background: red;
	text-indent: -999999px;
	overflow: hidden;
	opacity: 1;
}

div#skills ul li a:hover { opacity: 0.6;}

div#skills a.macosx {background: url(imagens/icones/apple_32.png) no-repeat center center;}
div#skills a.windows {background: url(imagens/icones/windows_32.png) no-repeat center center;}
div#skills a.acrobat {background: url(imagens/icones/Acrobat.png) no-repeat center center;}
div#skills a.illustrator {background: url(imagens/icones/Ai.png) no-repeat center center;}
div#skills a.coda {background: url(imagens/icones/coda.png) no-repeat center center;}
div#skills a.indesign {background: url(imagens/icones/Id.png) no-repeat center center;}
div#skills a.fireworks {background: url(imagens/icones/Fw.png) no-repeat center center;}
div#skills a.photoshop {background: url(imagens/icones/Ps128.png) no-repeat center center;}

div#skills a.blog {background: url(imagens/icones/wordpress_32.png) no-repeat center center;}
div#skills a.delicious {background: url(imagens/icones/delicious_32.png) no-repeat center center;}
div#skills a.flickr {background: url(imagens/icones/flickr_32.png) no-repeat center center;}
div#skills a.facebook {background: url(imagens/icones/facebook_32.png) no-repeat center center;}
div#skills a.lastfm {background: url(imagens/icones/lastfm_32.png) no-repeat center center;}
div#skills a.orkut {background: url(imagens/icones/orkut_32.png) no-repeat center center;}
div#skills a.twitter {background: url(imagens/icones/twitter_32.png) no-repeat center center;}
div#skills a.youtube {background: url(imagens/icones/youtube_32.png) no-repeat center center;}
div#skills a.linkedin {background: url(imagens/icones/linkedin_32.png) no-repeat center center;}

div#skills a.skype {background: url(imagens/icones/skype_32.png) no-repeat center center;}
div#skills a.gprofile {background: url(imagens/icones/google_32.png) no-repeat center center;}
div#skills a.gtalk {background: url(imagens/icones/googletalk_32.png) no-repeat center center;}
div#skills a.gwave {background: url(imagens/icones/google_wave_32.png) no-repeat center center;}

div#skills a.curriculum {background: url(imagens/icones/pdf-icon.png) no-repeat center center;}


img.picture {
	position: absolute;
	top: -45px;
	right: 43px;
	border: 1px solid white;
	-moz-box-shadow: 0 0 10px rgba(14, 32, 59, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(14, 32, 59, 0.25);
}

div.submarino {
	width: 728px;
	margin: 40px auto 10px;
}