/*
Stylesheet      Layout 2 - Standard (3 column design)
Theme Name      University of St Andrews 2008
URI             http://www.st-andrews.ac.uk
Version         4.9.1
Authors         gjms1
Description     Sets up column widths for Standard layout.
Last Updated    01/08/2008
*/

/* TWO columns span-9 */
.column1-2, .column2-2 {
    display: inline;
    float: left;
    margin-right: 0;
    max-width: 260px;
    width: 260px;
    }

.column1-2 {
    margin-right: 10px;
    }

/* THREE columns span-6 */
.column1-3, .column2-3, .column3-3 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 170px;
    width: 170px;
    }

.column3-3 {
    margin-right: 0;

    }

/* FOUR columns span-4+ */
.column1-4, .column2-4, .column3-4, .column4-4 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 125px;
    width: 125px;
    }

.column4-4 {
    margin-right: 0;
    }

/* TWO COLUMNS thirds (thin-wide) */
.column1of1-23, .column2of1-23 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 170px;
    width: 170px;
    }

.column2of1-23 {
    margin-right: 0;
    max-width: 350px;
    width: 350px;
    }

/* TWO COLUMNS thirds (wide-thin) */
.column1of12-3, .column2of12-3 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 350px;
    width: 350px;
    }

.column2of12-3 {
    margin-right: 0;
    max-width: 170px;
    width: 170px;
    }

/* TWO COLUMNS quarters (thin-wide) */
.column1of1-234, .column2of1-234 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 125px;
    width: 125px;
    }

.column2of1-234 {
    margin-right: 0;
    max-width: 395px;
    width: 395px;
    }

/* TWO COLUMNS quarters (wide-thin) */
.column1of123-4, .column2of123-4 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 395px;
    width: 395px;
    }

.column2of123-4 {
    margin-right: 0;
    max-width: 125px;
    width: 125px;
    }

/* Fix issue in IE7 with height of box-outs */
.error, .feature, .notice, .success {
    width: 505px;
    }

/* FIX Peekaboo bug fix for IE6 (position) and IE7 (min-width) */
#footer, #footer-inner, .container {
    position: relative; /* peekaboo bug fix for IE6 */
    min-width: 0; /* peekaboo bug fix for IE7 */
    }