/*
Theme Name: Mestre V1
Theme URI: http://www.mestreseo.com/
Description: Business theme for MestreSEO Company.
Version: 1.0
Author: Fabio Ricotta
Author URI: http://www.fabioricotta.com/
*/

*{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	background: #D4D9DD url(images/background.jpg) repeat-y center;
	margin: 0;
	padding: 0;
}
p{
	line-height: 18px;
}
.div_clear{
	clear: both;
}

#page{
	width: 964px;
	background: #FFF;
	margin: auto;
	padding: 5px;
}
#header{
	margin-bottom: 20px;
}
#header #headerimg{
	float: left;
}
#header #headerimg #logo a{
	display: block;
	width: 415px;
	height: 60px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header #headerimg .description{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-left: 35px;	
	color: #000;
}
#header #header_banner{
	margin-left: 87px;
	float: left;
}
#header_menu{
	background: #333;
	color: #FFF;
	font-size: 13px;
	padding: 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;	
	height: 26px;
}
#header_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#header_menu ul li{
	margin: 5px 5px 5px 5px;
	padding: 0;
	float: left;
}
#header_menu ul li a{
	color: #FFF;
	padding: 5px;
}
#header_menu ul li a:hover{
	background: #CCC;
	color: #000;
}

#content{
	width: 693px;
	margin: 5px 10px 0px 0px;
	float: left;
}
#sidebar{
	width: 254px;
	margin: 5px 0px 0px 0px;
	padding-left: 5px;
	float: left;
	font-size: 12px;
	border-left: 1px solid #EEE;
}
#sidebar .image_ads{
	margin-bottom: 5px;
}
#sidebar h2{
	font-size: 20px;
	background: url(images/line_heading.gif) no-repeat left bottom;
	padding-bottom: 4px;
}
#sidebar a{
	color: #000;
}
#sidebar a:hover{
	color: #993300;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li{
	margin-bottom: 5px;
}
.post h1{
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}
.post h1 a{
	color: #000;
	text-decoration: none;
}
.post h2{
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}
.post{
	font-size: 12px;
}
.post a{
	color: #000;
}
.post a:hover{
	color: #993300;
}

#sidebar h2{
	font-size: 20px;
	background: url(images/line_heading.gif) no-repeat bottom;
	padding-bottom: 4px;
}

#footer{
	background: #333;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}

.result{
	padding: 3px;
	margin-bottom: 5px;
	
}
.result a.url{
	font-size: 16px;
	color: #0000CC;
}
.result a.url:visited{
	color: #551A8B;
}
.result span.description{
	font-size: 13px;
}
.result span.link{
	font-size: 12px;
	color: #008000;
}
#seo_search_bar{
	background: #FFF4BF;
	padding: 5px;
	margin: 5px 0px;
	border-top: 1px solid #FFD102;
	border-bottom: 1px solid #FFD102;
	text-align: center;
	font-size: 12px;
}

#seo_search_bar .seo_input{
	width: 180px;
}
.destaque{
	padding: 5px;
	background: #FFFFCC;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

.servicos_box{
	background: #EEE;
	border: 2px solid #FFF;
	padding: 5px;
	width: 320px;
	margin: 0px 6px;
	float: left;
	outline: solid;
	outline-width: 3px;
	outline-color: #EEE;
}

.floatLeft {
	float:left;
	margin: 3px;
}
.floatRight {
	float:right;
	margin: 3px;
}
.ferramentas_seo{
	margin: 5px;
	padding: 5px;
	width: 320px;
	height: 40px;
	display: block;
	border: 1px solid #FFF;
	font-size: 11px;
	color: #666;
	float: left;
}
.ferramentas_seo:hover{
	background: #FFFAE6;
	border: 1px solid #FF9900;
}
.ferramentas_seo img{
	float: left;
	margin: 0px 5px 5px 0px; 
}
.ferramentas_seo a{
	float: left;
	font-size: 11px;
	font-weight: bold;
}

/* Serviços/Tabela */

.cell_1{
	background:#DDD;
	text-align:center;
}
.cell_2{
	background: #CCC;
	text-align:center;
}
.cell_3{
	background: #BBB;
	text-align:center;
}
.cell_4{
	background: #FFFBCC;
}
.cell_5{
	background: #FFCC66;
}
.cell_6{
	background: #000;
	color: #FFF;
	text-align:center;
}
.cell_7{
	background: #000;
	color: #FFF;
}

.cell_1, .cell_2, .cell_3, .cell_4, .cell_5, .cell_6, .cell_7{
	font-size: 13px;
	padding: 3px;
}

/* Contacto */

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 600px;
	height: 200px;
	padding: 1px;
	margin: 10px 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 280px;
	width: 100px;
}
