@charset "UTF-8";

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

	@file:		  style.css
	@cescription: Screen stylesheet
	@author:      herbetferreira (herbetferreira.com)
	@updated:	  20101130

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

/**
 *	Básico
 ******************************************************************/

@import url(reset.css);

.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 */

hr { display: none; } 
a * { cursor: pointer; }

html {
	font-size: 62.5%;
}

body {
/*	background: #024f35;
	background: #111;
	background: #fff8e1; */
	background: #222 url("img/bg-body-4.gif") repeat fixed top left;
	/* color: #699787; */
	color: #ddd;
	font-size: 100%;
	line-height: 1.6;
	font-family: 'Segoe UI', Helvetica, Arial, "Lucida Grande", "Liberation Sans", Tahoma, Verdana, sans-serif;
	/*font-family: "Liberation Sans", Tahoma, Verdana, Arial, sans-serif;*/
				 /* Yay for Liberation! */
/*	padding: 40px 0 10px;*/
}

#wrap {
	font-size: 120%;
	width: 970px;
/*	margin: 0 auto;*/
	margin: 40px auto;
}

#skip {
	position: absolute;
	left: -999px;
}

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

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

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	text-align: center;
	padding-top: 0.1em;
	padding-bottom: 1.2em;
	width: 100%;
	color: #666;
	font-family: 'adelle-1', Georgia, serif;
/*	text-shadow: 1px 1px 0 #CCC;*/
	letter-spacing: -0.02em;
	text-shadow: 1px 1px 0 #000;
}

h1 a {
	border: none;
	color: #666;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}

h1 a:hover {
	color: #FFF;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}

.erreur {
	background: #fff;
	opacity: 0.2;
	padding: 8px 10px;
}

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

#footer a {
	color: #aaa;
}

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

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

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

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

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

.boite.nodata {
	opacity: 0.5;
}

.boite h2 {
	font-size: 135%;
	padding: 8px 10px 9px;
	background: #141414;
	background: rgba(0,0,0,0.5);
	margin-bottom: 0.3em;
	color: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.1;
	font-family: 'adelle-1', Georgia, serif;
	text-shadow: 1px 1px 0 #000;
}

.boite h2 span {
	font-size: 80%;
	color: #444;
	font-weight: normal;
	margin: 0 0 0 3px;
}

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

.boite ul li {
	margin-bottom: 5px;
}

.boite ul li.nodata {
	opacity: 0.5;
}

.boite .boite-inner {
	padding: 0px;
}

.boite.no-title h2 {
	display: none;
}

/**
 *	Text box
 ******************************************************************/

.text .boite-inner {
	padding-bottom: 1px;
}

.text .boite-inner p {
	margin: 0 0 1em;
}

/**
 *	RSS & Atom
 ******************************************************************/

.rss li, .atom li {
	padding: 10px;
	background: #1B1B1B;
	background: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;	
}

.rss h2 a, .atom h2 a {
	color: #86BAAB;
}

.rss li span.date, .atom li span.date {
	color: #666;
}

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

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

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

.flickr ul li {
	float: left;
	padding-right: 5px;
	background: none;
}

.flickr ul li.derniere {
	padding-right: 0;
}

.flickr ul li a {
	border: none;
}

.flickr ul li img {
	display: block;
}

/**
 *	Last.fm
 ******************************************************************/

.lastfm h2 a {
	color: #DC413A;
}

.lastfm li {
	float: left;
	width: 100%;
	background: #1B1B1B;
	background: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.lastfm li:hover {
	background: rgba(0,0,0,0.7);
}


.lastfm li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px;
}

.lastfm li a:hover {
}

.lastfm li img {
	background: url("img/cover.png");
}

.lastfm li img {
	display: block;
	float: left;
}

.lastfm li a strong {
	display: block;
	margin-left: 70px;
	font-weight: normal;
	padding: 8px 5px 8px 10px;
}

.lastfm li a span {
	font-size: 100%;
	display: block;
	font-weight: bold;
}

.lastfm li.premier span {
	font-size: 145%;
}

.lastfm li.deuxieme span {
	font-size: 130%;
}

.lastfm li.troisieme span {
	font-size: 120%;
}

.lastfm li.quatrieme span {
	font-size: 110%;
}

.lastfm li.cinquieme span {
	
}


/**
 *	Twitter
 ******************************************************************/

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

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

.twitter li span.image, 
.twitter li span.date {
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
	color: #666666;
}

.twitter li span.image {
	width: 48px;
}

.twitter li span.image a, 
.twitter li span.date a {
	text-decoration: none;
	border: none;
	color: #666666;
}

.twitter li p {
	display: block;
	margin-left: 95px;
}

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

.twittersearch li p {
	margin-left: 65px;
}

.twittersearch li p.date {
	margin-top: 3px;
	color: rgba(0,0,0,0.4);
}

.twittersearch li p.date a {
	color: rgba(0,0,0,0.4);
	border-bottom: none;
}

/**
 *	Delicious
 ******************************************************************/

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

.delicious ul {
	margin: 0 0 0 19px;
	padding-top: 5px;
}

.delicious li {
	/*display: block;
	padding: 6px;*/
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 1.4;
	list-style: circle;
	background: none;
}

.delicious li .desc {
	display: block;
	line-height: 1.2;
	padding-top: 4px;
}

/**
 *	Facebook
 ******************************************************************/

.facebook h2 a {
	color: #3B5998;
}

.facebook ul li {
	padding: 5px;
}

/**
 *	Youtube
 ******************************************************************/

.youtube h2 a {
	color: #D62323;
}

.youtube li {
	background: #1B1B1B;
	background: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	padding-bottom: 5px;
}

.youtube li a {
	display: block;
	padding: 5px;
	border: none;
}

.youtube li:hover {
	background: rgba(0,0,0,0.7);
}

.youtube li a img {
	float: left;
	display: block;
}

.youtube li a strong {
	display: block;
	margin-left: 130px;
}

.youtube li a span {
	display: block;
	margin-left: 130px;
}

/**
 *	WTF (referente ao "intro")
 ******************************************************************/

.wtf {
	margin-bottom: 0;
}

.wtf div {
	padding: 5px;
}

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

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

.credits a.pubwich {
}

.credits a.pubwich strong {
}

/**
 *	Slideshare
 ******************************************************************/
 
.slideshare h2 a { color: #009999; } /* title  'Slideshare' */

.slideshare li {
	float: left;
	width: 30%;
	padding: 0 1.5% 12px;
	/*background: #1B1B1B;
	background: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;*/
}

.slideshare li a {
	text-decoration: none;
	float: left;
	padding: 3%;
	width: 94%;
	background: rgba(0,0,0,0.4);
	border: none;
/*	display: block;
	padding: 0px;*/
}

.slideshare li a:hover {
	background: rgba(0,0,0,0.7);
}

.slideshare li img {
	background: url("img/cover.png");
}

.slideshare li img {
	width: 100%;
	display: block;
	float: left;
}

.slideshare li a strong {
	display: block;
	/*margin-left: 130px;*/
	font-weight: normal;
	padding: 5px 3px 5px 8px;
}

.slideshare li a span {
	font-size: 13px;
	display: block;
	font-weight: bold;
}

/**
 *	Social Networks
 ******************************************************************/
 
#socialnetwork .boite-inner {
	text-align: center;
	letter-spacing: 0px;
	 font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light";
}

#socialnetwork h2
{
	color: #B6C125;
}

#socialnetwork  ul {
  margin: 0 0 0.3em;
}

