/*  
Theme Name: Fonmart
Theme URI: http://www.fonmart.com.br/
Description: ...
Version: 1.0
Author: ...
Author URI: http://www.fonmart.com.br/
*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Tahoma, "Century gothic", Arial, sans-serif;
	color:#000;
	font-size:13px;
	background:#003333 url(images/bg.png) top center repeat-y;
}
img {
	border:0;
	margin: 0;
}
a {
	color:#6F615A;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#d53030;
}
blockquote {
	padding-left:10px;
	color:#444;
	font-style: normal;
}
.clear {
	clear:both;
}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
}
img.alignright {
	padding: 5px 5px;
	margin: 0px 5px 10px 10px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
}
img.alignleft {
	padding: 5px 5px;
	margin: 0px 10px 10px 5px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #ffffff;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* --- CONTAINER - PRINCIPAL --- */

#container {
	width:900px;
	background:#FFF url(images/bg-content.png) repeat-y;
	overflow:hidden;
	margin:0 auto;
}
	
/* HEADER */

#header {
	width:900px;
	height:300px;
	margin:0;
	padding:0;
}
#top {
	width:900px;
	height:200px;
	margin:auto;
}
.logo{
	margin:0;
	float:left;
	position:absolute;
	z-index:9999;
}
.logo a {
	width:235px;
	height:60px;
	margin:0 0 0 5px;
	padding:0;
	float:left;
	background:url(images/logo.png) no-repeat;
}

#mensagem{
	width:900px;
	height:105px;
	margin:0;
	position:absolute;
	z-index:9999;
}

#mensagem span{
	width:280px;
	height:105px;
	margin:55px 60px 0;
	float:right;
	background:url(images/mensagem.png) no-repeat;
}

/* --- BUSCA --- */

#search {
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}
#search form {
	margin: 0;
	padding: 0 12px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search p {
	margin: 0;
	font-size: 85%;
}
#s {
	float: left;
	width:222px;
	padding: 5px 0 5px 5px;
	background: url(images/sform.png) no-repeat;
	border:none;
	color:#BB2830;
}
#searchsubmit {
	width:29px;
	float: left;
	background:#fff url(images/sbutton.png);
	border:none;
	color: #FFFFFF;
	height:25px;
}

/* --- HEADER MENU SUPERIOR HORIZONTAL --- */

ul#header-logo {
	list-style:none;
	margin:0;
	padding:0;
}
#noscript {
	width:900px;
	height:200px;
	margin:auto;
	background:#e0efa6 url(images/header/rotate.php) no-repeat;
}
#top-menu{
	width:900px;
	height:60px;
	line-height:60px;
	border-bottom:#b8d24d 3px solid;
	background:#006666 url(images/top-header.png) repeat-x;
	margin:0;
	padding:0;
	font-size: 10px;
	font-weight:normal;
	text-transform:uppercase;
}
#menu-icons {
	background:url(images/icons.png) no-repeat;
	width:260px;
	height:60px;
	margin:0;
	padding:0;
	float:right;
}
#menu-icons span {
	display: none;
}
#menu-icons li, #menu-icons a {
	height:60px;
	display:block;
}
#menu-icons li {
	float:left;
	list-style:none;
	display:inline;
}

#menu-home {width: 50px;}
#menu-fav {width: 50px;}
#menu-twitter {width: 50px;}
#menu-rss {width: 50px;}
#menu-login {width: 50px;}

#menu-home a:hover {background:url(images/icons.png) 0px -60px no-repeat; }
#menu-fav a:hover {background:url(images/icons.png) -50px -60px no-repeat; }
#menu-twitter a:hover {background:url(images/icons.png) -100px -60px no-repeat; }
#menu-rss a:hover {background:url(images/icons.png) -150px -60px no-repeat; }
#menu-login a:hover {background:url(images/icons.png) -200px -60px no-repeat; }

#menu{
	width:650px;
	height:25px;
	line-height:25px;
	float:left;
	margin:0;
	padding:0;
}
#menu li{
	display:inline;
	list-style: none;
}
#menu li a {
	color: #e1efa7;
	padding: 7px 10px 7px 10px;
}
#menu li a:hover {
	background:#96b127;
	color: #FFF;
	padding: 7px 10px 6px 10px;
	text-decoration: none;
}

/* --- HEADER MENU INFERIOR HORIZONTAL --- */
	
#sub-menu{
	width:900px;
	height:37px;
	line-height:37px;
	background:#b8d24d;
	display:block;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight:600;
}
	
/* --- CONTEÚDO --- */	

#content {
	width:900px;
	margin:0;
	padding:0;
}
.single {
	width:580px;
	height:100%;
	background:url(images/bg-post.jpg) left top no-repeat;
	margin: 5px 5px 10px 5px;
	padding:0;
	color:#333;
	font-size: 12px;
	text-align:justify;
	float:left;
}
.single  h1 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 20px;
	font-family:Arial, Verdana;
	font-weight:bold;
	overflow:hidden;
}
.single  h1 a, .single  h1 a:link, .single  h1 a:visited  {
	color:#353430;
}
.single  h1 a:hover  {
	color: #353430;
}
.single  h2, .single h3, .single h4 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 14px;
	color:#006666;
	font-family:Arial, Verdana;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}
