
/**** GENERAL ****/

body {
    background-color: #000;
    color: #fff;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:active, a:link, a:visited {
    text-decoration: none;
    color: #fe0000;
}
a:hover {
    /*text-decoration: underline;*/
}
img {
    border: 0px;
}
h1 {
    font-size: 18px;
    /*text-align: center;*/
}
h2 {
    font-size: 16px;
    text-align: center;
}
h3 {
    font-size: 14px;
    /*text-align: center;*/
}
h4 {
    font-size: 10px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
fieldset {
    /*background-color: #3f0101;*/
    border: 1px solid #fff;
    margin: 8px;
}
fieldset:hover {
    background-color: #171717;
}
fieldset legend {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
    border-right: 1px solid #fff;
    margin-bottom: 14px;
}
fieldset div {
    margin-bottom: 6px;
}
label {
    float: left;
    width: 120px;
    padding-left: 4px;
}
label.inline{
    float: none;
    width: 20px;
}
input, textarea, select {
    background-color: #950101;
    color: #fff;
    font-size: 10px;
    border-color: #fe0000;
}
input[type=radio], input[type=checkbox] {
    background-color: #3f0101;
}
textarea {
    width: 328px;
    height: 100px;
}
input {
    width: 100px;
}
input.inline {
    width: 20px;
}
input:focus, textarea:focus, select:focus {
    background-color: #fe0000;
    color: #fff;
}
select {
    width: 104px;
}
hr {
    border: none;
    border-top: 1px dashed #fff;
    height: 1px;
}

/**** SPECIFICS ****/

#hidden {
    display: none;
}

.float {
    float: left;
    margin-right: 20px;
}
.clear {
    clear: both;
}
#nojs {
    width: 790px;
    margin: 100px auto 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.ie {
    display: none;
}

/* Ajax loader */
#loader {
    display: none;
}
#ajax-loader {
    display: none;
}

span.label {
    padding-left: 4px;
}

/**** All content ****/
#main {
    display: none;
    width: 1130px;
    margin: 4px auto 0 auto;
}

/*** Left content ***/
#left {
    float: left;
    margin-right: 6px;
}

/** Modules **/
#modules {
    position: relative;
    top: 186px;
    width: 160px;
}

.module {
    color: #fff;
    border: 1px dotted #fff;
    background-color: #171717;
    margin-top: 6px;
    text-align: center;
}
.module:first-child {
    margin-top: 0px;
}
.module:hover {
    border: 1px solid #fff;
    background-color: #3f0101;
    cursor: default;
}

/* Languages */
#languages h4 {
    margin-bottom: 4px;
}
#languages ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}
li.language {
    list-style: none;
    display: inline;
}

/* Events */
#modules .event {
    margin-top: 4px;
}
#modules .event #modules .track {
    font-variant: small-caps;
    font-weight: bold;
}
/* Newsletter form */
#newsletter {
}
#newsletter label {
    clear: both;
    float: none;
    padding: 0px;
}
#newsletter fieldset {
    border: none;
}
#newsletter fieldset:hover {
    background-color: #3f0101;
}
.input-obligatory:after {
    content: ' *';
}
.input-error {
    color: #fe0000;
}
.button {
}
/* Partners */
#partners {
}
.partner img {
    margin-top: 6px;
}

/**** Center content ****/
#center {
    float: left;
}

/*** Main content ***/
#content {
    width: 788px;
    margin-top: 4px;
}

/** Header animation **/
#animation {
    width: 788px;
    height: 178px;
    border: 1px solid #fff;
    margin-bottom: 6px;
}
#animated {
    display: block;
}

/* Logo */
#logo {
    position: relative;
    bottom: 172px;
    left: 566px;
    width: 398px;
    z-index: 900;
}

/** Submenu **/
#submenu {
    width: 788px;
    height: 14px;
    border: 1px solid #fff;
    background-color: #171717;
    text-align: center;
    padding: 6px 0px 6px 0px;
    margin-bottom: 6px;
}
#submenu a.actived {
    background-color: #171717;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