#socialnetwork ul li {
  float: left;
  position: relative;
}

#socialnetwork ul:hover li { opacity: 0.5; }
#socialnetwork ul:hover li:hover { opacity: 1; }


#socialnetwork ul li span,
#socialnetwork ul li a {
  display: block;
  padding-right: 5px;
  padding-bottom: 0px;
  float: left;
  width: 24px;
  height: 24px;
  position: relative;
  text-decoration: none;
  z-index: 1000;
  border: none;
}

#socialnetwork ul li span strong,
#socialnetwork ul li a strong {
  position: absolute;
  top: -5px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 0px 6px 1px;
  z-index: 1010;
  display: none;
  white-space: nowrap;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#socialnetwork ul li span:hover strong,
#socialnetwork ul li a:hover strong {
  display: block;
}

#socialnetwork ul li.twitter a { background: url("../../../../../images/twitter-24x24.png") no-repeat; }
#socialnetwork ul li.linkedin a { background: url("../../../../../images/linkedin-24x24.png") no-repeat; }
#socialnetwork ul li.facebook a { background: url("../../../../../images/facebook-24x24.png") no-repeat; }
#socialnetwork ul li.orkut a { background: url("../../../../../images/orkut-24x24.png") no-repeat; }
#socialnetwork ul li.flickr a { background: url("../../../../../images/flickr-24x24.png") no-repeat; }
#socialnetwork ul li.google a { background: url("../../../../../images/google-24x24.png") no-repeat; }
#socialnetwork ul li.youtube a { background: url("../../../../../images/youtube-24x24.png") no-repeat; }
#socialnetwork ul li.delicious a { background: url("../../../../../images/delicious-24x24.png") no-repeat; }
#socialnetwork ul li.lastfm a { background: url("../../../../../images/lastfm-24x24.png") no-repeat; }
#socialnetwork ul li.slideshare a { background: url("../../../../../images/slideshare-24x24.png") no-repeat; }
#socialnetwork ul li.mendeley a { background: url("../../../../../images/mendeley-24x24.png") no-repeat; }
#socialnetwork ul li.colecionando a { background: url("../../../../../images/colecionando-24x24.png") no-repeat; }


/**
 *	Páginas
 ******************************************************************/

#intro div.boite-inner {
	padding: 5px;
}

#pages div.boite-inner {
	padding: 5px;
}

#pages div.boite-inner ul {

}

#pages div.boite-inner li {
	list-style: inside;
	color: #CCCCCC;
}

#pages div.boite-inner li a {
	color: #CCC;
}

#pages h2 {
	font-family: 'adelle-1', Georgia, serif;
	color: #FDAA34;
}

#private div.boite-inner li {
	list-style: inside;
	color: #CCCCCC;
}


