/* --------------------------------------------------------------  
	CSS Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address,  code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, nl,
fieldset, form, label, legend, optgroup, 
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
a.link {
	vertical-align: middle;
}
body { 
  line-height: 2em; 
}
html {
	overflow: -moz-scrollbars-vertical;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }


/* --------------------------------------------------------------  
	Body, typography, etc.
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #252525; 
  background: #ffffff;
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
/*
body div {
  text-align: left;
}
*/
html.mac body {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

/* Headings */

/*
h1 {
	font-size: 3.2em;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 0px;
}
h2 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 0;
	margin-top: 13px;
	margin-bottom: 0.6em;
}
h3, h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
*/

/* Paragraphs */ 

p           { 
	margin: 0 0 1.5em; 
	font-size: 1.05em;
}
p img.left, div img.left  { float: left; margin: 0 20px 10px 0; padding: 0; }
p img.right, div img.right { float: right; margin: 0 0 20px 20px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong, .strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }
pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 0; }
nl			{ margin: 0; }
nl li          { list-style-type: decimal; }

/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
td 			{ vertical-align: top; }
/*th,td,caption { padding: 4px 10px 4px 5px; }*/
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: normal; }
/*caption     { display: none; }*/

/* Forms */

label       { font-weight: normal; }
/*fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }*/
legend      { font-weight: bold; font-size: 1.2em; }

input {
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
input[type=text] {
	padding: 0px 1px 2px 1px;
}

textarea {
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #9ec6e6;
}
select {
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 1em;
  padding: 4px;
}
.win select {
  padding: 0px;
}

input.text:focus, input.title:focus,
textarea:focus /*, select:focus */ {
  border: 1px solid #0055a1;
}

input.text, input.title   { width: 96%; padding: 3px 8px 4px 8px; }
.webkit input.text, .webkit input.title   { padding: 4px 8px 4px 8px; }
input.title   { font-size: 1.5em; }
textarea      { width: 96%; padding: 4px; }
select 		  { width: 96%; padding: 2px 4px 3px 4px; overflow: hidden; }

input.button, button {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.80em;
	text-transform: uppercase;
	background: transparent url(../images/layout/link-trans.gif) top right no-repeat;
	padding: 0 20px 0 10px;
	display: block;
	height: 24px;
	padding-right: 20px;
	padding-bottom: 2px;
	border: none;
	color: #000000;
	cursor: pointer;
}
input.button:hover, button:hover {
	background: transparent url(../images/layout/link-trans.gif) bottom right no-repeat;
	color: #ffffff;
}



/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS

   Generated by:
    * Blueprint CSS Grid Generator (2010-02-26) [http://bgg.kematzy.com/]

   == STRUCTURE: ========================
    * Page width:            585 px
    * Number of columns:     3
    * Column width:          175 px
    * Margin width:          30 px
   ======================================

   By default, the grid is 585px wide, with 3 columns 
   spanning 175px, and a 30px 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
   
-------------------------------------------------------------- */

.container {
	width: 970px;
	margin: 0px auto 0px auto;
}

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

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

/* 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: 175px;}
.span-2  { width: 380px;}
.span-3, div.span-3 { width: 585px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 205px;}
.append-2  { padding-right: 410px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 205px;}
.prepend-2  { padding-left: 410px;}


/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:163px;
  margin-right:160px;
  border-right: 1px solid #000;
}

/* 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: -205px;}
.pull-2 { margin-left: -410px;}
.pull-3 { margin-left: -615px;}

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


.push-1 { margin: 0 -205px 1.5em 205px;}
.push-2 { margin: 0 -410px 1.5em 410px;}
.push-3 { margin: 0 -615px 1.5em 615px;}

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



/* Etc. */

.small      { font-size: 0.90em; margin-bottom: 1.875em; }
.smaller    { font-size: 0.80em; margin-bottom: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide, .h       { display: none; }
.uc			{ text-transform: uppercase; }

.quiet      { color: #787878; }
.loud       { color: #e2342d; }
.highlight  { background: #ff0; }
.sec		{ color: #888888; }

.error,
.notice, .Notification, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.Notification p { padding: 0px; margin: 0px }

.error, .Error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice, .Notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success, .Success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a, .Error a, .Error a:visited, .Error a:active    { color: #8a1f11; }
.notice a, .Notice a, .Notice a:visited,, .Notice a:active   { color: #514721; }
.success a, .Success a, .Success a:visited, .Success a:active  { color: #264409; }

.hidden 	{ display: none; }
.visible 	{ display: block; }

hr {
  background: #eee; 
  color: #eee;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  /*margin: 0 0 1.45em;*/
  margin: 1.45em 0 1.45em 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}
.print-only {
	display: none;
}

/* Floats */

.left		{ float: left; }
.clear-left, .clear, label.clear		{ clear: left; }
.right		{ float: right; }
.clear-right	{ clear: right; }
 .clear-both		{ clear: both; }
.center		{ text-align: center; }
.just		{ text-align: justify; }
div.clear { height: 0px; overflow: hidden; }

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