/*
Theme Name      University of St Andrews 2007 (Internal Template 3)
Theme URI       http://www.st-andrews.ac.uk
Description     Stylesheet for internal pages
                LAYOUT 3: sidebar and wide content
Version         3.1
Author          gjms1

Last updated    Monday 09 July 2007

------------------ Page layout -------------------------------------------------

	#container 979px
	|-----------------------------------------------------|
	|                                                     |
	| #header 959 x 65px                                  |
	|                                                     |
	|-----------------------------------------------------|
	| #menu 959 x 22px                                    |
	|-----------------------------------------------------|
	|           |                                         |
	| #sidebar  |  #content                               |
	|           |                                         |
	|           |                                         |
	|  230px    |  729px                                  |
	|           |                                         |
	|-----------------------------------------------------|
	| #footer 959 x 30px                                  |
	|-----------------------------------------------------|

Layout adapted from
"In Search of the Holy Grail" by Matthew Levine (http://www.alistapart.com/articles/holygrail/)
"Multi-Column Layouts Climb Out of the Box" (http://www.alistapart.com/articles/multicolumnlayouts/)
*/

#container {
    background: #fff url("../images/container_background.png") repeat-y scroll 0 0;
    }

#main {
    padding-left: 10px;    /* LC width of #sidebar (205px) including margin on left (10px) and right (15px) */
    padding-bottom: 10px;
    }

/* #content - fixed width page content */
#content {
    border-left: 205px solid #f1f1ee;   /* Background color for #sidebar */
    padding: 0 15px;        /* VARIABLE */
    margin-bottom: 10px;
    text-align: justify;
    width: 714px;           /* VARIABLE */
    }

/* --------------- SIDEBAR Structure ---------------------------------------- */
/* #sidebar - container for left-hand sub-navigation sidebar */
/* holds background carpet for #submenu, and watermark image */
/* The difference between width and right is to account for the */
/* 10px gap either side */
#sidebar {
    margin-left: -734px;    /* Content width plus 2 x 10px for margin */
    right: 215px;           /* LC width plus 10px margins */
    width: 205px;           /* LC width */
    }
    /* IE6 Fix for placement of #sidebar */
    * html #sidebar {
    left: -215px;           /* LC width plus 10px for margin-left */
    }

/* #submenu width is contained in internal.css */

/* --------------- RELATED_CONTENT Structure -------------------------------- */
#related_content {
    display: none;
    }
