/*
Theme Name: Tudo e Turismo
Theme URI:
Description: Tema desenvolvido para o site Tudo e Turismo.
Version: 0.1
Author: Cayo Medeiros (yogodoshi), Cristiano Santos.
Author URI: http://www.yogodoshi.com
*/

/* YUI CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* FIM DO CSS RESET */

/* Geral */

body { 
	background: #444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000;
}

h2 { /* Titulos dos posts */
	font: 2em Lucida Sans, Arial, Helvetica, sans-serif;
	padding-left: 22px;
	background: url(imagens/icon_txt.gif) no-repeat left center;
	margin-bottom: 10px;
}

h2.pagina { /* Titulos das paginas */
	padding-left: 0;
	background: none;
}

h3 { font-size: 1.4em; font-weight: bold; margin-bottom: 10px; }

ul {clear: both; }

strong { font-weight: bold }
em { font-style:italic }
blockquote { margin-left: 2em }

#container {
	width: 960px;
	margin: 20px auto 20px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 15px #000000; /* Top Offset, Right Offset, Size, Color */
	-webkit-box-shadow: 0 0 15px #000000;
	-moz-box-shadow: 0 0 15px #000000;
	clear:both;
}

a:link { text-decoration: none; color: #027FAD; }
a:visited { text-decoration: none; color: #027FAD; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.negrito { font-weight: bold; }

/* Fim geral */

/* header.php */

#header {
	width: 958px;
	height: 157px;
	margin-bottom: 10px;
}

.header_1 {	background: url(imagens/header-praia-copacabana.jpg); }
.header_2 {	background: url(imagens/header-praia-do-leblon.jpg); }
.header_3 {	background: url(imagens/header-arcos-da-lapa.jpg); }
.header_4 {	background: url(imagens/header-bondinho-paodeacucar.jpg); }
.header_5 {	background: url(imagens/header-bondinho-santatereza.jpg); }
.header_6 {	background: url(imagens/header-corcovado.jpg); }
.header_7 {	background: url(imagens/header-floresta-da-tijuca.jpg); }
.header_8 {	background: url(imagens/header-jardim-botanico.jpg); }
.header_9 {	background: url(imagens/header-museu-niteroi.jpg); }
.header_10 { background: url(imagens/header-paodeacucar-botafogo.jpg); }
.header_11 { background: url(imagens/header-praia-barradatijuca.jpg); }

#header h1 { /* logo do site */
	position:relative;
	top: 30px;
	left: 30px;
	float: left;
}

#header h1 a {
	display: block;
	background: url(imagens/logo-tudoeturismo.gif);
	width: 198px;
	height: 97px;
	text-indent: -9999px;
	outline: none;
}

#searchform {
	position:relative;
	float: right;
	top: 70px;
	right: 70px;
}

#searchform input {
	border: none;
	background: #000;
	color: #fff;
	padding: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
}

#searchform #s {
	color: #000;
	background: #fff;
	width: 170px;
	margin-right: 5px;
}

#menu_principal {
	background: #7c7c7c;
	height: 30px;
}

#menu_principal ul li {
	float: left;
	display: block;
	padding: 8px 10px 8px 20px;
}

#menu_principal a {
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
}

#menu_principal div {
	float: right;
	line-height: 1.5em;
}

#menu_principal div a {
	float:left;
	display: block;
	margin: 6px 10px 0 0;
}

/* Fim header.php */

/* Conteudo */

#content {
	width: 640px;
	padding: 11px 0 0 15px;
	float: left;
	margin-right: 30px;
}

#content h4 {
	display:block;
	margin: 15px 0 25px 0;
}

#destaque {
	margin-top: -15px;
}

.sub_destaque {
	float: left;
	width: 305px;
	font-size: 1.3em;
	margin: 10px 15px 0 0;
}

.sub_destaque div {
	background: #f6f6f6;
	padding: 20px 10px 0;
	margin-bottom: 10px;
}

/* fim Conteudo */

/* sidebar.php */

#sidebar{
	float: left;
	width: 275px;
	background-color: #e0f7fe;
}

#sidebar h4 {
	background: #fff;
	padding: 15px 0;
	clear: both;
}

#sidebar #redes_sociais {
	margin-bottom: 15px;
}

#sidebar #redes_sociais ul {
	margin: 15px 10px;
	height: 165px;
}

#sidebar #redes_sociais ul li {
	display: block;
	float: left;
	width: 64px;
	height: 85px;
	margin: 0 0 5px 15px;
}

#sidebar form input {
	border: none;
	background: #000;
	color: #fff;
	padding: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

#sidebar form input.texto {
	color: #000;
	background: #fff;
	width: 170px;
}

#sidebar form #i_nome {
	width: 240px;
}

#sidebar form #politica_privacidade { margin: 10px 0 20px 10px; }

#sidebar #icone_twitter {
	padding: 0 70px 0 0;
	margin: -35px 10px 0 0;
	background: url(imagens/twitter.png) no-repeat center right;
	float: right;
	height: 64px;
	line-height: 110px;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar .twitter li {
	font-size: 1.1em;
	padding: 15px 0;
	border-bottom: 1px solid #929da1;
	margin: 0 10px;
}

#twitter_followme {
	float: right;
	margin: 20px 10px 15px 0;
	font-size: 1.1em;
	font-weight: bold;
}

