/*  
Theme Name: Irresistible
Theme URI: http://www.woothemes.com/
Description: Irresistible by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body#woothemes {
	background: #283C00 url(images/bg.jpg) repeat-x center 0;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p, ul, ol, table { margin: 0 0 18px }

small {	font-size: 85%; }

/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:400%; }
h2 { font-size:300%; }
h3 { font-size:200%; }
h4 { font-size:150%; }
h5 { font-size:100%; }
h6 { font-size:100%; }
.post h2 { font-size: 240%; line-height: 100%; }
.blog-home h3 {
	font-size:150%;
	line-height: 120%;
}
h1, h2, h3 {
	color: #FFF;
	font-family: "Arial Black", Arial, sans-serif;
	margin-top: 15px;
}
h3 {
	margin-top: 0;
}
h4 {
	color: #a3d5ea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


/* Anchors */
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

/* Lists */
#main div.box1 ul {
	font-size: 120%;
	padding:0 20px;
	list-style:inside;
	padding-top: 0;
}
#main div.box1 ol {
	font-size: 120%;
	padding:0 20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1 { margin:0 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#fff;
	background:url(images/bg-box.png) repeat scroll 0 0;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height: 270px;
		width: 100%;
	}
		#logo { 
			margin: 0;
			position: absolute;
			top: 60px; left: 7px;
		}
			#logo h1 {
				line-height: 0;
			}
			#logo a {
				/* background: url(images/logo.png) no-repeat; */
				cursor: pointer;
				display:block;
			}
			#logo p {
				margin-top: 0;
				color:#3D5602;
				font-size:110%;
				font-style:oblique;
				font-weight:lighter;			
			}
		#header .ministerio-topo {
			position: absolute;
			top: 10px; right: 0;		
		}
	#submenu {
		margin-left: 210px;
		margin-top: 70px;
		width: 330px;
		position: absolute;
	}
	#submenu li.submenu-item a {
		float: left;
		width: 108px;
		height: 26px;
		margin: 5px;
		padding: 9px 0 0 42px;
		color: #265020;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
	}
	#submenu li.submenu-item a:hover {
		background-color: #FFF;
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		text-decoration: none;
		font-weight: bold;
	}
	#submenu li.submenu-mapa-interativo a {
		background: #d4e3b4 url(images/icon.mapainterativo.png) no-repeat 4px 3px;
	}
	#submenu li.submenu-doacao a {
		background: #d4e3b4 url(images/icon.doacao.png) no-repeat 6px 4px;
	}
	#submenu li.submenu-mural a {
		background: #d4e3b4 url(images/icon.mural.png) no-repeat 8px 7px;
	}
	#submenu li.submenu-fotos a {
		background: #d4e3b4 url(images/icon.fotos.png) no-repeat 6px 6px;
	}

	#content {
		padding: 0 0 4em;
		width: 100%;
	}
		.home #main {
			float: left;
			width: 374px;
		}
		#main {
			float: left;
			width: 598px;
			margin-bottom:95px;
		}
		#full {
			float: left;
			width: 960px;
			margin-bottom:95px;
		}
		.home #sidebar {
			float: right;
			width: 543px;
		}
		#sidebar {
			float: right;
			width: 333px;			
		}
		#sidebar h3 { margin:10px 0; }
	
#footer {
	width: 100%; height: 65px;
	background: url(images/bg-footer.gif) repeat-x;
}
	#footerWrap {
		color: #dadada;
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -73px; bottom: -7px }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 38px;
	width: 750px;
	position: absolute;
	top: 10px; left: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	position: absolute;
	top: 27px; left: 0;
}
	#footer #footerWrap #copy a {
		color: #6099ff;
	}

div#hi {
	position: absolute;
	top: 60px; 
	right: 240px;
}
div#hi h3, div#countdown h3 {
	color: #83A244 !important;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 250%;
	margin: 10px 0 !important;
	padding-left: 30px;
}
	div#hi h3 span.numero {
		color: #3D5602;
	}
	div#hi h3 {
		line-height: 90%;
		overflow: visible;
	}

