/* 
    Document   : categories
    Created on : 2010-01-23, 01:43:14
    Author     : Faceless
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.headingWrapper {
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase;
}

.text {
    width: 605px;
    float: left;
    padding: 10px 20px 0 20px ;
    margin-bottom: 55px;
}

#categoryImage img {
    margin: 15px;
}

#galleryLink  {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f00;
}
#galleryLink a, #galleryLink a:hover, #galleryLink a:visited{
    display: block;
    width: 190px;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    line-height: 30px;
}
