body, p, a, span, div, table, th, tr, td, h1, h2, h3, h4, h5, h6{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
li, a{
	-moz-transition-property:background-color, color, box-shadow; 
	-moz-transition-duration: 0.7s; 
	-moz-transition-timing-function: ease-out, ease-in;
	-webkit-transition-property:background-color, color, box-shadow; 
	-webkit-transition-duration: 0.7s; 
	-webkit-transition-timing-function: ease-out, ease-in;
}
body {
	margin: 0px 0px 20px;
	background: #1A1B1F url(../images/bg_vert.gif) no-repeat left top;
}
hr {
	height: 15px;
	background: url(../images/bg_horiz.gif) no-repeat 15px 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#geral {
	min-width: 230px;
	min-height: 315px;
	margin: 10px 10px 10px 26px;
	padding-left: 70px;
	background: url(../images/photoshop.gif) no-repeat left top;
}

a {
	color: #3BB3C2;
}

#header {
	margin-bottom: 10px;
	height: 70px;
}
#header div {
	float: left;
}

#nome  {
	display: block;
	color: #666;
	font-size: 16px;
}
#direita {
	width: 32%;
	display: block;
	text-align: right;
}
#direita a {
	display: block;
	padding: 16px 0px;
}

#direita img {
	border-style: none;
}


h1 {
	font-weight: normal;
	font-size: 30px;
	color: #3BB3C2;
	margin: 0px;
}
h1 img{
	border:none;
}
#widgets {
	clear: both;
	margin: auto;
}
.sidebar  {
	margin: 0 0 20px;
	width: 25%;
}
h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	background-image: url(../images/seta.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	display: block;
	margin: 0px;
	height: 40px;
}
h2 a  {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 11px center;
	color: #00B1B3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 33px;
	text-shadow:rgba(0,0,0,1) 1px 1px 1px;
	font-weight: normal;
}
h2 a[href]:hover {
	background-color: #243D40;
	color: #FFF;
}
h3 {
	color: #FFF;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin: 10px;
	background-color: #444;
	display: block;
	clear: both;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
.conteudo {
	background-color: #FFF;
/*	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	padding: 5px 0 0 0;
}

.options  {
	font-size: 10px;
	background-color: #243D40;
	/*	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;*/
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	margin: 0px 0px 25px;
	color: #FFF;
	clear: both;
}
.options a  {
	display: block;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #85B7BC;
}
.options a:hover {
	color: #FFF;
}
.options p {
	margin: 0px;
	padding: 5px;
}
.add {
	background-image: url(../images/add.png);
}
#portfolio {
	font-size: 10px;
	float: left;
	width: 73%;
}
#portfolio h2 a{
	background-image: url(../images/portfolio.png);
}
#portfolio ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#portfolio li{
    color: #666;
    display: block;
    float: left;
    list-style-type: none;
    min-width: 200px;
    text-align: center;
    width: 33.333%;
}
#portfolio li a{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #00B1B3;
    display: block;
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;	
}
#portfolio li a:hover,#portfolio li a:active, #portfolio li a:focus{
	background-color: #DAEEEB;
	-moz-box-shadow: 1px 1px 7px #445d62;
	-webkit-box-shadow: 1px 1px 7px #445d62;
	box-shadow: 1px 1px 7px #445d62;
	color:#243D40;
}
#portfolio li img{
	display: block;
	width:100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
}
#portfolio li label  {
	display: block;
	margin-top: 5px;
}
#portfolio .options{
	background-color: #fff;
	height:10px;
}
#sidebar {
	float: left;
	width: 25%;
	margin-left: 2%;
}

.widget {
	font-size: 12px;
}

/*
#twitter .twtr-tweet:hover .twtr-hyperlink:before {
	display: block;
	text-align:center;
	content:"clique para ampliar"
}
*/
.widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.widget li{
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #85B7BC;
	list-style-type: none;
	text-decoration: none;
}
.widget li:hover{
	background-color: #DAEEEB;
}
.widget li a{
	display: block;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 2px 0 2px 25px;
}
.widget li p{
	padding: 0px 0px 0px 25px;
	margin: 0px;
	color: #333;
	font-size: 11px;
	display: none;
}
.widget li:hover p, .widget li:active p{
	display: block;
	color: #000;
}
.widget li p a{
	display: inline;
	padding: 0;
}
.widget li a:hover{
	color:#35666F;
}
#bio h2 a{
	background-image: url(../images/knowhow.png);
}
#bio li{
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 2px 0 2px 43px;
	color: #1A1B1F;
	cursor: default;
}
#bio li.html{
	background-image: url(../images/html.png);	
}
#bio li.css{
	background-image: url(../images/css.png);	
}
#bio li.js{
	background-image: url(../images/js.png);	
}
#bio li.cms{
	background-image: url(../images/cms.png);	
}
#bio li.w3c{
	background-image: url(../images/w3c.png);	
}
#bio li.flash{
	background-image: url(../images/flash.png);	
}
#bio li.psd{
	background-image: url(../images/psd.png);	
}
#bio .linkedin {
	background-image: url(../images/linkedin_p.png);
}
#links h2 a{
	background-image: url(../images/links.png);
}
#links .email{
	background-image: url(../images/email.png);
}
#links .gprofile{
	background-image: url(../images/google.png);
}
#links .linkedin{
	background-image: url(../images/linkedin.png);
}
#links .facebook{
	background-image: url(../images/facebook.png);
}
#links .twitter{
	background-image: url(../images/twitter.png);
}
#links .orkut{
	background-image: url(../images/orkut.png);
}
#links .gbookmarks {
	background-image: url(../images/gbookmarks.png);
}
#links .delicious {
	background-image: url(../images/delicious_profile.gif);
}
#projetos h2 a{
	background-image: url(../images/idea.png);
}
#projetos .otb{
	background-image: url(../images/otb.png);
}
#projetos .gtranslator{
	background-image: url(../images/google_translate.png);
}
#projetos .webinsider{
	background-image: url(../images/webinsider.png);
}
#fancybox-title {
	background:#444;
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding-bottom:10px;
}
