/*
Theme Name: WP Max
Theme URI: http://wordpresstop.com
Description: A Fantastic Premium News Theme for WordPress
Version: 1.1
Author: Marcis Gasuns
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");

/* Reset */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

/* TOPO DO SITE ACIMA DA LOGO, COR DA FONTE DAS MATERIAS QUANDO PASSA O MOUSE EM CIMA */

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: #666666}
a:hover {color: #000000}

/* COR DO FUNDO - BACKGROUND COLOR */

body {
	width: 100%;
	background: #cdcdcd;
	text-align: center;
	cursor: default;
}

/* COR DA FONTE DA DATA E DAS MATÉRIAS  */

#pagei {
	width: 1000px;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 12PX;
	color: #000000;
}

/* PÁGINA DO SITE */

#page {
	height: auto;
	background: #ffffff;
	padding: 09px;
}

#main {
	width: 980px;
}

#main-left {
	float: left;
	width: 320px;
	padding: 0 10px 0 0;
}

/* LINHA VERTICAL DA PÁGINA PRINCIPAL - PRIMEIRA BORDER LEFT - ESQUERDA E A SEGUNDA NA DIREITA */

#main-center {
	float: left;
	width: 318px;
	border-left: 1.5px solid #C0C0C0;
	border-right: 1.5px solid #C0C0C0;
	padding: 0 10px 0 10px;
}

#main-right {
	float: left;
	width: 300px;
	display: inline;
	margin-left: 10px;
}

#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}

/* LINHA VERTICAL PERTO DA COLUNA DA DIREITA */

#content, #content-b {
	float: left;
	width: 659px;
	border-right: 1px solid #C0C0C0;
	margin-right: 10px;
	padding-right: 10px;
}

/* COLUNA DA DIREITA MAIS VISTOS */
#sidebar {
	float: left;
	width: 300px;
	display: inline;
}

/* COR DA FONTE E DIV DO RODAPÉ */

#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background: #104E8B;
}


/* ESTE É O RODAPÉ */

#footer {
	padding: 10px;
        
}

#bottom {
	width: 1000px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: center;
	font-size: 0.7em;
	color: #104E8B;
	line-height: 1.5em;
}

#bottom-left {
	float: left;
}

#bottom-right {
	float: right;
}

/* COR DA FONTE NA TARJA ACIMA DA MATÉRIA */

h2.front {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	padding: 4px 5px 3px 5px;
	margin: 0 0 5px 0;
	background: #FFCC00;
	border-bottom: 1px solid #ffffff;
}

/* */

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #000000 url(images/photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #000000;
	position: relative;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 7px 0;
	color: #000000;
	position: relative;
}

/* COR DA FONTE COMENTS -COMENTÁRIOS */

a.icomment {
	display: inline;
	font-size: 8Ppx;
	color: #000080;
	margin: 0 0 0 7px;
}

a.icomment:hover {color:#000080}
