/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry blockquote p {
	margin: 1.2em 0;
}

.entry  ol li  {
	list-style-type: decimal;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

#sidebar .widget_twitter a {
	display: inline;
}
#sidebar .widget_twitter h3 a {
	color:#fff;
}

#sidebar .widget_twitter ul li .entry-content, #sidebar .textwidget {
		display:block;
        background-color:lightGrey;
        color: black;
        margin: 10px 0 0 10px;
        padding: 5px 10px;
}
#sidebar .widget_twitter ul li .entry-content a, #sidebar .widget_twitter ul li .entry-meta a  {
	background:none;
	padding:0;
}

#sidebar .widget_twitter ul li .entry-meta {
 	display:block;
        margin: 0 0;
        padding: 0px 10px;
        line-height: 20px;
        font-size: 0.85em;
}

#sidebar .widget_twitter ul li .entry-meta .in-reply-to-meta {
        line-height: 20px;
}

#about img {
    padding-top: 10px;
	border: none;
}

.post h2.title {
	line-height: 30px;
}