/* Pixolio Design */
/* Designed by James Pierce */

.content {
    font-family: Cambria, Goudy Old Style, "Goudy Old Style", "Times New Roman", Times, serif;
    color: #666666;
    padding-top: 20px;
}
h1 {
    margin: 0;
}
.header h1 {
    padding-left: 100px; /* for offsetting */
}
.header h1 a {
    height: 105px;
    width: 561px;
    text-indent: -5000px;
    background: url('http://customdesign.pixolio.me/leslie/header.png') no-repeat center right;
    margin: 0 auto;
    display: block;
} 
a, a:visited {
    text-decoration: none;
    color: #999999;
}
a:hover {
    color: red;
    text-decoration: none;
}
.header {
    border: none;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 180px;
    width: 650px;
    text-align: center;
    padding-bottom: 200px
}
.navigation {
    border: none;
    width: 175px;
    text-align: right;
}
.navigation ul {
    border-right: 1px #999999 solid !important;
    font-family: Goudy Old Style;
}
.navigation li {
    margin: 10px;
    display: list-item;
}
.navigation a {
    font-weight: bold;
}
.navigation a:hover, .navigation a:active {
    color: red;
    text-decoration: none;
}
.collections-nav {
    padding-top: 20px;
    padding-left: 100px;
}
.collections-nav li {
    padding: 0 10px 0 4px;
}
.collections-nav a, .collections-nav a:visited {
    color: #999999;
}
.collections-nav a:hover {
    color: #000000;
}
.content ul {
    margin: 0px;
    padding-bottom: 10px;
}
.content {
    margin: 0 auto;
    position: absolute;
    width: 650px;
    left: 185px;
    top: 98px;
}
body.contact .content {
    width: 646px;
    text-align: center;
    padding-top: 20px;
}
body.contact .content h2 {
    display: none;
}
body.page .content, body.about .content {
    left: 200px;
    top: 85px;
}
.portfolio-show .content {
    /* width: auto; */
    min-width: 520px;
}
#thumbnails {
    padding-left:7px;
}
.portfolio-show .thumbnail-container {
    position: absolute;
    left: 660px;
    width: 185px;
}
.portfolio-show .thumbnail-container .thumbnail img {
    width: 35px;
}
.pagination {
    text-align: center;
}
.pagination .disabled {
    display: none;
}
.full-size-image {
    margin: 0 auto;
}
.bottom-image-info {
    border-top: 1px solid #CCCCCC;
    margin-top: 5px;
    padding-top: 5px;
}
.thumbnail {
    margin: 0px;
    border: none;
}
.previous {
    float: right;
    position: relative;
    left: -15px;
}
.next {
    float: right;
    position: relative;
    left: 10px;
}
.content .description {
    font-size: 9px;
    font-style: italic;
}
.previous, .next {
    opacity:0.4;filter:alpha(opacity=40)
}
.previous:hover, .next:hover {
    opacity:0.99;filter:alpha(opacity=99)
}
.content .title {
    float: left;
}