/* Start of CMSMS style sheet 'Gallery' */
/*-----------------------
       ALBUM INDEX
----------------------*/

h2.catName {
        margin-top: 0px;
        *margin-top:20px; 
        *margin-bottom:0px;
}

h3.catComment {margin-top: 0;}

h3.catComment p {margin: 3px 0 -2px; font-size:17px;}

#albumIndex {
        position: absolute;
        width: 190px;
        top: 142px;
        right: -200px;
}

#albumIndex h3 {
        border-bottom: 0;
        color: #666;
        padding: 0 0 0 10px;
        font-size: 18px;
        margin: 0;
}

.Web-Design-Portfolio #albumIndex h3 { color: #F78F1E; }

.Branding-and-Identity-Portfolio #albumIndex h3 { color: #E98B28; }

.Promotion-and-Advertising-Portfolio #albumIndex h3 { color: #E98B28; }

#albumIndex .albumlist {
        padding: 0;
        margin-top:5px;
        list-style: none;
        font-size:15px;
}

#albumIndex .albumlist li {
        position: relative;
        padding: 0 0 ;
        height:30px;

}
#Content #albumIndex .albumlist li a {
        text-indent:10px;
        display: block;
        color: #bebfc4;
        font-weight: normal;
}
#Content #albumIndex .albumlist li a:hover {
        background:#f78f1e;
        color: #fff;
        text-decoration: none;
}

/* ---------

hey Kate, I wasn't sure If you wanted this or not, it just highlights the 
album you are on in the Clients list...----*/

#Content #albumIndex .albumlist li.currentalbum a,
#Content #albumIndex .albumlist li a:active {
        background:#f78f1e;
        color: #fff;
        text-decoration: none;
}



/*-----------------------
       ALBUM DESCRIPTION
----------------------*/

#Content.gallery {
        position: relative;
        width:506px;
        padding-top:2px;
}

.shortComment {
        position: relative;
        z-index: 100;
}

.shortComment p {
        font-size:13px;
        line-height:22px;
        margin-right:20px;
}

.shortComment h4 {
        padding-top:12px;
}


/*-----------------------
       SLIDESHOW
----------------------*/

#slideshow #scroller {
        width: 506px;
        overflow: hidden !important;
        height: 340px;
}

#slideshow #slideshowContent {
        width: 10840px;
        position: relative;
}

#slideshow .slide {
        height: 340px;
        width: 488px;
        float: left;
        position: relative;
        background: #808080;
        padding: 6px;
        overflow:hidden;
}

#ZoomSpin {
        display:none;
        left:50%;
        margin-left:-25px;
        margin-top:-25px;
        position:absolute;
        top:50%;
        z-index:5000;
}

#galleryWrapper {
        z-index: 115;
        position:relative;
}

#slideshowwrapper {margin: 0px 0; width:506px;}

#slideshow .slide img {
        border:none;
        margin:0;
}



/*-----------------------
       NAVIGATION
----------------------*/

#slideshowControls {
        z-index: 120;
        width:506px;
        position: relative;
        top: -33px;
        left: 0px;
}

.gallery .thumbnailBox {
        float: right;
        width: 400px;
}

.gallery .pageCount {
        display: block;
        width: auto;
        font-size: 9px;
}

.gallery .pageCount span {font-size: 11px;}

.gallery .button.prevBtn {
        float: left;
        width:30px;
        height:24px;
        background:url(uploads/images/arrow-left.gif) no-repeat scroll 15px 9px;
}

.gallery .button.nextBtn {
        float: right;
        background:url(uploads/images/arrow-right.gif) no-repeat scroll 5px 9px;
        width:30px;
        height:24px;
}
#Content.gallery .button.prevBtn:hover {
        background:transparent url(uploads/images/arrow-left.gif) no-repeat scroll 15px 9px;
}
#Content.gallery .button.nextBtn:hover {
        background:url(uploads/images/arrow-right.gif) no-repeat scroll 5px 9px;
}

.gallery .pictureComment {display:none;}

.gallery p#imageName {
        width: 400px;
        float: left;
        margin: 0;
        padding: 1px 10px;
        color: #ddd;
        font-family: Georgia, serif;
        font-size:15px;
}

.gallery h3.albumName {   
        border: none;
        color: #fff;
        padding: 15px 0 10px 18px;
        margin-bottom: 5px;
        width:488px;
        z-index:10;
        height:65px;
        font-size:20px;
}

.gallery h3.albumName p {
        font-size:20px;
}

.Web-Design-Portfolio .albumName {
        background: url(uploads/images/pf_head_orange.gif) no-repeat scroll;
}

.Branding-and-Identity-Portfolio .albumName,
.Promotion-and-Advertising-Portfolio .albumName {
        background:url(uploads/images/pf_head_green.gif) no-repeat scroll;
}


/*------------------------
      COMMENTS
--------------------*/

.project-details {
        float:left;
        width:305px;
        margin-bottom:25px;
        margin-left:0px;
        margin-top:-25px;

}

.services {
        float:left;
        margin-left:20px;
        margin-bottom:25px;
        margin-top:-25px;
}

.services a {
        line-height:23px;
}

.services p {
        margin:0px;
}

/* End of 'Gallery' */

