.left_content{
float:left;
width:600px;
padding:30px 0 0 0;

}

.titlebar{
 padding-left: 5px;
 border-left: 5px solid #cccccc;
 border-bottom: 1px solid #cccccc;
}

.left_content strong{
font-weight:bold;
font-size:18px;
padding:20px 0 20px 0;
}

.left_content strong a{
font-weight:bold;
font-size:18px;
padding:20px 0 20px 0;

}

.entry_body{
padding:10px 0 20px 0;
}

p.date{
padding:10px 0 20px 0;
}

.asset-content{
padding:0 0 20px 0;
width:500px;
}

.asset-body{
width:500px;
}


.right_sidebar{
float:right;
width:200px;
padding:30px 0 0 0;
}

.asset-more-link{
padding: 0 0 20px 0;

}

/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}