#twitter_followme a { text-decoration:none; }
#twitter_followme a:hover { text-decoration:underline; }

#sidebar div.subsecoes {
	margin: 10px 10px 20px;
	font-size: 1.1em;
}

#sidebar div.subsecoes p.negrito {
	font-size: 1.2em;
	margin-top: 1em;
}

/* fim sidebar.php */


/* footer.php */

#footer {
	clear: both;
	background: #d5d5d5;
	padding: 20px;
	width: 920px;
	margin: 10px 0;
	color: #444;
	position: relative;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	float: left;
	display: block;
	padding-bottom: 2px;
	line-height: 0.8em;
	border-right: 1px solid #444;	
}

#footer ul li:last-child {
	border-right: none;	
}

#footer ul li a {
	margin: 0 5px;
	color: #444;
}

#footer ul li:first-child a {
	margin-left: 0;
}

#footer p {
	font-size: 1.1em;
	font-weight: bold;
}

#footer #wp {
	position: absolute;
	top: 20px;
	right: 10px;
}

/* fim footer.php */

/* inicio s3Slider */

#s3slider {
   width: 638px; /* important to be same as image width */
   height: 376px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 638px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 1.2em;
   line-height: 1.4em;
   padding: 15px;
   width: 608px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   /* top: 0; se quiser o texto aparecendo em cima */
   bottom: 3px; /* por causa da borda da imagem que tem 3px */
}

.s3sliderImage span a {
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.7em;
	display: block;
	font-size: 1.5em;
}

.s3sliderImage span p {
	font-size: 1.2em;
}

.clear {
   clear: both;
} 

/* fim do s3Slider */

/* inicio single e page */

h2 a:link, h2 a:visited {
	color: #0167c7;
}

p.data, p.comentarios {
	color: #012c54;
	float: left;
	font-weight: bold;
	padding-left: 22px;
	margin-right: 5px;
}

p.data { background: url(imagens/icon_ical.gif) no-repeat left center; }
p.comentarios { background: url(imagens/icon_vcard.gif) no-repeat left center; }

p.comentarios a { color: #012c54; }

.postmeta {
	padding-bottom: 10px;
	border-bottom: 1px solid #5691c9;
	margin: 5px 0 10px;
	height: 2em;
}

.postcontent {
	clear: both;
	font-size: 1.1em;
	line-height: 1.5em;
}

.postcontent p { margin-bottom: 1.4em; }

.postcontent img {
	padding: 4px;
	margin: 5px;
	border: 1px solid #ccc;
}

.postcontent ul, .postcontent ol { margin-left: 2em; }
.postcontent ul { list-style-type:disc; }
.postcontent ol { list-style-type:decimal; }

.postcontent ul li, .postcontent ol li {
	margin: 0 0 1em 1.4em;
}

.pubinfo {
	background-color: #e0f7fe;
	padding: 13px;
	height: 3.5em;
	margin-bottom: 25px;
	clear: both;
}

.pubinfo p {
	padding-left: 22px;
	font-size: 1.1em;
	margin: 0 10px 10px 0;
	float: left;
	color: #023b70;
}

.pubinfo a { color: #023b70; }

p.categorias { background: url(imagens/icon_dmg.gif) no-repeat left center; }
p.tags { background: url(imagens/icon_exe.gif) no-repeat left center; } 
p.rss { background: url(imagens/icon_feed.gif) no-repeat left center; clear: both; float: none; line-height: 16px; }

ul.dagon_sitemap li { margin: 0 0 0.5em 1.4em; }

/* fim single e page */

/* inicio comments.php */

.qnt_comentarios {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
}

ol.commentlist li {
	margin-bottom: 25px;
	line-height: 1.5em;
	font-size: 1.1em;
	clear: both;
}

ol.commentlist li div.commentgravatar {
	margin-right: 15px;
	float: left;
	width: 80px;
	padding-top: 4px;
}

ol.commentlist li div.commentgravatar img {
	padding: 4px;
	border: 1px solid #ccc;
}

ol.commentlist li div.commenttext {
	float: left;
	width: 505px;
}

ol.commentlist li div.commenttext a:link, ol.commentlist li div.commenttext a:visited {
	color: #023b70;
}

ol.commentlist li div.commenttext p.commentinfo {
	font-weight: bold;
}

#respond {
	color: #023b70;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.3em;
}

#commentform p label { padding-bottom: 5px; }

#commentform textarea, #commentform input.text {
	border: 1px solid #00aeef;
	margin: 0 7px 10px 0;
	padding: 4px 3px 3px;
}

#commentform textarea {	width: 500px; }

#commentform input.text {
	width: 300px;
	height: 19px;
	padding-left: 25px;
}

#commentform #author { background: url(imagens/user.png) no-repeat 5px 5px; }
#commentform #email { background: url(imagens/mailto.gif) no-repeat 5px 5px; }
#commentform #url { background: url(imagens/pic.gif) no-repeat 5px 5px;}

#commentform em { color: #023b70; }

#commentform input.submit {
	color: #00aeef;
	background-color: #c1effe;
	border: 1px solid #cdcdcd;
	padding: 5px 10px;
	margin-bottom: 50px;
	cursor: pointer;
}

/* fim comments.php */

.floatLeft { float: left; }
.floatRight { float: right; }