/******************************************************************************
 *                                                                            *
 *   Пианист Виталий Стахиевич // Основная таблица стилей                     *
 *   ----------------------------------------------------------------------   *
 *   Copyright (C) 1998-2006 web-studio "Cherry-Design"                       *
 *   URL: http://www.cherry-design.spb.ru/                                    *
 *   E-mail: cherry-design@mail.ru                                            *
 *                                                                            *
 ******************************************************************************/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11pt;
}

a {
    color: #FFD200;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Настройки фона страницы в зависимости от страницы
-----------------------------------------------------------------------------*/

body {
    color: #333333;
    background: #ffffff url("../pic/bg_white.gif") top left repeat-y;
}

body#biography {
    color: #cccccc;
    background: #000000 url("../pic/bg_black.gif") top left repeat-y;
}

body#gallery_view {
    color: #cccccc;
    background: #000000 url("../pic/bg_zebra.gif") top left repeat-y;
}

/* Внешний контейнер
-----------------------------------------------------------------------------*/
#container {
    width: 780px;
    height: 100%;
    background: url("../pic/visual_general.jpg") top left no-repeat;
}

body#biography #container {
    background: url("../pic/visual_biography.jpg") top left no-repeat;
}

/* Меню выбора языка сайта
-----------------------------------------------------------------------------*/

#languages {
    height: 18px;
    padding-left: 23px;
    font-size: 9pt;
    text-transform: lowercase;
    background-color: #000000;
}

#languages ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#languages ul li {
    display: inline;
}

#languages ul li.selected {
    background-color: #FFD200; 
}

#languages ul li a {
    padding: 3px 5px 3px 5px;
    color: #dddddd;
    text-decoration: none;
}

#languages ul li.selected a {
    color: #000000;
    background-color: #FFD200; 
}

body#biography #languages {
    background: #000000 url("../pic/bg_black.gif") top left repeat-y;
}

/* Верхняя шапка
-----------------------------------------------------------------------------*/

#header {
    width: 100%;
    margin-top: 30px;
    height: 117px;
    color: #000000;
}

#header h1 {
    height: 60px;
    padding: 0px;
    margin: 0px 0px 0px 23px;
    font-weight: normal;
    font-size: 10pt;
    text-transform: lowercase;
    background: url("../pic/square.gif") bottom left no-repeat;
}

#header h1 span {
    display: block;
    text-transform: none;
    margin-left: -2px;
    font-size: 17pt;
}

body#biography #header {
    margin-top: 10px;
    height: 320px;
    color: #ffffff;
}

body#biography #header h1 {
    margin: 0px 0px 0px 385px;
}

/* Главное меню
-----------------------------------------------------------------------------*/

#menu {
    width: 370px;
    float: left;
    clear: left;
    margin: 280px 0px 0px 0px;
    padding-bottom: 20px;
}

#menu ul {
    list-style-type: none;
    margin: 0px 0px 0px 23px;
    padding: 0px;
}

#menu ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

#menu ul li.selected {
    margin: 10px 0px 13px -4px;
    color: #F0C602;
    font-size: 36pt;
    font-weight: normal;
}

body#biography #menu {
    margin: 100px 0px 0px 0px;
}

body#biography #menu ul li a {
    color: #dddddd;
}

/* Основной текст
-----------------------------------------------------------------------------*/

#content {
    width: 375px;
    float: right;
    clear: right;
    padding: 0px 20px 0px 0px;
    font-size: 11pt;
    line-height: 14pt;
    margin: 0px 0px -45px 0px;
    _margin: 0px 0px -30px 0px; /* IE6 hack */
}

#content > * {
    margin-top: 0px;
}

#content h1 {
    display: none;
    clear: both;
}

#content h2 {
    font-size: 17pt;
    font-weight: normal;
    line-height: 20pt;
    clear: both;
}

#content dt {
    display: inline;
    color: #333333;
    background-color: #FFD200;
    padding: 0px 4px;
}

#content dd {
    padding: 0px;
    margin: 20px 0px;
}

#content img.gallery {
    margin: 0px 8px 20px 0px;
}

#content form {
    margin-bottom: 15px;
}

body#gallery_view #content {
    margin-top: -101px;
}

body#gallery_view #content h2 {
    color: #ffffff;
}

/* Галерея
-----------------------------------------------------------------------------*/

ul.gallery {
    margin: 0px;
    padding: 0px;
}

ul.gallery li {
    list-style-type: none;
    float: left;
}

ul.gallery li p {
    display: none;
}

ul.gallery li img {
    display: block;
    border: 1px #c0c0c0 solid;
    margin: 0px 10px 10px 0px;
}

ul.gallery + h2 {
    padding-top: 25px;
}

p.navigation {
    font-size: 9pt;
}

/* Таблица оформления выступлений
-----------------------------------------------------------------------------*/

table.perfomances {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px #000000 solid;
}

table.perfomances tr th,
table.perfomances tr td {
    border-bottom: 1px #000000 solid;
}

/* Копирайты
-----------------------------------------------------------------------------*/

#copyright {
    width: 100%;
    height: 35px;
    clear: both;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}

#copyright ul {
    margin: 0px;
    padding-left: 23px;
    font-size: 9pt;
    color: #999999;
}

#copyright ul li {
    list-style-type: none;
}

#copyright a {
    text-decoration: none;
    color: #999999;
}
