
/* The following CSS values replicate current default values used in
   the 'default' interface */

/* Change to customize appearance of your installation */

body {
    background-color: #eae4d9
}

#topArea {
    max-width: 1000px;
}

#container {
    max-width: 1000px;
}


/*

  The following CSS entries are key ones to adjust if looking to use a
  dark-colour background for the main #gs_content page
*/

/* Control the colour of the main content part of the page */

/*
#gs_content {
    background-color: rgb(60, 60, 60);
}
*/

/* Now need to make the main UI widget text a light colour, e.g. white */

/*
.ui-widget-content a {
    color: #fff;
}

.ui-widget-content a:visited {
    color: #aaa;
}

.ui-widget-content {
    color: #fff;
}
*/

/* The text in the favourites/berrybasket is an execeptio, as it is
   done as a light inset, and so havig dark colour text is better
   suited/visible
*/

/*
.ui-widget-content  #berrybasket a {
    color: #000;
}

.ui-widget-content #berrybasket {
    color: #000;
}
*/


