/* 
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-about {
	position: absolute;
	right: 0px;
	top: 8px;
}

.header-about img {
	padding: 4px;
	border: 1px solid gray;
}

#twitter-top {
	top: 28px;
	right: 115px;
}

#comments li.comment-author-admin .comment-head {
	/*background: url(styles/orange/bg.jpg) top center;*/
}

#comments li.comment-author-admin .comment-entry {
	background: #f7f4e1;
}

.post-meta .ratingblock {
	display: inline-block;
	margin-bottom:-3px;
	margin-top:-5px;
	margin-left:5px;
}

.post-meta .ratingtext {
	display: none;
}



