﻿/*  ~/App_Themes/base-style/basic.css

    Bare-bones stylesheet for Ontic weblogs that provides a general grid-based layout using the '960 grid' system.
    These styles are intended to provide a base positioned layout only;
    the user may specify additional styles via the user's custom stylesheet for the weblog.  */

body 
{    
    text-align:center;
    font-family:Arial, sans-serif;
    font-size:90%;    
}

/* The div with ID='uber-box' on an engine page is the outermost container.
    Note that the grid widths are based on an overall width of 1020px instead of the 960 convention.  */
#uber-box { width:1020px; margin:0 auto; }

.grid_2, 
.grid_3, 
.grid_6, 
.grid_7,
.grid_12 { text-align: left; }

/* 'Tag Cloud' styles. Each class has a different font-size, the idea being to apply
    'Tag6' to the most-used tags and 'Tag1' to the least-used tags. */

.Tag1 { font-size:90%; }

.Tag2 { font-size:100%;  }

.Tag3 { font-size:110%; font-weight:bold; }

.Tag4 { font-size:120%; font-weight:bold; }

.Tag5 { font-size:130%; font-weight:bold; }

.Tag6 { font-size:140%; font-weight:bold; }
