body {
    background-image: url(images/body_bg_orange.jpg);
    background-repeat: repeat-x;
}
#head {
    background-color:#ff7428;
}

#left {
    background-color:#ffdba6;
    background-repeat:y-repeat
 }

#right {
    background-color:#ffdba6;
}
#menu {
	background-color: #ff7428;
}
#menu a {
	color: #fff;
}

#menu a:hover {
	background-color: #fff;
	color:#ff7428;
}


#submenu {
	background-color: #ffdba6;
    background-image:url(images/nav_bg_orange.gif);
}

#submenu a {
	color: #000;
}

#menu .class_current_cat a{
	color: #ff7428;
    background-color: #fff;
}
#submenu .class_current_cat a{
	color: #ff7428;
    background-color: #fff;
}

#submenu a:hover {
	background-color: #fff;
	color:#ff7428;
}

#box {
    background-image:url(images/bg_orange.gif);
}
#posthead h1 {
	color: #EF6B23; 
}

#posthead a {
    color: #EF6B23; 
}
#posthead a:hover {
    color: #ffdba6; 
}

#postbody a, .showmore a , .comments a {
    color: #EF6B23; 
}
#postbody a:hover, .showmore a:hover , .comments a:hover{
    color: #ffdba6; 
}
#content h1 {
	color: #EF6B23; 
}

#content h2 {
	color: #000; 
}
#content h2 a  {
	color: #000;
}

#content h2 a:hover {
	color: #ffdba6;
}
#sidebarleft h1 {
    color:#EF6B23;
}
#sidebar h1 {
    color:#EF6B23;
}
#footer {
 background-color:#ff7428;
}
a.previous_posts, a.next_posts  {
    color:#EF6B23;
}
#sidebarleft h1 {
   border: 2px solid #EF6B23;
   border-right:0;
}
#sidebar h1 {
    border: 2px solid #EF6B23;
    border-left:0;
    text-align:left;
} 

h3.reply {
   color: #EF6B23;
}

h3.searchresults {
   color: #EF6B23;
}