div#hi h3.anos {
	background: url(images/icon.clock.png) no-repeat !important; 
	background-position: 4px 5px !important;
}
div#hi h3.continentes {
	background: url(images/icon.africa.png) no-repeat !important; 
	background-position: 4px 5px !important;
}
div#hi h3.paises {
	background: url(images/icon.australia.png) no-repeat !important; 
	background-position: 2px 7px !important;
}
div#hi h3.quilometros {
	background: url(images/icon.bike.png) no-repeat !important; 
	background-position: 0 10px !important;
}
div#countdown {
	position: absolute;
	top: 75px; 
	right: 0;
	width: 175px;
}
div#countdown h3 {
	color: #3D5602 !important;
}
	div#countdown h3 span.faltam {
		font-size: 130%;
		line-height: 80%;
	}
	div#countdown h3 span.numero {
		font-size: 150%;
	}
	div#countdown h3 span.dias {
		color: #83A244 !important;
	}
	div#countdown h3 span.inicio {
		font-size: 70%;
	}

h3.titulo {
	font-family: "Arial Black", Arial, sans-serif;
	color: #3D5602 !important;
	font-size: 250%;
}
	h3.titulo span.light {
		color: #BAD189;
	}
h3#myWritings {
	margin: 0 0 10px 12px;
}

h3#myVideos {
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	margin: 0 0 10px;
}
h3#myPhotos a {
	color: #3D5602;
	text-decoration: none;
}
h3#myPhotos a:hover {
	text-decoration: underline;
}
h3#myPhotos span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 50%;
	letter-spacing: 0;
	margin-left:8px;
	margin-top:16px;
	position:absolute;
}
h3#myPortfolio {
	margin: 0 0 10px;
}
h3#myLifestream {
	margin: 0 0 10px;
}
h3#myFavblog {
	margin: 0 0 10px;
}


h2.lifestream_date { display:none; } 
p.lifestream_credits { display:none; } 


div.box1, ol.commentlist li, form#comments { background: url(images/bg-box.png) repeat; }

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 10px 25px;
}

.clipping div.box1 {
	padding: 10px 20px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}
	
	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}
	
		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}
		
		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}
		
		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}
		
		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }

div.box2 {
	background-color: #141517;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}

.txt0, .txt0 a, .continue { color: #a3d5ea;}

h4.txt1 {
	background: url(images/ico-1.gif) no-repeat 15px 3px;
	padding: 0 0 10px 45px;
}

#sidebar h3 {
	color: #fff;
	font-weight: normal;
}

#sidebar a {
	color: #6099ff;
}

ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p {	margin: 0 }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #6099ff; }
		
	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}

ol.commentlist .comment-meta a { color:#999; padding-bottom:5px; }
ol.commentlist .children { margin:0; }

ol.commentlist div.comment-childs {
	color:#000;
}

h2.title { color: #fff; margin: 0 0 14px }

div.post { padding: 5px 0px }
.post strong { font-weight: 700;}
.post em { font-style: italic}
.single .post p { font-size: 120% }
.single .post a, #lightbox a { 
	color: #9EBE63;
	text-decoration: underline;
}
.single .post a:hover, #lightbox a:hover { 
	text-decoration: none;
}
.single .post strong { 
	font-size: 110%;
}
/* Header Post */
div.post div.header-post {
	background: #A6AE97;
	color: #000;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px !important;
}
	div.post div.header-post div {
		display: inline;
		margin-left: 5px;
		border-right: solid 1px #838C6F;
	}
	div.post div.header-post div.font-size {
		margin-left: 0px;
	}
	div.post div.header-post div.compartilhar {
		border-right: 0px;
	}
		div.post div.header-post div a {
			color: #000;
		}
	div.post div.header-post span {
		margin-right: 7px;
	}
	div.post div.header-post div.font-size a.a-maior {
		font-size: 120%;
	}
	div.post div.header-post div.font-size, 
	div.post div.header-post div.contraste {
		padding-right: 10px;
	}
	div.post div.header-post div.imprimir, 
	div.post div.header-post div.compartilhar, 
	div.post div.header-post div.contraste {
		padding-left: 7px;
	}
	div.post div.header-post div.contraste a {
		padding: 4px 8px;
		text-decoration: none;
	}
	div.post div.header-post div.contraste a.contraste-verde {
		background: #596740;
		color: #FFF;
	}
		div.post div.header-post div.contraste a.contraste-verde:hover {
			padding: 3px 7px;
			border: solid 1px #FFF;
		}
	div.post div.header-post div.contraste a.contraste-branco {
		background: #FFF;
		color: #000;
	}
		div.post div.header-post div.contraste a.contraste-branco:hover {
			padding: 3px 7px;
			border: solid 1px #000;
		}
		div.post div.header-post div.imprimir a {
			background: url(images/icon.print.png) no-repeat;
			background-position: 58px 0px;
			padding-right: 29px;
		}
	div.post div.header-post div.compartilhar a.compartilhar-twitter {
		background: url(images/icon.share.twitter.png) no-repeat;
		background-position: 0 1px;
		width: 16px;
		height: 17px;
		float: right;
		margin-right: 5px;
	}
	div.post div.header-post div.compartilhar span#sharethis_0 {
		float: right;
		margin-right: 0;
		width: 17px;
	}
	
	div.post div.header-post div.compartilhar a.compartilhar-share-this {
		background: url(images/icon.share.this.png) no-repeat;
		width: 17px;
		height: 17px;
		float: right;
	}



