/*
Theme Name: Um Sábado Qualquer 2014
Author: Henrique Pimentel
Author URI: http://zhp.com.br/
Description: Tena 2014 para o site Um Sábado Qualquer.
Version: 0.1
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
----------------------------- FONTS
*/

@font-face {
    font-family: 'Conv_usq_normal';
    src: url('fonts/usq_normal.eot');
    src: local('☺'), url('fonts/usq_normal.woff') format('woff'), url('fonts/usq_normal.ttf') format('truetype'), url('fonts/usq_normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
}

@font-face {
    font-family: 'Conv_usq_bold';
    src: url('fonts/usq_bold.eot');
    src: local('☺'), url('fonts/usq_bold.woff') format('woff'), url('fonts/usq_bold.ttf') format('truetype'), url('fonts/usq_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
}

/*
----------------------------- GERAL
*/

html {
    height: 100%;
}

body {
    min-height: 100%;
    background-color: #f5f5f5;
}

body * {
    font-family: arial, sans-serif;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

textarea, input, button {
    outline: none;
}

.clear {
    clear: both;
}

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

header {
    margin: 0 auto;
}

header h1 {
    position: relative;
    margin: 0;
}

header h1 a {
    width: 399px;
    height: 189px;
    display: block;
    top: 46px;
    position: absolute;
    left: -10px;
    overflow: hidden;
    text-indent: -9999px;
}

/*
----------------------------- MENU
*/

/*
----------------------------- MAIN
*/

.prepost {
    padding: 15px 10px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.sb-titulo {
    display: block;
    font-size: 20px;
    color: #eb7e29;
    line-height: 18px;
    margin: 20px;
}

article {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #666;
    font-size: 14px;
    text-rendering: optimizelegibility;
    position: relative;
    margin: 10px;
}

article h2, article h2 a {
    font-size: 20px;
    color: #eb7e29;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}

article h3 {
    font-size: 18px;
    color: #333;
}

article h4 {
    font-size: 16px;
    color: #000;
}

article p {
    margin: 10px 0;
}

article strong {
    font-weight: bold;
}

article em {
    font-style: italic;
}

article ul, article ol {
    margin: 10px 0;
    list-style-position: inside;
}

article ul li {
    list-style-type: disc;
}

article ol li {
    list-style-type: decimal;
}

article .post-content {
    padding: 20px 10px 0 10px;
    line-height: 150%;
    display: block;
    margin: 0 auto;
    overflow:hidden;
}
article .post-content p {
	margin-bottom:10px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article .post-footer {
    padding: 10px 10px;
    background: #fafcfb;
    border-top: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

article .categories {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 12px;
    color: #ccc;
}

article .posted-at {
    display: block;
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #ccc;
}

article .bxright {
    position: absolute;
    right: 20px;
    top: 10px;
}

article .btncomments {
    color: #ffffff;
    background-color: #F7720D;
    padding: 2px 20px;
    font-size: 11.9px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    background-image: linear-gradient(rgb(235, 126, 41), rgb(247, 114, 13));
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

article .open {
    -moz-box-shadow: inset 0 0 10px rgba(89, 39, 0, 0.8) !important;
    -webkit-box-shadow: inset 0 0 10px rgba(89, 39, 0, 0.8) !important;
    box-shadow: inset 0 0 10px rgba(89, 39, 0, 0.8) !important;
}

article .bx-comments .comments-loading {
    margin: 20px 10px;
    font-size: 12px;
    color: #ccc;
    display: block;
}

.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}

article .bx-comments .fb-comments {
    width: 850px;
    margin: 20px auto;
    display: block;
}

article .post-tools {
    text-align: center;
    margin: 20px 0;
}

article .post-tools .btn-anterior,
article .post-tools .btn-proximo {
    font-family: 'Conv_usq_normal';
    font-size: 12px;
    color: #333;
    display: inline-block;
    width: 73px;
    height: 13px;
    padding-top: 60px;
    margin: 10px 0;
    vertical-align: top;
    background: transparent url(images/SPRITE.png) no-repeat;
}

article .post-tools .btn-random,
article .post-tools .btn-top,
article .post-tools .btn-categorias,
article .post-tools .btn-inicio {
    font-family: 'Conv_usq_normal';
    font-size: 12px;
    color: #333;
    display: inline-block;
    width: 93px;
    height: 17px;
    padding-top: 56px;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    margin: 10px;
    vertical-align: top;
    background: transparent url(images/SPRITE.png) no-repeat;
}

article .post-tools .btn-anterior {
    background-position: -156px -388px
}

article .post-tools .btn-proximo {
    background-position: -156px -308px
}

article .post-tools .btn-random {
    background-position: -148px -76px;
}

article .post-tools .btn-top {
    background-position: -148px -231px;
}

article .post-tools .btn-categorias {
    background-position: -147px -154px;
}

article .post-tools .btn-inicio {
    background-position: -148px 0px;
}

article .post-tools a:hover {
    color: #eb7e29;
}

.yarpp-related {
    display: block;
    margin: 20px 0px 0px 0px !important;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px;
    text-align: center;
}

.yarpp-related h3 {
    font-family: 'Conv_usq_bold', 'comic-sans';
    color: #d55e16;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.yarpp-post {
    width: 115px;
    height: 115px;
    overflow: hidden;
    border: 0px solid #333;
    display: inline-block;
    position: relative;
    margin: 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #eee;
}

.yarpp-post img {
    height: 115px !important;
    max-width: inherit !important;
}

.yarpp-post-title {
    bottom: 0;
    display: block;
    padding: 3px;
    background: #333;
    width: 109px;
    position: absolute;
    color: #fff;
    font-size: 10px;
}

#yarpp-post-1 {
    border-color: #9eb502;
}

#yarpp-post-2 {
    border-color: #d5771f;
}

#yarpp-post-3 {
    border-color: #853fe5;
}

#yarpp-post-4 {
    border-color: #0256b5;
}

#yarpp-post-5 {
    border-color: #998675;
}

#yarpp-post-1 .yarpp-post-title {
    background-color: #9eb502;
}

#yarpp-post-2 .yarpp-post-title {
    background-color: #d5771f;
}

