/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Inova
Theme URI: http://www.premioinova.com.br/blog/wp-content/themes/inova
Description: Tema desenvolvido por Andrea Duarte - www.vidadesign.com.br
Version: 2.8.2
Author: Andrea Duarte

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

/*base --------------------------*/
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
body {
font:12px Verdana, sans-serif;
background: #fff url(../images/fundo_quadriculado.gif);
text-align:center;
color: #111111;
min-width:1230px;

}
#pag_central {
width:1200px;
margin:auto;
text-align:left;
}
/* fim base --------------------------*/


/* ------- HEADER --*/
#header{
	width:1167px;
    margin:0;
    padding:0 0 0 33px;
    height:151px;
    background: #1a2d59 url(../images/fundo_cabecalho.gif);
}
#logo{
    margin:0;
    padding:0;
	background:url(../images/logo.gif) no-repeat;
	height:140px;
}

/* ------- fim HEADER --*/

/* ------- sideContent --*/

#sideContent {
display:inline;
position:relative;
float:left;
width:343px;
margin:0 0 20px -1200px;
}

/* ------- fim sideContent --*/

/* ------- Container --*/

#threeColLayout #container{
display:inline;
position:relative;
width:557px;
float:left;
margin:0 0 20px 343px;
padding:0;

}
#subcontainer{
    width:550px;
    padding:0;
	background-color:#FFFFFF;
	
}
#primaryContent{
    width:440px;
    padding:20px 55px;
    border-right:5px solid #e7e7e7;
    font-size:12px;
    clear:none;
	background-color:#FFFFFF;
}
   #primaryContent img{
        float:right;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
	   #primaryContent p{
	   text-align:justify;
    }
	
h2{
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:0;
    font-weight:bold;
    color:#efb51d;
}
	
/* ------- fim Container --*/


/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 0;
	padding-bottom:15px;
	padding-top:10px;
	border-bottom:2px solid #f0b61d;  
	border-top:1px dotted #f0b61d;  
}
    .comments .status{
        color:#f0b61d;
        background:#fff;
        border:#f0b61d 1px dotted;
        padding:10px;
        margin-bottom:15px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#1a2d59;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#f0b61d;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:10px 5px;
          
    }
        .comments .comment dt{
            float:left;
            clear:none;
        }
        .comments .comment dd{
            clear:both;
            color:#1a2d59;
            line-height:20px;
            font-size:11px;
            margin-bottom:10px;
        }
        .comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#1a2d59;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#1a2d59;
        }
/* -----  fim COMMENTS ----- */

/* -----  secundary Contest ----- */

#secondaryContent {
display:inline;
position:relative;
float:left;
width:300px;
margin:0 0 20px 0px;
background:url(../images/exclamacao1.gif) no-repeat;
}

#secondaryContent p {
text-indent:45px;
margin-bottom:10px;

}

#secondaryContent .a_link {
display:block;
	background-color:#f0b800;
	width:174px;
	height:31px;
    color:#1a2d59;
    font-weight:bold;
	text-align:left;
	text-indent:20px;
    text-decoration:none;
	line-height:31px;
	margin-left:45px;

}

#secondaryContent .a_link:hover{
    color:#333;
    font-weight:bold;
    text-decoration:none;
	}
#secondaryContent h2{
    padding:11px 15px;
    background:url('images/intro_bg.gif') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}

#secondaryContent h3{
    color:#87b220;
    margin-top:20px;
}


/* -----  fim secundary Contest ----- */
a {
    color:#f0b800;
    text-decoration:none;
}
    a:hover{
        color:#1a2d59;
        text-decoration:none;
    }

/* ----- FOOTER ----- */

#footer{
    margin:0;
    margin-bottom:10px;
	width:1200px;
    height:25px;
    clear:both;
    text-align:center;
    font-size:10px;
	line-height:25px;
    color:#1a2d59;
    background:#efb51d;

}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#fff;
        text-decoration:underline;
    }

/* ----- fim FOOTER ----- */


/* ----- outros ----- */

#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}
h1{
    text-indent:-80000px;
    background:url(images/logo.gif) no-repeat;
    height:35px;
    width:168px;
}
h3{
    font-size:12px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}
p{
    color: #333333;
    font-size:12px;    
    line-height:25px;
}
#primaryContent ul{
    color:#1a2d59;
    font-size:12px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url(images/content_bullet.png) left bottom no-repeat;
}

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}
/* ----- CLASSES ----- */

.clear{
    clear:both;
}

 #navigation ul{
    width:1280px;
    margin:0 auto;    
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#68afcf;
    height:34px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#FFFA83;
    }
    #active a{
        background:url('images/nav_bg.gif');
    }

/* ----- fim outros ----- */

/* ----- FORMS ----- */

#formulario{
width:230px;
height:100px;
float:right;
margin:10px 20px 0 0px;

}
#formulario p {
color:#FFFFFF;
margin:0;
padding:0;
font-size:10px;

}
#formulario p a {
    color:#f0b800;
    text-decoration:none;
}
#formulario p a:hover{
        color: #FFFF99;
        text-decoration:none;
    }

input{
    background-color: #efb51d;
    color: #000;
    font-size: 11px;
             
}
textarea{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:400px; 
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}

form { 

font-size:12px;
color: #333;
padding:0;
margin:5px 0 0 0;
}

form p{
    padding:2px 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #efb51d;
	padding: .2em;
    margin-top: 5px;
    width: 300px;
    color: #333;
}
.erro_cadastro {
color:#990000;
}
/* ----- FORMS ----- */
