

html, body {
    font-family: Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}

html, body, #wrapper, #container, #main {
    height:99%;
    background:#000;
}

.mod_randomImage {
    width: 100%;
    z-index: 0;
    position: fixed;
}

.image_container {
    width: 100%;
    height: 100%;
    margin: 0pt 0pt -3px;
}

.mod_randomImage img {
    width: 100%;
    height: auto;
}

.ce_accordion {
    background:#FFF;
}

input.text {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    padding: 3px;
    width: 312px;
}

textarea {
    font-family: inherit;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

input.submit {
    font-size: 0.85em;
    margin-left: 99px;
    margin-top: 10px;
}

.mod_newslist .last {
    border-bottom: 1px solid #CCCCCC;
}

.layout_full {
    border-bottom: 1px dashed #AAAAAA;
}

#eva-bay {
    font-size: 0.85em;
    max-width: 650px;
    min-width: 395px;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 31%;
}

video {
    height: auto;
    width: 100%;
}

.ce_player {
    background:#000;
}

.mod_article {
    position: absolute;
    z-index: 1;
}

.mod_newslist p {
    margin-top: 5px;
}

.mod_newslist .ce_text {
    padding: 10px;
}

.mod_newslist h1 {
    display: none;
}

h1 {
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 0.2em;
}

h1, .toggler {
    text-transform: uppercase;
}

.headimage img {
    height: auto;
    min-width: 420px;
    width: 100%;
}

table p {
    margin: 2px 0pt;
}

a:hover {
    text-decoration: none;
}

a {
    color: inherit;
}

p {
    margin-bottom: 5px;
}

.imp {
    width: 80%;
    margin: 7% auto;
    opacity: 0.7;
}

.ce_text {
    font-size: 12px ! important;
    background: none repeat scroll 0% 0% #EEEEEE;
    padding: 0pt 10px 10px;
}

.ce_gallery {
    padding: 10px 10px 3px;
}

.toggler.active {
    background:#000;
    color: #FFF;
}

.toggler {
    cursor: pointer;
    padding: 8px 10px 5px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}

.ce_form {
    padding: 10px;
}

label {
    display: block;
    float: left;
    min-width: 100px;
}

.mejs-mediaelement {
	position: relative;
}

.mejs-container, .mejs-layer {
	width:100% !important;
	height:auto !important;
}

.mejs-overlay-play {
    cursor: pointer;
    padding-top: 55%;
}