body 
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: black;
    background: url("pics/artwork/bg_home.jpg") #eaeaea no-repeat;
    margin: 0;
}


/* --- Menu --- */

#top-logo
{
    position: absolute;
    top: 0;
    left: 798px;
}

#menu
{
    font-size: 24pt;
    font-weight: bold;
    letter-spacing: -2px;
    margin-top: 20px;
}

#menu .item
{
    margin-bottom: 1px;
}

#menu .item a
{
    color: black;
    background: white;
    text-decoration: none;
    margin-left: 22px;
    padding: 0px 5px;
}

#menu .item a:hover
{
    background: #ddd; 
}

#menu .item .hi
{ 
    color: black;
    background: white;
    margin-bottom: 1px;
    border-left: 22px solid #ee3e86; 
    padding: 0px 5px;
    display: inline;
}

#menu .item .triangle
{
    font-size: 13px;
    line-height: 12px;
    vertical-align: middle;
    margin-left: 3px;
}


/* --- Gallery menu --- */

.gallery-menu
{
    font-size: 12pt;
    letter-spacing: -1px;
    margin-left: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.gallery-menu a
{
    text-decoration: none;
    color: black;
    background: #ddd;
    background: rgba(255, 255, 255, 0.7); 
    margin-bottom: 1px;
    padding: 2px 5px;

    width: 168px;
    height: 18px;
    display: block;
}

.gallery-menu a:hover
{
    background: #eee;
}

.gallery-menu .hi
{
    color: white;
    background: #ee3e86;
    margin-bottom: 1px;
    padding: 2px 5px;

    width: 168px;
    height: 18px;
}

.gallery-menu .model
{
    font-weight: bold;
    font-style: italic;
    color: #666;
    margin-bottom: 1px;
    margin-left: 2px;
}

.gallery-menu .hi .model
{
    color: white;
}


/* --- Main, panels, text columns --- */

#main {
    width: 938px;

    position: absolute;
    top: 130px; 
    left: 300px; 
}

.head
{
    color: white;
    background: url("pics/artwork/head_gradient.png") #99365e;
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;

    height: 35px;
}


.head .htitle 
{
    font-size: 16pt;
    line-height: 35px;
    letter-spacing: -1px;
    float: left;
}

.head .hdate
{
    font-size: 11pt;
    line-height: 35px;
    float: right;
}

.panel
{
    background: white;
    background: rgba(255, 255, 255, 0.7);

    margin-top: 0;
    margin-bottom: 20px; 
    padding: 10px;
}

.panel a
{
    text-decoration: none;
    color: #e40079;
}

.panel a:hover
{
    color: white;
    background: #e40079;
}

.panel p:first-child
{ 
    margin-top: 0;
}

.col-l
{
    text-align: justify; 
    width: 454px;
    float: left;
}

.col-r
{
    text-align: justify; 
    width: 454px;
    float: right;
}

.col-clear
{
    clear: both;
}

.col-l h1, .col-r h1
{
    font-size: 12pt;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0; 
}

.col-l h1:first-child,
.col-r h1:first-child 
{
    margin-top: 0;
}

.col-l p, .col-r p,
.col-l ul, .col-r ul
{
    margin-top: 0.1em; 
    margin-bottom: 0.75em; 
}


/* ---  Session links (home)  --- */

.session-links p
{
    font-size: 14pt;
    font-weight: bold;
    margin: 2px 0;
}

.session-links em
{
    font-size: 11pt;
    font-style: normal;
    margin: 0;
}

.session-links a.ll
{
    font-size: 14pt;
    margin-right: 0.5em;
}

.session-links a.lr
{
    font-size: 14pt;
    margin-left: 0.5em;
}


/* --- Gallery spreads --- */

.gallery 
{
    margin: 10px 0px;
    position: relative; /* For absolute positioning of images, blurbs */
    height: 306px;
}

.gallery img.t1, .gallery img.t2, .gallery img.t3, .gallery img.t4 
{
    top: 0px;
}

.gallery img.b1, .gallery img.b2, .gallery img.b3, .gallery img.b4 
{
    bottom: 0px;
}

.gallery img.t1, .gallery img.b1 {  position: absolute; left: 0px; }
.gallery img.t2, .gallery img.b2 {  position: absolute; left: 232px; }
.gallery img.t3, .gallery img.b3 {  position: absolute; left: 464px; }
.gallery img.t4, .gallery img.b4 {  position: absolute; left: 696px; }

.gallery .blurb-l
{
    text-align: justify;
    margin: 0;

    width: 454px; 
    height: 148px; 
    overflow: hidden;
}

.gallery .blurb-l2
{
    text-align: justify;
    margin: 0;

    width: 454px; 
    height: 306px; 
    overflow: hidden;
}

.gallery .blurb-r
{
    text-align: justify;
    margin: 0;

    width: 454px; 
    height: 148px;
    float: right;
    overflow: hidden;
}

.gallery .blurb-r2
{
    text-align: justify;
    margin: 0;

    width: 454px; 
    height: 306px;
    float: right;
    overflow: hidden;
}

.gallery a, .gallery img
{
    border: none;
}

.gallery img:hover
{
    opacity: 0.8;
}

.upd-heading
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0;
}

.alt-hr
{
    border-bottom: 2px dotted #ccc;
}

#session-read-more
{
    font-size: 14pt;
    font-weight: bold;
}

#session-read-more:hover
{
    cursor: pointer;
}

.panel .gallery:first-child
{ 
    margin-top: 0; 
    margin-bottom: 0; 
}


/* --- News and updates --- */

.nu-date
{
    color: #666;
}


/* --- Model Call --- */

.mc-translation
{
    font-weight: bold;
}

.mc-translation img
{
    vertical-align: middle;
}

.mc-email
{
    font-size: 11pt;
    font-weight: bold;
}

.mc-box
{
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: -1px;
    color: white;
    background: url("pics/artwork/mc_gradient.png") #99365e;
    background-repeat: repeat-x;
    margin: 10px 20px 20px 10px;
    padding: 5px 10px;

    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}


/* ---  Links  --- */

/* Overrides earlier .panel a:hover rule */
.banners a:hover
{
    background-color: transparent;
}

.banners img
{
    border: none;
}
 
.banners img:hover
{
    opacity: 0.8;
}


/* --- Misc --- */

.copy
{
    font-size: 8pt;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
}