.home .post { border-bottom: 1px dashed #777777}

div.post img { border:1px dashed #888888; padding:5px !important; padding:0; }

.box1 .navigation { padding: 10px 0; }

h2.hd-page {
	margin: 20px 0;
}
div.box1 ul.list2 li, div.list3 li {
	line-height: 13px;
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}
div.list3 .lifestream li { border:none; }


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 375px; height: 100px; background-color: #e9eef4 }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}
			
	form.form p.submit { margin: 0 }
	
	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}
		

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------
/*-------------------------------
Ícones de Mídia Social
-------------------------------*/
ul.social-media {
	list-style: none;
}
ul.social-media li {
	display: inline;
	float:left;
	margin-left:7px;
	margin-right:6px;
}
	ul.social-media li a.youtube{
		width: 66px;
		height: 67px;
		background: url(images/icon.youtube.png) no-repeat;
	}
	ul.social-media li a.youtube:hover{
		background: url(images/icon.youtube.hover.png) no-repeat;
	}
	ul.social-media li a.twitter{
		width: 80px;
		height: 61px;
		background: url(images/icon.twitter.png) no-repeat;
	}
	ul.social-media li a.twitter:hover{
		background: url(images/icon.twitter.hover.png) no-repeat;
	}
	ul.social-media li a.flickr{
		width: 75px;
		height: 61px;
		background: url(images/icon.flickr.png) no-repeat;
	}
	ul.social-media li a.flickr:hover{
		background: url(images/icon.flickr.hover.png) no-repeat;
	}


/*-------------------------------
Sidebar Tabber
-------------------------------*/
#tabs {
	clear: both;
}
#sidebar #tabs {
	padding-top: 20px;
}
.home #sidebar #tabs {
	padding-top: 0;
}
ul.idTabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.idTabs li {
	display: inline;
	margin-right:5px;
	float:left;
}

ul.idTabs li a {
	display:block;
	float:left;
	height:16px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}
#tabs .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#tabs .inside ul li {
	line-height: 13px;
	border-bottom: 1px dashed #555;
	padding: 15px 0;	
}
#tabs .inside ul#comm li {
	background:url(images/ico-6.gif) no-repeat left center;
	padding-left:28px;
}
#tabs .inside ul#pop li {
	background:url(images/icon.star.mini.png) no-repeat left center;
	padding-left:28px;
}


#tagcloud {
	padding:15px;
}
#tabs .inside ul{
	margin:0;
	padding:0px 15px 10px 15px !important;
}
.home #tabs, .home #tab-holder {
	width:260px;
	float:left;
	margin:24px 0 20px;
}
.home div#myfavblog {
	width:260px;
	float:right;
}



/*-------------------------------
Widgets
-------------------------------*/


.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}

table#wp-calendar { margin:0 !important; }

#wp-calendar caption {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	font-weight: bold !important;
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

#flickr {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
#flickr h4 {
	margin-bottom: 5px;
}
#flickr h4 a {
	font-family: Arial, Sans-serif;
	color: #3D5602;
	text-decoration: none;
	font-size: 140%;
}
#flickr h4 a:hover {
	text-decoration: underline;
}
#flickr a.slideshow {
	color: #3D5602;
	padding-left: 28px;
	background: url(images/icon.slides.png) no-repeat;
	padding-top: 3px;
}
#flickr a.slideshow:hover {
	background-position: 0 -18px;
}


#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#flickr .flickr_badge_image a:hover {
	border: 1px dashed #fff;
}
#browseFlickr{
	background: url(images/bg-flickr.png) no-repeat;
	width: 105px; height: 13px;
	margin: 0 25px 10px 12px;
	float:right;
}
#video {
	padding: 10px;
}

