body {
    background-color: #ddd;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

ul li a, .SubMenu, .SubMenu a, a.menu, a.SubMenuTitle  {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#navigation ul.hide {
    display: none;
}

ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

a.SubMenuTitle {
    font-size: 24px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#home-page .photo {
    text-align: center;
}

#home-page .photo img {
    height: 300px;
    border 0;
    padding: 5px;
    vertical-align: center;
}

#blosxomBlogTitle, #pagetitle, h1 { 
    font-family: Impact, Helvetica, Sans-Serif;
    /* font-size: xx-large;  */
    font-weight: bold;
    letter-spacing: 0.10em;
    word-spacing: 0.20em; 
    text-transform: capitalize;
    text-shadow: 0px 1px 0px #fff;
    text-align: center;
    height: 32px;
    font-size: 28px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    padding-bottom: 2px;
}

#navigation div.leftButton {
    /* position: absolute; */
    top: 7px;
    left: 6px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 18px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}


#MeBody img {
    max-width: 300px;
    padding: 0px 8px;
}


