/* ------------------------
   Import other stylesheets
   ------------------------ */

@import "basic.css";
@import "menu.css";
@import "layout.css";

/* -------------------------------------------------------
   Colour scheme stuff - edit these to change page colours
   ------------------------------------------------------- */

/* Basic */
body { background-color: #F5AE5B; background-image: url(../pics/pagebg_orange.gif); background-position: top; background-repeat: repeat-x; }

a:link, a:active, a:visited { color: #F5AE5B; }
a:hover                     { color: #FFD957; }

/* Header */
.header              { background-color: #FFFFFF; background-image: url(../pics/headerbg_orange.gif); background-repeat: repeat-x !important; }
.header .title       { height: 100px; background-image: url(../pics/header_orange.gif); }
.header .title .text { color: #545454; }

/* Footer */
.footer .text { color: #545454 !important ; background-color: #FFD957; }

/* Menu */
.menu                                         { background-color: #FFD957; }
.menu a:link, .menu a:active, .menu a:visited { color: #545454; border-right: }
.menu a:hover                                 { color: #545454; }

.menu2 a:link, .menu2 a:active, .menu2 a:visited { color: #545454; background-color: #FFD957; }
.menu2 a:hover                                   { color: #545454; background-color: #FFFFFF; }

/* Within layout */
.featured .hdr, .featuredsmall .hdr, .standard .hdr, .more .hdr, .video .hdr, .rpanel .hdr, .sfeatured .hdr { color: #545454; background-color: #FFD957; }

.more a       { color: #F5AE5B; }
.more a:hover {	background-color: #FFD957; }