/* --------------------
   CSS Styling for IE 6 			
   
   ...oh boy, here we go. */

/* This HTC file will correct the :hover issues. File from http://www.xs4all.nl/~peterned/csshover.html */
body {
	behavior: url("/includes/csshover3.htc"); 
}

/* Prevents DIV#body from pushing the page wider than 1000 */
DIV#body {
	margin-right: -8px;
}

/* Fixes extra space that appeared on the right end of the navbar */
#header DIV.navbar {
	padding-right: 5px;
}   
UL#navlist {
	margin-right: 0;
}

/* Fix the icon for the user in the navbar */
#navlist .user DIV A {
	width: 30px;
}
#navlist .user A,
#navlist .user:hover A {
	background-image: url(/images/navbar_user.gif);
}

/* Fixes problem of user drop down staying open */
#navlist LI#user:hover {
	background-position: 0 0;
}

/* Resets proper spacing for login panel in navbar */
.menu_login .user_login DIV {
	padding: 0;
	height: 1em;
	clear: both;
}

/* Make the menu container div to a fixed width */
#header #navlist .nav_lvl2 DIV.nav_list_container {
	width: 440px;
}

/* Fix bad widths/layout of menu lists in navbar */
#header #navlist .nav_lvl2 UL {
	margin: 0px;
	margin-left: 5px;
}
#header #navlist .nav_lvl2 UL LI.title {
	margin-left: -15px;
}

/* Fix banner displaying too low */
#header DIV.banner_row {
	padding-top: 38px;
}

/* Fix the site menu being too tall */
#body DIV.sitemenu {
	height: 74px;
	overflow: hidden;
}

/* Changes the dotted border of the search button since IE6's dotted doesn't look great */
.sitemenu .searchbar SPAN.btn {
	border: 1px solid #a05002;
}

/* Fixes messed up display of ratings graph */
#item_inset .inset .ratings .graph DIV.value_col {
	width: 15px;
	position: relative;
}
.value_col SPAN.value_num {
	position: absolute;
	top: 80px;
	left: 0;
	width: 12px;
}

/* Removes extra space above a comment's rating */
#item_details .comments .comment DIV.stars {
	height: 1px;
}

/* Poorly fixes positioning of rating stars when commenting on a resource */
#comment_form DIV.comment_rating DIV.stars {
	margin-left: 0;
	padding-left: 0;
}

/* Fixes the width problems with the add a comment form (JS-enabled) */
DIV#comment_form {
	width: 365px;
}
#comment_form FIELDSET { 
	width: 350px;
}
#comment_form INPUT { 
	width: 250px;
}
#comment_form TEXTAREA {
	width: 360px;
	margin-bottom: 20px;
}

/* Fixes misalignment of resource titles in list */
#resources .resource .head H3 {
	margin: 0;
	padding: 0;
	margin-left: 53px;
}
#resources .resource .head .clear {
	font-size: 1px;
}
