.layout-container { position: relative; width: 1020px; margin: 0 auto; padding: 0; }   /* to ensure mobile friendliness */

.fullwidth            { width: 1010px; float: left; display: inline; margin: 0 5px; }
.fullwidth-toppicture { width: 1010px; float: left; display: inline; margin: 0 5px; padding-right:40px; }

.secondary       { width: 260px; float: right;  display: inline; margin: 0 5px;  }
.primary         { width: 720px; float: left;  display: inline; margin: 0 10px; }

.secondary-right { width: 200px; float: right; display: inline; margin: 0 5px; padding-left: 40px; }
.tertiary        { width: 240px; float: left;  display: inline; margin: 0 5px; }

.threecol        { width: 220px; float: left;  display: inline; margin: 0 10px; }
.twocol-left     { width: 350px; float: left;  display: inline; margin: 0 10px; }

.footer-col1     { width: 360px; float: left;  display: inline; margin: 0 10px; padding-top:50px; }
.footer-col2     { width: 320px; float: left;  display: inline; margin: 0 10px; padding-top:50px; }
.footer-col3     { width: 280px; float: left;  display: inline; margin: 0 10px; padding-top:50px; }

.primary-main    { width: 500px; float: left;  display: inline; margin: 0 5px; }
.primary-right   { width: 220px; float: right; display: inline; margin: 0 5px; }

/* Nested Column Classes for break down of mutiple columns inside the primary column sections */
.layout-container .alpha { margin-left:  0; }
.layout-container .omega { margin-right: 0; }
	
/*	
    @media only screen and (min-width: 1280px) {
        #container { width: 1280px; }
        .bg {width: 1280px;}
        .layout-container { width: 1280px;}
        .tertiary { float: right; }
        .full-width {width: 1280px;}
        .footer-col-thin { width: 270px !important; }
        .footer-col-thin:first-child { margin-left: 100px; }
        .dropRight {margin-bottom: 170px; }
        .padleft {padding-left: 30px;}
    }
*/

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */
	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .layout-container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* ---------------------------- Development Credit ----------------------------
* Based off the skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
