/*
Theme Name: Bootstrap Canvas WP
Description: Used to style if current locale is RTL (Right To Left script).
*/


/*
 * Main column and sidebar layout
 */

.sidebar-module-right ul, 
.sidebar-module-right ol, 
.sidebar-module-left ul, 
.sidebar-module-left ol {
	padding-right: 0 !important;
}
.footer-module ul, 
.footer-module ol {
	padding-right: 0 !important;
}
.commentlist, 
.children,
.children .depth-n {
	padding-right: 0;
}
.media-left {
	
}
.avatar {
	float: right;
	margin: 0 0 0 10px;
}
#searchsubmit {
	margin-right: 4px;
}
