/*  
Theme Name: New Meus Gastos
Theme URI: http://meusgastos.com.br
Description: The New Meusgastos blog theme
Author: Luciano Camilo
Author URI: http://meusgastos.com.br/blog

*/

/* Begin Typography & Colors */
body{
   background: #FFFFFF;   	
	text-align: justify;
	margin: 20 20 20 20;	
	text-align: center;
	
	}

#wrapper
{
   width: 800px;
   left:  50%;
   text-align: justify;
   background: white;;   
   margin-bottom: 50px;
}
#sidebar
{
   border: 2px dashed #D96C00;
   width: 180px;
   margin-right: 10px;
   padding-right: 10px;
   float: right;
   margin-bottom: 50px; 
}
#footer
{
   clear: both;
   text-align: center;
   margin-bottom: 50px;
}
.Container
{
   width: 540px;
   border: 2px #D96C00 dashed;
   padding: 20px;   
   float: left;
   margin: 0 0 0 10px;
   overflow: hidden;
}
.meta
{
   font-size: 8pt;;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
.post a, .feedback a
{
   text-decoration: none;
   color: #4F81BD;
}

.post a:hover
{
   text-decoration: underline;
}
.post h3
{
   font-family: verdana;
   border-bottom: 2px solid green;
   line-height: 30px;
   vertical-align: top;
   color: #D96C00;
   margin-bottom: 0px;
   font-size: 12pt;
   font-weight: bolder;
}
.post h3 a:hover
{
   font-size: 12pt;
   text-decoration: none;
   border-bottom: 2px green solid;
}
.post h3 a, .post h3 a:visited
{
   color: #D96C00;
   text-decoration: none;
}
.storycontent a
{
   color: #4F81BD;
}

/* Sidebar */
#sidebar ul li
{
   font-size: 8pt;
   font-family: Verdana;   
}
#sidebar ul li a
{
   color: #4F81BD;
   text-decoration: none;
}
#sidebar ul li a:hover
{
   color: #4F81BD;
   text-decoration: underline;
}
#sidebar ul
{
   margin-left: 10px;   
   padding-left: 0px;
}
#sidebar li
{
   list-style-type: none;
   list-style-image: none;
   margin-left: 0px;   
} 
#sidebar h2
{
   font-size: 11pt;
   font-weight: bolder;
   color: #D96C00;
   margin: 0px;
   border-bottom: 2px solid green;
   margin-top: 10px ;
   margin-bottom: 10px ;
   
   
   
}

/* Sidebar - Calendario */
#calendar 
{
   text-align: center;
}
#calendar h2
{
   text-align: left;
}
#calendar #prev a, #calendar #next a, #calendar table {
	font-size: 7pt;
	}

#calendar a {
	text-decoration: none;
	}

#calendar caption {
	font: bold 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#calendar th {
	font-style: normal;
	text-transform: capitalize;
	
	}
#calendar td {
	font-style: normal;
	text-transform: capitalize;
	
	}	
/* Fim SideBar Calendario */
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
