﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: #ececec;
    background-image: url("../Images/Line.jpg");
    background-repeat: repeat-x;
    background-position: 0 35px;
    position: relative;
}
p
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1em;
    line-height: 1.5em;
    color:#616161
}
a
{
    text-decoration: none;
    outline: none;
}
a img
{
    text-decoration: none;
    border: 0;
}
.title
{
    text-align: center;
    position: fixed;
    top: 3em;
    left: 2.2em;
}
h2
{
    text-transform: capitalize;
    font-family: Arial, Sans-Serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: underline;
}
h2 a
{
    color: #000;
}
h2 a:hover
{
    color:#616161;
}
.clearleft
{
    clear: left;
}
.clearboth
{
    clear: both;
}
#menu
{
    text-align: center;
    position: fixed;
    top: 5.3em;
    left: 2.9em;
    height:250px;
    width: 175px;
}
#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li
{
    height: 1.7em;
    border-bottom: 1px solid #616161;
    margin: 0;
    padding: 0;
}
#menu ul li a
{
    text-decoration: none;
    color: #616161;
    font-style: italic;
    font-size: 0.9em;
    bottom: 0px;
    line-height: 2.5em;
}
#menu ul li a:hover
{
    color: #010101;
}
#menu ul li a:active
{
    color: #000;
}
#menu p
{
    font-size: 0.6em;
    font-style: italic;
    font-family: Georgia, Serif;
    color: #000;    
    line-height: 2.5em;
}

#default #defaultnav a{color: #000;}
#fashion #fashionnav a{color: #000;}
#news #newsnav a{color: #000}
#portrait #portraitnav a{color: #000;}
#music #musicnav a{color: #000;}
#about #aboutnav a{color: #000;}
#contact #contactnav a{color: #000;}
#commercial #commercialnav a{color: #000;}
#archive1 #archive1nav a{color: #000;}
#editorial #erditorialnav a{color: #000;}

#container
{
    float: left;    
    margin-left: 16em;
    margin-right: -999em;
    padding: 20px 0 0 0;
    height: 580px;
}
.photoholder
{
    height: auto;
    width: auto;
    position: relative;
    top: 5px;
    float: left;
    margin-right: 10px;
    display: none;
}

.pegleft
{
    z-index: 10;
    height: 35px;
    width: 7px;
    float: left;
    margin: -5px 0 0 0;
    z-index: 10;
    background-image: url("../Images/LeftPeg.png");
    background-repeat: no-repeat;
}
.pegright
{
    z-index: 10;
    height: 35px;
    width: 7px;
    float: right;
    margin: -5px 0 0 0;
    z-index: 10;
    background-image: url("../Images/RightPeg.png");
    background-repeat: no-repeat;
}
.photoleft
{
    z-index: -1;
    margin: 0;
    background: url("../Images/Leftside.png");
    float: left;
    height: 550px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-color: transparent;
}
.photocenter
{
    z-index: -1;
    text-align: center;
    margin: 0;
    background-image: url("../Images/Center.png");
    height: 550px;
    background-repeat: repeat-x;
    width: auto;
    float: left;
    background-position: 0px 5px;
}
.photocenter p
{
    font-size: 0.7em;
    font-style: normal;
}
.photoright
{
    z-index: -1;
    margin: 0;
    background-image: url("../Images/RightSide.png");
    float: left;
    height: 550px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.photo { padding-top: 40px; min-width: 200px;}
.photo a img { height: 450px; width: auto; }
.imagetitle { margin: 10px 0 0 0;}
#rightcontainer{ position: absolute; left: 16.5em; top: 5.9em; width: 500px;}
#rightcontainer p{ font-size: 0.78em; font-style: italic;}
#rightcontainer a{ color: #616161;}
#rightcontainer a:hover { color: #010101;}

ul.links{ list-style: none; padding: 0 0 20px 0}

.hidden{float: left; position: relative; left: -256px;}
.next, .prev { float: right; margin: 35px 20px 0 0; color: #616161; font-style: italic; }
.prev { float: left; margin-left: 20px; }
.next:hover, .prev:hover { color: #000; text-decoration: underline;}

