﻿@import url(common.css);
/* Left Container */
/* Right Container */
/* Galley Overview */
/* Galley Preview */
/* Gallery Navigation */

/* Left Container */
/******************/
#leftContainer
{
    position: relative;
    float: left;
    width: 321px;
    height: auto;
    margin-right: 1px;
    background-image: url('/img/page_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#logo
{
    position: relative;
    margin-top: 143px;
    width: 321px;
    height: 120px;
}

#leftMenu
{
    position: relative;
    margin-top: 0px;
    width: 321px;
    height: auto;
    text-align: right;
    line-height: 26px; 
}

#leftMenu .leftMenu
{
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px #3c3c3c solid;
}

#leftMenu a
{
    color: #9b9b9b;
    text-decoration: none;
}

#leftMenu a:hover
{
    color: #ffffff;
}

#leftMenu .selectedMenu
{
    color: #ffffff;
}

/* Right Container */
/*******************/

#rightContainer
{
    position: relative;
    float: left;
    width: 648px;
    height: auto;
}

#topMenu
{
    position: relative;
    width: 632px;
    height: 167px;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 10px;
}

#rightMenu
{
    position: relative;
    float: right;
}

#rightMenu img
{
    float: left;
}

#rightContent
{
    position: relative;
    width: 648px;
    height: auto;
}

.floatWrapper
{
    float: left;
}
#kkart
{
    position: absolute;
    top: 142px;
    right: 0px;
    font-size: 20px;
    font-family: Times New Roman, Serif;
}
#kkart a
{
    color: #4a4a4a;
}

/* Galley Overview */
/*******************/

#galleryContainer
{
    position: relative;
    float: left;
    width: 432px;
    height: auto;
}

#galleryDescription
{
    position: relative;
    width: 164px;
    height: auto;
    padding: 18px;
    margin-left: 16px;
    margin-bottom: 14px;
    background-color: #343434;
    
}

#galleryDescription h1
{
    font-size: 12px;
    margin: 0px;
    margin-bottom: 12px;
}

.galleryOverview
{
    position: relative;
    float: none;
    width: 200px;
    height: 251px;
    margin-left: 16px;
    margin-bottom: 14px;
    background-color: #343434;
}

.galleryOverview .portrait
{
    width: 146px;
    height: 174px;
    margin: 13px 27px 9px 27px;
}

.galleryOverview .landscape
{
    width: 174px;
    height: 146px;
    margin: 27px 13px 23px 13px;
}

.galleryOverview .description
{
    text-transform: uppercase;
    margin-left: 27px;
}

/* Galley Preview */
/******************/

.galleryPreview
{
    position: relative;
    float: none;
    width: 416px;
    height: 518px;
    margin-left: 16px;
    margin-bottom: 14px;
    background-color: #343434;
}

.galleryPreview .portrait
{
    width: 356px;
    height: 424px;
    margin: 30px 30px 9px 30px;
}

.galleryPreview .landscape
{
    width: 356px;
    height: 298px;
    margin: 30px 30px 135px 30px;
}

.galleryPreview .description
{
    text-transform: uppercase;
    margin-left: 30px;
}

/* Gallery Navigation */
/**********************/

.galleryNavigation
{
    position: relative;
    float: none;
    width: 200px;
    height: 518px;
    margin-left: 16px;
    margin-bottom: 14px;
}

.navBox
{
    position: relative;
    width: 156px;
    height: auto;
    padding: 0px 24px 0px 20px;
    margin-bottom: 14px;
    background-color: #343434;
}

.navBox .overview
{
    margin: 29px 0px 23px 6px;
}

.navBox .next
{
    margin: 28px 0px 22px 0px;
}

.navBox .prev
{
    margin: 28px 0px 22px 8px;
}

.navBox .splitter
{
    margin: 28px 0px 22px 0px;
}



.thumbnails
{
    height: 340px;
    padding-top: 24px;
}

.thumbs
{
    position: relative;
    float: none;
    width: 46px;
    height: 58px;
    margin-left: 4px;
    margin-bottom: 4px;
    border: 1px #5d5d5d solid;
    background-color: #5d5d5d;
}

.selected
{
    background-color: #343434;
}

.thumbs .portrait
{
    width: 34px;
    height: 42px;
    margin: 2px 6px 0px 6px;
}

.thumbs .landscape
{
    width: 42px;
    height: 34px;
    margin: 7px 2px 0px 2px;
}

/* Text */
/********/

#textLeft
{
    position: relative;
    width: 380px;
    height: auto;
    padding: 18px;
    margin-left: 16px;
    margin-bottom: 14px;
    background-color: #343434;
}

#textRight
{
    position: relative;
    width: 164px;
    height: auto;
    padding: 18px;
    margin-left: 16px;
    margin-bottom: 14px;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    background-color: #343434;
}

iframe
{
    color: Red;
    font-size: 50px;
}