
/*
 * Styling specializations for the home page
 */

h1 {
    color: black;
}

#home-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #dcdddf;
    background-image: url('images/gradient.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.columns {
    border-collapse: separate;
    border-spacing: 10px;
}

.column {
    border: solid #bbbbbb;
    border-width: 0 1px;
    background-color: white;
}

div.column-top {
    position: relative;
    border-top: 1px solid #bbbbbb;
    height: 6px;
    background: white none no-repeat top right;
}

img.column-corner
{
    position: absolute;
    top: -1px;
    height: 7px;
    width: 5px;
}
img.column-corner.left  { left: -1px; }
img.column-corner.right { right: -1px; }

.column-content {
    padding: 2px 6px;
    background-color: white;
    color: black;
    border: 1px solid gray;
}



