/* Reset */
body,div,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,textarea,p,blockquote { 
        margin:0;
        padding:0;
}

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	height: 100%;
	/*background: #fff url(img/bg.jpg) repeat-x;*/
	background: #eee url(images/skyforest.jpg) no-repeat top center;
	}
p {margin: 0.3em; padding: 0.2em; }
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; text-decoration: underline; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }
hr { border: 2px #cecece dotted; margin: 1em 0; }
hr.short { width: 75%; }
p.bold { font-weight: bold; }
.clearleft { clear: left; }
a img {border: 0;}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	/*
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	*/
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/header_botm.jpg) no-repeat 0px 70px;
	text-align: left;
	padding: 45px 0 30px 20px;
	height: 180px;
	margin-bottom: 15px;
}

#header #htitle {
	margin-top: 44px;
	padding: 0;
	background: url(images/turismo-top.png) no-repeat top left;
	width: 300px;
	height: 35px;
}

#htitle h1 {display: none;}
	
#header form {
  display: inline;
  margin: 10px 0; 
	clear: both;
	padding: 20px 0 0 15px;
	color: #333;
}

#header legend {
	color: #6b7d16;
	background: transparent;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 6px;
	margin-bottom: 8px;
}

#header fieldset {
  display: inline;
  background: transparent;
	font: 1em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #333;
	padding: 2px;
	border: none;
	width: 465px;
}

#header label {
  font: 1.1em "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #6b7d16;
	text-align: right;
	float: none;
	margin-right: 5px;
	display: inline;
	width: 90px;
}

#header input, select {
  font: 1.1em "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #f9f5b9;
  margin: 0 5px 4px 0;
  /*border: 0;*/
  border: solid 1px #546409;
}

#header input.formSubmit {
  color: #fff;
  background-color: #6b7d16;
  cursor: pointer;
}

#header h2 {
	margin: 0; 
	clear: both;
	padding: 10px 0 5px 15px;	
	font-size: 1.2em;
	color: #a4980d;
}
#header h1 {
	margin-top: 40px; 
	padding: 0;
	/*clear: both;*/
	/*padding: 15px 0 0 5px !important;*/	
	font-size: 2.5em;
	color: #6b7d16;  /*##73880A;*/
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }

#header p {margin-left: 15px;}

#blockwhite {height: 10px; margin:0; background: none;}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 10px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	margin-bottom: 0 !important;
	font-size: 1.2em;
	background: url(img/nav.png) no-repeat;
	width: 100px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background: url(img/nav-on.png) no-repeat; color: #546409; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 755px;
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #fff;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-weight: normal;
	margin-bottom: 5px;
	}	
#content h2 em { 
	color: #6b7d16; 
	font-style: normal;
	}

#content strong.green {
  color: #92AF0A;
}

#content strong.red {
  color: #6F0000;
}

#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content ul li {
	list-style-type: none;
	/*background: url(img/bullet.gif) no-repeat 0px 8px;*/
	padding-left: 5px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom:10px;
	}
#content ol li {
  padding: 0 0 0 5px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	/*float: left;*/
	width: 225px;
	text-align: left;
	border-right: solid 1px #d3d3d3;
	margin-right: 5px;
	padding-bottom: 20px;
}

#left #suscribeheader {
	text-align: right;
	background-color: #fff;

}

#left p.padrinos {
  line-height: 1.5em;
  letter-spacing: 0em;
}

#left h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	color: #414F00;
	border-bottom: 1px solid #eee;
}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 500px;	
	text-align: left;
	padding-right: 10px;	
	}

#right p.results {
  line-height: 1.8em;
}

h2.pagetitle { 
	font-size: 1.3em;
	font-weight: bold;
	color: #5C6F00;
}

/*------------------------------------------------------------*
**  wide
**------------------------------------------------------------*/

#wide {
  float: none;
  text-align: left;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	/*position: absolute !important;*/
	width: 100% !important;
	height: 143px;
	/*z-index: 500 !important;
	position: relative;*/	
	padding: 0;	
	margin-top: -55px; /* -36*/
	color: #999;	
	font-size: 11px;
	/*border-top: 3px solid #ccc;*/
	background: #eee url(images/big_footer.jpg) no-repeat center bottom;
}

#footer p { padding-top: 90px; text-align: center; }	
/*#footer a:hover { background-color: #222; }*/

/* Editando */
.alt {
	margin: 0;
	padding: 10px;
	background-color: #F1FFCF;
	border: 1px solid #D5E6B9;
}
	
.entry { margin-bottom: 20px; }
.entry p { font-size: 1.2em; line-height: 1.5em;}

.post {margin-bottom: 15px; }
.post h2 {font-size: 2em;}
.postmetadata {
	background-color: #F9F5B9;
	/*background: #D5E6B9 url(images/stripe_sgreen.png) repeat-x top left;*/
	color: #000;
	font-size: 1em;
	padding: 0 4px;
	/*
	border-top: 1px solid #C5D774;
	border-bottom: 1px solid #C5D774;
	*/
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#left li.extinfo {
	font-family: Verdana, sans-serif;
	padding-right: 8px;
	font-style: italic;
	line-height: 1.2em;
	color: #414F00;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
/* End Various Tags & Classes*/

