/* Reset TAG HTML */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
    font-family: Fontin;
	src: url(../fonts/Fontin-Regular.otf) format("opentype");
	
}
@font-face {
    font-family: Fontin;
	src: url(../fonts/Fontin-Italic.otf) format("opentype");
	font-style:italic;

}
@font-face {
    font-family: Fontin;
	src: url(../fonts/Fontin-Bold.otf) format("opentype");
	font-weight:bold;
	
}
@font-face {
    font-family: Fontin;
	src: url(../fonts/Fontin-SmallCaps.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
	
}

@font-face {
    font-family: Fontinsans;
	src: url(../fonts/Fontin_Sans_R_45b.otf) format("opentype");
	
}
@font-face {
    font-family: Fontinsans;
	src: url(../fonts/Fontin_Sans_I_45b.otf) format("opentype");
	font-style:italic;

}
@font-face {
    font-family: Fontinsans;
	src: url(../fonts/Fontin_Sans_B_45b.otf) format("opentype");
	font-weight:bold;
	
}
@font-face {
    font-family: Fontinsans;
	src: url(../fonts/Fontin_Sans_SC_45b.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
}


body {
	margin: 10px;
	color: #888;
	font: 11px/22px "Lucida Grande", "Helvetica Neue", Arial, sans-serif;	
	background: #A7B1BA;
	text-shadow: 1px #FFF;
	text-shadow: #FFF 0px 1px 0px;
	-webkit-text-size-adjust: none;
}

#box {
	width: 550px;
	margin: 120px auto 0 auto;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/shadow.png) no-repeat center bottom;
}

#box-content {
	background: #DEDEDE;
	border: 3px solid #F1F1F1;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 290px;	
}


#left {
	width: 380px;
	float: left;
	display: inline;
}

#content {
	height: 180px;
}

#glesio {
	margin: 15px 15px 0 15px;
	text-align: left;
}

#glesio a {
    color: #666666;
    text-decoration: none;
}

#glesio a.email {
    color: #2D2D2D;
}

#glesio a:hover {
    color: #999999;
}

#right {
    display:inline;
	float: right;
    height: 280px;	
    padding: 15px 15px 0 15px;
    margin-right: 25px;
	background-color: #7A8996;
}

#right img {
	border: 3px solid #f1f1f1;
}


#sobre {

    width: 106px;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #FFF;
    line-height: 13px;
    text-align: left;	
	text-shadow: none;
}



#social {
    float: left;
    width: 250px;
	margin: 10px;
	padding-top: 5px;
}

#social li {
    float: left;
	list-style: none;
    text-align: left;
	padding-left: 25px;
	margin: 5px;
}

#social li a {
    width: 80px;
    display: block;
	text-decoration: none;
	color: #888;
}

#social li a:hover {
	color: #666;
}


#social li.twitter {
	background: url(../images/social-twitter.png) no-repeat right 0px;
}

#social li.twitter:hover {
	background: url(../images/social-twitter.png) no-repeat right -25px;
}

#social li.flickr {
	background: url(../images/social-flickr.png) no-repeat right 0px;
}

#social li.flickr:hover {
	background: url(../images/social-flickr.png) no-repeat right -25px;
}

#social li.linkedin {
	background: url(../images/social-linkedin.png) no-repeat right 0px;
}

#social li.linkedin:hover {
	background: url(../images/social-linkedin.png) no-repeat right -25px;
}

#social li.lastfm {
	background: url(../images/social-lastfm.png) no-repeat right 0px;
}

#social li.lastfm:hover {
	background: url(../images/social-lastfm.png) no-repeat right -25px;
}

#social li.blog {
	background: url(../images/social-blog.png) no-repeat right 0px;
}

#social li.blog:hover {
	background: url(../images/social-blog.png) no-repeat right -25px;
}

#social li.curriculo {
    height: 30px;
    padding-top: 4px;
    font-size: 12px;
	background: url(../images/curriculo.png) no-repeat right 0px;
}

#social li.curriculo:hover {
    height: 30px;
	background: url(../images/curriculo.png) no-repeat right -35px;
}

.fontin {
	color: #555;
    font-family: "Trebuchet MS", Fontin,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: #FFF 0px 1px 1px; 
	margin:0;
	padding:0;
}

.fontinsans {
	margin-bottom: 10px;;
	padding:0;
    color: #666;
    font-family: Fontinsans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-shadow: #FFF 0px 1px 1px;
	-webkit-transition-property: opacity, text-shadow, color;
	-webkit-transition-duration: 2s, 2s, 2s; 

}

#agradecimento {
	width: auto;
	text-align: center;
	margin: 0px auto;
	display: block;
}

#agradecimento p, #agradecimento p a {
	color: #727C86;
}
