* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
}
a {
    color: #fff;
}
a.selected {
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h2,
h2 a {
    font-size: 24px;
}
h3 ,
h3 a {
    font-size: 14px;
}
h4 {
    position: relative;
    margin-top: 4px;
    height: 19px;
}
h4,
h4 a {
   font-size: 15px;
}
td {
    vertical-align: top;
    padding: 2px 2px 2px 0;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
    margin-bottom: 10px;
}
input {
    border: 0;
    height: 15px;
    width: 250px;
    padding: 2px;
}
textarea {
    border: 0;
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
}
input.submit {
    background: none;
    width: 15px;
    height: 11px;
}
form#search input.text {
    width: 173px;
}
button {
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    background: #000;
    color: #fff;
}
.text,
.text * {
    line-height: 17px;
    font-size: 13px;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
label {
    display: block;
    padding: 10px 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-top: 3px;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 0;
}
input,
textarea {
    background: #222;
    color: #fff;
}
label {
    color: #fff;
}


/* layout */
body {
    background: #1a1a1a;
}
div#container {
   width: 920px;
   margin: auto;
}
div#header {
   border-bottom: 1px solid #666;
   margin-bottom: 50px;
   position: relative;
   height: 70px;
   width: 890px;
}
img#logo {
    position: absolute;
    bottom: 15px;
}
div#footer {
   padding-top: 20px;
   height: 30px;
}
div#content {
    position: relative;
}

/* menu */
ul#menu {
    position: absolute;
    right: 0;
    bottom: 12px;
}
ul#menu li {
    display: inline;
    padding-left: 10px;
}
ul#languages {
    position: absolute;
    right: 0;
    top: 0;
}
ul#languages li {
    display: inline;
    padding-left: 5px;
}

/* gallery */
div#gallery ul li {
    width: 200px;
    height: 56px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    background: #141414;
    position: relative;
}
div#gallery ul li div.date_over {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 41px;
    width: 200px;
    color: #373737;
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
    background: #141414;
}
div#gallery ul li div.date_over a, 
div#gallery ul li p.date {
    height: 41px;
    color: #373737;
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
}
div#view {
    width: 890px;
    text-align: center;
}
p.pager {
    text-align: center;
    margin-bottom: 30px;
}
p.pager,
p.pager a {
    color: #fff;
    font-size: 24px;
}
div#media_1,
div#media_2 {
    width: 600px;
    height: 337px;
    margin: auto;
    background: #000;
}
div#media_1 {
    margin-bottom: 20px;
}

