/*
Theme Name:     twentytwelve Child
Theme URI:      http://meisterhochschild.de/
Description:    Child Theme for the Twentytwelve theme
Author:         HERKULES.media - Alwine Herkules
Author URI:     https://herkules.media
Template:       twentytwelve
Version:        1.0
*/
@import url("../twentytwelve/style.css");

/* Site title & Mouse over color */
.site-header h1 a, .site-header h2 a {color: #537177;}
.site-header h1 a:hover, .site-header h2 a:hover{color: #537177;}

/* Menu link & Mouse over color */
.main-navigation ul.nav-menu {
 text-align: center;
}
.main-navigation {background: #537177;}
.main-navigation li a {color: #FFFFFF}
.main-navigation .current-menu-item a {color: #FFFFFF;}
.main-navigation li a:hover {background: #e5078d; color: #FFFFFF;}

/* Drop down menu & Mouse over color */
.main-navigation li ul li a {background: none repeat scroll 0 0 #e5078d; color: #FFFFFF}
.main-navigation li ul li a:hover {background: none repeat scroll 0 0 #537177; color: #FFFFFF;}

/* Sidebar area link & Mouse over color */
.widget-area .widget a {color:#537177;}
.widget-area .widget a:hover {color:#e5078d;}
.widget-area .widget a:visited {color:#e5078d;}
.widget-title {font-size:15px;}


/* Widget background color 
.widget-area {background: #ffe9d5; padding: 10px; border-radius: 3px 3px 3px 3px;} */

/* Article background color 
article {background: #ffe9d5; padding: 5px;} */

/* Post text link & Mouse over color */
.entry-content a{color:#537177;}
.entry-content a:hover{color:#537177;}
 
/* Post comment link & Mouse over color */
.entry-meta a{color:#e5078d;}
.entry-meta a:hover{color:#537177;}

/* Post title */
.entry-title a{color:#537177;}
.entry-title a:hover{color:#e5078d;}
