﻿/*
    @specialRed:			#b7103f;
    @darkerRed:             #9e0e37;
*/

body
{
    font-family: "Segoe WPS" , "Segoe UI" , Tahoma, Verdana, Helvetica, sans-serif;
}
footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 8px;
}
    footer .admin-link {
        float: right;
        text-align: right;
    }
a
{
    color: #b7103f;
}
a:hover
{
    color: #9e0e37;
}
.swing-bar 
{
    background: url(../images/top-bar-swing.png) 0 100% no-repeat;
    height: 40px;
}
.menu-bar
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-bar .nav, .menu-bar .form-search
{
    margin-top: 21px;
}
.lang-bar li.de a
{
    background: url(images/de.png) 0 50% no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}
.lang-bar li.en a
{
    background: url(images/en.png) 0 50% no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}
.lang-bar li a:hover 
{
    color: #9e0e37;
}


.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover
{
    background-color: #9e0e37;
}

/*
.simple-menu 
{
    list-style: none;
    margin-left: 220px;
    margin-top: 30px;
}
.simple-menu li 
{
    float: left;
    margin-left: 10px;
}
.simple-menu li .form-search 
{
    margin-top: 5px;
    margin-left: 20px;
}


.simple-menu li.de
{
    background: url(images/de.png) 0 50% no-repeat;
    padding-left: 20px;
}
.simple-menu li.en
{
    background: url(images/en.png) 0 50% no-repeat;
    padding-left: 20px;
}
*/

/*
.simple-menu li a
{
    padding: 8px;
    font-size: 120%;
    background: #eee;
    border: 1px solid red;
}
*/

.menu-list > li > a
{
    padding-left: 4px;
    padding-right: 4px;
    color: #333;
    line-height: 18px;
}
.menu-list > li > a.current
{
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #b7103f;
    color: #fff;
}

li > a.hidden 
{
    color: #777;
}

/* === Artist M === */
.artist-m
{
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    overflow: hidden;
    /*height: 330px;
    max-height: 330px;*/

}
.artist-m h3
{
    padding: 0 4px;
    line-height: 16pt;
    margin: 0;
    font-size: 13pt;
}
.artist-m .artist-img
{
    border: 8px solid #fff;
}
.artist-m p
{
    padding: 4px;
    padding-bottom: 0;
}
.artist-filmroll .artist-img
{
    float: left;
    margin-bottom: 6px;
    margin-right: 4px;
}

.artist-hero-b {
    float: left;
    padding-right: 1px;
    width: 224px;
}
.artist-hero-b img {
    float: left;
    width: 214px;
}
.artist-hero-b small {
    float: left;
}
.artist-image .artist-img
{
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

.artist-m a small {
    color: #999;
}
.artist-m a:hover small {
    color: #999;
}
.admin-group
{
    margin: 8px 0;
}
/* === */

/* === Forms === */
.field-validation-error
{
    display: inline-block;
    color: #f30;
}
.submit-buttons-row 
{
    margin-top: 20px;
    background: #eee;
    padding: 8px;
}
/* === */


/* === Admin === */
h4.lang-de
{
    background: url(images/de.png) 0 50% no-repeat;
    padding-left: 20px;
}
h4.lang-en
{
    background: url(images/en.png) 0 50% no-repeat;
    padding-left: 20px;
}

#image-sort
{
    margin: 0;
    list-style: none;
    clear: both;
}
#image-sort li
{
    float: left;
    margin: 8px;
    padding: 0;
}
#image-sort li:first-child
{
    border: 1px dashed #444;
    margin: 6px;
    padding: 1px;
}
/* === */


/* === News === */
.news-item 
{
    background: #fff;
    border-top: 3px solid #999;
    padding: 8px;
    -webkit-box-shadow: inset 0px 20px 100px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 20px 100px 0px rgba(0, 0, 0, 0.1);
}
.news-item small
{
    font-size: 7.5pt;
}
/* === Vita edit and display === */
.lang-vitacat 
{
    border-top: 4px solid #ccc;
    margin-top: 4px;
}
.lang-vitacat > table td
{
    vertical-align: top !important;
}
table p 
{
    margin: 0;
    padding: 0;
}

.quote blockquote { 
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}
.quote blockquote small { 
    font-size: 12px;
}

input.wide, textarea.wide {
    width: 340px;
}

input.mid, input#DateInput {
    width: 220px;
}

input.short, input#TimeInput {
    width: 100px;
}