﻿/* -------------------- photo frame -------------------- */

.photo-frame
{
    padding: 9px;
    border: solid 1px #E5E5E5;
}
.photo-frame h3
{
    font-size: 14px;
}
.photo-frame dt
{
    width: 560px;
    height: 420px;
}
.photo-frame dd
{
    padding-top: 18px;
    padding-bottom: 6px;
}

.pager
{
    float: right;
}

.pager img#arrow_right
{
    padding: 20px 13px 0 0;
    visibility: hidden;
}

.pager img#arrow_left
{
    padding: 20px 0 0 13px;
    visibility: hidden;
}

/* -------------------- photo thumbnails -------------------- */

.photo-thumbs-cont
{
    margin-top: 20px;
    width: 580px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

ul.photo-thumbs
{
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.photo-thumbs li
{
    float: left;
    margin-right: 12px;
}

ul.photo-thumbs li a img
{
    border: solid 1px #000000;
}

ul.photo-thumbs li a.current img
{
    border: solid 1px #FF0000;
}

/* -------------------- artist info or other text -------------------- */

.artist-info h1
{
/*    clear: both;*/
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 6px;
}
.artist-info h1 span
{
    font-size: 14px;
    font-weight: normal;
}
.artist-info p
{
    margin-bottom: 6px;
}

.news-items h2, .news-items h2 *
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 6px;
}

.contact-us h2
{
    font-size: 14px;
    font-weight: bold;
}
.contact-us h3
{
    font-weight: bold;
}

.contact-us .margin-20
{
    margin-top: 20px;
}
.contact-us .margin-30
{
    margin-top: 30px;
}
.contact-us form
{
    margin-top: 50px;
}
.contact-us form input
{
    border: none;
    background: #808080;
}

.contact-us
{
    line-height: 160%;
}
.contact-us .thank-you
{
    padding: 5px;
    background: #333333;
    font-size: 14px;
    margin-top: 5px;
    width: 250px;
}

table.form-contact td
{
    padding: 12px 14px 0 0;
}
table.form-contact td input
{
    width: 200px;
    padding: 2px 4px 2px 4px;
}
table.form-contact td input.submit
{
    width:60px;
    margin-top: 20px;
}
