
h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 11px;
	line-height: 13px;
}
h6 {
	font-size: 10px;
	line-height: 12px;
}

.nav > li > a {
	display: block;
    height:28px;
    border-bottom: 1px solid #999;
    padding-top: 10px;
}

.header {
	display: block;
	background: #333;
    /* width: 950px;  - for fixed width layout */
    width: 100%;
    overflow:hidden;
}

.header-mask {
	display: block;
    height :0px;
    max-height: 100%;
    max-width: 100%;
    float: right;
    background: #333;
}

.header-picture {
	display: block;
	z-index: 10;
	left: 100px;
    height: 0px;
    float: right;
}

input.search-query {
    position: absolute;
    z-index: 1000;
    float: right;
    padding 3px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
     margin-top: 62px;
    margin-bottom: 0px;
    margin-right: 20px; 
	top: 43px;
    right: 20px;
    height: 12px;
    width: 100px;
    font-size: 92%;
    background: #dddddd;
}

