/*  
	NOTES FROM THE AUTHOR:
	
	This stylesheet was made specially for Internet Explorer
	because IE likes to be special and thinks that adhering to
	the web standards is beyond them. Haha. Just kidding.
	
	Anyway, I separated my IE hacks so that when IE 7 comes out and
	would FINALLY adhere to the web standards, modifying this theme
	won't be too much of a problem.
	
	When you modify something in the main stylesheet (style.css),
	please check if the thing you modified there has an IE hack
	counterpart here. 
	
	ENJOY!

*/

/* MAIN CSS */
/* no hacks under main CSS so far... Woopee! */

/* CONTENT AREA STYLES */
*html .rightbody {float:right; width:24%;}

/* HEADER STYLES */
*html .header {padding:30px 10px 0px 82px; height:auto; margin:16px 0px 0px 0px;}
*html .header h1 {margin-left:-20px; }
*html input.fieldstyle {height:17px;}
*html .headernav {height:34px; margin-top:-14px;}
*html .desc {padding-left:0px; margin-left:30px;}


/* MAIN CONTENT */
*html .date {padding:2px 5px 0px 0px;}
*html .title {padding:2px 0px 2px 5px;}
*html .datetitlebox {width:90%; padding:10px 5px 5px 5px; margin:0px;}


/* SINGLE PAGE STUFF */
*html .responses {margin:10px 0px 10px 0px;}
*html .replybox {margin:8px 0px 0px 0px; padding:15px 0px 0px 0px;}
*html h3.commentsnumber {margin:15px 0px 0px 0px; padding:15px 0px 0px 0px;}

/* ARCHIVE STUFF */
*html .nextback {width:97%; padding:0px; margin:10px 0px 5px 0px;}
*html .next{margin:0px 0px 10px 0px;}
*html .back{margin:0px 0px 10px 0px;}
