/*  
Theme Name: ixiter

Userstyle: Sidebar Right
Description: Two-column layout with sidebars to the right of content
*/
div#wrapper {
	width: 1000px;
}
div#container {
	margin: 0px -330px 50px 0;
}
div#content {
	margin: 0 330px 0 0;
}
div.main-sidebar {
	display: block;
	width: 300px;
}
.sidebar-column {
    background:none;
    border: 1px solid #ccc;
    border-radius: 8px; 
    -moz-border-radius: 8px; /* Mozilla */
    -webkit-border-radius: 8px; /* Webkit */
	font-size: 0.9em;
	overflow: hidden;
	padding: 5px 5px;
	width: 44%;
}