/* {{{ global */
body {
    background-color: #ffffff;
}
/* }}} */

/* {{{ header */
#header {
    height: 15em;
    padding-left: 62em;
    padding-top: 1.7em;
    background-color: #ffffff;
}
/* }}} */
/* {{{ section first */
#first,
#singleview {
    width: 90em;
    padding-bottom: 2em;
}
.movie {
    width: 90em;
}
#first h1,
#first p,
#singleview h1,
#singleview p,
.movie h1,
.movie p {
    clear: both;
}
#content #first .section h1,
#content .movie .section h1 {
    padding-top: 1.7em;
}
#first .section,
#singleview .section {
    width: 78em;
    /*margin-top: 15em;*/
    border-bottom: none;
}
#content .movie .section {
    width: 78em;
    border-bottom: 1px solid #5d5d5d;
}
#first .section .image,
#first .section .image img {
    display: block;
    float: none;
    width: 58em;
    position: relative;
}
#first {
    position: relative;
}
#first .section .thumbs {
    display: block;
    position: absolute;
    left: 65em;
    top: auto;
    bottom: 2em;
    width: 18em;
}
#first .section .thumbs img {
    width: 14em;
    margin-bottom: 1em;
    border: none;
}
/* }}} */
/* {{{ section */
.section {
    position: relative;
    background-color: #dddddd;
    padding: 2em;
    border-bottom: 1px solid #ffffff;
}
.section .image {
    display: block;
    position: static;
    float: left;
    margin-right: 2em;
}
.section .image img {
    width: 25em;
    border: none;
}
.section hr.invisible {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    margin-bottom: -2em;
}
.section .thumbs {
    position: absolute;
    left: 32em;
    top: 2em;
    width: 20em;
}
.section .thumbs img {
    display: block;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    width: 3em;
}
#content .section h1 {
    padding-top: 0em;
}
/*
.section .thumbs a img {
    filter:alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}
.section .thumbs a:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
*/
/* }}} */
/* {{{ date */
#first .date,
.movie .date {
    position: absolute;
    left: 62em;
    top: 0.1em;
    color: #5f5f5f;
}
#first .section:hover .date span,
.movie .section:hover .date span {
    color: #ffffff;
}
#first .date span,
.movie .date span {
    display: block;
    float: left;
    font-weight: normal;
    /*font-size: 6em;*/
    line-height: 0.5em;
    padding: 0.3em 0.1em 0.3em 0.1em;
}
.date {
    color: #5f5f5f;
}
.date .year {
    font-weight: bold;
}
.date .month {
    padding-right: 0;
}
#first .date .month::after,
.movie .date .month::after {
    content: "__";
}
#first .date .day,
.movie .date .day {
    padding-left: 0;
    padding-right: 1em;
    font-weight: bold;
}
#first .date .day::after,
.movie .date .day::after {
    content: "";
}
.date .day::after {
    content: ". ";
}
/* }}} */
/* {{{ singleview */
#singleview .section .image,
#singleview .section .image img {
    display: block;
    width: 78em;
    float: none;
    position: relative;
}
/* }}} */
/* {{{ yearthumb */
a.yearthumb {
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
}
a.yearthumb .hoverdate {
    display: none;
    position: absolute;
    width: 7.75em;
    height: 5.2em;
    color: #ffffff;
    background-color: #4b4b4b;
    opacity: 0.9;
    text-decoration: none;
    font-family: "Helvetica";
}
a.yearthumb .hoverdate .day {
    position: absolute;
    display: block;
    top: -0.04em;
    font-size: 4em;
    line-height: 1em;
    padding: 0.1em;
    font-weight: bold;
    text-align: center;
    width: 1.7em;
}
a.yearthumb .hoverdate .month_year {
    position: absolute;
    display: block;
    left: 0;
    top: 5.3em;
    font-size: 0.75em;
    text-align: center;
    width: 10em;
}
a.yearthumb .hoverdate .month {
    position: absolute;
    left: 0.5em;
    top: 2.2em;
    font-size: 1.5em;
    color: #000000;
}
a.yearthumb .hoverdate .year {
    position: absolute;
    left: 1em;
    top: 2em;
    color: #000000;
}
a.yearthumb:hover .hoverdate {
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
}
a.yearthumb img {
    display: block;
    border: none;
    width: 7.75em;
}
/* }}} */
/* {{{ flashmovie */
.flash_movie object {
    width: 58em;
    height: 41em;
    margin-bottom: 1.7em;
}
#content .flash_movie a img {
    border: none;
    margin-bottom: 1.7em;
}
/* }}} */
/* {{{ round corners */
.round {
    position: relative;
}
.round {
    display: block;
}
.round span {
    position: absolute;
    z-index: 1004;
    display: block;
    width: 30px;
    height: 30px;
}
.round .c_tl {
    background: url(../lib/corner_gray_tl.png) no-repeat top left;
    top: 0;
    left: 0;
}
.round .c_tr {
    background: url(../lib/corner_gray_tr.png) no-repeat top right;
    top: 0;
    right: 0;
}
.round .c_bl {
    background: url(../lib/corner_gray_bl.png) no-repeat bottom left;
    bottom: 0;
    left: 0;
}
.round .c_br {
    background: url(../lib/corner_gray_br.png) no-repeat bottom right;
    bottom: 0;
    right: 0;
}
/* }}} */
/* {{{ navigation */
#navigation {
    position: absolute;
    z-index: 1002;
    top: 2em;
    left: 2em;
}
#navigation ul li {
    float: left;
    padding-right: 2em;
}
#navigation ul ul {
    padding-top: 1em;
}
#navigation ul ul li {
    float: none;
    padding-right: 0em;
}
#navigation a {
    color: #bbbbbb;
}
#navigation a:hover {
    color: #000000;
}
/* }}} */
/* {{{ footer */
#footer {
    padding: 2em;
    padding-top: 4em;
}
#footer small {
    font-size: 0.9em;
}
#footer a,
#footer a {
    color: #4b4b4b;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */
