.box-readings
{
    background-color: #00addd; /*turquoise*/
    background-image: url('images/books-tint.jpg');
    background-repeat: no-repeat;
}
.box-resources
{
    background-color: #4c00e6; /*royalblue*/
    background-image: url('images/resources-tint.jpg');
    background-repeat: no-repeat;
}
.box-courses
{
    background-color: #eb2100; /*red*/
    background-image: url('images/courses-tint.jpg');
    background-repeat: no-repeat;
}
.box-tall
{
    height: 400px;
    color: #000;
}
.box-text
{
    font-size: 30px;
    line-height:30px;
    margin-left: 30px;
}
.box-img
{
    padding-bottom: 20px;
    margin-top: 10px;
}
.box-img img
{
    padding-right: 10px;
}
.sep
{
    height: 30px;
}
.title
{
    font-weight: bold;
    text-align: left;
}
.author
{
    padding-top: 3px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 12px;
}
.annotation
{
    padding-top: 10px;
    font-style: italic;
    text-align: left;
    line-height: 120%;
}
.book img
{
    float: left;
    padding-right: 20px;
}
.link a img
{
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition-property:opacity .4s;
    /* Firefox 4 */
    -moz-transition:opacity .4s;
    /* Safari and Chrome */
    -webkit-transition:opacity .4s;
    /* Opera */
    -o-transition:opacity .4s;
}
.link a img:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.book
{
    /*width: 100%;*/ /*not needed with simple clearfix*/
    padding: 8px 0px;
}
.strip
{
    padding-top: 30px;
    margin-top: 310px;
    height: 60px;
}
.strip-books
{
    background-color: #00addd; /*turquoise*/
}
.box-container a:hover .strip-books
{
    background-color: #12ccff; /*lightturquoise*/
}
.strip-courses
{
    background-color: #eb2100; /*red*/
}
.box-container a:hover .strip-courses
{
    background-color: #ff2c09; /*lightred*/
}
.strip-resources
{
    background-color: #4c00e6; /*royalblue*/
}
.box-container a:hover .strip-resources
{
    background-color: #5f40ff; /*lightroyalblue*/
}