/*
Theme Name:     My Life Child HCZ
Description:    A child theme based on Hybrid My Life
Author:         admin
Template:       my-life

(optional values you can add: Theme URI, Author URI, Version)
*/


@import url("../my-life/style.css");

#site-title {
    font: 50px/50px Georgia, serif;
    letter-spacing: 1px;
}

#site-description {
    font-size: 36px;
    margin: 4px;
}

#menu-primary li a {
    font: bold 12px/25px Georgia, serif;
    letter-spacing: 1px;
}

.widget-title {
    font: bold 18px/23px Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    margin: 0 0 18px;
}

.xoxo, #recentcomments, #menu-pages {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#searchsubmit {    
background: -moz-linear-gradient(center top , #F7F6F7 0pt, #E0DADF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C8BFC6;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    height: 30px;
    left: auto;
    line-height: 1em;
    margin: 0 0 30px;
    overflow: visible;
    padding: 0 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#breadcrumb {
    margin: -16px 0 1em;
}

.related ul.products li img,.upsells.products ul.products li img,.related ul li img,.upsells.products ul li img {
     width: auto;
}

ul.products li a img {
     width: auto;
}

img.noseeum {
    height: 1px;
    width: 1px;
    padding: 0;
    border: none;
}

.search { display: none; }

@media screen and (min-width: 783px) {
	#menu-primary { position: fixed; top: 0; }
	.admin-bar #menu-primary { top: 32px; }
	#header { margin: 37px auto 0; }
}

