﻿/* ****************************************************

	@file:		  screen.css
	@description: stylesheet
	@author:      herbetferreira (herbetferreira.com)
	@updated:	  18.05.2010
	@copyright    Copyright 2010 Herbet Ferreira
	              Todos os direitos reservados

******************************************************/

/**
 *	Basico
 ******************************************************************/


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

li.pagenav {
list-style:none;
}

li.mendeley {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/mendeley-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.lattes {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/lattes-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.pdf {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/pdf-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.twitter {
  padding-left:20px;
padding-bottom: 1px;
  list-style:none;
  background: url(http://www.herbetferreira.com/images/twitter-16x16.png) left top no-repeat;
height: 16px;
}

li.delicious {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/delicious-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.flickr {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/flickr-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.lastfm {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/lastfm-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.orkut {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/orkut-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.youtube {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/youtube-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.facebook {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/facebook-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.gtalk {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/google-talk-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.messenger {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/messenger-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.email {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/email-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.skype {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/skype-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

li.linkedin {
padding-left:20px;
padding-bottom: 1px;
list-style:none;
background: url(http://www.herbetferreira.com/images/linkedin-16x16.png) left top no-repeat;
margin:0; 
height: 16px;
}

hr { display: none; } 
a * { cursor: pointer; }
img { border: none; }
body {
	background: #222 url("images/bg-body.png") repeat fixed top left;
	color: #fafafa;
	font-size: 65.0%;
	line-height: 1.5;
	font-family: "Liberation Sans", Tahoma, Verdana, Arial, sans-serif;
}

#all {
	font-size: 110%;
	width: 970px;
	margin: 40px auto 0;
}

#footer {
	text-align: center;
	padding: 1.3em 0 1.9em;
	color: #777;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}


a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

a img {
	border: none;
}

a:hover {
	color: #fff;
	border-color: #fff;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.7em;
	margin-bottom: 0.3em;
	margin-left: 335px;
	width: 380px;
	color: #666;
}

h1 strong {
	color: #fafafa;
	font-weight: normal;
	font-style: normal;
	font-size: 140%;
}

h1 a {
	color: #666;
	border: none;
}

/**
 *	Colunas
 ******************************************************************/
 
.col1 {
	width: 315px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 380px;
	margin-right: 20px;
	float: left;
}

.col3 {
	width: 225px;
	float: left;
}

/**
 * Caixas
 ******************************************************************/
 
.caixa {
	margin: 0 0 18px;	
}

.caixa h2 {
	font-size: 130%;
	padding: 8px 10px 9px;
	background: #141414;
	margin-bottom: 0.3em;
	color: #ccc;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	line-height: 1.1;
}

.caixa h2 span {
	font-size: 80%;
	color: #444;
	font-weight: normal;
}

.caixa h2 a {
	text-decoration: none;
	border: none;
}

.flickr h2 a {
	color: #0063DC;
}

.flickr h2 em {
	color: #FF0084;
	font-style: normal;
}

.lastfm h2 a {
	color: #DC413A;
}

.twitter h2 a {
	color: #33CCFF;
}

.herbetferreira h2 a {
	color: #86BAAB;
}

.delicious h2 a {
	color: #3274D0;	
}

.pages h2 {
	color: #B6C125;
}

.post h2 {
	color: #B6C125;
}


.entry h2 {
	color: #ccc;
}


/**
 *	WTF
 ******************************************************************/

.wtf {
	margin-bottom: 0;
}

.wtf div {
	padding: 5px;
}

.wtf p {
	margin: 0 10px;
	margin-bottom: 10px;
}

/**
 *	Pages
 ******************************************************************/
.pages {
	margin: 0;
}

.pages ul {
	padding: 0 25px;
}
.pages li {
	margin-right: 0px;
	margin-bottom: 0px;
}

.pages div {
	padding: 5px;
}

.pages p {
	margin: 0 0 1em;
}

 .pages div.entry {
 display: block;
 padding: 5px 10px 7px;
 	background: rgba(0, 0, 0, 0.2);
	margin: 0 0 5px;
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
 }
 
.pages div.entry a {
/*	display: block; */
	position: relative;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
/*	background: #1c1c1c;*/
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
}

.pages div.entry a:hover {
	background: #181818;
	text-decoration: none;
	border-bottom: 0px;
	
}

.pages div.entry a img {
	display: block;	
	-ms-interpolation-mode:bicubic; /* propri�t� propri�taire (!) d'IE7 */
}

/**
 *	Post
 ******************************************************************/
.post {
	margin: 0;
}

.post ul {
	padding: 0 25px;
}
.post li {
	margin-right: 0px;
	margin-bottom: 0px;
}

.post div {
	padding: 5px;
}

.post p {
	margin: 0 0 1em;
}

.post div.entry {
 display: block;
 padding: 5px 10px 7px;
 	background: rgba(0, 0, 0, 0.2);
	margin: 0 0 5px;
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
 }
 
.post div.entry a {
/*	display: block; */
	position: relative;
	text-decoration: none;
	color: #CCC;
	border-bottom: 1px dotted #aaa;
/*	background: #1c1c1c;*/
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
}

.post div.entry a:hover {
	background: #181818;
	border-bottom: 0px;
}

.post div.entry a img {
	display: block;	
	-ms-interpolation-mode:bicubic; /* propri�t� propri�taire (!) d'IE7 */
}


/**
 *	Flickr
 ******************************************************************/

.flickr ul {
	padding-top: 5px;
}

.flickr li {
	float: left;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
}

.flickr li.derniere {
	margin-right: 0;
}

.flickr li a, .flickr li img {
	float: left;
	display: block;
	border: none;
}

.flickr div.entry a {
	text-decoration: none;
	border-bottom: none;
}

.flickr div.entry a:hover {
	text-decoration: none;
	border-bottom: none;
}


/**
 *	Twitter
 ******************************************************************/
 
.twitter {
	margin: 0;
	padding: 0;
	font-size: 11px;
} 


.twitter ul {
margin: 0;
padding: 0;
}

.twitter li {
	display:block;
	padding: 5px 10px 7px;
	margin: 0 0 5px;
/*	background: #1c1c1c; */
	background: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.twitter li p {
	float: left;
	display: block;
/*	width: 260px;*/
}

.twitter li em.from {
	display: none;
}

/**
 *	herbetferreira
 ******************************************************************/
 
 .herbetferreira div.post {
 display: block;
 padding: 5px 10px 7px;
 	background: rgba(0, 0, 0, 0.2);
	margin: 0 0 5px;
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
 }
 
.herbetferreira div.post a {
/*	display: block; */
	position: relative;
	text-decoration: none;
	border: none;
/*	background: #1c1c1c;*/
	-moz-border-radius: 0.3em;	
	-webkit-border-radius: 0.3em;
}

.herbetferreira div.post a:hover {
	background: #181818;
}

.herbetferreira div.post a img {
	display: block;	
	-ms-interpolation-mode:bicubic; /* propri�t� propri�taire (!) d'IE7 */
}


/**
 *	del.icio.us
 ******************************************************************/
 
.delicious {
font-size: 11px;
}

.delicious ul {

}

.delicious li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 2;
	list-style:circle;
}
.delicious a {
	
}

/**
 *	Credits
 ******************************************************************/
 
.credits p {
	padding: 5px;
	margin: 0 0 0.3em;
}

.credits a.pubwich {
	background: url("images/favicon.png") no-repeat 0 50%;
	padding: 0 0 0 18px;
	border: none;
}

.credits a.pubwich strong {
	border-bottom: 1px dotted;
}
