/*
Theme Name:     ITsTIME TRAINING, Twenty Twelve child theme
Theme URI:      http://www.itstime.training/
Description:    Child theme for the Twenty Twelve theme 
Template:       twentytwelve
Version:        2.0
*/

body, body .site {
	background-color: #f59a00;
	color: #000000;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
	color: #ffffff;
}

.widget-title {
	color: #ffffff;
}

/* link color */
#main a, .widget-area .widget a, #main a:visited, .widget-area .widget a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover, .widget-area .widget a:hover {
	text-decoration: underline;
}

.entry-content ul {
	color: #ffffff;
}

#masthead .main-navigation li a:hover {
	color: #ffffff;
}
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current-menu-ancestor > a,
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current_page_ancestor > a {
	color: #ffffff;
}
#masthead .main-navigation li ul li a:hover {
	color: #ffffff;
}
