/*
Theme Name: MPC Curitiba
Theme URI: http://www.mpccuritiba.org.br/
Description: Design adaptado por DJIO para uso exclusivo no website da MPC Curitiba.
Version: 1.1
Author: Dionizio Bonfim Bach - DJIO
Author URI: http://www.djio.com.br/
Tags: red, black, custom header, fixed width, three columns, gallery, centered

	Este theme foi adaptado por DJIO do Template #12874.
	Se você deseja um design personalizado para seu site, entre
	em contato com DJIO ou visite o site: www.djio.com.br/web
	
	------------------------------------------------------------
	
	This theme was adapted and tunned form Template #12874.
	If you wish a custom web design or tamplate tunning, please
	contact DJIO or visit the website: www.djio.com.br/web
*/



/* Begin Typography & Colors */

/********************************************************/
/*	GERAL												*/
/********************************************************/

body, td, th {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF url(img/fundo_topo.gif) repeat-x top;
}
h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
	padding: 0;
}
/* imagens */
img {
	border: 0;
}
#conteudo img.alignleft {
	float: left;
	margin-right: 1em;
}
#conteudo img.alignright {
	float: right;
	margin-left: 10px;
}
/* links */
a {
	color: #EB1E25;
}
a:visited {
	color:#F00;
}
/* alinhamento de texto */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
/* floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.limpa-float {
	clear: both;
}



/* Extras */
.separador-topo {
	border-top: 2px dashed #999999;
}
/********************************************************/
/*	COMEÇO												*/
/********************************************************/
#box {
	width: 900px;
	margin: 0 auto;
}

/********************************************************/
/*	TOPO												*/
/********************************************************/
#box #topo {
	height: 10px;
	margin-bottom: 249px;
}
#box #destaque {
	position: absolute;
	left: inherit;
	top: 10px;
	z-index:3;
}
#box #menu {
	width: 900px;
	position: absolute;
	top: 10px;
	left: inherit;
	z-index:1;
}
#menu #menu_lista {
	float: right;
	height: 240px;
	width: 260px;
}
#menu_lista ul {
	margin: 0px;
	padding: 0px;
}
#menu_lista ul li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 0px;
}
#menu_lista ul li a, #menu_lista ul li.menu_ativo {
	display: block;
	width: 128px;
	height: 58px;
	background-repeat: no-repeat;
}
#box #menu span {
	display: none;
}
/* inicio */
#menu_lista #menu_inicio a {
	background: url(img/bt_inicio.png) top;
}
#menu_lista #menu_inicio a:hover {
	background: url(img/bt_inicio.png) center;
}
#menu_lista #menu_inicio.menu_ativo a, #menu_lista #menu_inicio.menu_ativo a:hover {
	background: url(img/bt_inicio.png) bottom;
}
/* mpc */
#menu_lista #menu_mpc a {
	background: url(img/bt_mpc.png) top;
}
#menu_lista #menu_mpc a:hover {
	background: url(img/bt_mpc.png) center;
}
#menu_lista #menu_mpc.menu_ativo a, #menu_lista #menu_mpc.menu_ativo a:hover {
	background: url(img/bt_mpc.png) bottom;
}
/* noticias */
#menu_lista #menu_noticias a {
	background: url(img/bt_noticias.png) top;
}
#menu_lista #menu_noticias a:hover {
	background: url(img/bt_noticias.png) center;
}
#menu_lista #menu_noticias.menu_ativo a, #menu_lista #menu_noticias.menu_ativo a:hover {
	background: url(img/bt_noticias.png) bottom;
}
/* equipe */
#menu_lista #menu_equipe a {
	background: url(img/bt_equipe.png) top;
}
#menu_lista #menu_equipe a:hover {
	background: url(img/bt_equipe.png) center;
}
#menu_lista #menu_equipe.menu_ativo a, #menu_lista #menu_equipe.menu_ativo a:hover  {
	background: url(img/bt_equipe.png) bottom;
}
/* agenda */
#menu_lista #menu_agenda a {
	background: url(img/bt_agenda.png) top;
}
#menu_lista #menu_agenda a:hover {
	background: url(img/bt_agenda.png) center;
}
#menu_lista #menu_agenda.menu_ativo a, #menu_lista #menu_agenda.menu_ativo a:hover {
	background: url(img/bt_agenda.png) bottom;
}
/* fotos */
#menu_lista #menu_fotos a {
	background: url(img/bt_fotos.png) top;
}
#menu_lista #menu_fotos a:hover {
	background: url(img/bt_fotos.png) center;
}
#menu_lista #menu_fotos.menu_ativo a, #menu_lista #menu_fotos.menu_ativo a:hover {
	background: url(img/bt_fotos.png) bottom;
}
/* links */
#menu_lista #menu_links a {
	background: url(img/bt_links.png) top;
}
#menu_lista #menu_links a:hover {
	background: url(img/bt_links.png) center;
}
#menu_lista #menu_links.menu_ativo a, #menu_lista #menu_links.menu_ativo a:hover {
	background: url(img/bt_links.png) bottom;
}
/* contato */
#menu_lista #menu_contato a {
	background: url(img/bt_contato.png) top;
}
#menu_lista #menu_contato a:hover {
	background: url(img/bt_contato.png) center;
}
#menu_lista #menu_contato.menu_ativo a, #menu_lista #menu_contato.menu_ativo a:hover {
	background: url(img/bt_contato.png) bottom;
}

