/* -------------------------------------------------------------- 
   
   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-11-25) [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:            848 px
    * Number of columns:     22
    * Column width:          29 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 848px wide, with 22 columns 
   spanning 29px, and a 10px 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
   
-------------------------------------------------------------- */

/* Body margin for a sensile default look. */
body {
  	margin: 0 0 20px 0;
 	background-color: #000000;
  	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Arial, Sans-Serif;
	color: #fff;	
}

/* typography */

h2 
	{
	font-family: "Times New Roman", Times, serif; text-transform: uppercase; 
	font-size: 1.4em; padding: 
	10px 0 0 0; letter-spacing:0.1em;
	}

p a {color: #ffffff; text-decoration: underline;}

p a:hover {text-decoration: none;}

.featured_info p{padding: 10px; line-height: 1.5em; font-size: 0.8em;}

.float_right p {margin: 0 20px 20px 0;}


span.red {color: #CC0000; text-transform: uppercase; font-weight: bold;}


/* Header and top Nav. */

#logo
	{
	display: block;
	width: 247px;
	height: 21px;
	background: transparent url(images/logo.png) top left no-repeat;
	position: absolute;
	top: 30px;
	margin: 0 0 0 10px;
	}

#header
	{
	width: 848px;
	height: 80px;
	background: #000;
  	margin: 0 auto;
	}
	
#header ul
	{
	display: block;
	width: 400px;
	background: #000;
	float: right;
	margin: 42px 0 0 0;
	}
	
#header li
	{
	float: right;
	list-style: none;
	}
	
#header li a
	{
	color: #ccc;
	text-decoration: none;
	margin: 10px 0 0 1px;
	font-size: 1.2em;
	display: block;
	line-height: 1.5em;
	background: #000;
	padding: 5px 7px 5px 7px;
	text-transform: uppercase;

	}
	
#header li a.current, #header li a.hover
	{
	color: #fff;
	text-decoration: none;
	background: #333333;
	}

	
#header li a.current, #header li a:hover
	{
	color: #fff;
	text-decoration: none;
	background: #333333;
	}

/* A container should group all your columns. */
#container {
  width: 848px;
  margin: 0 auto;
  background: #000000 url(images/home_container_bg.gif) repeat-y; 
  min-height: 550px;
  font-size: 1.2em;
  padding: 0;
}

#container-top
	{
	width: 848px;
	height: 6px;
  	margin: 0 auto;
	background: #000000 url(images/container_top.gif) no-repeat; 
	}
	
#container-bottom
	{
	width: 848px;
	height: 6px;
  	margin: 0 auto;
	background: #000000 url(images/container_bottom.gif) no-repeat; 
	}
	
/* layout divs */

.float_left
	{
	float: left;
	background: transparent;
	width: 552px;
	margin: 10px 0 10px 0;
	}
	
.float_right
	{
	float: right;
	background: transparent;
	width: 270px;
	}

	
.float_left img
	{
	border: 2px solid #000;
	margin: 10px 0 0 25px;
	}
	
.featured_info
	{
	background: #272727;
	width: 502px;
	height: 70px;
	position: relative;
	margin: 0 0 20px 25px;
	}

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

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


/* 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; }

.float_left table {margin: 0 auto;}

input.button {border: 1px solid #eee; background-color: #000; margin: 0 0 0 20px; color: #fff;}

.links li {list-style: none; margin: 0 0 20px 0;}

.links li a {color: #ffffff; text-decoration: underline;}

.links li a:hover {text-decoration: none;}

.cssfights {margin: 0 0 0 25px;}