#sidebar #advert_125x125 { padding:30px 0 20px 30px; margin: 0 0 18px;	}
#sidebar #advert_125x125 img { margin:0 15px 5px 0; }

#portfolio {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#portfolio a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#portfolio a:hover {
	border: 1px dashed #fff;
}

#twitter-3 .entry-meta {
	font-size: 80%;
	display: block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
/*-------------------------------
Formulário cForms
-------------------------------*/
.cform ol {
	list-style: none !important;
	padding: 0 20px !important;
}
	.cform ol li label {
		display: block;
		margin-top: 10px;
		font-family: "Arial Black", Arial, sans-serif;
		font-size: 150%;
	}
	.cform ol li input, .cform ol li textarea {
		width: 350px;
		font-size: 150%;
		padding: 2px;
	}
	.cform ol li span.reqtxt, .cform ol li span.emailreqtxt {
		margin-left: 5px;
	}
	.cform p.cf-sb {
		text-align: center;
	}
	.cform input.sendbutton {
		background: #FFF;
		color: #2E420B;
		padding: 5px 10px;
	}
	.linklove { display:none; }


/*-------------------------------
Lifestream
-------------------------------*/

.list3 .first, .list3 h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #fff;
}

.list3 .lifestream-icon {
	float: left;
	padding: 0 15px 0 0;
}

.list3 .lifestream-post {
	font-size: 14px;
}

.list3 .lifestream-post p {
	margin: 0 !important;
}


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.clipping .alignleft {margin: 5px 5px 5px 0;}

.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap, .both { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }


/*-------------------------------
Contraste
-------------------------------*/
.alto-contraste .box1, .alto-contraste ol.commentlist li {
	background:#FFF none !important; 
	color: #000;
}
	.alto-contraste .box1 h2,.alto-contraste .box1 h3, .alto-contraste .box1 p.txt0, .alto-contraste .box1 p a, .alto-contraste ol.commentlist li a {
		color: #5A6F2F !important;
	}
	.alto-contraste .box1 blockquote {
		background:#DDD none; 
		color: #000;
	}

/*-------------------------------
Caption da imagem
-------------------------------*/
div.wp-caption {
	padding: 5px;
}
div.wp-caption p.wp-caption-text {
	margin: 0;
	text-align: center;
	font-size: 90%;
	color: #BBB;
}

