
/*  
Theme Name: Sofia Feldman Default
Theme URI: http://www.sofiafeldman.org.br/
Description: Layout desenvolvido por <a href="http://www.uzzina.com/">Marcelo Bruzzi</a>.
Version: 0.9B
Author: Gabriel Tadeu
Author URI: http://www.opencorporate.com/

Theme last updated: Dez 10, 2008
*/

/***** Geral *****/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

* html #footer {
	clear: both;
}

* html #wrap {
	height: 100%;
	margin: 0 auto !important;
}

html {
	height: 100%;
}

body {
	background: url(images/bg_wrap.png) top center repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.0em;
	height: 100%;
}

body.less {
	background: url(images/bg_wrap-less.png) top center repeat-y;
}

input,  select,  textarea {
	border: 1px solid #D9CDED;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h2 {
	display: inline;
}

h3 {
	color: #178073;
	font-size: 1.091em;
	display: inline;
}

h4 {
	color: #3E2567;
	font-size: 1.0em;
	padding: 0 0 5px 0;
}

p {
	padding-bottom: 10px;
}

ul,  ol {
	list-style-position: inside;
}

a img {
	border: none;
}

a:link,  a:visited {
	color: #178073;
	text-decoration: none;
}

a:active,  a:hover {
	color: #3E2567;
}

a.link {
	background: url(images/ico_link.png) no-repeat 0px 2px;
	color: #178073;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}

a.link:active,  a.link:hover {
	background: url(images/ico_link_hover.png) no-repeat 0px 2px;
	color: #3E2567;
}

/***** Estrutura *****/

div#wrap {
	color: #444;
	font-size: 1.1em;
	min-height: 100%;
}

/***** Topo *****/

div#header {
	background: url(images/bg_header.png) no-repeat top center;
	height: 190px;
	position: relative;
	z-index: 2;
}

div#header div {
	margin: 0 auto;
	width: 770px;
}

div#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	float: left;
	height: 100px;
	width: 170px;
	text-indent: -5000px;
}

div#header div#spot {
	float: right;
	width: 570px;
}

/***** Conteudo *****/

div#main {
	margin: 0 auto;
	padding-bottom: 65px;
	width: 770px;
}

/***** Coluna Esquerda *****/

div#left-column {
	float: left;
	line-height: 1.4em;
	width: 161px;
}

/***** Menu *****/

div#left-column ul {
	list-style: none;
	list-style-position: outside;
}

div#left-column ul li {
	margin-top: -5px;
	text-align: center;
	position: relative;
}

div#left-column ul li a {
	background: url(images/bg_menu2.png) bottom left no-repeat;
	color: #178073;
	display: block;
	height: 25px;
	padding: 10px 0 0 0;
}

div#left-column ul li a:hover,
div#left-column ul li.current-cat a,
div#left-column ul li.current_page_ancestor a,
div#left-column ul li.page_item.current_page_item a,
div#left-column ul li ul li.current_page_item a {
	background: url(images/bg_menu2_hover.png) bottom left no-repeat;
}

div#left-column ul li.current-cat a,
div#left-column ul li.page_item.current_page_item,
div#left-column ul li ul li.current_page_item {
	font-weight: bold;
}

div#left-column ul li.current_page_item ul li {
	font-weight: normal !important;
}

div#left-column ul li ul {
	display: none;
}

div#left-column ul li ul li a {
	background: url(images/bg_submenu.png) bottom left no-repeat !important;
}

div#left-column ul li ul li a:hover,  div#left-column ul li ul li.current_page_item a {
	background: url(images/bg_submenu_hover.png) bottom left no-repeat !important;
	color: #3E2567;
}

/***** Coluna Direita *****/

div#right-column {
	float: left;
	width: 609px;
}

/***** Coluna Direita: Topo *****/

div#top-right {
	background: url(images/bg_top_rightcolumn.png) no-repeat bottom right;
	clear: both;
	height: 145px;
	padding: 25px 0 0 0;
	position: relative;
	z-index: 1;
}

div#main.internal div#top-right {
	height: 50px;
	margin-bottom: -70px;
	padding: 80px 0 0 15px;
	top: -70px;
	z-index: 1;
}

div#main.internal div#top-right h2 {
	color: #178073;
	display: block;
	font-size: 1.455em;
	line-height: 1.1em;
	margin: -5px 0 0 0;
	width: 425px;
}

div#top-right ul {
	list-style: none;
}

div#top-right ul li {
	border-right: 1px solid #F2EEF9;
	float: left;
	padding: 0 0 0 15px;
	width: 285px;
}

div#top-right ul li span {
	float: left;
	height: 90px;
	overflow: hidden;
	width: 70px;
}

div#top-right ul li span a {
	margin-left: 0px;
}

div#top-right ul li div {
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
}

div#top-right ul li div h3 {
	text-transform: uppercase;
}

div#top-right ul li div p {
	line-height: 1.1em;
	padding: 5px 0;
}

/***** Coluna Direita: Baixo *****/

div#bottom-right {
	padding: 5px 0 0 0;
}

div#bottom-right h3 {
	display: block;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

div#bottom-right div#content {
	float: left;
	width: 425px;
	padding: 0 15px 0 15px;
}

