/* Basic Stuff */

h4{ color:#000000;}
h3, h5, h6 {
	color: #00A950;
}

a, li.active {
	color: #00A950;
}

/* Header */

#header {
	background: #ffffff url(../images/images_red/n1.gif) repeat-x;
}

/* Menu */

#main {
	background: #fff url(../images/images_red/n2.gif) 0px 1px repeat-x;
}
/*
#menu li a {
	background: #fff url( '../images/tabs/brown/tab_left.gif' ) repeat-x;
	color: #616161;
}
*/

#menu li.active {
	background: url(../images/tabs/brown/tab_left.gif) no-repeat left top;
}
#menu li.active a {
	background: url(../images/tabs/brown/tab_right.gif) no-repeat right top;
	/*border: solid 1px #d05336;*/
}

/* Main */

#main {
	background: #fff url( '../images/images_red/n2.gif' ) 0px 1px repeat-x;
}

#main_inner .post ul.post_info li.date {
	background-image: url( '../images/images_red/n5.gif' );
}

#main_inner .post ul.post_info li.comments {
	background-image: url( '../images/images_red/n6.gif' );
}

/* Search */

input.button {
	background: #00A950 url( '../images/images_red/n3.gif' ) repeat-x;
	color: #fff;
	border: solid 1px #00a950;
}

input.text {
	border: solid 1px 00a950;
}
