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

*/


.sponsorAds .sponsorAdWrap {
	border: 1px solid #ddd;
	padding: 6px;
	background: #fff;
}

.sponsorAds .sponsorAdWrap:hover {
	border: 1px solid #ddd;
	padding: 6px;
	background: #fff;
}

.sponsorAds td { padding: 5px;}


.authorintro {
	display: block;
	overflow: auto;
	font-size: 12px;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #f1f1f1;
	background: #eee;
}

.authorintro p {
	margin: 0; padding: 0;
}
.authorintro img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

.authorintro td { vertical-align: top;}

#disqus_thread { margin-top: 20px; background: #f1f1f1; border: 1px solid #fff; padding: 15px;}
