/*=== Center Column ===*/
#centercol {
	float: left;
	width: 745px
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 170px
}
h3.sub {
	font-size:12px;
}
/*=== Styling Boxes ===*/
#rightcol .box h3{
	font-weight:bold;
	padding: 0 0 0 0;
}
#rightcol .box p {
	padding:0;
}
.box2 .bot {
	margin-top:15px;
}
/*=== Styling Forms ===*/
/* Select sort */
#feed-display{
	float:right;
	margin-left:10px;
}
/* Feed filter */
.customize-feed div {
	margin: 0 0 5px
}
.customize-feed label {
	display: block;
	font-size: 12px;
	margin: 0 0 3px
}
form#feed-filter select {
	width:120px;
}
/* Checkboxes, Radio inputs */
.customize-feed .chk {
	margin: 5px 0 5px
}
.customize-feed .chk input {
	background: none;
	border: 0;
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 15px;
	border: 0
}
.customize-feed .chk label {
	float: left;
	font-size: 11px
}
/* Customize Form Buttons */
.customize-feed .submit {
	margin: 10px 0 3px
}
.customize-feed input.btn {
	border: 0;
	width: auto
}
