@charset "UTF-8";
/* MoL Reset */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

form label {
    margin-right: 15px;
}

table, td, tr, form label, form p, form span {
    vertical-align: top;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Arial;
}

p, li, dt, dl, span, label, a, form, input {
    font: normal 13px/1.3em Arial;
}

p, li {
	color: #333;	
}

#container p, li, span, label {
    margin-bottom: 12px;
    line-height: 1.3em;
}

ol, ul {
    list-style: none;
}

li, ol li ol, ul li ul {
	margin-bottom: 0;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
	font-size: 12px;
	color: #BF382C;
    text-decoration: none;
	outline: none;
}

#timeline li a, #themes li a, ul li.related-img a, #gallery-detailed li a, #gallery-thumbnails li a, #detailed li a, #object-browser ul li div a {
	font-size: inherit;
}

h2 a {
	font-size: 14px;
	font-weight: bold;	
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
	display: block;	
}

a:focus {
    border: none;
	outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
	display: none;	
}

.autoclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear { display: inline-block; }
.autoclear { display: block; }
* html .autoclear { height: 1%; }

