/* 
	@name		COLOR4 - MDW FANSUB 2009 SKIN
	@file		color4.css
	@author		smanu85
	@date		june 2009
	@desc		Overwrite default colors and graphic
*/

/* Column 1 elements (LT) */
#col_1 h3 {
	background: transparent url('../../images/subcolors/bg_col1_h3_color4.png') top left no-repeat;
}
#col_1 li a { color: #009; }
#menu li a:hover {
	color: #003;
	background: transparent url('../../images/subcolors/bg_col1_h3_a_hover_color4.png') top left repeat-y;
}

/* Column 2 elements (MIDDLE) */
#col_2 h1.newsTitle {
	color: #FFF;
	background: #FFF url('../../images/subcolors/bg_news_h1_color4.png') top left no-repeat;
}
#col_2 h1.newsTitle span {
	background: #FFF url('../../images/subcolors/bg_news_h1_color4.png') top right;
}
#col_2 a { color: #009; text-decoration: none; }
#col_2 a:hover { color: #00C; border-bottom: 1px dotted #00C; }

/* Column 3 elements (RT) */
#col_3 h3 {
	background: transparent url('../../images/subcolors/bg_col3_h3_color4.png') top left no-repeat;
}
#searchBox input.search { background: #333; color: #FFF; } 

/* Footer */
#footer {
	background: transparent url('../../images/subcolors/footer_color4.png') top left no-repeat;
}

