/* @option user selected theme sidebar width and position setting */

#contentContainer #content {	
	margin-left: 220px;
	margin-right: 0;
}

#aside {
	display: block;
	float: left;
	width: 200px;
}

/* Width minus 2px aside width */
#topSearchFunction input,
#middleSearchFunction input,
#lowerSearchFunction input {
	width: 198px;
}