/**
 * COPYRIGHT NOTICE
 * This software is copyright 2006 STOLEN, INC and licensed for use by 
 * distribution from STOLEN, INC. This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author Jessey White-Cinis <j@stolen.la>
 * @date 2006-02-27
 * @copyright 2006 Stolen, Inc
 * @package pipelineposse.com
 */

.blog {
    margin: 0px 0px 10px 0px;
    width: 410px;
}

.blog .headline {
    font: 18px/24px Georgia, Times, Courier, Serif;    
    color: #101010;
}

.blog .date {
    font-style: italic;
}

.blog .byline {
    background: url("/assets/images/bg_lines_grey.gif") repeat transparent;
    font-style: italic;
    padding: 3px 10px;
    border-left: 5px solid #66B7C8;    
}

.blog  .image {
    float: left;
    padding: 14px;
    border: 1px solid #D9D9D9;
    margin: 5px 10px 10px 0px;
}

.blog  .body1 {
    width: 280px;
    float: right;
}

.blog .byline {
    clear: both;
}

.paging {
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 410px;
	padding-bottom: 20px;
}

.paging-next {
	position: absolute;
	right: 0px;
	top: 0px;
}


/*
.blog .image {
    position: absolute;
    left: -125px;
    top: 0px;
    padding: 14px;
    border: 1px solid #D9D9D9;
    margin: 5px 15px 5px 0px;
    z-index: 2;
}

.blog .body1 {
    position: relative;
    margin-left: 125px;
    min-height: 125px;
}
*/

#iw {
    background-color: #d4d4d4;
}
