/* ©2009 jpegjames */
html, body {
    height: 100%;
}
body {
    background: url('/images/jpegjames/2009-01/horizontal-line.gif') repeat-x 0 120px;
}
#container {
    min-height: 100%;
    position: relative;
}
.content-container {
    padding-bottom: 200px;
}
.footer {
    position: absolute;
    bottom: 5px;
    font-size: 9px;
    padding: 0 0 0 21px;
    color: gray;
    height: 3.5em;
}
a, a:visited, a:active {
    color: #134565;
}
.content a:hover {
    color: #FFFFFF;
    background: #65131A;
}
.header {
    border: none;
}
.lines {
    background: url('/images/jpegjames/2009-01/background-lines.gif') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
    height: 360px;
    z-index: 10;
}
h1 {
    display: inline;
    margin: 0px;
}
h1 a {
    background: url('/images/jpegjames/2009-01/jpegjames.gif');
    display: block;
    text-indent: -3000px;
    text-decoration: none;
    height: 330px;
    width: 168px;
    cursor: pointer;
    position: relative;
    top: 38px;
    left: 20px;
}
.bottom-text {
    position: relative;
    top: 250px;
    width: 400px;
    font-size: 9px;        
}
.bottom-text .red {    
    color: #65131A;
    display: block;
    text-align: right;
    position: relative;
    right: 282px;
}
.bottom-text .blue {
    color: #134565;
    display: block;
    text-align: left;
    position: relative;
    left: 118px;
}
.navigation {
    background: #FFFFFF;
    border: none;
    position: absolute;
    top: 122px;
    left: 205px;            
}
.navigation ul {
    padding: 0 0 0 15px;
    margin: 0;
}
.navigation ul li {
    padding: 0 15px 0 0;
}
.navigation ul li a, .navigation ul li a:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.navigation ul li a:hover {
    background: #65131A;
    /*background: #134565;*/
    color: #FFFFFF;
}
.collections-nav {
    position: absolute;
    top: -51px;
    left: 220px;
    padding-right: 75px;
    border-top: 1px solid #CCCCCC;
}
.collections-nav ul {
    margin: 0;
}
.collections-nav ul li {
    padding: 0 0 0 15px;
}
.collections-nav ul li a, .collections-nav ul li a:visited {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.collections-nav ul li a:hover {
    background: #134565;
    color: #FFFFFF;
    min-height: 650px;
}
.content {
    position: relative;
    top: 130px;
    padding: 0 0 0 250px;
    _position: absolute; /* underscore is hack for less than IE 7  */
    _top: 193px;
}
body.page .content, body.about .content {
    margin: 0 0 0 300px;
    width: 550px;
}
body.page .content, body.about .content, body.contact .content {
    background: #F6F6F6;
    border-left: 6px solid #CCCCCC;
}
body.contact .content {
    padding: 12px 0;
    margin: 50px 0 0 350px;
}
body.page .content, body.about .content {
    padding: 1px 40px 1px 20px;
}
body.contact .content h2 {
    float: left;
    padding: 5px 30px 15px 25px;
}
#items {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto;
    padding-bottom: 2px;
    width: 456px;
    position: relative;
    top: 70px;
    z-index: 10;
}
#items ul {
    margin: 0;
}
.thumbnail {
    border: none;
    margin: 0;
    padding: 0 1px 1px 0;
}
.thumbnail img {
    height: 75px;
}
.slideshow-image {
    text-align: center;
}
.full-size-image, .slideshow-image {
    margin: 0 auto;
    z-index: 10;
}
.full-size-image {
    padding: 2px;
    border: 1px #CCCCCC solid;
}
.image-info {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 10px;
}

.image-info .title, .image-info .previous, .image-info .next {
    /* display: inline;
    padding: 0 10px; */
}
.image-info .title {
    color: #65131A;
    font-weight: bold;
    width: 600px;
    margin: 0 auto;
    border-bottom: 1px #CCCCCC solid;
}
.image-info .title a, .image-info .title a:visited {
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}
.image-info a:hover {
    color: #333333;
    background: none;
    border-bottom: 2px solid #000000;
}
.image-info .description {
    color: #134565;
    position: relative;
    top: -15px;
    width: 600px;
    margin: 0 auto;
    font-size: 10px;
}
.image-info .description p {
    margin: 0;
}
.previous a {
    position: relative;
    width: 10px;
    height: 16px;
    top: 22px;
    right: 320px;
}
.next a {
    position: relative;
    width: 10px;
    height: 16px;
    top: -8px;
    left: 320px;
}
.previous a:hover, .next a:hover {
    background: none;
    border: none;
}
.portfolio-show .thumbnail-container {
    display: none;
}


