/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background: #8db6b6 url('images/pattern-bk-2.jpg') repeat;
}

.custom #container {
	padding: 0 18px 0 18px;
	background: url(images/shadow-bk.png) repeat-y;
}
.custom a {
	text-decoration: none;
}

.custom #header {
	background: #d3a605 url(images/header-chimpatico-2010.jpg) no-repeat left top;
	height: 150px;
	border-width: 0;
	padding: 0;
	width: 994px;
	margin-left: -22px;
}

.custom .current a {
	background-color: #d3a605;
	border: 0;
	border-width: 0;

}

.custom .menu {
	border-bottom: 0;
	margin-bottom: 0;

}

.custom #page {
	padding-top: 12px;
	padding-bottom: 0;
	background: #eeeeee url(images/256x256_seamless_texture_06.jpg) repeat;
}

.custom #logo {
	padding: 36px 0 0 36px;
}

.custom #tagline {
	padding: 6px 0 0 36px;
}

/*.custom .sidebar {
	background-color: #ecd899xxx;
}*/

.custom .sticky .entry-title a{
	 color: #0a4977;
}


.custom .category-externos .entry-title a {
	 color: #b36d00;

}

/*
.custom .footerbox {
	padding: 36px;
	background-color: #d3a605;
}


*/




.custom .alerta {
	background-color: #e8e55f;
	padding: 12px;
}

.custom .note {
	background-color: #c9c9c9;
	padding: 12px;
}

/*.custom #intro_box {
	margin: 21px 12px -12px 12px;
	padding: 12px 12px 12px 12px;
	font-size: 14px;
	background-color: #0a4977;
	color: #ffffff;
} */

.custom .sidebar_list h3 {
	font-variant: normal;
	letter-spacing: 0;

}



.custom #footer {
	border: 0px;
	background: #f4f5ed url(images/joaonunesfooter.jpg) no-repeat right top;
	height: 120px;
	border-width: 0;
	width: 973px;
	margin-left: -22px;
}

.custom #footer p{
	padding-right: 190px;
}



.custom #footer a{
	color: #7f3412;
}



.custom #box_curso{
	display: block;
	width: 382px;
	height: 130px;
	margin-top:12px;
	background-color: ;
	background:#cccccc url(images/chimp_looking_curso.jpg) no-repeat right top ;
	text-indent: -9999px;
}

.custom #multimedia_box {
	background-color: transparent;
}

/* Custom categories Nav Menu after header */

ul#cat_tabs { background-color: #7F3412;list-style: none;  width: 973px; margin-left: -22px; padding-left: 21px;}
  ul#cat_tabs li { margin-bottom: -0.1em;   float: left; }
  ul#cat_tabs li.current_page_item a, ul#cat_tabs li.current-cat a{ color: #7F3412;}
  
    ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #eeeeee url(images/256x256_seamless_texture_06.jpg) repeat; border-bottom: 0; }
	ul#cat_tabs li a { display: block; line-height: 1em; font-size: 13px; font-weight: bold;color: #cccccc; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { color: #D3A605; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.custom .to_comments {
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
	text-transform: uppercase;
	text-align: right;
}

.custom .to_comments a{
	color: #999999;
}

.custom .category-externos .post_tags {
	display: none;
}

.custom .category-externos .to_comments {
	display: none;
}

.custom .category-voice-over .entry-title {
	display: none;
}

.custom object{
	max-width: 510px;
}

.custom img{
	max-width: 510px;
}

.custom .legenda {
	font-style: italic;
	text-align: right;
	font-size: 12px;
	color: #5e5e5e;
}

.custom .scrippet-shadow {
margin-bottom: 24px;
}

/* Style the First (or Only) Post 
.custom .post.top {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px  #666666 !important;
   margin-top: 24px;
   padding:1em;}
   
   .custom .post.top img{
   max-width: 480px;
   height: auto;}*/
   
 
  /*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.custom .wp-pagenavi {
	clear: both;
	margin: 18px 0 18px 0;
}

.custom .wp-pagenavi a, .custom .wp-pagenavi span {
	font-size: 14px;
	text-decoration: none;
	background-color: #7F3412;
	padding: 3px 5px;
	color: #ffffff;
	margin: 3px;
}

.custom .wp-pagenavi a:hover, .custom .wp-pagenavi span.current {
	border-color: #000;
}

.custom .wp-pagenavi span.current {
	font-weight: bold;
	background-color:  #d3a605;
	color: #555555;
}

