/*
Theme Name: Aerobcn
Description: Child theme for the twentytwelve theme
Author: Ignacio Bedoya
Template: twentytwelve
Text Domain: aerobcn
*/

@import url("../twentytwelve/style.css");
@import url(http://fonts.googleapis.com/css?family=Arvo|Open+Sans:700);

ins { background: #fff; }
body {
  color: #333;
}

hgroup {
  float: left;
}

strong {
  color: #222;
}

body, body.custom-font-enabled {
	font-family:Verdana,Geneva,sans-serif;
}

/* Header and Navigation */
.main-navigation {
	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	font-weight:0;
  margin-top: 18px;
  margin-top: 1.285714285rem;
}

.main-navigation li {
  margin: 0 10px 0 0;
  margin: 0 0.714285714rem 0 0;
}

h1.site-title {
	font-family:'Arvo',Times,serif;
	font-size: 38px;
	font-size: 2.714285714rem;
}

.site-header {
  padding: 15px 0;
  padding: 1.071428rem 0;
}

.site-description {
  text-indent: -7500px;
  height: 0;
  margin: 0;
}

/* Content */
.site-content {
  margin: 0;
}

.entry-header {
  margin-bottom: 10px;
  margin-bottom: 0.714285rem;
}

.entry-header .entry-title {
  font-family:'Arvo',Times,serif;
  font-size: 24px;
  font-size: 1.714285714rem;
}

.entry-header .entry-title a {
	color: #333;
}

.entry-header .entry-title a:hover {
	color: #00aeef;
}

a, .entry-content a:visited, .comment-content a:visited {
	color: #21759b;
}

a:hover, .entry-content a:hover {
	color: #0f3647;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
  margin: 0 0 16px;
  margin: 0 0 1.142857rem;
}

.site-content article {
  margin-bottom: 15px;
  margin-bottom: 1.071428rem;
  padding-bottom: 0;
}

.site-content article {
  border-color: #ddd;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 0;
}

footer.entry-meta {
  top: -12px;
  position: relative;
  margin-top: 0;
}

header .entry-meta {
  margin-top: 5px;
  margin-top: 0.357142rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}

/* Sidebar widgets */
.widget-area {
  margin: 5px 0 0;
  margin: 0.357142rem 0 0;
}

.widget-area .widget {
  margin-bottom: 10px;
  margin-bottom: 0.714285rem;
}

.widget-area .widget h3 {
  margin-bottom: 5px;
  margin-bottom: 0.357142rem;
}

.widget-title,
.widget-area .widget a,
.site-header h2 {
  color: #555;
}

.widget-area .widget a {
  text-decoration: none;
}

.site-content article,
.widget-area .widget {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

.widget-area .widget a,
.comments-link a, .entry-meta a {
  color: #21759b;
}

.widget-area .widget a:visited {
	color: #21759b;
}

.widget-area .widget a:hover,
.entry-meta a:hover {
  color: #333;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.3;
  margin: 0 0 6px;
  margin: 0 0 0.428571429rem;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    font-size: 113%;
}

/* Top header and header search form*/
header .searchform {
  float: right;
}

#top-header {
  float:right;
  margin-top: 1.7em;
}

.site-slogan {
  text-indent: -7500px;
  height: 0;
  margin: 0;
}

/* Social and share buttons */
.entry-meta-share-wrapper {
  padding: 5px 0;
  margin: 10px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.share-buttons a {
  text-decoration: none;
}

@media screen and (max-width:888px) and (min-width:767px) {
  .share-buttons {
    float: left; !important
  }
}
@media screen and (max-width:608px) {
  .share-buttons {
    float: left; !important
  }
}

.socials {
  font-weight: bold;
  padding-top: 6px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 7px 0 0;
}

.socials a {
  text-decoration: none;
}

.socials span.socialrss{
  color:#f58550;
  background:url(images/rss.png) no-repeat 0 center;
}
.socials span.twitter{
  color:#33ccff;
  background:url(images/twitter.png) no-repeat 0 center;
}
.socials span.facebook{
  color:#6793c8;
  background:url(images/facebook.png) no-repeat 0 center;
}
.socials span.youtube{
  color:#ff322c;
  background:url(images/youtube.png) no-repeat 0 center;
}

.socials span.socialrss, .socials span.twitter, .socials span.facebook, .socials span.youtube{
  padding: 4px 0 0 28px;
}

.small-ad {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.large-ad {
  display: none;
  text-align: center;
  margin: 10px 0;
}

@media screen and (min-width: 600px) {
  .site-content {
    width: 100%;
  }
  .widget-area {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .site-content {
    width: 66%;
  }
  .widget-area {
    width: 31%;
  }

  .small-ad {
    display: none;
  }

  .large-ad {
    display: block;
  }
}