#submenu a.actived:before {
    /*content: ">";*/
}

/* Message */
.error {
    color: #fff;
    background-color: #fe0000;
}
.error a {
    color: #000;
}
#messages {
    /*display: none;*/
}
#messages div {
    /*visibility: hidden;*/
    font-weight: bold;
    width: 788px;
    height: 14px;
    border: 1px solid #fff;
    background-color: #3f0101;
    padding: 6px 0px 6px 0px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#messages .success {
    color: #fff;
    background-color: #349f05;
}
#messages .error {
    color: #fff;
    background-color: #fe0000;
}
#messages .warning {
    color: #fe0000;
    background-color: #ffe612;
}

/** Content **/
#content {
    display: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #3f0101;
    margin-top: 6px;
}
.box {
    /*text-align: center;*/
    padding: 10px;
    margin: 10px;
    /*font-size: 12px;*/
    background-color: #3f0101;
    border: 1px dotted #fe0000;
    text-align: justify
}
.box:hover {
    background-color: #171717;
    border: 1px solid #fff;
    cursor: default;
}
.promo, .news {
    /*text-align: center;*/
    padding: 10px;
    margin: 10px;
    /*font-size: 12px;*/
    background-color: #171717;
    border: 1px dotted #fff;
    text-align: justify
}
.promo p, .news p {
    text-align: center;
    font-size: 14px;
}
.promo p.important, .news p.important {
    color: #fe0000;
    font-size: 20px;
    font-weight: bold;
}

/* Tracks */
#tracks .track {
    float: left;
    width: 376px;
    padding: 4px;
    margin: 4px;
    border: 1px dotted #fff;
    background-color: #3f0101;
    text-align: center;
}
#tracks .track:hover {
    background-color: #171717;
    border: 1px solid #fff;
}

/* Events */
#events .event {
    float: left;
    width: 376px;
    padding: 4px;
    margin: 4px;
    border: 1px dotted #3f0101;
    background-color: #3f0101;
    text-align: center;
}
#events .event:hover {
    background-color: #171717;
    border: 1px solid #fff;
}

#event .link {
    text-align: center;
    margin-bottom: 10px;
}
#event .description, #event .track {
    float: left;
    width: 376px;
    padding: 4px;
    margin: 4px;
    text-align: justify;
}
#event .info {
    padding: 4px;
    margin: 4px;
    border-top: 1px dotted #fff;
}
#event .info .label, #event .info .value {
    float: left
}
#event .info .label {
    width: 172px;
}
#event .info .value {
    width: 600px;
}

/* Team */
#team .person {
    float: left;
    width: 376px;
    padding: 4px;
    margin: 4px;
    /*border: 1px dotted #fff;*/
    background-color: #3f0101;
    text-align: center;
}

/* Forms */
.accept {
    /*margin-left: 120px;*/
}

/* Levels */
li.level_white {
    color: #fff;
}
li.level_orange {
    color: #ff4500;
}
li.level_green {
    color: #00ff00;
}
li.level_blue {
    color: #00bfff;
}

/* Contact */

/* Flyer */
.zoom2 {
    border: 1px solid #fff;
}

/* Footer */
#footer {
    width: 788px;
    height: 14px;
    border: 1px solid #fff;
    background-color: #171717;
    text-align: center;
    padding: 6px 0px 6px 0px;
    margin: 6px 0 6px 0;
}

/**** Right content ****/
#right {
    float: left;
    margin-left: 6px;
}

/*** Menu ***/
#menu {
    position: relative;
    top: 186px;
    /*float: right;
    width: 0px;
    height: 0px;
    left: 10px;*/
    text-align: center;
}
#menu a.button:first-child {
    /*margin-top: 6px;*/
}
#menu a.button {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    height: 30px;
    width: 162px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-color: #3f0101;
    padding-top: 12px;
}
#menu a.button:hover {
    background-color: #171717;
}
#menu a.actived {
    background-color: #171717;
    color: #ffffff;
}

/*** Facebook ***/
#facebook {
    position: relative;
    top: 186px;
    text-align: center;
}
