/****
Random-Anime Fixes CSS Sheet

Purpose: Contains all of the CSS fixes and dirty tricks used to maintain style integrity.
****/

/* Fillers */
.filler-clear {
	clear: both;
}

/* Post/Sub-post Checkbox fix */

.post-title input {
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

.sub-post-title input {
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

/* Footer Password, position fix */
#navigation-bottom-password {
	float: right;
}

#navigation-bottom-breadcrumbs {
	margin-top: 5px;
	float: left;
}

/* Footer Right, postition fixes */
#footer-right {
	margin-right: -60px;
}

#footer-left img {
	margin-bottom: -3px;
}


/* IE Boardlist Fix */
.boardlist-category  ul {
	.margin-left: -1px;
}

/* IE Form Fixes */

#upload-form {
	.margin-left: 190px;
}

#reply-form {
	.margin-left: 190px;
}

.upload-form-left {
	.width: 50px;
}

.upload-form-right {
	.margin-left: -145px;
}

/* IE Top right post/sub-post fixes */
.post-title-right {
	.margin-top: -20px;
}

.sub-post-title-right {
	.margin-top: -20px;
}