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

Theme Name: Caf&eacute; com Blog
Theme URI: http://www.cafecomblog.com
Description: Tema desenvolvido por Est&uacute;dio Pin.
Version: 1.0
Author: Est&uacute;dio Pin

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

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

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#107392;
    text-decoration:none;
}
    a:hover{
        color:#0d617b;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:770px;
    margin:0 auto;
    padding:0;
    background:#fff;
    text-align:left;
}

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

#topo {
width: 770px;
height: 175px;
margin: 0 auto;
_margin-bottom: -5px;
}

.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:15px 0 0 10px;
    height:79px;
    background:#d46e00;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

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

#navigation{
    width: 770px;
	height: 35px;
    margin:0 auto;
    padding:0;
    background:#b70000;
    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:#c70404;
    }
    #active a{
        background:url('images/nav_bg.gif');
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:bold;
    color:#f78f1e;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:16px;
	margin-bottom: 15px;
}
#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    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;
}
#secondaryContent p{
    
}

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

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:200px;              
}
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 p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

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

/* ----- CONTENT ----- */

#primaryContent{
    width:406px;
    padding:20px 55px;
    border-right:3px solid #107392;
    font-size:11px;
    float:left;
    clear:none; 
}
    /*#primaryContent img{
        float:right;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }*/
#secondaryContent{
    width:218px;
    padding:10px 14px;
    font-size:11px;
    float:right;
    clear:none; 
}
#secondaryContent h2{
    padding:11px 15px;
    background:url('images/intro_bg.gif') no-repeat;
    color:#f78f1e;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
    color:#107392;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#6a6a6a;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

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

.comments{
    margin:15px 0 25px 0;    
}
    .comments .status{
        color:#fff;
        background:#B70000;
        padding:5px 10px;
        margin-bottom:15px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#fff;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#fff;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:0 0 20px 10px;
        border-bottom:3px dotted #107392;  
    }
        .comments .comment dt{
            float:left;
            clear:none;
        }
        .comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        .comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

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

#patrocinadores {
width: 770px;
margin: 0 auto;
height: 82px;
text-align: left;
padding-top: 15px ;
background-color: #fff;
}

#footer{
    float: left;
    margin-bottom:10px;
    height:auto;
    padding:10px 20px;
    width:730px;
    text-align:center;
    font-size:10px;
    color:#484848;
    background:#fff;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#6A6A6A;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
