/*
Theme Name: Pirex 2009
Theme URI: 
Description: Tema para o pirex 
Version: 1.0
Author: Agni, Leo Germani, Pedro Bayeux, Alex Senna, Renan

*/

body {
	background: #000 url(img/fundo_home.jpg) repeat-x fixed center left;
	background-position: 0px;
	padding-top: 25px;
}

h1 {
    margin-top: 0;    
}

#fundo_home {
    
    text-align: left;
	
}

#pattern {
	height: 490px;
	margin-top: -260px;
	position: absolute;
	top: 50%;
	
	overflow: visible;
	
}

/************* HEADER ****************/

#header_home {
    position: relative;
    background: transparent url(img/barra.png) no-repeat;
    height: 55px;
    
}
    
#header_home h1 {
    display: none;
}

#header_home ul#home_menu {
    list-style: none;
    padding-top: 27px;
    margin: 0;
    color: #fff;
}

#header_home ul#home_menu li {
	float: left;
	margin-right: 20px;
	font-size: 0.8em;
}

#header_home ul#home_menu li a {
	color: #fff;
}

#header_home form {
    position: absolute;
    left: 621px;
}

#header_home form label {
	display: none;
}

#header_home input#s {
    background: transparent;
	border: none;
	height: 20px;
	margin-left: 20px;
	width: 120px;
}

#header_home input#searchsubmit {
    height: 0;
	width: 65px;
	background: url(img/ok.png) no-repeat center center;
	border: none;
	margin-left: 60px;
	position: absolute;
	displaY: none;
}

#header_home p#rss {
    width: 20px;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
    margin: 0;
    background: url(img/rss.png) no-repeat; 
    position: absolute;
    left: 579px;
}

/************* CONTENT ****************/

#content_home {
    height: auto;
    padding: 10px;
    clear: both;
    position: absolute;
    top: 33%;
}

#home_fotos {
    padding: 10px;
    overflow: hidden;
}

.posts_home {
    float: left;
    height: 169px;
}

.home_fotos {
    margin: 0px 1px;
}

.home_fotos img {
	float: left;
	width: 196px;
	height: 169px;
}

.home_foto_grande {
    position: relative;
    float: left;
    width: 196px;
    height: 169px;
}



#home_destaques {
    clear: both;
    padding: 15px;
    overflow: hidden;
    margin-top: 10px;
    background-color: #CDCDCD;
}

.home_destaques {
    margin-right: 10px;
    float: left;
    position: relative;
}

.home_destaques a, .home_destaques a:hover {
	color: #FFFFFF;
}

.home_destaques img {
    width: 80px;
    height: 60px;
}

.home_destaques_unicos_details,
.home_destaques_colecao_details {
    background: #000;
    color: #FFF;
    height: 50px;
    padding: 5px;
    width: 160px;   
}

.home_destaques_unicos_details {
    left: 0px;
    position: absolute;
    top: 0px;
}

#home_destaques h2,
#home_destaques p {
    font-size: 0.8em;
    margin: 0;
}

.home_destaques_colecao img {
    float: left;
}

.home_destaques_colecao_details {
    margin-left: 80px;
}

.home_post_title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: transparent url(img/fundo_preto.png);
    height: 50px;
    width: 322px;
    padding: 10px;
    z-index: 10;
}

.home_post_title a {
    color: white;
    text-decoration: none;
}

.home_fotos_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 15;
	cursor: pointer;
	
}

img.cor {
	display: none;
}

#menu {
	position: absolute;
	top: 50%;
	margin-top: 240px;
	left: 0px;
	padding-left: 10px;
}

#menu a {
	display: inline;
	color: white;
	margin-right: 30px;
	font-size: 10px;
}

#logos {
	float: right;
	margin-right: 15px;
}

.navigation {
	margin-right: 15px;
}

.navigation a {
	font-size: 0.8em;
	color: black;
	font-weight: bold;
}

.navigation a:hover {
	color: white;

}

