/*
Theme Name: simple life child JM
Theme URI: http://geleo.de
Description: Anpassungen von simple life
Author: Jörg Mixtacki JoMiCo.de
Author URI: https://jomico.de/
Template: simple-life
Version: 1.0
*/


/* --------------------------------------*/
/* Linkfarbe im Header ändern */
/* --------------------------------------*/

.site-title a {
    color: #010101;
}

.site-title a:focus,
.site-title a:active,  
.site-title a:visited {
	color: #010101;
}


/* --------------------------------------*/
/* Hintergrundfarbe der Menü-Leiste ändern */
/* --------------------------------------*/

.main-navigation {
	background-color: #65A415;
}

/* --------------------------------------*/
/* Hintergrundfarbe Unter-Menü-Leiste ändern */
/* --------------------------------------*/

.main-navigation ul ul a {
	background: #65A415;
	color: #010101;
}

/* --------------------------------------*/
/* Linkfarbe in Menü- und Unter-Menü-Leiste ändern */
/* --------------------------------------*/

.main-navigation a {
    color: #010101;
}

.main-navigation a:focus,
.main-navigation a:active,  
.main-navigation a:visited {
	color: #010101;
}

.main-navigation a:hover {
	color: #fff;
}

.main-navigation ul ul a:focus,
.main-navigation ul ul a:active, 
.main-navigation ul ul a:visited {
	color: #010101;
}

.main-navigation ul ul a:hover {
	color: #fff;
}

/* --------------------------------------*/
/* Hintergrundfarbe Footer-Leiste ändern */
/* --------------------------------------*/

footer#colophon {
    background-color: #65A415;
    color: #010101;
}

/* --------------------------------------*/
/* Farbe Sende Button ändern*/
/* --------------------------------------*/
input[type="submit"] {
	background: none repeat scroll 0 0 #65A415;
}

/* --------------------------------------*/
/* Farbe allgemeine Links ändern*/
/* --------------------------------------*/

a {
    color: #65A415;
}

a:focus, 
a:active ,
a:visited {
    color: #65A415;
}

a:hover {
	color: #fff;
}


/* --------------------------------------*/
/* Farbe Header Hinweis alte Seite */
/* --------------------------------------*/


.jmheader a:focus,
.jmheader a:active, 
.jmheader a:visited {
	color: #FF0000;
}