#yarpp-post-3 .yarpp-post-title {
    background-color: #853fe5;
}

#yarpp-post-4 .yarpp-post-title {
    background-color: #0256b5;
}

#yarpp-post-5 .yarpp-post-title {
    background-color: #998675;
}

/*
----------------------------- PAGINATION
*/

#bx-pagination {
    margin: 30px auto;
    text-align: center;
    padding: 10px;
}

#bx-pagination .wp-pagenavi {
    font-size: 13px;
}

#bx-pagination .wp-pagenavi * {
    display: inline-block;
}

#bx-pagination .wp-pagenavi .pages {
    padding-right: 10px;
    font-size: 11px;
    color: #999;
    display: block;
    width: 100%;
    text-align: left;
}

#bx-pagination .wp-pagenavi .current {
    background-color: #eb7e29;
    margin: 5px;
    color: #fff;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bx-pagination .wp-pagenavi .page,
#bx-pagination .wp-pagenavi .extend,
#bx-pagination .wp-pagenavi .nextpostslink,
#bx-pagination .wp-pagenavi .previouspostslink,
#bx-pagination .wp-pagenavi .last,
#bx-pagination .wp-pagenavi .first {
    background-color: transparent;
    color: #eb7e29;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bx-pagination .wp-pagenavi a:hover {
    background-color: #ddd;
}

/*
----------------------------- SIDEBAR
*/

/**/

aside {
    display: inline-block;
    width: 304px;
    vertical-align: top;
    min-height: 400px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

aside .widgettitle {
    text-align: center;
    font-family: 'Conv_usq_bold', 'comic-sans';
    color: #da6314;
    font-size: 16px;
    padding: 10px 0;
}

aside .widget_adrotate_widgets {
    text-align: center;
    margin: 0 auto;
    width: 252px;
}

aside #adrotate_widgets-2 h2 {
    text-align: left;
    line-height: 140px;
    font-size: 20px;
}

aside #adrotate_widgets-2 h2.widgettitle:before {
    content: " ";
    width: 200px;
    height: 137px;
    background: transparent url(images/fnd-side.png) no-repeat center right;
    position: absolute;
    margin-left: 78px;
    z-index: -999;
}

aside .sfmsb_widget {
    margin-bottom: 20px;
}

#searchform {
    padding: 20px 0;
}
div#text-35{
	float: left;
}
#searchform .screen-reader-text {
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #a09e97;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

#searchform #s {
    border: 1px solid #666;
    padding: 5px;
    padding-left: 23px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(images/SPRITE.png) no-repeat 0px -455px;
}

#searchform #searchsubmit {
    display: none;
}