/*
Theme Name:     OrientChild
Description:    A child theme designed for littleorient.
Author:         Orient
Template:       u-design
Version:        2.0

*/

@import url("../u-design/style.css");

body {
    font-family: "Microsoft Yahei",Tahoma,Arial,SimSun,"Hiragino Sans GB",PMingLiu,Verdana,sans-serif;
}
body {
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6, #slogan, .single-post-categories {
    font-family: 'Microsoft Yahei',Arial,Helvetica,sans-serif;
}

#logo {
    left: 0;
    padding-left: 20px;
    position: absolute;
    top: 35px;
    z-index: 100;
}

#page-title { 
 text-shadow: 0.1em 0.1em #333;
 }

#navigation-menu {
    font-family: 'Microsoft Yahei',Arial,Helvetica,sans-serif;
}

#piecemaker-header {
    background-color: #FFFFFF;
    display: block;
    float: left;
    height: 400px;
    position: relative;
    width: 100%;
}
#piecemaker-wrapper {
    margin: 1px -70px 0;
}

/*menu highlight*/
.highlightmenu {
    font-weight: bold;
}
#navigation-menu ul.sf-menu > .highlightmenu > a > span {
    color: #3D7493;
}