﻿/*
Theme Name: Lillian Z's Boutique
Them URL: http://www.woothemes.com/
Description: Child theme for the lzb theme
Author: Woothemes
Author URL: http://www.woothemes.com/
Template: lzb
version: 0.1.0
*/

@import url('../lzb/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

#header hgroup {
    float: none !important;
    text-align: center;
}
 
#header #logo {
    float: none !important;
}
 
#header #navigation,
#header #navigation ul.nav {
    float: none !important;
}
 
#header #navigation {
    margin: 0 auto !important;
}
 
#header .nav-toggle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#top ul.nav > li a:hover {
        background: #000000 !important;
}

/*Product Title Font Size (Home Page)
-------------------------------------*/

h3 {
font-size: 1em;
font-weight: normal;
}

/*Product Title Font Size (Product Page)
-------------------------------------*/

h1 {
font-size: 1.5em;
line-height: 1.387em;
}

.nav a {
font: 300 1em/1.4em 'arial', arial, sans-serif;
color: #000000;
    font-weight: bold;
}

h2 {
    font-size: 0.918em;
    line-height: 1.387em;
}


