/* 
    Document   : wall_portfolio
    Created on : 6 mai 2010, 17:41:18
    Author     : Rusty
    Description:
        Purpose of the stylesheet follows.
*/
/*
body{
     Setting default text color, background and a font stack
    font-size:0.825em;
    color:#666;
    background-color:#fff;
    font-family:Arial, Helvetica, sans-serif;
}

*/

#home_portfolio{
    position: relative;
    width: 713px;
    /*height: 300px;*/
    background: url("/images/portfolio/bg_home.jpg") repeat-x;
    border: solid 0px gray;
}

.sponsorListHolder{
    margin-bottom:30px;
    /*background-color: red;*/
}

.sponsor{
    width:167px;
    height:100px;
    /*float:left;*/
    margin:1px;
    display:inline-block;
    /* Giving the sponsor div a relative positioning: */
    position:relative;
    cursor:pointer;
}

.sponsorFlip{
    /*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */
    z-index: 2001;
    /*position:relative;*/
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #ddd;
    background:url("/images/logo/logo-transp.png") no-repeat center center black;
    /*background:url("img/background.jpg") no-repeat center center #f9f9f9;*/
}

.sponsorFlip:hover{
    border:1px solid #6BC7EE;
    /*border:1px solid #026CB6;*/
    /*border:1px solid #999;*/
    z-index: 9998;
    /* CSS3 inset shadow: */
    -moz-box-shadow:0 0 10px #DDD inset;
    -webkit-box-shadow:0 0 10px #DDD inset;
    box-shadow:0 0 10px #DDD inset;
}

.sponsorFlip img{
    /* Centering the logo image in the middle of the .sponsorFlip div */
    z-index: 999;
    /*position:relative;*/
    position:absolute;
    top:0%;
    left: 0%;
    /*left:50%;*/
    margin:0 0 0 0;
    /*margin:-70px 0 0 -70px;*/

}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
    background-color: red;
}

.sponsorDescription{
    font-size:11px;
    padding:2px 5px 10px 5px;
    font-style:italic;

}

.sponsorURL a{
    position: absolute;
    top: 84px;
    
    /*left: 1px;*/
    font-size:10px;
    font-weight:bold;
    color: white;
    /*background-color: no;*/
    padding-left:5px;
    text-decoration: underline;
}

.sponsorURL a:hover{
      color: #64C5EF;
}


.clear{
    /* This class clears the floats */
    clear:both;
}
