/* habhub homepage - by Priyesh Patel, 2012 */

#excerpt {
    text-align: justify;
}

header {
    min-height: 200px;
    line-height: 200px;
}

header h1 {
    float: none;
    height: 200px;
    text-align: center;
    text-indent: -99999px;
    background: url('../images/habhub_logo.png') no-repeat center;
}

@media only screen and (max-width: 767px) {
    header h1 {
        background: url('../images/habhub_logo_small.png') no-repeat center;
    }
}

.links a {
    text-decoration: none;
}

.links p {
    margin-bottom: 10px;
}

.link {
    text-align: center; 
    background: #fcfcfc;
    border: 1px solid #eee;
    margin: 10px;
    padding: 15px 25px;
    min-height: 100px; 
    height: 100px;
    display: block;
}

.link:hover {
    background: #f1f1f1;
}

.link-title, .link-desc {
    display: block;
}

.link-title {
    color: #00a3d3;
    font-size: 20px;
    margin-bottom: 12px;
}

.link-desc {
    color: #666;
    font-size: 13px;
}

.links > h3, .links > p {
    margin-left: 20px
}

.link.disabled {
    background: #f1f1f1;
    pointer-events: none;
    cursor: default;
}

.link.disabled .link-title {
    color: gray;
}
