
    
    /* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid    
    #Tablet (Portrait)
    #Mobile (Portrait) 
    #Mobile (Landscape)
    #Clearing */
    
    

/* #Base 960 Grid 
================================================== */

    .container                                  { position: relative; width:100%; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: none; display: block; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }


    /* Base Grid */
    .container .one.column                    ,
    .container .two.columns                   ,
    .container .three.columns                 ,
    .container .four.columns                  ,
    .container .five.columns                  ,
    .container .six.columns                  ,
    .container .seven.columns                  ,
    .container .eight.columns                 ,
    .container .nine.columns                   ,
    .container .ten.columns                   ,
    .container .eleven.columns                 ,
    .container .twelve.columns                 ,
    .container .thirteen.columns               ,
    .container .fourteen.columns              ,
    .container .fifteen.columns,
    .container .sixteen.columns                { width: 100%;  } 
    
    .container .one-third.column                { width: 330px; }
    .container .two-thirds.column               { width: 660px; }
    
    /* Offsets */   
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    
    
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .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 
    {
        float:none;
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    
    header, footer, aside 
{
    
    display: none;
    
    }
    
    .uBlogsy_comment_form_container,
    .side-navigation 
    {
        
        display: none;
        
        }

.bodyText 
{
    
    display: block;
    
    }
    


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
