/**
 SilverStripe Calvary Church Theme
 http://www.blu42media.com/
 
 IE6 Hacks Stylesheet.
*/
.ie6 #Sidebar ul#Menu2 li a {
	width: 185px; /* 196 - 4 - 2 - some random ie bug = 185 */
}

/* Again IE does not like Margins and padding around my nice forms **/
.ie6 label {
	margin-bottom: -10px;
}

/**
 * Hack to get the member login form (with tabs) looking good in IE6.
 * Otherwise, it looks really bad.
 */
.ie6 div.tab .field {
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
	.ie6 div.tab .field label {
		margin: 0 !important;
	}

.ie6 input.action {
	padding: 2px !important;
}
.ie6 #Sidebar input.action {
	width: 50px;
	margin-top: -27px;
}
.ie6 #Sidebar .middleColumn {
	width: 112px;
}
.ie6 span.middleColumn {
	display: inline-block;
}

.ie6 #Navigation ul li a {
	background-image:url(../images/nav-slices-ie6.gif);
}

.ie6 img,
.ie6 #Slider ul.tabs li a { behavior: url(themes/bigredchurch/css/iepngfix.htc); }
