@import "default.css";
@import "layout.css";


#wrap { background: url('./termopile/lay-cnt-background.png') repeat-x; }
#container { background: transparent url('./termopile/lay-hdr-background.png') no-repeat center top; }
#footer {
  color: #bababa;
  background: #c81a02 url('./termopile/lay-ftr-background.png') repeat-x;
}
#footer a { color: #bababa; }

#menu { background: url('./termopile/lay-mnu-background.png') repeat-x; }
#menu li a { background: transparent url('./termopile/lay-main-mnu-ico.png') no-repeat 5px center; }

#sidebar-left h3,
#sidebar-right h3 { background: #c81a02 url('./termopile/lay-h3-ico.png') no-repeat 90% center; }
#sidebar-left a,

#sidebar-right ul li a { background: transparent url('./termopile/lay-ul-plus.png') no-repeat left -90px; }
#sidebar-right a:hover { color: #ff5800 !important; }

#sidebar-left ul li a { background: transparent url('./termopile/lay-ul-ico.png') no-repeat left center !important; }
#sidebar-left ul a:hover { color: #ff5800 !important; }
#sidebar-left ul li ul li a { background: transparent url('./termopile/lay-ul-plus.png') no-repeat 25px -90px !important; } 

.article h1 a:hover { color: #ff5800; }
.article .info { border-top: 3px solid #ff5800; } 
.article .info span { background: #ff5800; }



#frm-search input.button {
  color: #fff; 
  background: #c81a02; 
} 