/*
Stylesheet      Layout 5 - Full width (Single, page-wide column)
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 Layout 5 (Full)
Last Updated    01/08/2008
*/

/* TWO columns span-16 */
.column1-2, .column2-2 {
    display: inline;
    float:left;
    margin-right: 0;
    max-width: 475px;
    width: 475px;
    }

.column1-2 {
    margin-right: 10px;
    }

/* THREE columns span-10 */
.column1-3, .column2-3, .column3-3 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 313px;
    width: 313px;
    }

    .column2-3 {
    max-width: 314px;
    width: 314px;
    }

.column3-3 {
    margin-right: 0;
    }

/* FOUR columns span-8 */
.column1-4, .column2-4, .column3-4, .column4-4 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 232px;
    width: 232px;
    }

.column4-4 {
    margin-right: 0;
    max-width: 234px;
    width: 234px;
    }

/* TWO COLUMNS thirds (thin-wide) */
.column1of1-23, .column2of1-23 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 313px;
    width: 313px;
    }

.column2of1-23 {
    margin-right: 0;
    max-width: 637px;
    width: 637px;
    }

/* TWO COLUMNS thirds (wide-thin) */
.column1of12-3, .column2of12-3 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 637px;
    width: 637px;
    }

.column2of12-3 {
    margin-right: 0;
    max-width: 313px;
    width: 313px;
    }

/* TWO COLUMNS quarters (thin-wide) */
.column1of1-234, .column2of1-234 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 232px;
    width: 232px;
    }

.column2of1-234 {
    margin-right: 0;
    max-width: 718px;
    width: 718px;
    }

/* TWO COLUMNS quarters (wide-thin) */
.column1of123-4, .column2of123-4 {
    display: inline;
    float:left;
    margin-right: 10px;
    max-width: 718px;
    width: 718px;
    }

.column2of123-4 {
    margin-right: 0;
    max-width: 232px;
    width: 232px;
    }

/* Fix issue in IE7 with height of box-outs */
.error, .feature, .notice, .success {
    max-width: 936px;
    width: 936px;
    }

#content img {
    max-width: 960px;
}

div.column1-2 img, div.column2-2 img {
    max-width: 360px;
    }
