/* 
    Document   : tylersaurus
    Created on : Aug 16, 2012, 1:01:20 PM
    Author     : tyler
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#twitter_link{
    background-image: url("../img/bird_blue_16.png");
    background-repeat: no-repeat;
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    min-height: 16px;
    padding:9px 10px 11px;
    background-position: 9px 10px;
    opacity: .9;
}
#twitter_link:hover{
    opacity: 1.0;
}

#tumblr_link{
    background-image: url("../img/tumblr_blue.png");
    background-repeat: no-repeat;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    padding:9px 10px 11px;
    background-position: 9px 10px;
    opacity: .9;
}
#tumblr_link:hover{
    opacity: 1.0;
}

.thumbnail img{
    max-height: 100%;
}