/*  
Theme Name: Template WP
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/* Import a basic layout 
@import url('styles/2c-r.css');*/

/* Reset default browser styles */
@import url('styles/reset.css');
@import url('styles/scrapbook.css');
@import url('styles/slider.css');
@import url('styles/girl.css');
@import url('styles/photo.css');
@import url('styles/agenda.css');
@import url('styles/poll.css');
@import url('styles/news.css');
@import url('styles/access.css');
/* Rebuild default browser styles 
@import url('styles/rebuild.css');*/

/* Basic WordPress Styles 
@import url('styles/wp.css');*/

.single #nav-above {
 /*display:none;*/
}
body {
	background: #D9D79A url(imagens/bg4.png) repeat 0 50px;
	font-family: Arial;
	font-size: 14px;
	color: #505150;
	line-height: 20px;
}
#logo {
	width: 310px;
	height: 262px;
	background: url(imagens/logo.png) no-repeat top;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -131px;
	z-index: 5;
}
#logo a {
	display: block;
	text-decoration: none;
	width: 310px;
	height: 262px;
}
#cu3er {
	width: 970px;
	margin: 200px auto 0 auto;
	position: relative;
	background: url(imagens/bgslide.png) no-repeat;
	border: 10px solid #705037;
}
#cu3er span{
	width: 975px;
	height:315px;
	position: absolute;
	left: -2px;
	background: url() no-repeat;
}
#bestof {
	width: 970px;
	margin: 20px auto 0 auto;
	position: relative;
}
#bestof .voteBestOf {
	width: 960px;
	height: 90px;
	margin: 0 0 0 5px;
	display: block;
	background: url(imagens/banner_melhores_ano.png) no-repeat;
}
#box_form{
	width: 710px;
	height: 480px;
	padding: 10px;
	position: absolute;
	margin: 0 0 0 -360px;
	left: 50%;
	top: 50%;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 10000;
	display: none;
	
}
#box_form .closeBox{
	text-decoration: none;
	color: #fff;
	background: #910000;
	padding: 0px 10px 0px 10px;
	margin: 0 0 10px 0;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
}
#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#main {
	width: 960px;
	background: #fff;
	margin: 20px auto 20px 10px;
	float: left;
}
#main .top_title {
	font-size: 150%;
	color: #910000;
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: #910000 solid 1px;
}
#main .more{
	font-size: 50%;
	text-decoration: none;
	color: #fff;
	background: #5E0000;
	padding: 2px 5px 2px 5px;
	float: right;
	display: block;
}
#main .more:hover{
	background: #910000;
}
#main .more2{
	font-size: 150%;
	text-decoration: none;
	color: #fff;
	background: #5E0000;
	padding: 2px 5px 2px 5px;
	float: right;
	margin-right: -5px;
	display: block;
}
#main .more2:hover{
	background: #910000;
}
#container {
	width: 660px;
	float: left;
	margin: 0;
	background: #ffffff;
	border-right: solid 0px #eee;
}
#content {
	padding: 10px;
}
#content h1 {
	padding: 0px;
	margin: 20px 0 0 0;
	color: #910000;
	font-size: 150%;
}
#content .entry-meta{
	color: #888;
	font-size: small;
	margin: 10px 0 10px;
}
#content .entry-content{
	text-align: justify;
}
#content .entry-title a{
	color: #910000;
	text-decoration: none;
}
#content .entry-summary {
	margin: 10px;
	text-align: justify;
}
#comments {
	margin: 20px;
}
#primary {
	width: 298px;
	padding: 0px;
	margin: 0 0 10px 0;
	background: #fff;
	float: left;
	border-left: solid 0px #eee;
}
#secondary {
	width: 150px;
	padding: 0 50px 0 0;
	background: #F5F5F5;
	float: left;
}
#footer {
	background: url(imagens/bgFooter.png) top repeat-x;
	width: 100%;
	height: 150px;
	float: left;
	clear: both;
	bottom: 0px;
	margin: 20px 0 0 0;
}
#footer small {
	display: block;
	padding: 10px;
	margin: 10px;
	color: #eee;
	text-align: center;
	font-size: 90%;
}
#footer .city {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #eee;
	text-align: center;
	font-size: 90%;
}

