/*
Theme Name: ABlogNetwork
Description: Wordpress theme for ABlogNetwork
Author: Matthew Rochow
Author URI: http://www.matthewrochow.com
*/

.sbox {
	width: 321px;
	padding:0px;
	background: url(images/s-bg.gif) repeat-y;
	margin:10px auto;
}
.stop {
	background: url(images/s-top.gif) no-repeat top;
	padding: 10px 0px 20px 0px;
}
.sbottom {
	background: url(images/s-bottom.gif) no-repeat bottom;
}
.clear {
	clear:both;
}
.sleft {
	float:left;
	width:120px;
	padding: 0px 0px 0px 15px;
}
.sright {
	float:right;
	width:160px;
	padding: 0px 15px 0px 0px;
}
.writeforuslink a {
	width:311px;
	height:42px;
	display:block;
	background: url(images/writeforus.gif) no-repeat;
	margin: 10px auto;
}
.writeforuslink a:hover {
	background: url(images/writeforusover.gif) no-repeat;
}