/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: child theme The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/
/* =Reset
-------------------------------------------------------------- */
@import url("../twentytwelve/style.css");

body{
  font: normal normal 15px Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
  background-color: #fff;
  color: #000;
}
ins{
  background: transparent;
}
a {
  text-decoration: none;
  color: #0073AA;
}
a:link {
  text-decoration: none;
}
a:hover {
  color: #123584;
}

/* borrow-bootstrap-class */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}


/*semantic*/
body > h1.semantic{
  display:none;
}

/* primary wrapper */
body .site{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  box-shadow: none;
}


/* header */
.site-header{
  padding: 0;
}
a.brand-logo{
  display: inline-block;
  min-width: 200px;
}
a.brand-logo:focus{
  outline: none;
}
img.header-image{
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: -2px;
}

/* ad float-right */
.site-header hgroup > ins{
  float: right;
}


/*footer*/
.tagline-footer{
  float: right;
  color: #686868;
}


/*
* hacky2 navigation & stuff visibility
*/
footer.entry-meta,
.main-navigation,
.entry-content .more-link,
.site-content .nav-single,
.nav-single + .comments-area,
.entry-header .comments-link,
#comment-nav-above{
  display:none !important;
}


/*page category*/
.archive-header, .page-header{
  margin-bottom: 12px;
}
.archive-header span, .page-header span{
  font-style:italic;
  font-weight:bold;
}
.archive-header .archive-title, .page-header .archive-title{
  font-weight:normal;
}


/* article */
.wrapper article{
  padding: 10px 0 0 0;
  margin:0;
  min-height: 40px;
}
.post .entry-header{
  margin-bottom: 10px;
}
.site-content article{
  margin-bottom: 0;
  border-bottom: none;
}
.site-content.indexcontent{
  margin-top: 40px;
}
.site-content.indexcontent .entry-content > p{
  font-size: 15px;
  margin-bottom: 8px;
}
/*ads-body-footer*/
.wrapper .widget{
  margin: 35px auto 20px;
}


/*elements*/
input{
  border-radius: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit]{
  display: inline-block;
  height: 30px;
  border: solid 1px transparent;
  padding: 0 10px;
  outline: 0;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);

  border-color: #d3d3d3;
  background: #f8f8f8;
  color: rgba(38,38,38,0.6);
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
  color: #222;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.my-chevron-up{
  background-image: url(img/chevron-up-16.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 16px;
  display: inline-block;
  margin-top: 5px;
  opacity: .35;
}
.wrap-backto{
  position: fixed;
  bottom: 10%;
  right: 0;
}
.back-to-top{
  padding: 10px;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: -1px;
  cursor: pointer;
}
.back-to-top:hover .my-chevron-up{
  opacity: .85;
}






/* --------------- Responsive  -----------------*/
@media screen and (min-width: 600px){
  .site {
    max-width: 970px;
  }
  .entry-header .entry-title {
    font-size: 25px;
  }

  /*ad-top*/
  .site-header hgroup > .widget{
    width: 728px;
    display: inline-block;
    float: right;
  }
}







/* --------------- debuger -----------------*/
/* line 557, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug {
  font-size: 10px!important;
  border: 1px solid #ddd;
  background-color: #000;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
  padding: 2px 10px;
  overflow: auto;
  max-height: 90%;
  max-width: 65%;
  width: auto; }
/* line 568, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug .fixed-debug-toggler {
  color: yellow;
  cursor: pointer;
  padding: 0 5px;
  text-decoration: underline;
  min-width: 80px; }
/* line 574, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug .fixed-debug-toggler [class*="icon-"] {
  color: transparent;
  margin: 0 8px 0 0;
  border: 0; }
/* line 579, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug .fixed-debug-toggler:first-child {
  right: 15px;
  z-index: 101;
  padding: 0 5px; }
/* line 584, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug .fixed-debug-toggler.close-toggler {
  clear: both;
  text-align: center;
  background: #333;
  margin-left: -10px; }
/* line 591, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug .fixed-debug-clear {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 20px;
  cursor: default;
  text-align: center;
  line-height: 12px;
  color: #ddd;
  border: 1px solid #999; }
/* line 602, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug pre {
  font-size: 1.1em!important;
  padding: 0!important;
  padding-right: 5px!important;
  margin: 0!important;
  line-height: 12px!important;
  color: #fff!important;
  background: transparent; }
/* line 610, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug pre a {
  font-size: 10px!important;
  color: #33CCFF; }
/* line 614, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug pre a:hover {
  text-decoration: underline; }
/* line 618, ../zCSS_SCSS/default/scss/apps.scss */
.fixed-debug pre::before {
  content: "> ";
  display: inline-block; }