/*
Theme Name: green lemon
Theme URI: http://www.musigimdorf.ch
Description: musigimdorf.com
Version: 1.0
Author: YEYO
*/

body {	
	background-color: #5bd409;
	background-image: url(img/body_bg.4.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#rap, #header {
	border-color: #0f2202;
}

#rap {
	background-color: #2d6c01;
	background-image: url(img/rap_bg.4.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#header {
	background-color: #2E2A25;
	background-image: url(img/header_bg.4.jpg);
}

#container {
	background-color: white;
	background-image: url(img/content_bg.4.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
	background-color: #4bb701;
	background-image: url(img/menu_bg.4.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer {
	background-color: #192301;
	color: #CBBA98;
}


/* Header, Content und Farbe */
h1 a {
	color: white;
}

.description, .imgdescription {
	color: #9ad50b;
}

h2 a {
	color: #4c6c01;
}

#menu h2 {
	color: #192301;
}

.date, .hiLight {
	color: #4c6c01;
}

.hiLight {
	border: 1px solid #4c6c01;
	border-width: 0 0 1px 0;
}

#container p a, #container ul a, .meta a, .feedback a, .date a {
	color: black;
}

#container p a:hover, #container ul a:hover,.meta a:hover, .feedback a:hover {
	color: #F8B800;
}

#menu a {
	color: white;
}

#footer a {
	color: #CBBA98;
}


/* Menu */
#menu a.current {
	color: #333;
}

#menu ul li ul li a:hover {
	background-color: #2d6c01;
	color: white;
}


/* Gallery */
.img {
	border-color:#192301;
}

