/*
Theme Name: Portfolio Weno
Theme URI: http://www.weno.com.br
Description: Ilustração, design, projetos, clown e afins
Version: 2.0 - nuvem rosa
Author: Weno
Author URI: http://www.weno.com.br

	This theme was designed and built by Fernando Weno,
	whose blog you will find at http://www.weno.com.br/blog

*/
@charset "utf-8";
/* pisca de natal */
#pisca-pisca-estatico {	
	top:0;
	left:0;
	position:absolute;
	float:left;
	height:212px;
	background-image:url(img/pisca-pisca-gadget.png);
	background-repeat:repeat-x;
	width:100%;
	z-index:9900;
	overflow:hidden;
}

#pisca-pisca-animado {	
	top:0;
	left:0;
	position:absolute;
	float:left;
	height:212px;
	background-image:url(img/pisca-pisca-gadget.gif);
	background-repeat:repeat-x;
	width:100%;
	z-index:9900;
	overflow:hidden;
}
#pisca-pisca-sombra {	/* para dar contraste sobre a pagina */
	top:0;
	left:0;
	position:absolute;
	float:left;
	height:212px;
	background-image:url(img/pisca-pisca-sombra.png);
	background-repeat:repeat-x;
	width:100%;
	z-index:9899;
	overflow:hidden;
}

/* tentando consertar os links */
a {
	z-index:9999;
}

/* resetando tudo */
* {
	/* ATENÇÃO - REESCREVER O RESET CORRETO */
	margin:0;
	padding:0;
}

body {
	background: url(img/background-rosa.jpg);
	padding:40px;
}

.home h2, .home h3 {
	text-align:right;
	line-height:50px;
/*	float:right;
	clear:both;*/
}

h2 { /* nome fernando */
	font-family:Tahoma, Geneva, sans-serif;
	color:#506769;
	font-size:72px;
}

h3 { /* subtit */
	font-family:Tahoma, Geneva, sans-serif;
	color:#B89CA8;
	font-size:36px;
}


#content_all {
	
}



.nuvem, #content { float:left; }

#content {
	width:800px;
	height:280px;
	margin-left:50%;
	left:-400px;
	display:block;
	position:absolute;
}



.nuvem {
	margin-right:30px;
}

#menu {
	margin: 0px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

#menu a{
	color:#00948A;
	text-decoration:none;
	display:block;

}

#menu a:hover {
	color:#E6005B;
}

#menu li {	
	list-style:none;
	float:right;
/*	clear:none; */
	border-right: 2px solid white;
	margin: 10px 5px 0 10px;
	padding-right:10px;

}

#menu li.ultimo_item {
	border-right:none;

}

.post a>img {
	border:none;
	background-image:url(img/thumb_back.png);
	background-repeat:no-repeat;
}

.post {
	float:right;
	width:73px;
	height:75px;
	background-image:url(img/thumb_back.png);
	background-repeat:no-repeat;
	padding:10px 0 0 12px;
	margin:0;
}

#all_posts {
	margin: 40px 0 0 0;
	clear:right;
	width:500px;
	float:right;
}

