/*
Theme Name: WP Max
Theme URI: http://wordpresstop.com
Description: A Fantastic Premium News Theme for WordPress
Version: 1.2
Author: Ahmad Fouad
Author URI: http://wordpresstop.com
*/

/* Imports */
@import url("css/rounded.corners.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/featured.story.css");
@import url("css/more.features.css");
@import url("css/latest.css");
@import url("css/more.latest.css");
@import url("css/searchform.css");
@import url("css/mediaplayer.css");
@import url("css/300x250.css");
@import url("css/subscription.css");
@import url("css/carousel.css");
@import url("css/gallery.css");
@import url("css/sidebar.css");
@import url("css/ajax.tabs.css");
@import url("css/front.categories.css");
@import url("css/footer.css");
@import url("css/single.post.template.css");
@import url("css/archive.css");
@import url("css/visita.css");

/* Reset */
* {
	font-family: 'Trebuchet MS', Arial, Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	color:#10442f;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}
a {color: #8c0808}
a:hover {color: #145f41}

/* Page Layout */
body {
	width: 100%;
	background: #b4e256 url(images/bg_geral.jpg);
	text-align: center;
	cursor: default;
}

#pagei {
	width: 770px;
	background: #d3ec99 url(images/bg_conteudo.jpg) repeat;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
}

#page {
	height: auto;
	padding: 5px;
	margin: 0 auto;
	width:760px;
}

#main {
	width: 590px;
	padding:0px;
	float:left;
}

#main-left {
	float: left;
	width:150px;
	padding:0px;
	margin: 0px 2px 10px 8px;
	height:420px;
}

#main-center {
	float: left;
	width: 410px;
	padding: 0px 0px 0px 5px;
}

#main-center #mid-latest .niftyfill{display:block; height: 10px;}

#main-right {
	width: 150px;
	display: inline;
	margin-left: 5px;
}

#energia {
	float:left;
	width: 550px;
	display: inline;
	margin-left: 5px;
	height:auto;
}

#contents {
	width: 160px;
	float:left;
	margin: 0 5px 0 5px;
}

#contents-b {
	width: 760px;
	padding: 0;
}

#content, #content-b {
	float: left;
	width: 567px;
	margin: 5px 0px 0px 10px;
	padding-right: 5px;
}

#sidebar {
	float: left;
	width: 145px;
	display: inline;
	margin:0px 0px 5px 7px;
	padding-left: 10px;
}

#footeri {
	width:770px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #fff;
	background: #597e35;
}

#footer {
	padding: 10px;
}

#bottom {
	width: 770px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	font-size: 0.7em;
	color: #888;
	line-height: 1.5em;
}

#bottom-left {
	float: left;
}

#bottom-right {
	float: right;
}

/* Global site Headers */
h2.front {
	display: block;
	line-height: 1.4em;
	font-size:1.3em;
	font-weight: bold;
	color: #5a5a08;
	padding: 4px 5px 3px 5px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #9bbc58;
	}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #f1f6e2 url(images/photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #e3e8d4;
	position: relative;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 7px 0;
	color: #666;
	position: relative;
}

/* Various Links CSS */
a.icomment {
	display: inline;
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 7px;
}

a.icomment:hover {color:#333}