/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-05-16) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            790 px
    * Number of columns:     6
    * Column width:          115 px
    * Margin width:          20 px
   ======================================

   By default, the grid is 790px wide, with 6 columns 
   spanning 115px, and a 20px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* Set these before any CSS */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #e4ebe9 url("../images/html.gif") repeat-x left top;
}

/* A container should group all your columns. */
.container {
  width: 790px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(../images/grid.png); 
}

/* Body margin for a sensile default look. */
body {
  	margin: 0px;	
/*	opacity: 0.99999;
	-moz-opacity: 0.99999;
	-khtml-opacity: 0.99999;
	filter: alpha(opacity=99); */
}

.topbar {
	height: 40px;
}

.banner {
	height: 160px;
	margin: 10px 0 10px 0;
}

.banner .logo {
	display: block;
	width: 160px;
	height: 120px;
}

.words {
	float: left;
	width: 250px;
	height: auto;
	margin: 0 0 20px 0;
}

.words-middle {
	float: left;
	width: 250px;
	height: auto;
	margin: 0 -270px 20px 20px;
}

.words-right {
	float: left;
	width: 250px;
	height: auto;
	margin: 0 -290px 20px 290px;
}

.images {
	float: left;
	width: 560px;
	height: auto;
	margin: 0 -270px 20px 0px;
}

.images-right {
	float: left;
	width: 270px;
	height: auto;
	margin: 0 -290px 20px 290px;
}

.span-1-framed {
	border: 5px solid #fff;
	float: right;
	width: 105px;
	height: 105px;
	margin: 0 20px 20px 0;
	position: relative;
}

.height-1-span-3-framed {
	border: 5px solid #fff;
	float: right;
	width: 375px;
	height: 105px;
	margin: 0 20px 20px 0;
	position: relative;
}

.height-2-span-3-framed {
	border: 5px solid #fff;
	float: right;
	width: 375px;
	height: 230px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-2-framed {
	border: 10px solid #fff;
	float: right;
	width: 230px;
	height: 230px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-2-framed-halfheight {
	border: 10px solid #fff;
	float: right;
	width: 230px;
	height: 95px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-3-framed {
	border: 15px solid #fff;
	float: right;
	width: 355px;
	height: 355px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-3-framed-woodletter {
	border: 15px solid #fff;
	float: right;
	width: 355px;
	height: 1234px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-4-framed {
	border: 20px solid #fff;
	float: right;
	width: 480px;
	height: 480px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-4-framed-halfheight {
	border: 20px solid #fff;
	float: right;
	width: 480px;
	height: 240px;
	margin: 0 20px 20px 0;
	position: relative;
}

.span-2-framed-news {
	border: 10px solid #fff;
	float: right;
	width: 230px;
	height: 230px;
	margin: 0 20px 0px 0;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 115px;}
.span-2  { width: 250px;}
.span-3  { width: 385px;}
.span-4  { width: 520px;}
.span-5  { width: 655px;}
.span-6, div.span-6 { width: 790px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 135px;}
.append-2  { padding-right: 270px;}
.append-3  { padding-right: 405px;}
.append-4  { padding-right: 540px;}
.append-5  { padding-right: 675px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 135px;}
.prepend-2  { padding-left: 270px;}
.prepend-3  { padding-left: 405px;}
.prepend-4  { padding-left: 540px;}
.prepend-5  { padding-left: 675px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #9bb3b7;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:108px;
  margin-right:105px;
  border-right: 1px solid #9bb3b7;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -135px;}
.pull-2 { margin-left: -270px;}
.pull-3 { margin-left: -405px;}
.pull-4 { margin-left: -540px;}
.pull-5 { margin-left: -675px;}
.pull-6 { margin-left: -810px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6 {float:left;position:relative;}


.push-1 { margin: 0 -135px 1.5em 135px;}
.push-2 { margin: 0 -270px 1.5em 270px;}
.push-3 { margin: 0 -405px 1.5em 405px;}
.push-4 { margin: 0 -540px 1.5em 540px;}
.push-5 { margin: 0 -675px 1.5em 675px;}
.push-6 { margin: 0 -810px 1.5em 810px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #7e9fa7; 
  color: #7e9fa7;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.45em 0;
  border: none; 
}
hr.space {
  height: 0px;
  background: none;
  color: none;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
