/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


#posts .post .entry {
	clear:none;
        line-height:1.7;
	font-size:13px;
}


.post .entry {
	line-height:1.5;
	font-size:16px;
}

#header #search #searchsubmit { text-indent: -9999em; background: url("images/search.png") no-repeat; cursor: pointer; border: 0 none; width: 17px; margin-top: 4px; margin-bottom: 10px; }


#bottomside {
	padding:15px 0 0 0;
    border-top:5px solid #333;
}
 
#bottomside div.column {
    display: inline;
    float: left;
    margin-right: 25px;
    width: 960px;
}

#bottomside div.last {
    margin-right: 0;
}

#bottomside .column .widget {
    width:960px;
    float:left;
    line-height:1.7;
    overflow:hidden;
    margin-bottom:15px;
}