/********************************************************************
    File:   
        gallery.css
    Brief:  
        Hold styles used in file portfolio.html
*********************************************************************/

#portfolioHeaderContainer {
	width: 960px;
    margin-left: 40px;
    text-align: left;
    padding-top: 20px;
}

/* PAGE/IMAGE STATISTICS */

.portfolioStatisticsContainer {
    height:20px;
    border:0px solid red;
}

.portfolioStatisticsContainer .pageStatsWrapper {
    float:left;
}

.portfolioStatisticsContainer .imageStatsWrapper {
    float:right;
}

.portfolioStatisticsContainer #hoveredImageIndex {
    color:#bbb;
    font:12px Verdana;
}

.portfolioStatisticsContainer #numberOfImages {
    color:#aaa;
    font:16px Verdana;
}

.portfolioStatisticsContainer #pageNumber {
   color: #bbb;
   font: 12px Verdana;
}

.portfolioStatisticsContainer #pageCount {
   color: #aaa;
   font: 16px Verdana;
}  

/* GALLERY PAGES */

#galleryContainer {
    width:960px;
    height: 460px;
    margin-bottom : 0px;
    margin-left: 40px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;  
}

.galleryPage {
    width:965px;
    height: 460px;
    position: absolute;
    background-color: #FFF;  
    left: 0px;
    top: 0px;
}

.galleryProjectWrapper {
    width: 319px;
    height: 460px;
    overflow: hidden;
    float: left;
}

.borderWhite {
    border-right: 1px solid #fff; 
}

.borderGray {
    border-right: 1px solid #eee; 
}

.galleryProjectWrapper .image {
    width: 290px;
    height: 290px;
    margin-left: 15px;
    margin-top: 0px;
    background-color: #fff;
    background-image: url('../img/common/ajax/loading2.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.galleryProjectWrapper .image:hover {
    opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/ 
}

.galleryProjectWrapper .imageDesc {
	font: 9px Arial;
	color:#666;
	text-align: right;
	padding-right: 15px;
	margin-top: 4px;
}

.galleryProjectWrapper .title {
    color: #cc0066;
    font: 20px Verdana;
    padding-left: 15px;
    margin-top: 5px;
}

.galleryProjectWrapper .subtitle {
    color:#999;
    font:12px Verdana;
    padding-left: 15px;
}  

.galleryProjectWrapper .desc {
    font: normal 11px Verdana;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

#galleryControlPanel {
    width: 960px;
    margin-left: 40px;
    height: 5px;
    border: 0px solid red;
    text-align: center;
    position: relative;
}

#galleryPrevPageBtn {
    width: 144px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#galleryPrevPageBtn:hover {
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

#galleryNextPageBtn {
	width: 144px;
    height: 32px;
	cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#galleryNextPageBtn:hover {
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

/* OTHER GALLERY LIST */

#galleryContentContainer {
  width: 960px;
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
}

.galleryOtherHeader {
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #cc0066;
    margin-left: 0px;
    margin-bottom: 20px;
}

.galleryListContainer {
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}   

.galleryListItemContainer {
    width: 600px;
    margin-bottom: 50px;
}
    
p.galleryListItemDesc {   
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    font: 12px Verdana;
    line-height: 150%;
    color: #000;
}
        
.galleryListItemImage {
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF; 
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
