/*
Theme Name: City Lights
Theme URI: http://www.freewpthemes.net/preview/citylights/
Description: A Web 2.0 design with fluid width. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

/*
Inserirdo as primeiras modificações de cores
	azul: #0099FF
*/

body {
	margin: 75px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: left;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0099FF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 160%;
}

blockquote {
	margin: 0 0 1.2em 1em;
	padding-left: 40px;
	background:url(images/aspas.jpg) no-repeat left top;
	font-size:0.8em;
	font-style:italic;
}

a {
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 42px;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	font-size: 2.4em;
	padding: 0px 0 0 0px;
}

#logo p {
	margin: 0;
	padding: 18px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #222426;
}

#logo p a {
	color: #222426;
}

#menu {
	float: right;
	margin-top: 5px;
}

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

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background:#09F;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	background: #1B2025;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: #1B2025;
	color: #FFFFFF;
}

#banner {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
	background-image:url(images/banner_pessoas.jpg);
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

/* Content */

#content {
	margin-right: 340px;
	padding: 0 0px 0 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	font-weight: normal;
	font-size: 2.2em;
}

.title h2 a {
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(images/img02.gif) no-repeat left center;
	border-top: 4px #D8DFE6 solid;
	line-height: normal;
}

.post .title p a {
}

.post .entry {
	padding: 0;
}

.post .links {
	padding: 5px 0;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: left;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
	padding: 0 0 0 20px;
	background: url(images/img04.gif) no-repeat left 50%;
}

.post .links .comments {
	margin-left: 20px;
	background: url(images/img05.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

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

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 0px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
	font-weight: normal;
	font-size: 1.6em;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 75px;
	height: 29px;
	font-weight: normal;
}

#search #s {
	padding: 5px;
	width: 145px;
	height: auto;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	padding: 20px 0 10px 0;
	border-top: 2px #EEEEEE solid;
	background: #F5F5F5;
	text-align:center;
	height: auto;
	margin:auto;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

#footer .legal a {
	padding: 0;
}

h5 { /*ajusta o currículo, tópico Cursos, Treinamentos e Palestras de Atualização Profissional*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	font-weight: bold;
}

#post-17 ul li p {/*este tb.*/
	margin-top: 0px;
	padding-top: 0px;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
}

/*post 20 é a página de depoimentos*/
#post-20 blockquote p {
	font-size: 1.1em;
	margin-bottom: -0.2em;
	margin-top:3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#post-20 p {
	font-size:0.8em;
}
/*========================================================================*/
.alignleft {
	float:left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin:10px;
}

.wp-caption-text {
	font-size:80%;
	text-align:center;
	font-style:italic;
	color: #0099ff;
}

/*===========================================================================*/
#sergioBatista{
	font-size:1.2em !important;
	}
	
#footer p.links {
	clear:both;
	}
	
#footerLeft {
	float:left;
	width:auto;
	margin-left:auto:
	}
#footerLeft ul li {
	display:inline;
	float:left;
	margin:0 25px;
}

#footerRight {
	width:300px;
	text-align:right;
	float:right;
	font-size: 0.7em;
}

#footerRight li {
	margin:10px 0;
}

#footer ul {
	list-style-type: none;
}

#footerWrap {
	width:960px;
	margin:0 auto;
	}
/*============================================== CUSTOMIZAÇÃO DO TEXTO COLAPSÁVEL DO CURRÍCULO*/
#post-17 p a {
	margin: 0;
	text-decoration:underline;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0099FF;
	font-size:1.5em;
}

a.post-edit-link {
	font-style:italic;
	color:#FFFFFF;
	background-color:#0099FF;
	font-weight:bold;
	padding:3px;
}

p.leiamais a {
	background:#FFCC00 url(images/seta_leiamais.gif) no-repeat;
	padding:2px 2px 2px 17px;
	font-weight:bold;
	font-style:normal;
	}

textarea#comment {
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:5px;
	border:#626262 1px solid;
}
h1.pagetitle {
	font-size:100%;
	border-bottom:#09f dotted 1px;
	margin-bottom:10px;
	padding-bottom:3px;
}