#content ul {
	padding-bottom: 10px;
}

#content ul ul {
	list-style-position: outside;
	padding: 5px 0 0 26px;
}

.less div#bottom-right div#content {
	width: 577px;
}

div#main.internal div#content {
	text-align: justify;
	line-height: 1.3em;
}

div#content table {
	background: #F2EEF9;
	border-bottom: 1px solid #F2EEF9;
	border-right: 1px solid #F2EEF9;
	margin: 0 0 10px 0;
	width: 100%;
}

div#content table .odd {
	background: #FFF;
}

div#content table th,  div#content table td {
	border-left: 1px solid #F2EEF9;
	border-top: 1px solid #F2EEF9;
	padding: 3px;
	text-align: center;
	width: auto;
}

div#content table th {
	background: url(images/bg_table_th.gif);
	color: #178073;
	padding: 5px;
}

div#content table tr:hover {
	background: #D9CDED;
}

.internal ul#archive,  div#content ul#news {
	list-style: none;
}

.internal ul#archive li,  div#content ul#news li {
	border-right: 1px solid #F2EEF9;
	float: left;
	margin-bottom: 10px;
	padding: 0 15px;
}

.internal ul#archive li {
	height: 225px;
	margin-bottom: 25px;
	overflow: hidden;
}

.internal ul#archive li span,  div#content ul#news li span {
	background: url(images/sombra_imgNoticias.gif) no-repeat bottom left;
	display: block;
	height: 61px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	width: 120px;
}

.internal ul#archive li span small,  div#content ul#news li span a {
	display: block;
	height: 75px;
	margin: -15px 0 0 0;
	overflow: hidden;
	width: 120px;
}

.internal ul#archive li span strong,  div#content ul#news li span strong {
	background: #d9cded;
	color: #3e2567;
	display: block;
	font-size: 0.909em;
	font-weight: normal;
	padding: 1px 5px;
	position: relative;
	top: -16px;
}

div#content ul#news li span strong {
	padding: 2px 5px;
	top: -14px;
}

.internal ul#archive li span small img,  div#content ul#news li span a img {
	margin-top: 0px;
}

.internal ul#archive li p,  div#content ul#news li p {
	line-height: 1.3em;
	text-align: left;
	width: 120px;
}

/***** Coluna Direita: Enquete *****/

div#bottom-right div#column {
	float: left;
	width: 125px;
	padding: 0 10px 0 15px;
}

/***** Coluna Direita: Galeria *****/

.less div#bottom-right div#column {		/*Sem a coluna*/
	display: none;
}

div#bottom-right div#column div.gallery {
	position: relative;
	top: -56px;
	z-index: 3;
}

div.gallery img {
	background: url(images/sombra_imgNoticias.gif) #FFF repeat-x bottom;
	margin-bottom: 4px;
	padding: 1px 1px 6px 1px;
}

/***** Rodape *****/

div#footer {
	background: url(images/bg_footer.gif) no-repeat center bottom;
	clear: both;
	display: block;
	height: 85px;
	margin-top: -85px;
	position: relative;
	width: 100%;
}

div#footer a {
	background: url(images/open.gif) no-repeat;
	display: block;
	height: 28px;
	margin: 10px 0 0 124px;
	position: absolute;
	text-indent: -5000px;
	width: 8px;
}

div#footer div {
	margin: 0 auto;
	width: 740px;
}

div#footer address {
	color: #178073;
	font-style: normal;
	font-size: 1.1em;
	padding: 60px 0 0 0;
	text-align: right;
}

/***** Contact Form *****/

div.wpcf7 {
	border-bottom: 1px solid #F2EEF9;
	margin:  0 0 15px 0;
	padding:  0 0 10px 0;
	overflow: auto;
}

div.campo1,  div.campo2 {
	float: left;
	width: 275px;
}

div.campo1 label,  div.campo2 label {
	padding: 0 0 5px 0;
}

div.campo1 div {
	padding: 0 0 5px 0;
}

div.campo2 {
	float: right;
	padding: 0 0 10px 0;
}

div.campo1 input,  div.campo2 textarea {
	height: 16px;
	padding: 2px;
	margin-top: 2px;
	width: 269px;
}

div.campo3 * {
	float: left;
}

div.campo3 img {
	margin: 3px 0 0 10px;
}

div.campo2 textarea {
	height: 103px;
}

div.wpcf7-response-output {
	clear: both;
	float: none;
	display: none;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: right;
}

div.wpcf7-validation-errors {
	background: url(images/ico_warning.png) 10px -10px no-repeat;
	border: 1px solid #F7E700;
	display: block;
}

div.wpcf7-mail-sent-ok {
	background: url(images/ico_send.png) 10px -5px no-repeat;
	border: 1px solid #398f14;
	display: block;
}

#sendButton {
	background: url(images/bg_table_th.gif) -3px -3px;
	border: 1px solid #D9CDED;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	height: inherit;
	margin: 0 0 10px 0;
	padding: 2px 0;
	width: 75px;
}

#sendButton:hover {
	background: url(images/bg_table_th.gif);
}


/* Contact Form 7 */
.wpcf7-not-valid-tip {
	display: none !important;
	background: pink !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

/* Blogroll */
.blogroll li {
	margin: 0 0 5px 0;
}