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

body {	
	background-color: #6fa771;
	background-image: url(img/body_bg.1.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#rap, #header {
	border-color: #6fa771;
}

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

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

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

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

#footer {
	background-color: #180B00;
	color: #CBBA98;
}


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

.description, .imgdescription {
	color: #F8B800;
}

h2 a {
	color: #ca6c4d;
}

#menu h2 {
	/*color: #e47551;*/
	color: #924c33;
}

.date, .hiLight {
	color: #6b493f;
}

.hiLight {
	border: 1px solid #6b493f;
	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: #e47551;
	color: white;
}


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