/*
Theme Name: Mystique - Extend
Theme URI: http://digitalnature.eu/themes/mystique/
Description: Child theme of Mystique. Please leave this one activated for proper customizations to Mystique.
Version: 1.0
Author: poc & digitalnature
Author URI: http://digitalnature.eu/
Template: mystique
*/

@import url("../mystique/style.css");

/*** GENERAL ELEMENTS: HEADINGS ***/

h1{
  font-size:250%;
  font-family:"Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  letter-spacing:0em;
}

h2{
  font-size:200%;
  font-family:"Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  letter-spacing:0em;
}

h3{
  font-size:160%;
  font-family:"Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  letter-spacing:0em;
}

/*** GENERAL ELEMENTS: FORMS ***/

legend{
  border:1px solid #ddd;
  padding:5px 10px;
  font-size:155%;
  font-family:"Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  font-style:normal;
}

/*** LOGO & HEADLINE ***/

#logo{
  font:normal 400% "Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  margin:10px 0 25px 0;
  letter-spacing:0px;
  padding:0;
  float: left;
}

#logo.size-xl{
  font-size: 200%;
  letter-spacing:0px;
  line-height: 235%;
}

#logo a{
  color:#e0e0e0;
  text-decoration:none;
  text-shadow:0px -1px -1px #000;
  display: block;
  text-transform: none;
}

#site-title .headline{
  font-size: 160%;
  font-style:normal;
  border-left: 1px solid #ccc;
  color: #fff;
  float: left;
  padding: 10px 0 10px 20px;
  margin: 20px 0 0 20px;
  font-family:"Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
}

/*** SINGLE PAGES ***/

h1.title{
  margin:.25em 0 .5em 0;
  font-size:300%;
  font-weight: bold;
  text-shadow:#fff 1px 1px 1px;
  line-height: 100%;
  font-family:normal "Lobster", "Arial Black", "Helvetica Black", Gadget, sans-serif;
  letter-spacing: 0px;
}

/* post titles */
.hentry h2.title{
  margin:0;
  padding:0 46px 5px 0; /* 46px = comment icon */
  font-size:200%;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: normal;
}

/*** BLOCKS (usually widgets) ***/

.block .title h3{
  text-transform:none;
  font-size: 150%;
  font-weight: normal;
}
