* {
    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;
    color: #747474;
	line-height: 18px;
}
a {
    color: #747474;
}
a.selected {
    font-weight: bold;
}
h1 {
}
h1,
h1 a {
    font-size: 12px;
    color: #fff;
}
h2 {
    font-size: 48px;
}
h3 {
    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: 1px solid #000;
    height: 15px;
    width: 250px;
    padding: 2px;
    background: #222;
    color: #fff;
}
textarea {
    border: 1px solid #000;
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
    background: #222;
    color: #fff;
}
button {
    background: #222;
    cursor: pointer;
}
form#search input.text {
    width: 173px;
}
button {
    border: 1px solid #000;
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
}
.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;
    color: #fff;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

/* layout */
body {
    background: #0c0c0c;
}
div#container {
   width: 768px;
   margin: auto;
}
div#header {
    position: absolute;
    top: 30px;
    left: 15px;
}
div#footer {
   padding-top: 20px;
   height: 30px;
}
div#content {
    position: relative;
}

/* menu */
ul#menu {
    margin-top: 10px;
}
ul#menu li {
    height: 20px;
}
img#logo {
}


/* pager */
.previous {
    line-height: 80px;
    height: 80px;
    text-align: left;
}
.next {
    line-height: 80px;
    height: 80px;
    text-align: left;
}


/* gallery */
div#videos ul {
}
div#videos ul li {
    width: 100%;
}
h3 {
    font-size: 12px;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
}
#video_description {
	padding-top: 30px;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}

/* meta bar */
div#meta_bar {
    height: 30px;
    text-align: right;
    background: #000;
    line-height: 30px;
    padding-right: 5px;
}
div#meta_bar a {
    padding-right: 5px;
}
div#meta_bar a strong {
    color: #fff;
}
div#notice {
    position: absolute;
    top: 40px;
    left: 20px;
    font-weight: bold;
    display: none;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size:9px;
    font-weight: normal;
}
