/* CSS Reset */
a { color:#777777; }
a:visited { color:#777777; }
/* defaults */
body.home { background:#fff url(white/header_bg.jpg) repeat-x center top; }
body { background:#ffffff url(white/page-header_bg.jpg) repeat-x center top; }
/* CSS Start */
      #slider * { color:#000; }
      #slider cite a, #slider p, #slider li, #slider blockquote { color:#000; }
      #pageinfo .meta, #pageinfo .meta a { color:#000; }
        #sidebar .widget li { list-style-position:inside; list-style-image: url(white/sidebar_li_bg.png); }
        /* searchbar */
        #sidebar .searchbar { background:url(white/searchbar.png) no-repeat; }
        #sidebar .searchbar input { border:1px solid #606060; }
        #sidebar .searchbar input.submit { background:url(white/go-button.jpg) repeat-x; }
        /***** Navigation *****/
        #navigation a { color:#777777; }
        #navigation .previous a { background:transparent url(white/arrow-left.png) left no-repeat; }
        #navigation .next a { background:transparent url(white/arrow-right.png) right no-repeat; }
      /***** Footer Area *****/
          #main-footer .widget .more { color:#a7a7a7; }
          #main-footer .widget li { background:transparent url(white/li_bg.png) top left no-repeat; }
          #main-footer .widget h3.title { color:#a7a7a7; }
/***** BlockQuote styles *****/
#main-content blockquote { border-left:4px solid #777777; }
/***** Form styles *****/
#main-content .button { border-left:4px solid #777777; }
