/*
Theme Name: mqb
Theme URI: http://www.maiq.info/mqb-free-wordpress-theme/
Description: Child Themes for mqb
Author: Zita Lichtenberg
Author URI: http://www.betterinboots.com/
Template: mqb
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../mqb/style.css');


/* HEADER */
#header{
margin:0;
padding:0;
width:100%;
height:180px;
background:#1e1e1e;
}
#headone{
float:left;
width:49%;
height:180px;
}

#headone  h1{
font-size:2em;
padding:50px 0px 0px 0px;
color:#b60e52;
text-align: right;
}
#headone h2{
padding:10px 0px 0px 0px;
color:#b60e52;
font-size:16px;
text-align: right;
}
#headtwo{
float:right;
width:50%;
height:180px;
background:#b60e52;
}





