/* Andrew White */

.content {
    font-family: verdana, arial, sans-serif;
    color: #666666;
}

/* Home Page CSS */

body.page-home .navigation, body.page-home .header, body.page-home h2 {
    display: none;
}
body.page-home .content { 
    top: 35px !important; 
    left: 0 !important; 
    width: 100%; 
    text-align: center;
}

/* End Home Page CSS */

#container {
    width: 1020px;
    margin: 0 auto; /* set to '0 auto' to center site or simply '0' to align left */
    position: relative;
}

h1 {
    margin: 0;
}
.header h1 {
    margin: 0 auto;
    font-size: 30px;
    font-family: 'CantarellRegular', Arial, sans-serif;letter-spacing: 0;
    text-transform: uppercase;
} 
a, a:visited {
    text-decoration: none;
    color: #999999;
}
a:hover {
    color: black;
    text-decoration: underline;
}
.header {
    border: none;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 180px;
    width: 650px;
    text-align: center;

}
.navigation {
    border: none;
    width: 105px;
    text-align: right;
        position: absolute;
        left: 0;
}
.navigation li {
    margin: 10px;
    display: list-item;
}
.navigation a {
    font-weight: bold;
}
.navigation a:hover, .navigation a:active {
    color: black;
    text-decoration: underline;
}
.collections-nav {
    display: none;
}
.collections-nav li {

}
.collections-nav a, .collections-nav a:visited {
    color: #999999;
}
.collections-nav a:hover {
    color: #000000;
}
.content ul {
    margin: 0px;
}
.content {
    margin: 0 auto;
}
body.page .content {
    margin-left: 125px;
}
body.about h2 {
    display: none;
}
body.about .content p { 
    margin: 10px 0 0 0 !important; 
}
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;
}
.portfolio-collection .thumbnail-container {
    margin-left: 105px;
}
.portfolio-show .thumbnail-container {
        width: 95px;
        float: right;
}
.portfolio-show .thumbnail-container .thumbnail img {
    width: 35px;
}
.pagination {
    text-align: center;
}
.pagination .disabled, .pagination .prev_page, .pagination .next_page {
    display: none;
}
.full-size-image {
    margin: 0 auto;
    text-align: center;
    min-height: 400px;
}
.bottom-image-info {
    border-top: 1px solid #CCCCCC;
    margin: 15px auto 0;
    padding-top: 5px;
    width: 800px
}
.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;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 15, 2011 07:51:36 PM America/New_York */

@font-face {
    font-family: 'CantarellRegular';
    src: url('http://customdesign.pixolio.me/andrewwhite/Cantarell-fontfacekit/Cantarell-Regular-webfont.eot');
    src: url('http://customdesign.pixolio.me/andrewwhite/Cantarell-fontfacekit/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://customdesign.pixolio.me/andrewwhite/Cantarell-fontfacekit/Cantarell-Regular-webfont.woff') format('woff'),
         url('http://customdesign.pixolio.me/andrewwhite/Cantarell-fontfacekit/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('http://customdesign.pixolio.me/andrewwhite/Cantarell-fontfacekit/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




