/*
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/
*/
/*HEADER*/
.custom #header #logo a { display: block; height: 130px; width: 960px; background: url(images/dinheiroptblog.gif) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }
.custom #header {border-bottom:none;}
.custom #content_box {  margin-bottom: 10px; -moz-box-shadow:0px 4px 28px 4px #888888; }
.custom #nav_area {background:#262626; border-bottom:3px solid #F09327; padding-top:6px;}
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#E6DEC0;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}
.custom .menu { background: #262626; }
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { margin: 6px;}
.custom .teaser h2 { text-shadow: 0.1em 0.1em 0.1em #DDDDDD; font-weight: bold; letter-spacing: -1px;} 
.custom .teasers_box { background:#FFFFFF url(images/blackGrad.gif) repeat-x scroll 0 0;} 
/*Sidebar*/
.custom .sidebar ul.sidebar_list { padding-left: 0; padding-right: 0; padding-top: 0; }
.custom .sidebar h3 { background: #BB6A10 url(images/SIDEBAR.gif) repeat-x scroll 0 0; padding: 10px; -moz-box-shadow:3px 3px 10px #888888; margin-bottom: 0; }
.custom li.widget { margin-bottom: 0; }
.custom li.widget ul li { margin-bottom: 0; padding: 0.5em 1.1em 0.5em 1.8em; border-bottom: 1px solid #f2f2f2 ; background: transparent url(http://www.dinheiropt.com/wp-content/uploads/2010/02/bullet.gif) no-repeat scroll 2% 45%  } 
.custom #multimedia_box { margin-bottom: 0; } 
.custom .sidebar a:hover { text-decoration:none; color:#262626; }
/*CLOSE*/
.custom .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {margin:0 0 10px; border-bottom: 1px dotted #B4C9D6; }
.custom #content li { border-bottom:1px dotted #B4C9D6; margin-bottom:10px;}
.custom .headline_area h1, .headline_area h2 {text-shadow: 0.1em 0.1em 0.1em #DDDDDD; font-weight: bold; letter-spacing: -1px;}
.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 10%; left: 0.25%; }
.custom #feedback a { display: block; text-indent: -9999px; height: 32px; outline: none; }
.custom #feedback #twitter { background: url('http://www.dinheiropt.com/wp-content/uploads/2010/02/twittericon.png') no-repeat 0 -32px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }
.custom #feedback #facebook { background: url('http://www.dinheiropt.com/wp-content/uploads/2010/02/facebookicon.png') no-repeat 0 -32px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }
.custom #feedback #rss { background: url('http://www.dinheiropt.com/wp-content/uploads/2010/02/rssicon.png') no-repeat 0 -32px; }
	.custom #feedback #rss:hover { background-position: 0 0; }
.custom #feedback #email { background: url('http://www.dinheiropt.com/wp-content/uploads/2010/02/emailicon.png') no-repeat 0 -32px; }
	.custom #feedback #email:hover { background-position: 0 0; }

.custom .custom_box { background: #444343;}

/*
-------- pagenavi-----------------------------------
*/
.wp-pagenavi { margin: 15px 0px 15px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:12px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:visited { font-size:12px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:hover { font-size:12px; border: 1px solid #608e7a; color: #FFF; background-color: #2ab7d9; }
.wp-pagenavi a:active { font-size:12px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.pages { font-size:12px; padding: 5px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.current { font-size:12px; padding: 5px 9px; margin: 2px; font-weight: bold; border: 1px solid #608e7a; color: #FFF; background-color: #2ab7d9; }
.wp-pagenavi span.extend { font-size:12px; padding: 5px 9px; margin: 2px; border: 1px solid #608e7a; color: #FFF; background-color: #2ab7d9; }

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #DDF5E9; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 1.7em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; padding: 0 32px; background:#FFFFFF url('http://www.dinheiropt.com/wp-content/uploads/2010/05/related.jpg') no-repeat scroll 0 0; border-right: 3px solid #FFFFE0;}
#similar p { margin-bottom: 0px; padding: 8px 2.5em 10px 10px; margin-top: 50px; }
#similar a { font-size: 1.4em; line-height: 1.5em; text-decoration: underline; }
#similar a:hover { border: 0; text-decoration: none; }
#similar h3 { padding-left: 5px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 40%; background:#FFFFFF url('http://www.dinheiropt.com/wp-content/uploads/2010/05/subscrive.jpg') no-repeat scroll 0 0;  }
#rightcol p { font-size: 13px; line-height: 1.5em; padding: 6px 0.5em 2px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul {  list-style-position: inside; list-style-position: none; margin-left: 1em; }
#rightcol ul a { font-size: 14px; }
#rightcol ul a:hover { border: 0;  }
#rightcol li { margin-bottom: 10px; }
#subscribe {  float: right; padding: 19px 10px; margin: 40px 15px 0 15px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom {  float: right; margin: 40px 0 0 0; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Feature Box Styling */
.custom #feature_box {
	background:#262626;
	border:2px solid #CCC;
        height:215px;
	border-left:0px solid #800000;
	border-right:0px solid #800000;
	margin-top:10px;
-moz-box-shadow:0px -2px 28px 4px #888888;

        
}
#my-feature-box {
	width:100%;
	height:215px;
	color:#262626;
	font-size:13px;
        font-family: arial;
line-height: 20px;
        
}
#my-feature-box h2 {
	color:#800000;
	font-size:14px;
	letter-spacing:0px;
	margin-bottom:10px;
        margin-top: 10px;
        font-weight: bold;
}
#feature-box-column-left {
	width:71%;
	float:left;
	height:215px;
	margin-left:0px;

}
#feature-box-column-middle {
	width:0%;
	float:left;
	height:215px;
}
#feature-box-column-right {
	width:27%;
	float:left;
	height:195px; 
	margin-left:2px;
margin-top: 8px;
padding-left: 11px;
border: 2px solid #CCC;
background:#FFFFFF url('http://www.dinheiropt.com/wp-content/uploads/2010/06/1Paper_64.png') no-repeat scroll 201px 0;        
}

/* Facebbook like*/
.custom #fb {
	background: #E0FFFF;
	margin-bottom: 10px;
  padding:5px;
  border: dashed #ddd;
  border-width:1px 0 1px 0;
}
.custom #fb iframe { height: 25px; margin:2px 0 0 5px;}