h1.entry-title {
	font: normal 300% "Arial Black", Arial, Sans-serif;
	margin: 0 0 20px;
	color: #FFF !important;
}
.bloco-integrante {
	float: left;
	width: 380px;
	border: dashed 1px #FFF;
	margin-left: 20px;
	padding: 15px;
	height: 280px;
	font-size: 120%;
	margin-bottom: 40px;
}
.bloco-right {
	margin-left: 40px;
}
.bloco-integrante h3 {
	background:#FFFFFF none repeat scroll 0 0;
	margin-top:0px;
	padding:2px 5px;
	position:absolute;
	width:205px;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family: "Arial Black", Arial, sans-serif;
	color: #83A244 !important;
	font-size: 150%;
}
.bloco-integrante .photo, 
.bloco-integrante .dados  {
	float: left;
}
.bloco-integrante .dados {
	width: 155px;
	margin-left: 10px;
}
.bloco-integrante dt {
	font-weight: bold;
}
.antes-nova-origem {
	clear: both;
	padding-top:10px;
}
.adr, .links {
	margin-top: 10px !important;
}
.url, .email-integrante {
	background: url(images/sprite-midia.png) no-repeat;
	padding-left: 20px;
}
.twitter {
	background-position: 0 -17px;
}
.email-integrante {
	background-position: 0 -35px;
}
.twitter:hover {
	background-position: 0 -68px;
}
.orkut:hover {
	background-position: 0 -51px;
}
.email-integrante:hover {
	background-position: 0 -86px;
}
.parceiros .logo-parceiro {
	margin-left: 18px;
	margin-bottom: 12px;
}
.parceiros .logo-ampla {
	position: absolute;
	width: 70px;
	margin-left: 225px;
}
input.pagseguro {
	background:url("images/button_pagseguro.png") no-repeat;
	width: 300px;
	height: 37px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: 0;
	font-size: 110%;
	font-weight: bold;
}
input.pagseguro:hover {
	background-position: 0 -37px;
}
#map {
	width: 910px;
	height: 500px;
}
#mapa-interativo {
	color: #FFF;
	background: #394329;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-top: 20px;
}
#mapa-interativo .descricao-mapa {
	margin: 10px;
	float: left;
	width: 450px;
	border-right: solid 1px #999;
}
#mapa-interativo .descricao-mapa p {
	margin: 10px 15px;
	font-size: 120%;
}
#mapa-interativo .descricao-mapa a.saiba-mais {
	font-size: 120%;
	font-weight: bold;
	float: right;
	text-decoration: underline;
	margin-right: 20px;
}
#mapa-interativo .descricao-mapa a.saiba-mais:hover {
	text-decoration: none;
}
#mapa-interativo a.colaborar {
	background:url("images/button_pagseguro.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	font-size:130%;
	font-weight:bold;
	height:21px;
	margin:50px 60px;
	padding:8px 0;
	text-align:center;
	width:300px;
}
#mapa-interativo a.colaborar:hover {
	background-position:0 -37px;
}
#form-mapa-interativo dt a:hover {
	background-position: 5px -46px;
}
#form-mapa-interativo dt a.aberto {
	background: url("images/icon-less.png") no-repeat 5px 5px;
}
#form-mapa-interativo form {
	margin-left: 5px;
	width: 900px;
	height: 440px;
	background: #EFF0EE;
	font: normal 120% "Arial Black", Arial, sans-serif;
	color: #000;
}
#form-mapa-interativo form fieldset {
	padding: 5px 25px;
	float: left;
	width: 399px;
}
#form-mapa-interativo form fieldset legend {
	color: #AEAEAE;
	font-size: 140%;
	margin-top: 5px;
}
#form-mapa-interativo form fieldset label {
	display: block;
	font-size: 140%;
}
#form-mapa-interativo form fieldset input, #form-mapa-interativo form fieldset textarea {
	padding: 3px;
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 380px;
	margin-bottom: 15px;
}
#form-mapa-interativo form fieldset.dados-local {
	border-left: solid 1px #999;
}
#form-mapa-interativo form fieldset li.pais{
	float: left;
	width: 249px;
}
#form-mapa-interativo form fieldset li.icone {
	float: left;
	width: 149px;
}
#form-mapa-interativo form fieldset li.icone a.open-select {
	position: absolute;
	margin-left: 80px;
	padding: 12px;
	border: dashed 1px #999;
	margin-top: -20px;
}
#form-mapa-interativo form fieldset li.icone #select-icone {
	position: absolute;
	width: 395px;
	height: 200px;
	background: #FFF;
	border: solid 1px #999;
	z-index: 1;
	margin-left: -250px;
	margin-top: -25px;
	padding: 0 5px;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#form-mapa-interativo form fieldset li.icone #select-icone li {
	display: inline;
}
#form-mapa-interativo form fieldset li.icone #select-icone h4, #form-mapa-interativo form fieldset li.icone #select-icone a.fechar-janela {
	color: #000 !important;
}
#form-mapa-interativo form fieldset li.icone #select-icone h4 {
	font: normal 120% "Arial Black", Arial, sans-serif;
}
#form-mapa-interativo form fieldset li.icone #select-icone a.fechar-janela {
	float: right;
}
#form-mapa-interativo form fieldset li.pais input,#form-mapa-interativo form fieldset li.icone input {
	width: 220px;
}
#form-mapa-interativo form fieldset li.publico input {
	width: auto;
}
#form-mapa-interativo form fieldset li.publico label {
	display: inline;
}
#form-mapa-interativo form fieldset li.salvar input {
	width: 110px;
	height: 37px;
	float: right;
	margin-right: 25px;
	background: url("images/button_mapa_interativo.png") no-repeat;
	cursor: pointer;
	border: 0;
	color: #FFF;
}
#form-mapa-interativo form fieldset li.salvar input:hover {
	background-position: 0 -37px;
}
#form-mapa-interativo form fieldset li.publico ,#form-mapa-interativo form fieldset li.salvar {
	float: left;
	width: 199px;
}
#form-mapa-interativo input.error {
	border: solid 1px #900;
}
#form-mapa-interativo label.error {
	position: absolute;
	font: normal 80% "Trebuchet MS", Arial, sans-serif;
	background: #FFF;
	border: solid 1px #900;
	border-bottom: 0;
	margin-left:268px;
	margin-top:-64px;
	position:absolute;
}
#form-mapa-interativo li.pais label.error {
	margin-left:108px;
}
.foto-integrantes {
	margin-left: 20px;
}
.foto-integrantes img {
	margin-bottom: 10px;
}
#map h1 {
	font-size: 120%;
	color: #000 !important;
	margin: 0;
}
#map p {
	color: #000;
	margin: 5px;
}
.legenda-mapa {
	background: #394329;
	padding: 10px;
}
.legenda-mapa ul{
	float: left;
}
.legenda-mapa ul li{
	display: inline;
	padding-left: 35px;
}
.legenda-mapa span {
	float: right;
}
.legenda-mapa .trecho-bike {
	background: url("images/sprite-legenda-mapa.png") no-repeat 0 5px;
}
.legenda-mapa .trecho-aviao {
	background: url("images/sprite-legenda-mapa.png") no-repeat 0 -28px;
	margin-left: 20px;
}
#stats {
	margin: 75px 0 0 730px;
	width: 200px;
	color: #333;
	font-size: 120%;
	position:absolute;
	padding-left: 25px;
	background: url(images/bg.estatisticas.png) no-repeat;
}
.updated {
	font-size: 75%;
	color: #666;
	margin-top: 245px;
	position: absolute;
}
#stats dl dd {
	line-height: 90%;
	font-size: 80%;
}
#stats dl {
	padding-left: 45px;
	margin-bottom: 12px;
}
#stats ul.bike {
	padding-left: 45px;
	background: url("images/icon.bike.png") no-repeat 4px 20px;
	margin-bottom: 12px;
}
#stats ul.bike li {
	font-size: 95%;
}
#stats dl.altitude {
	background: url("images/icon.altitude.png") no-repeat 0 7px;
}
#stats dl.temperatura {
	background: url("images/icon.clima.png") no-repeat 8px 4px;
}
#stats dl.mudas {
	background: url("images/icon.tree.png") no-repeat 7px 0px;
	height: 25px;
	margin-bottom: 5px;
}
#stats dl.mudas dt{
	padding-top: 3px;
}
.timeline-bg {
	position: absolute;
	width: 525px;
	height: 80px;
	background: #7f9f3e;
	z-index:0;
	margin-top: 165px;
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}
#timeline {
	position: absolute;
	width: 525px;
	height: 80px;
	margin-top: 165px;
	overflow:hidden;
}
#timeline .timeline-container {
	float: left;
	width: 445px;
}
#timeline .timeline-container ul li {
	float: left;
	width: 255px;
	height: 80px;
	background: url(images/seta.meio.timeline.png) no-repeat 200px 30px;

}
#timeline .timeline-container ul li.last {
	width: 190px;
}
#timeline dl.timeline-item {
	width: 200px;
}
#timeline .timeline-item dt {
	font-size:88%;
}
#timeline .timeline-item dt img {
	position:absolute;
	margin: 3px;
}
#timeline .timeline-item dd {
	padding-top:5px;
	color: #333;
}
#timeline .timeline-item dd a{
	font-size: 80%;
	position: absolute;
	margin-left: 10px;
	margin-top: -1px;
}
#timeline .timeline-item dt dd.onde-estamos img{
	float: left;
}
#timeline  .pais {
	float: right;
	width: 150px;
	font-size: 120%;
}
#timeline  .pais dt {
	font: bold 160% Arial, Verdana, Sans-serif;
	line-height: 80%;
}
#timeline  .pais dd {
	line-height: 170%;
	font-size: 79%;
	padding-top:0;
}

#timeline .timeline-prev, #timeline .timeline-next {
	text-indent: -99999999px;
	float: left;
	width: 29px;
	height: 29px;
	margin: 5px;
	margin-top: 25px;
}
#timeline .timeline-prev {
	background: url(images/seta.esquerda.timeline.png) no-repeat;
}
#timeline .timeline-prev:hover {
	background-position: 0 -29px;
}
#timeline .timeline-next {
	background: url(images/seta.direita.timeline.png) no-repeat;
}
#timeline .timeline-next:hover {
	background-position: 0 -29px;
}

.center {
	text-align:center;
}
.pp_details * {
	color: #283C00;
}
.flickr-small-photo-container {
	float: left;
	width: 258px;
}
.flickr-small-photo {
	padding: 5px;
	border: dashed 1px #888;
	margin-right: 5px;
	margin-bottom: 3px;
}
.flickr-thumbs {
	float: left;
	width: 265px;
}
.flickr-thumbs img {
	border: dashed 1px #888;
	padding: 4px;
	margin-bottom:1px;
}
