/* Stylesheet for Research Labs */

#Sign {
    background-image: url(images/sign.png);
}

h2.rule {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

#student-book-side-content {
    position: relative;
    padding-right: 80px;
}

#student-book-side-content span.book {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    width: 79px;
    height: 105px;
    background: url(images/student-book-side-content.png) no-repeat 0 0;
}

/* Weeks Layout */

#Weeks {
    position: relative;
    clear: both;
    width: 700px;
    margin-top: 5px; /* 20px;*/
}

#Weeks .frame {
    position: relative;
    border: 1px solid #00693a;
    margin-top: 5px;
    overflow: hidden;
    height: 460px;
}

#Weeks .slider {
    position: absolute;
    width: 2100px;
    background: #eee;
    left: -1px;
}

#Weeks .week {
    float: left;
    width: 232px;
    height: 460px;
    border-left: 1px solid #00693a;
}

#Weeks .week-number {
    position: relative;
    height: 50px;   
    background: #00693a;
    color: #fff;
}

#Weeks .week-label {
    height: 50px;   
    background: #c1dcca;
}

#Weeks .week-content {
    position: relative;
    height: 350px; /* + 10 padding = 370px */
    padding: 5px 10px;   
    background: #ddebe1;
}



/* Weeks Typography */

#Weeks h2 {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center; 
    font-size: 36px;
    line-height: 50px;
}

#Weeks h3 {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;    
}



.week-word {
    position: absolute;
    display: block;
    
    right: 135px;
    bottom: 7px;
    font-size: 12px;
    line-height: 16px;
}


/* Weeks Nav Buttons */

#Weeks .navigation {
    position: relative;
    width: 600px;
    padding: 0 50px;
    height: 20px;
}

/* Next/Previous Buttons */

#Weeks .nav-button {
    position: absolute;
    display: block;
    height: 20px;
    width: 50px;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;    
}

#Weeks .nav-button-previous { 
    display: none;
    left: 0;
    background-image: url(images/nav-button-previous.png);
}

#Weeks .nav-button-next { 
    right: 0;
    background-image: url(images/nav-button-next.png);
}

/* Pagination Sets */

#Weeks .pagination-container {
    position: relative;
    margin: 0 auto;
    width: 270px;
    height: 20px;    
}

#Weeks .pagination-marker {
    position: absolute;
    width: 88px;
    height: 18px;
    top: 0;
    left: 0;    
    border: 1px solid #5ea87d;
    background: #c1dcca;
    z-index: 0;
}

#Weeks .pagination-set {
    display: block;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 20px;
    top: 0;
    z-index: 1;      
}

#Weeks .pagination-set a {
    color: #006839;
}

#Weeks .pagination-container ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#Weeks .pagination-container ul li a {
    display: block;
    padding: 2px 0px;
    width: 30px;
    height: 16px;
    text-align: center;    
}

#Weeks .pagination-set-1  { left: 0; }
#Weeks .pagination-set-4  { left: 90px; }
#Weeks .pagination-set-7  { left: 180px; }



/* Items */

a.floatbox {
    cursor: pointer;    
}

#Weeks .item {
    position: absolute;
    display: block;
}

#Weeks .item .image {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}

#Weeks .item .caption {
    display: block;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
    text-decoration: none;
}

#Weeks a.item:hover,
#Weeks a.item:hover .caption {
    color: blue;
    text-decoration: none;
}



#Weeks .item-library {
    bottom: 10px;
    right: 100px;
}
#Weeks .item-library .image {
    width: 500px;
    height: 112px;
    background-image: url(images/item-library.png);
}
#Weeks .item-library .caption {
    background-color: #ddebe1;
    width: 500px;
}
    
#Weeks .item-reflib {
    bottom: 30px;
    left: 40px;
}
#Weeks .item-reflib .image {
    width: 100px;
    height: 130px;
    margin: 0 auto;
}

#Weeks .item-clipboard {
    bottom: 10px;
    right: 0px;
}
#Weeks .item-clipboard .image {
    width: 250px;
    height: 170px;
    background-image: url(images/item-clipboard.png);
}
#Weeks .item-clipboard .caption {
    padding-left: 16px;
}

#Weeks .item-research-cards {
    bottom: 10px;
    left: 5px;
}
#Weeks .item-research-cards .image {
    width: 220px;
    height: 270px;
}
#Weeks .item-research-cards .caption {
    margin-top: 10px;
}

/* Writing Cards */
#Weeks .item-writing-cards {
    top: 0;
    left: 0;
}
#Weeks .item-writing-cards .image {
    width: 234px;
    height: 348px;
    background-image: url(images/item-writing-cards.png);
}
#Weeks .item-writing-cards .caption {
    position: absolute;
    width: 100px;
    bottom: 10px;
    right: 10px;
}

/* Blank Books */
#Weeks .item-blank-books {
    bottom: 10px;
    left: 7px;
}
#Weeks .item-blank-books .image {
    width: 220px;
    height: 185px;
    background-image: url(images/item-blank-books.png);
}


/* Photo: Publishing */
#Weeks .photo-publishing {
    top: 10px;
    left: 10px;
    width: 212px;
    height: 190px;
    background: transparent url(images/photo-publishing.jpg) no-repeat 0 0;
}

/* Photo: Presenting */
#Weeks .photo-presenting {
    top: 10px;
    left: 10px;
}
#Weeks .photo-presenting .image {
    width: 212px;
    height: 340px;
    background-image: url(images/photo-presenting.jpg);
}
#Weeks .photo-presenting .caption {
    position: absolute;
    display: block;
    width: 222px;
    bottom: 10px;
    left: 10px;
}

img.pad-top {
    margin-top: 10px;
}

