/* generic classes */
@import url(/css/muchado-common.css);

/* body */


html { background: url("/images/footer-bg-default.png") bottom center no-repeat; background-color: #FEFDE1; }
body { background: url("/images/menu-bg-default.png") top center no-repeat; }

/* menu */

#menu li a { color: #4d4d4d; }
#menu li a:hover { background: #FBECA2; }


#menu li:hover ul.subnav li a { border: 1px solid #DFAA1B; }
#menu li:hover ul.subnav li a:hover { border: 1px solid #DFAA1B; }
#menu li:hover ul.subnav li a.lastone { border: 1px solid #DFAA1B; border-bottom: 4px solid #dfaa1b; }
#menu li:hover ul.subnav li a:hover.lastone { border: 1px solid #DFAA1B; border-bottom: 4px solid #dfaa1b; }

/* sidebar */
 
#secondary { background: url("/images/sidebar-bg-default.png") top left no-repeat; }

#latest { background: url("/images/latest-default.png") no-repeat; }

input[type="text"]#searchkeyword, select.searchtheme { width: 120px; margin: 10px 0 0 0; border: 1px solid #A0218A; }
input[type="submit"].searchgo { position: absolute; right: 0; top: 8px !important; top: 0; margin: 0 0 0 0; padding: 0; background: #A0218A; border: 0; color: white; }

#latest a, #content a { text-decoration: none; color: #FF7726; }
#latest a:hover, #content a:hover { color: #FF7726; text-decoration: underline; }
/* main content */
/* headings */

h2#pagetitle { color: #A0218A; }
h2 { color: #A0218A; }

/* footer and user defined boxes */

#footer a { color: #A0218A; }
#footer a:hover { color: #A0218A; }

#boxbottom a { color: #FFA200; }
