/*
Theme Name: TchêTheme
Theme URI: https://github.com/SamuelMoraesF/TcheTheme
Author: TchêLinux
Author URI: http://tchelinux.org/
Description: Tema responsivo desenvolvido utilizando o framework Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, one-column, flexible-width, custom-header, custom-menu, editor-style, featured-images, post-formats
*/
	body {
	    border-top:5px solid #000;
	}
	li.active a {
    background:#fff !important;
    color:#000 !important;
    padding-top:12.5px;
    padding-bottom:12.5px;
    margin-top:5px;
    border-radius:4px 4px 0 0;
}
nav {
    border:0 !important;
}
@media(max-width: 767px){
    nav {
        border-radius:0 !important;
    }
}
.row {
    margin-left:0 !Important;
    margin-right:0 !important;
}
.header .col-sm-9,.header .col-sm-3 {
	padding-left:0;
	padding-right:0;
}
.footer {
    background:#1a1a1a;
    color:#fff;
    padding:10px;
}
.footer a.license{
    color:#fff;
}
img.alignright {
    float:right;
}
.content h2{
    color:#999999;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.content img{
    max-width:100%;
}
.planetlast .item {
    background:#eee;
    padding:5px;
    transition:0.1s;
}
.planetlast .item:hover {
    border-right:5px solid #5C9900;
}

.planetlast .item:hover span {
    color:#5C9900;
}
.planetlast a{
    text-decoration:none;
}