/* 
Wordpress theme designed by Estudio Guara
2009 Copyright - All rights reserved
*/


/* basic styles */

html, body {
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg-lobo.png) no-repeat top center;
	font: 12px/1.5em "Helvetica Neue", Helvetica, Geneva, Arial;
	color: #E6E6E6;
}

a {
	border: none;
	text-decoration: none;
	color: #E6E6E6;
}

/* INCLUIR ESTA PARTE */
		#content div.post div.main p a {
			text-decoration: underline;
		}
		
		#content h2 {
			margin-bottom: 3px;
		}
		
		#content h2.pagetitle {
			font-weight: normal;
			font-size: 16px;
			color: RGB(239,161,24);
		}
		
		#content .thumbs {
			width: 50px;
			float: left;
			margin: 0 5px 0 0;
			clear: both;
		}

		img {
			border: 0;
		}
		
		#sidebar img {
			margin: 10px -5px 10px 7px;
		}
		
		#sidebar #blog-list {
			font-size: 11px;
		}
		
		#sidebar #twitter_update_list {
			font-size: 10px;
		}
				
		#sidebar #twitter_update_list a, #sidebar #blog-list a {
			color: RGB(162,188,12);
		}
				
		#sidebar #twitter_update_list a:hover, #sidebar #blog-list a:hover {
			color: #fff;
		}
		
		#sidebar #twitter_update_list  li, #sidebar #blog-list li {
			margin-bottom: 0;
			border-bottom: 1px dotted #333;
		}
		
		#sidebar #blog-list li.more {
			border: 0;
		}
		#sidebar #blog-list p.date {
			float: left;
			font-size: 11px;
			margin: 0 4px 0 0;
			text-transform: none;
			font-style: normal;
			color: #ccc;
		}
		
		#sidebar a.small, #sidebar #twitter_update_list a.small {
			font-size: 9px;
			display: block;
			margin-bottom: 5px;
			text-align: right;
		}
		
		.post {
			margin-bottom: 20px;
		}
		
		.meta {
			border-bottom: 1px dotted #E6E6E6;
			margin-bottom: 5px;
		}
		
		.post a:hover {
			color: RGB(162,188,12);
		}
						
		.post h1, .post h1 a {
			margin: 0 0 3px 0;
			color: RGB(162,188,12);
			font-size: 22px;
			line-height: 22px;
		}
		
		.post p.date {
			margin: 0;
			font-size: 11px;
			color: #E6E6E6;
			text-align: right;
			float: right;
		}
		
		.tags a, .tags, .tags a:hover {
			color: RGB(239,161,24);
			}
		
		#postnav {
			clear: both;
			margin-top: 20px;
		}
		
		.commentslist {
			font-size: 11px;
			line-height: 16px;
		}
		
		#commentsarea {
			border: 1px dotted RGB(162,188,12);
			padding: 8px;
		}
		
		#commentsarea #commentsarea {
			border: 0;
		}

		
		#commentsarea ol {
			margin: 0;
			padding: 0 0 0 20px;
		}
		
		#commentsarea li {
			margin-top: 10px;
		}			
		
		#commentsarea h2 {
			margin: 0;
			font-size: 16px;
			font-weight: normal;
		}
				
		#commentsarea img.comment-avatar {
			width: 62px;
			float: left;
			margin: 0 10px 0 0;
			padding: 0;	
		}
		
		#commentsarea cite, #commentsarea cite a {
			font-size: 14px;
			font-style: normal;
			color: RGB(162,188,12);
		}
		
		#commentsarea cite a:hover {
			text-decoration: underline;
		}
		
		#commentsarea .commentdata {
			color: RGB(239,161,24);
			float: right;
			font-size: 9px;
		}
		
		#commentsarea p {
			font-size: 11px;
			line-height: 16px;
			font-weight: lighter;	
		}			
		
		.postinput {
			margin-top: 5px;
		}
		
		.commentform input, .commentform textarea, #commentform input, #commentform textarea {
			background-color: #000;
			border: solid 1px #444;	
			color: #fff;
		}
		
		#content ul.job-list {
			list-style-type: none;
			padding-left: 10px;
			font-size: 13px;
		}
		
		#content ul.job-list h2 {
			color: RGB(162,188,12);
			font-size: 16px;
		}
		
		
/* INCLUIR A PARTE  ACIMA */						

a:hover {
	color: RGB(162,188,12);
}

a.orange {
	color: RGB(239,161,24);
}

a.red {
	color: RGB(245,0,5);
}

a.darkgreen {
	color: RGB(53,170,131);
}

a.green {
	color: RGB(162,188,12);
}

a.blue {
	color: RGB(0,149,188);
}

p {
	letter-spacing: 0.1em;
}

#wrapper {
	width: 975px;
	margin: 0 auto;
}


/* header styles */

#header {
	margin: 0;
	padding: 0;
	height: 240px;
}

#nav {
	margin-top: 14px;
}

#nav li {
	display: inline;
	margin-right: 45px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
}

#nav #first {
	margin-left: -25px;
}

#nav li a:hover {
	color: #fff;
}

/* content styles */

#content {
	width: 650px;
	float: left;
	margin-top: 0;
}

.job {
	margin: 0;
}

