/* vim: set expandtab tabstop=4 shiftwidth=4: */
/*
 * Three-column fluid layout with two sidebars on the right side
 * of content.  CSS supports includes styling for a number of other
 * plugins - see documentation for details.
 *
 */

/**
 * Start with Sandbox's 2 column fluid theme with sidebars on both sides.
 */
@import url('../sandbox/examples/2c-r.css');

/**
 *
 * I don't like themes which butt up against the edge of the browser,
 * I like to see some white space or background between the edge of the
 * window and the web site content.  Personal preference, I know not
 * everyone agrees with my preference.
 *
 */
body, body.login {
    margin: 30px 50px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
	background: #FFFFFF url(../images/fibblesnork/sm/bricks-red-40.jpg) -5px 0;
}

