/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.ocultar { display: none!important; }
.site-header .home-link {
    color: rgb(20, 20, 18);
    display: block;
    margin: 0px auto;
    max-width: 1080px;
    min-height: 150px;
    padding: 0px 20px;
    text-decoration: none;
    width: 100%;
}
.site-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
    padding: 38px 0px 10px 150px;
	vertical-align:middle;
}
.entry-header {
    display: none;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: 804px;
}
.nav-menu li a {
    font-size: 15px;
    padding: 10px 10px 5px 10px;
}

h3 {
    -moz-hyphens: none;
}
p { margin: 0 0 5px; }
table {
  /*line-height: 0;*/  table-layout: fixed;  
}
td {
	padding: 0px;
}
.gallery {
	margin-left: 10px;
}
.hentry {
	padding: 20px 0;
}
#pestana {
	position: fixed;
	z-index: 10000;
	top: 220px;
	margin-left: -5px;
	padding: 5px;
	background-color: #FDFD1E;
	border: 5px solid black;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}
.post-navigation {
	display: none;
}
.comment-respond .comment-form, .comment-respond iframe {
	max-width: 804px;
}
#imageContainer img {
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .site-header {
        background-size: 468px auto!important;
    }
    .site-title {
        font-size: 25px!important;
        padding: 10px 0px 10px 35px!important;
    }
    #pestana {
        top: unset;
        bottom: 0px;
        font-size: x-small;
    }
}