/*
 Theme Name:     Cazuela Remixed 
 Theme URI:      http://outlyer.net/
 Description:    Modified version of Cazuela for use at outlyer.net
 Author:         Toni Corvera
 Author URI:     http://corvera.eu
 Template:       cazuela
 Version:        3
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../cazuela/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Special class: Avoid hyphenation */
.nohyphens {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Layout: Content - Primary Sidebar */
.layout-cp .content-area {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}
.layout-cp #content {
  margin: 0 30% 0 0;
}
.layout-cp #secondary {
  float: right;
  width: 26%;
}

img.wp-smiley {
  display: inline;
}

pre {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1.3em;
  padding: 1.3em;
  border: 1px solid #ddd;
}

#footer-credits {
  font-size: 0.8em;
}
