@charset "utf-8";

body > header h1, 
body > header h2 { 
    font-family: "Droid Sans", arial, serif;
    font-size: 180%;
}


article > header { 
    background: transparent url(images/harftone.png);
    height: 105px;
    margin-bottom: 1.6em;
}

article > header h1 {
    font-size: 600%;
    font-weight: bold;
    text-align: center;
    text-shadow: #f8fbf8 0px -2px, #f8fbf8 2px 0px, #f8fbf8 0px 2px, #f8fbf8 -2px 0px;
}

article > header h1 a { 
    display: block;
    height: 105px;
    border: 0;
}

article > header h1 a:hover { 
    color: #f8fbf8;
    background-color: #f8b500;
    text-shadow: none;
}

article > header dl { 
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

article p { 
    margin: 0;
    text-indent: 1em;
}

.picture img { 
    width: 100%;
}

.picture a img, 
.picture a img:hover { 
    border-width: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

article a:hover, 
section a:hover { 
    color: #f8b500;
}

article a:visited, 
section a:visited { 
    border-color: #f8b500;
}

nav.local { 
    top: 6.8em;
}

nav li.diary a, 
nav.local li a:hover { 
    background-color: #f8b500;
}