/********************************************************/
/*	MIOLO												*/
/********************************************************/
#box #miolo p {
	margin: 0px;
	padding: 7px;
}
/* CONTEÚDO */
#miolo #conteudo {
	width: 500px;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
}
#conteudo h3, 
#conteudo h4 {
	line-height: 2em;
	margin-top: 0.5em;
}
#conteudo img {
	margin: 0.5em 0;
}
#conteudo .lista-artigos, #conteudo #the_content {
	background: url(img/detalhe_vermelho.gif) no-repeat left top;
	margin: 2px 0;
}
#conteudo .lista-artigos a {
	color: #000000;
}
#conteudo #the_content {
	padding: 7px 0;
}
#miolo #conteudo h1 {
	font-size: 18px;
	background-color: #EB1E25;
	background-image: url(img/canto.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	line-height: 35px;
	height: 35px;
	padding-left: 9px;
}
#miolo #conteudo h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#miolo #conteudo ul li {
	margin-bottom: 7px;
}
#miolo #conteudo h2 {
	padding: 10px 0 0 0;
	font-size: 15px;
}
#miolo #conteudo p {
	padding: 4px 0;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#miolo #conteudo .pagetitle {
	padding-bottom: 1em;
}
#conteudo #navegacao {
	border: dashed #CCCCCC;
	border-width: 1px 0;
	margin: 0.5em 0;
	padding: 0.5em 0;
	font-size: 12px;
}
#conteudo #the_content h3 {
	line-height: 2em;
	padding-top: 1em;
}

#conteudo #the_content .editThis { padding: 1em 0; }
/********************************************************/
/*	COMENTÁRIOS											*/
/********************************************************/
#conteudo #comentarios {
	background: url(img/detalhe_cinza.gif) no-repeat left top;
	margin: 2px 0;
	padding: 1em 0;
}
#conteudo #comentarios .commentlist li {
	background: url(img/detalhe_cinza.gif) no-repeat left top;
	margin: 2px 0;
	padding: 1em 0;
}
#conteudo #comentarios .comment_text {
	border-left: 2px solid #C6C6C6;
	padding-left: 0.75em;
}
#conteudo #comentarios .commentmetadata {
	display:block;
	border-top: 1px dashed #CCCCCC;
	padding-top: 0.5em;
}
#conteudo #comentarios #comment{
	width:99%;
}

/********************************************************/
/*	BARRA LATERAL										*/
/********************************************************/
#miolo #lateral {
	width: 258px;
	float: right;
	margin-left: 8px;
	color: #FFFFFF;
}


#miolo #lateral ul li {
	padding-right: 7px;
}

/* busca */
#lateral #busca {
	text-align: right;
	margin-bottom: 8px;
}
#lateral #busca form {
	height: 20px;
	margin: 0;
}
#lateral #busca #s {
	height: 18px;
	width: 198px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #434A5D;
	font-size: 12px;
	line-height: 18px;
}
/* caixas laterais */
#lateral .lateral_fundo, #lateral .lateral_fundo_vermelho {
	padding-bottom: 5px;
	margin-bottom: 1em;
}
#lateral .lateral_fundo {
	background: url(img/detalhe_cinza.gif) no-repeat left bottom;
}
#lateral .lateral_fundo_vermelho {
	background: url(img/detalhe_vermelho.gif) no-repeat left bottom;
}
#lateral .lateral_canto {
	padding-bottom: 0.5em;
	background: url(img/canto.gif) no-repeat right bottom;
}
#lateral .lateral_fundo .lateral_canto {
	background-color: #434A5D;
}
#lateral .lateral_fundo_vermelho .lateral_canto {
	background-color: #EB1E25;
}
#lateral h3 {
	font-size: 16px;
	padding: 7px;
	margin: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCCCCC;
}
#lateral li {
	margin: 0 0 0.5em -1em;
}
#lateral a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#lateral .link a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#lateral .link a:hover {
	text-decoration: underline;
}
#lateral .mais {
	border-top: 1px dashed #CCCCCC;
	padding: 0.5em 1em 3px 0 ;
	text-align: right;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 2em;
	}

/********************************************************/
/*	PROPAGANDA											*/
/********************************************************/
#miolo #ads {
	width: 125px;
	float: left;
	margin-right: 9px;
}

/********************************************************/
/*	RODAPE												*/
/********************************************************/

#rodape {
	display: block;
	height: 90px;
	background: url(img/fundo_rodape.gif) repeat-x top left;
	text-align: center;
	color: #373B46;
}
#rodape div {
	padding-top: 23px;
}
#rodape div p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	word-spacing: 0.7em;
}
#rodape div small {
	line-height: 25px;
	font-size: 11px;
}
#rodape a {
	color: #373B46;
	text-transform: uppercase;
	text-decoration: none;
}
#rodape a:hover {
	color: #000000;
	text-decoration: underline;
}
#rodape a:visited {
	color: #373B46;
}

/********************************************************/
/*	RODAPE												*/
/********************************************************/
#wpcf label {
	float:left;
	display:block;
	width:150px;
	text-align: right;
	margin-right: 3px;
}

/********************************************************/
/*	QUOTE												*/
/********************************************************/
.quote {
	background-image: url(img/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
}

.quote div {
	background-image: url(img/quote2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 30px 10px 0;
}


/********************************************************/
/*	BREADCRUMBS											*/
/********************************************************/
.breadcrumb {
	line-height: 1.8em;
	background: url(img/detalhe_cinza.gif) no-repeat left bottom;
	padding-bottom: 7px;
}

/* End Various Tags & Classes*/



/* "Just breathe..." */

