html, body{
    background-color: #eee;
    background-image: url("../images/body_bg.png");
    background-repeat: repeat-x;
    color: #000;
    margin: 0;
    padding: 0; 
    width: 100%;
}

body {
    font-family: Helvetica,Arial,FreeSans,sans-serif; 
    font-size: 0.9em;
    line-height: 1.3;    
}

#wrapper {
    width: 741px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

#main-menu {
    width: 741px;
    height: 51px;
    background-image: url("../images/main_menu_bg.png");
    background-repeat: no-repeat;
    position: relative;
}

#main-menu ul {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 0px;
    list-style: none;
    font-size: 1.9em;
}

#main-menu li {
    float:left;
    margin: 0px 1px 0px 0px;
    padding: 0 0 0 3px;
}

#main-menu li.selected {
    background-image: url("../images/main_menu_sel_item.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

#main-menu li a {
    float: left;
    display: block;
    margin: 0;
    text-decoration: none;
    padding: 8px 10px 10px 7px;
    color: #606060;
    text-align:center;
}

#main-menu li.selected a {
    color: #000000;
    font-weight: bold;
}


#home-top {
    width: 741px;
    height: 52px;
    background-image: url("../images/home_top_bg.png");
    background-repeat: no-repeat;
	background-color: #0c1c35;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	padding-top: 20px;   
}

#home-middle {
    width: 741px;
    height: 275px;
    background-image: url("../images/home_middle_bg.jpg");
    background-repeat: no-repeat;
	background-color: #0c1c35;   
}

#col-1,
#col-2,
#col-3 {
	float:left;
	width: 247px;
	text-align: center;
}

#col-1 h3,
#col-2 h3,
#col-3 h3 {
    color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

#col-1 .texto,
#col-2 .texto,
#col-3 .texto {
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
	margin-top: 160px;
}


#top-bar {
    width: 741px;
    height: 89px;
    background-image: url("../images/top_bar_bg.png");
    background-repeat: no-repeat;
	background-color: #0c1c35;   
}

#content-wrapper-one-col,
#content-wrapper-two-col {
    width: 741px;
    background-image: url("../images/content_one_col_bg.png");
    background-repeat: repeat-y;
    margin: 0;
}

#content-wrapper-two-col {
    background-image: url("../images/content_two_col_bg.png");
}

#content-top {
    background-image: url("../images/content_top_one_col.png");
    background-repeat: no-repeat;
    width: 741px;
    height: 2px;
}

#content {
    padding: 2px 20px;
    width: 701px;
}

#content-wrapper-two-col #content {
    width: 486px;
    float: left;
}

#content-right {
    padding: 2px 15px 2px 10px;
    width: 190px;
    float: right;
}

#footer {
    width: 741px;
    height: 26px;
    background-image: url("../images/footer_bg.png");
    background-repeat: no-repeat;
}

#content a,
#content-right a {
    color:#106da1;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
}

#search {
	width: 170px;
}

h1 {
    font-size: 1.8em;
	margin: 0;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

#content-right h3 {
	font-size: 1.3em;
	margin:0;
}


.info {
    padding:10px 10px 10px 50px;
    border: 1px solid #acdaef;
    background-color: #e4f1ff;
    background-image: url('../images/dialog-info.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

.warning {
    padding:10px 10px 10px 50px;
    border: 1px solid #ffff00;
    background-color: #fffbc1;
    background-image: url('../images/dialog-warning.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

.error {
    padding: 2px 2px 2px 20px;
    background-image: url('../images/warning-small.gif');
    background-position: 2px center;
    background-repeat: no-repeat;
    color: #b93900;
    font-size: 0.75em;
    clear:left;
}

.source {
	overflow: auto;
	background-color: #f4f4f4;
	border-color: #106da1;
	border-style: solid;
	border-width: 1px 0px;
}

.source pre {
	font-size: 0.9em;
	padding: 0px 5px;
}

form {
    margin: 0;
    padding: 0;
}

/* Margens  para todos os inputs em relação aos labels*/
form input, form select, form textarea{
    margin:0px 0px 2px 5px; 
    border:1px solid #042650;
    font-size: 1.05em;

}

form input.checkbox {
    border:none;
    padding:0;
    margin:2px;
}

input.button,
input.button-small {
    background:white url(../images/nav-bg.gif) repeat-x; 
    background-position:bottom; 
    padding:3px; 
    color:#fff; 
    border:1px solid #bbb; 
    border-color:#7ca4d5 #000000 #000000 #7ca4d5;
    font-size: 0.8em;
    font-weight: bold;
    width: auto;
}

input.button-small {
    font-weight: normal;
}

.form-line {
    clear:left;
}

.form-line .field {
    float:left;
    margin-right:15px;
    margin-bottom:5px;
}



/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*  CONTEUDO BLOG  */
.post-item{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    
    border-bottom: 1px solid #ccc;
    padding-bottom:15px;
    margin-top:25px;
    margin-bottom:20px;
}

#content h3.title {
    font-size:15px;
    line-height:20px;
    color:#000;
    font-weight:bolder;
  
}
#content h2.title {
    font-size:19px;
    line-height:20px;
    color:#000;
}
#content p.date {
    color:#868686;
    font-size:12px;
    line-height:12px;
    margin:10px 0px 10px 0px;
    
}
#content p.body{
    color:#444;
    font-size:20px;
    
}

#content p.tease{
    font-size:16px;
    line-height:17px;
    color:#444;
}
#content a.previous, a.next {
   font-size:12px;
   color:#0B006E;
}
#content a.leia-mais{
    color:#00057B;
    font-size:12px;
    font-style:italic;
      line-height:17px;
    
}
#content a:visited a:hover {
   color:#00057B;
}