/* background color */
body {
	background-color: #E5E5E5;
}

/* link colors */
a {
	color: #B91313;
}
a:hover {
	color: #E81E1E;
}

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	border-color: #D2D2D2;
	overflow:visible;
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item > a, .menu li.current_page_parent > a, .menu li:hover > a, .menu li ul li a { 
	background: #D2D2D2;
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F3F3F3;
}

.widget {
	background: #FFFFFF;
}
/* wiget titles */
.widget h2 {
	background: #DFDFDF;
	color: #7E7E7E;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	a.snMenuGroup{
		color:#00CC33;
	}
	a.snMenuGroup: active{
		color:#999999;
	}

}