/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
.pane-ct {
	width: 700px;
	padding: 30px;	}

.A1, .A2, .A3, 
.B1, .B2, .B3, 
.C1, .C2, .C3 {
	position: relative;
	float: left;	}

.A1 {	width: 100%;	}

/* *** titulos dos Blocos *** */
.section-title, 
.title, 
.plot {
	margin: 0;
	padding: 0;	}

.title {
	font-weight: normal;	}
	h2.title {	
		font-size: 14pt;
		border-left: 3px solid #ff7a0d;
		padding-left: 5px;	}
	h3.title {
		font-weight: bold;
		font-size: 12pt;
		color: #636363;
		margin: 10px;	}

.section-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef; /*d7e7ff*/
	font-size: 12pt;
	font-weight: bold;
	color: #2a176f;	}

.plot {
	font-size: 12pt;
	font-weight: bolder;
	text-transform: none;
	margin: 10px 0 5px;	}
/* *** FIM titulos dos Blocos *** */

/* *** Blocos - pane-ct *** */
/* ** Detalhe Conteúdo ** */
#text {	}

#text .title {
	margin: 10px 0 5px;
	text-transform: none;
	clear: both;	}

#text .desc {
	font-style: italic;
	margin: 6px 0 12px;	}

#text .date {
	margin: 20px 0 0 !important;
	float: left;
	clear: both;
	font-size: 0.85em;
	color: dimgray;	}

#text .src, 
#text .extra-info {
	font-weight: bold;	}

#text .thumb {
	float: left;
	margin: 0 10px 0 0;	}
#text .thumb .title {
	display: none;	}

.img-detail { 
	margin: 0 0 10px 10px;
	float: right;
	text-align: right;
	width: 1px;	}

.img-detail td {
	font-size: 0.8em;
	color: #999999;	}
/* ** FIM Detalhe Conteúdo ** */

/* ** Galeria ** */
#gallery h3.title {	margin: 15px 0 0 !important;}

#photo-box {
	z-index: 99 !important;	}
.df-list-img#photo-box {
	margin: 10px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;	}
	
.df-list-img#photo-box li {
	position: relative;
	float: left;
	background: white;
	margin: 0 8px 8px 0;
	padding: 3px;
	background: white;
	border: 1px solid #eeeeee;	}
.df-list-img#photo-box li:hover {
	border: 1px solid #00adee;
	background: #00adee;	}

.df-list-img#photo-box li img {
	background: #f4f5f2;
	width: 100px;
	height: 100px;	}
#photo-box .photo {
	border: none;
	margin: 0;
	padding: 0;	}
#photo-box .title {
	display: none;	}

.df-list-img#photo-box li a:link, 
.df-list-img#photo-box li a:visited {
	text-decoration: none !important;}

.df-list-img#photo-box li a:hover, 
.df-list-img#photo-box li a:active, 
.df-list-img#photo-box li a:focus {
	color: #ffa200;
	text-decoration: underline !important;}

.cod-img-ant, 
.cod-img-pos {
	display: none;	}
/* ** FIM Galeria ** */

#item-set {}

#item-set .item {
	position: relative;
	float: left;
	width: 210px; height: 85px;
	margin: 10px 10px 0 0;	}

#item-set .item .thumb {
	width: 205px;
	height: 80px;
	background: url(../../imgs/bg-img-turismo-interna.png) no-repeat 100% 100%;
	padding: 1px 5px 5px 1px; 	}
#item-set .item .thumb img {
	width: 203px;
	height: 78px;
	border: 1px solid #ffffff;	}

#item-set .item .bgtitle {
	position: absolute;
	bottom: 6px; left: 2px;
	background: #000000;
	opacity: 0.45;
	width: 203px;
	height: 25px;	}
#item-set .item .title {
	position: absolute;
	bottom: 9px; left: 8px;
	font-size: 0.85em;	}

#item-set .item a:link, 
#item-set .item a:visited {	color: white;	font-weight: bold;	}
#item-set .item a:hover, 
#item-set .item a:active,
#item-set .item a:focus {}

#palestrantes-list {	}

#palestrantes-list .df-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;	}

#palestrantes-list .item {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid silver;	}

#palestrantes-list .item .thumb {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 5px 0 0;
	background: #434343;	}
#palestrantes-list .item .thumb img {
	width: 75px;
	height: 75px;	}

#palestrantes-list .item .title {
	display: inline;
	clear: none;	}

#palestrantes-list .item .info {
	color: #30afff;
	font-size: 10pt;
	display: none;	}

#palestrantes-list .item .desc {
	display: block;
	font-style: normal;	}


#news-list .df-list {
	margin: 0;
	padding: 0;	}

#news-list .item {
	list-style-type: none !important;
	list-style-image: none;
	list-style-position: outside !important;
	margin: 10px 0 0 -30px !important;
	padding: 0 0 10px  !important;
	border-bottom: 1px solid #f5f5f5;	}

#news-list .item .title	{
	font-size: 1.3em;
	display: inline;	}

.coding {
	width: 700px;
	white-space: normal;
	color: #959595;	}
/* *** FIM Blocos - pane-ct *** */

/* *** Blocos - pane-rt *** */
#sidebar .list {
	margin: 0 0 /*10px*/;
	padding: 0 0 /*10px*/;
	/*border-bottom: 1px solid #c2d9e6;*/
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	}
#sidebar .item {
	padding: 4px 0 2px 0;
	margin: 0 0 0 0;
	line-height: 1.3em;	}
#sidebar a {
	color: #2a176f;
	font-weight: bold;
	line-height: 1.3;	}

/* *** FIM Blocos - pane-rt *** */