/**
 * Aliona Kazakova - Site CSS.
 */
 
body {
    background: #fff;
    font-family: "Baskerville", "Garamond", "Times New Roman", "Times", serif;
}

.kaz-copyright-symbol {
    font-size: 80%;
}

.kaz-content {
    position: relative;
    width: 100%;
}

.kaz-content h1 {
    position: relative;
    font-style: italic;
    font-size: 400%;
    font-weight: normal;
    text-transform: lowercase;
    color: #000;
    margin-bottom: 40px;
}

.kaz-content h2 {
    position: relative;
    font-style: italic;
    font-size: 200%;
    font-weight: normal;
    text-transform: lowercase;
    color: #555;
    margin: 0px 0px 20px 0px;
}

.kaz-content p {
    line-height: 1.7em;
    margin-bottom: 1em;
}

.kaz-content .kaz-layout-table {
    width: 100%;
    border-collapse: collapse;
    border-width: 0;
}

.kaz-content .kaz-layout-table td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
    padding-top: 4px;
}


.kaz-content .kaz-layout-table tb {
        font-weight: bold;
}

.kaz-content .kaz-layout-table th {
    position: relative;
    font-style: italic;
    font-size: 125%;
    font-weight: bold;
    text-transform: lowercase;
    color: #000;
    text-align: right;
    vertical-align: top;
    width: 175px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.kaz-content .kaz-splash-image {
    text-align: center;
    margin: 80px 0px 40px;
}

.kaz-email {
    font-style: italic;
    font-size: 125%;
    color: #5180bc;
    letter-spacing: -0.1em;
}

.kaz-email:hover {
    color: #000;
    cursor: pointer;
}

.kaz-footer {
    position: relative;
    width: 100%;
    margin: 80px auto;
    font-style: italic;
    text-transform: lowercase;
    font-size: 100%;
    color: #7c7c7c;
    text-align: center;
}

.kaz-header {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: italic;
    text-transform: lowercase;
}

.kaz-header a:link,
.kaz-header a:visited {
    color: #5180bc;
    text-decoration: none;
}

.kaz-header h1 {
    margin: 0;
    font-size: 250%;
    font-weight: normal;
}

.kaz-header .kaz-nav {
    position: relative;
    text-align: right;
    font-size: 200%;
    padding-top: 10px;
}

.kaz-header h1 a:hover,
.kaz-header .kaz-nav a:hover {
    cursor: pointer;
    color: #122e53;
}

.kaz-header .kaz-nav-selected a:link,
.kaz-header .kaz-nav-selected a:visited {
    color: #122e53;
}

.kaz-header .kaz-nav-selected a:hover {
    color: #000;
}

.kaz-slideshow {
    text-align: center;
    width: 100%;
}

.kaz-slideshow .kaz-description {
    color: #7c7c7c;
    text-align: right;
    font-size: 85%;
    margin-top: 20px;
}

.kaz-slideshow .kaz-main-view {
    position: relative;
    text-align: center;
}

.kaz-slideshow .kaz-picture {
    height: 520px;
    width: 620px;
    text-align: center;
    position: absolute;
    top: 0px;
}

.kaz-slideshow .kaz-pictures {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 520px;
    width: 20000px;
}

.kaz-slideshow .kaz-viewframe {
    position: relative;
    width: 620px;
    height: 520px;
    margin: 0px auto;
    overflow: hidden;
}

.kaz-slideshow .kaz-nav {
    text-align: center;
    padding-top: 240px;
}

.kaz-slideshow .kaz-nav .kaz-arrow {
    width: 40px;
    height: 40px;
    background: url("../gfx/kaz_nav_arrows.gif") 0px 0px no-repeat;
    display: none;
}

.kaz-slideshow .kaz-nav .kaz-arrow:hover {
    cursor: pointer;
}

.kaz-slideshow .kaz-nav .kaz-arrow-left:hover {
    background-position: -40px 0px;
}

.kaz-slideshow .kaz-nav .kaz-arrow-right {
    background-position: 0px -40px;
}

.kaz-slideshow .kaz-nav .kaz-arrow-right:hover {
    background-position: -40px -40px;
}

.kaz-slideshow .kaz-downloading-wait {
    padding-top: 200px;
    text-align: center;
    color: #777;
    text-transform: lowercase;
}

.kaz-top-spacer {
    padding-top: 100px;
}

/* [end] */

