/* 
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.

*/

.widget_twitter {
	line-height: 1;
}

.widget_twitter ul {
	list-style-type: none;
}

.widget_twitter ul li {
	list-style-type: none;
	background: none;
	padding:0.4em 0 0.6em 0;
	border:none;
}

pre, code, samp, kbd {
	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
	text-align: left;
	font-size: 8pt;
	}
pre code {
	line-height: 1.6em;
	}
pre {
	padding: 0.5em 0.5em 0.5em 0.7em;
	border: 5px solid #b0b0b0;
	background-color: #323136;
	color: #15FF00;
	margin: 1.7em 0;
	overflow: auto;
	max-height: 400px;
	}

.post table td,
.post table th {
	padding: 2px;
}
