/*CORE COLUMNS*******************/

div#gutter-column {
    float: left;
    width: 140px;
    padding-left: 20px;
}

div#sub-story-container {
    float: left;
    width: 459px;
}

/*LEFT MAIN COLUMN*************/

div#main-feature-image {
    position: relative;
    zoom: 1;
    line-height: 0;
}

div#main-feature-image img {
    display: block;
    zoom: 1;
}

div#post-meta div.author {
    padding: 15px 0px 15px 0px;
    margin: 0 0px 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;
    font-size: .9em;
    position: relative;
    line-height: 1em;
    clear: left;
    zoom: 1;
}

div#main-feature-image a#read-story {
    background: #34578c url('/_images/corners.gif') no-repeat -3px 0px;
    padding: 11px 10px 5px 10px !important;
    padding: 11px 10px 11px 10px;
    color: #fff;
    font-family: "Gill Sans";
    font-size: .8em;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    left: 0;
    text-transform: uppercase;
}

a#read-story span {
    background: #34578c url('/_images/corners.gif') no-repeat ;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
}


/*GUTTER*******************************/

h3#gutter-header {
    background: url(/_images/the-gutter.gif) no-repeat;
    height: 18px;
    margin-top: 18px;
}

ul#gutter-list {
    margin-top: 10px;
}

ul#gutter-list li {
    list-style-type: none;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    font-size: .8em;
    padding-left: 25px;
    zoom: 1;
}

ul#gutter-list li p {
    line-height: 1.2em;
    font-size: .85em;
}

ul#gutter-list li a {
    line-height: 1.1em;
    display: block;
    margin-bottom: .3em;
}

ul#gutter-list li.video {
    background: url(/_images/gutter-video.gif) no-repeat 0 13px;
}

ul#gutter-list li.link {
    background: url(/_images/gutter-link.gif) no-repeat 0 10px;
}

ul#gutter-list li.image {
    background: url(/_images/gutter-photo.gif) no-repeat 0 13px;
}