.single  h2 a, .single h3 a, .single h4 a{
	color:#006666;
}
.single  h2 a:hover, .single h3 a:hover, .single h4 a:hover  {
	color: #006666;
	text-decoration:underline;
}
.cat-home {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 14px;
	color:#006666;
	font-family:Arial, Verdana;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}
.cat-home a{
	color:#006666;
}
.cat-home a:hover  {
	color: #006666;
	text-decoration:underline;
}
.cat-home img{
	float:left;
	padding: 0 5px 0 0;
}
.entry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
}	
.entry a:link,
.entry a:visited {
	color: #AC0604;
	background-color: transparent;
}
.entry a:hover {
	color:#455236;
	background-color: transparent;
	text-decoration: none;
}
.entry p{
	margin:5px 5px;
	padding:10px 0px;
	line-height:20px;
}
.entry img{
	padding:17px 5px 0 5px;
}

.leia-mais{
	float:right;
	font-weight:bold;
}
.author{
	color:#fff;
	padding:2px 5px 2px 5px;
	background:#c7ae25;
	margin-left:5px;
}
.clock{
	color:#fff;
	padding:2px 5px 2px 5px;
	background:#a68e0c;
	margin-left:10px;
}	
.comm{
	color:#fff;
	padding:2px 5px 2px 5px;
	background:#DA4A54;
	margin-left:10px;
}
.comm a {
	color:#fff;
}
.comm a:hover{
	color:#fff;
}
.category{
	font-size:10px;
	height:35px;
	line-height:35px;
	width:490px;
	padding:0 5px 0 0;
	margin:10px;
	text-transform: uppercase;
}
.category a{
	color:#fff;
	padding:3px 5px 3px 5px;
	background:#3172B4;
}
.category a:hover{
	color:#fff;
}
.category span{
	color:#fff;
	padding:3px 5px 3px 5px;
	background:#006666;
	font-weight:bold;
}
.date {
	font-size:10px;
	padding:0px 5px 0px 5px;
   	color:#222;
	text-transform: uppercase;
}

/* --- SIDEBAR - BANNERS --- */

.sidebar{
	float:right;
	width:280px;
	margin:0;
	padding:10px 15px 0 0;
	font-size:12px;
	background:transparent url(images/search.png) top left no-repeat;
}
.sidebar h2 {
	line-height:30px;
	font-size:14px;
	color:#006666;
	margin:0 0 5px 0;
	padding:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:3px solid #b8d24d;
}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
}
.sidebar ul li {
	float: left; 
	width: 255px;
}
.sidebar ul li a {
	height:28px;
	line-height:28px;
	color:#006633;
	text-decoration: none;
	padding: 0 0 0 5px;
	display:block;
	background:url(images/border-bottom.png) center bottom no-repeat;
}
.sidebar ul li a:hover {
	background:#b8d24d url(images/border-bottom.png) center bottom no-repeat;
	color: #000;
}
.sidebar p {
	padding: 7px 10px;
	margin:0;
}
	
/* --- CALENDAR --- */

#wp-calendar{
	width: 100%;
	padding: 0 0 15px;
}
#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;

	color:#252525;
}
#wp-calendar td a{
	background:#fff;
	padding: 5px 0px;
}
#wp-calendar td a:hover{
	color:#3172B4;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
/* --- FOOTER --- */

#footer {
	width:900px;
	height:60px;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	font-family: Arial, Verdana;
	float:left;
	background:#006666;
	border-top:8px solid #b8d24d;
}
#footer a{
	color:#FFF;
	font-weight:bold;
}
#footer a:hover {
	color:#eee;
}
.fleft{
	float:left;
	padding: 10px 0 0 15px;
	line-height:18px;
}
.fright{
	float:right;
	padding: 10px 15px 0 0;
	text-align:right;
}

/* --- BARRA DE PAGINAÇÃO --- */

#navigation{	
	width:520px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 10px 12px;
}
	
/* --- ANEXO --- */

.contentCenter {
	text-align:center;
}

/* --- COMENTÁRIOS --- */


#comment{
	width:500px;
	margin:10px;
}
h3#comments {
	padding:5px 10px;
	margin:10px 0;
	border:1px solid #be272f;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#e55660;
} 	
#respond{
	width:500px;
	background:#f0f8cb;
	border:1px solid #b8d24d; 
}	
#respond h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#444;
}
#commentform {
	padding:0 10px 10px 10px;
	margin:0;
	color:#BFAFA7;
}
#commentform p {	
	color:#2D2501;
}
#commentform input {
	background:#fff;
	border:1px solid #b8d24d;
	color:#444;
	padding-left:3px;
}
#commentform textarea {
	background:#fff;
	border:1px solid #b8d24d;
	color:#444;
	width:470px;
	padding:3px;
	margin:0;
}
.comments input#submit {
	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#AC950D;
	border:2px solid #C7AE25;
	color:#fff;
}
.commentlist ol {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding:0;
}
.commentlist ol li {
	margin-bottom: 10px;
	background: #f6ffcc;
	border: 1px solid #dfeea2;
	padding: 10px;
	font-size: 11px;
	color: #000;
}