/*
Theme Name: Twenty Thirteen Child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Child theme for the Twenty Thirteen
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: twentythirteen 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentythirteen/style.css");

/* old styles */
.t_4_lados_az_claro {

font-weight: 300;
border: 1px solid #C4CFDF;
}

.cinza-normal {
text-transform: none;
font-weight: 300;

}

/* END old styles */

.widget {
  background-color: rgba(235, 241, 247, 0.7);
}

.navbar {
  background-color: #f1f5f9
}

.site-header {
 /*  background: url(http://www.mgt-teixeira.com/wp-content/uploads/2013/07/cropped-Air-Balloons.jpg) no-repeat scroll top;
  background-size: 1600px auto; */

  background-image: none !important;
  background-color: #271da0 !important;
}


.site-header .home-link {
  color: #fff;
}


.site-footer  {
  background-color: #f0f5f5;
}




.site-footer .sidebar-container {
  background-color: #271da0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a67d6), to(#150e6b)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #2a67d6, #150e6b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:    -moz-linear-gradient(top, #2a67d6, #150e6b); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #2a67d6, #150e6b); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #2a67d6 0%, #150e6b 100%); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

footer .site-info {
  display: none;
}
