/*
Stylesheet for the WP125 ad management plugin
URL: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
*/


/* Styles for one-column display */
#wp125adwrap_1c {
	width:125px;
	padding-bottom: 28px;
	margin-bottom: 10px;
	background-image: url(../../themes/thematicpowerblog/images/toiletpaper-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wp125adwrap_1c .wp125ad { height: 125px; padding-bottom:1px; border-bottom: 1px dotted white; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:0; }