.job img {
	width: 650px;
	display: block;
	position: relative;
	padding-bottom: 10px;
	border: none;
}

.job h1 {
	height: 20px;
	background-color: #000;
	padding: 0 10px;
	margin-top: 275px;
	float: left;
	position: absolute;
	z-index: 1;
	font-size: 11px;
	font-weight: lighter;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.job:hover {
	color: RGB(162,188,12);
}

#content .highlight {
	font-size: 15px;
	line-height: 21px;
	font-style: italic;
}

#content p {
	margin-top: 0;
}

#content p:hover {
	color: #E6E6E6;
}

h1 {
	font-size: 13px;
	margin: 20px 0 0;
	padding-bottom: 0;
}

/* sidebar styles */

#sidebar {
	width: 315px;
	margin: 0 0 20px 10px;
	float: left;
	background: url(images/bg-content.png) repeat top;
	font-size: 12px;
	letter-spacing: 0.1em;
}

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

#sidebar li {
	list-style: none;
}

#sidebar li.more {
	display: block;
	text-align: right;
	padding-right: 8px;
}

#sidebar .thumbs {
	width: 120px;
	margin: 0 0 10px 10px;
	float: left;
} 

#sidebar .thumbs p {
	font-size: 10px;
}

#sidebar a.plus {
	color: RGB(162,188,12);
	font-size: 18px;
}

#sidebar a.plus:hover {
	color: #fff;
}

#sidebar h2 {
	height: 15px;
	margin: 0 0 10px;
	padding-left: 5px;
	background-color: RGB(162,188,12);
	font: italic 20px Helvetica, Geneva, Arial;
	text-transform: uppercase;
	letter-spacing: -.04em;
	line-height: 19px;
	color: #000;
	font-weight: bold;
}

#sidebar h2.white {
	color: #fff;
	font-weight: normal;
}

#sidebar ul li ul {
	margin: 5px 0 15px 5px;
}

#sidebar p.date {
	font-style: italic;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin: 5px 0 0;
}

#sidebar em {
	color: RGB(162,188,12);	
}

#sidebar a.bloglink {
	padding-bottom: 3px;
	display: block;
	margin: 0 10px 8px 0;
	border-bottom: #999 dotted 1px;
	font-size: 11px;
	letter-spacing: 0.1em;
}

#sidebar p {
	padding-left: 5px;
	margin: -2px 0 5px;
}

#sidebar p.desc {
	font-size: 11px;
	margin-bottom: 15px;
}

#sidebar p.desc {
	font-size: 11px;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: RGB(162,188,12);
	margin-bottom: 0;
}

h4 {
	margin: 0;
	padding-left: 5px;
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	text-transform: uppercase;
	color: RGB(162,188,12);
}

h5 {
	height: 15px;
	margin: 0 0 10px;
	padding-left: 5px;
	background-color: #000;
	font: lighter italic 17px Helvetica, Geneva, Arial;
	text-transform: uppercase;
	letter-spacing: -.04em;
	line-height: 19px;
	color: RGB(162,188,12);
}

li#cat {
	margin-bottom: 15px;
	padding-left: 5px;
}

#cat a {
	font-size: 11px;
	text-transform: uppercase;
}

#cat a:hover {
	color: #fff;
}

li#tags {	
	margin-bottom: 15px;
	padding-left: 5px;
}

.tag-link {
	font-weight: lighter;
	text-transform: lowercase;
}

.quote {
	padding: 15px 10px;
	font-style: normal;
	font-size: 14.5px;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 21px;
	color: RGB(162,188,12);
}

.links {
	font-weight: lighter;
	font-size:11px;
	color: #999;
}

/* footer styles */

#footer-wrapper {
	clear: both;
	height: 100%;
	min-height: 265px;
	padding-top: 20px;
	background: url(images/bg-footer.png) top center no-repeat;
}

#footer {
	width: 975px;
	height: 250px;
	display: block;
	margin: 0 auto 15px;	
	background: url(images/bg-content.png) repeat;
}

#footer h2 {
	height: 15px;
	background-color: #000;
	margin: 10px 0;
	font: italic 20px Helvetica, Geneva, Arial;
	text-transform: uppercase;
	letter-spacing: -.04em;
	line-height: 19px;
	color: RGB(162,188,12);
}

#footer p {
	font-size: 11px;
}

#contact-form {
	width: 665px;
	position: relative;
	float: left;
} 


#contact-form h2 {
	padding-left: 10px;
}	

#contact-form p {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 600px 0 0;
	line-height: 20px;
}

.form {
	float: left;
	width: 450px;
	min-height: 20px;
	background-color: #000;
	border: solid 1px #444;	
	margin-left: 100px;
	margin-top: -15px;
	color: #fff;
}

.button {
	float: none;
	width: 70px;
	background-color: #000;
	border: solid 1px #444;	
	color: #fff;
	margin: 5px 0 10px 100px;
}

#contact-info {
	width: 310px;
	float: left;
}

#footer p.footnote {
	margin-top: 6em;
	font-size: 9.5px;
}

a.toplink {
	display: block;
	text-align: right;
	margin-top: 1.5em;
	padding-right: 15px;
	font-size: 9.5px;
	color: RGB(162,188,12);
}

a.toplink:hover {
	color: #fff;
}