/* 
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.

*/

#header h1, #header h2 {
    display: block;
}
#ccad {
	padding-bottom: 20px;
	margin: 0 0 20px !important;
}
#wp-calendar {
	margin: 0 auto;
}
#wp-calendar tbody td,
#wp-calendar thead th {
	padding: 1px 5px;
	text-align: center;
}

.twitter_inner ul.tweets li a:link,
.twitter_inner ul.tweets li a:visited {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 0 none;
	display: inline;
	line-height: normal;
	padding: 0;
}

.twitter_inner ul.tweets li {
    border-bottom: 1px solid #E0E6E6;
}

#comments ol.commentlist li .comment-head .user-meta span.edit  {
	font-size: 11px;
	color: #565656;
}
