
/* import stylesheets and hide from ie/mac \*/
@import url("screen.css");

/* Launchpad Even Cols
-------------------------------------------------- */

#launchpad .col.col3 {
    width: 300px;
    }

/* Flip the grid
-------------------------------------------------- */

#main {
    float: left;
    width: 280px;
    }

#secondary {
    float: right;
    width: 620px;
    }

h1 {
    margin: 0;
    padding: 8px 0 12px 0;
    line-height: 30px;
    font-size: 21px;
    }

h1 .part1 {
    float: left;
    display: block;
    margin-right: 40px;
    width: 280px;
    }

h1 .part2 {
    float: left;
    display: block;
    width: 400px;
    }

