/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
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, fieldset, form, label, legend, 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;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 16px;
  color: #fff; 
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #fff; letter-spacing: -.03em;}

h1 { font-size: 46px; line-height: 46px; padding: 40px 0 40px 0; }
h1.no_margin { font-size: 46px; line-height: 46px; padding-bottom: 10px; }
h1.homehdr {padding: 0 0 .5em 0; }
h1.homehdr_hot { font-size: 46px; line-height: 46px; padding: 35px 0 0 0; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h2.no_margin { font-size: 2em; margin-bottom: 0; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: .75em; color: #f26d7d;}
h3.rule { margin-bottom: 0; color: #f26d7d;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h4.no_margin { font-size: 1.2em; line-height: 1.25; margin-bottom: 0; }
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;
}


/* Text elements
-------------------------------------------------------------- */

p           { padding: 0 0 1.3em 0; }
p img.left  { float: left; margin: .5em 1.0em 1.0em 0; padding: 0; }
p img.right { float: right; margin: .5em 0 1.0em 1.0em; }

a:focus, 
a:hover     { color: #8abe0d; text-decoration: underline;}
a           { color: #2eafce; text-decoration: none; }

blockquote  { margin: 1.5em; color: #f26d7d; font-style: italic; }
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: italic; }
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; }
dd          { margin-left: 0;}


/* Tables
-------------------------------------------------------------- */

table       { margin: 0 0 1.4em 0; font-size: .9em;}
th          { font-weight: bold; color:#031c2c;}
th,td,caption { padding: 3px 0; border-bottom: 1px solid #209ac3;}
tr.even td  {background: #3f89a7; }
tr.last td {border: none;}







/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .7em;}
.large      { font-size: 1.4em;}
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.center		{ text-align: center; }
.right		{ text-align: right; }

.v_middle		{ vertical-align: middle; }
.v_top			{ vertical-align: top; }

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1  { width: 50px;}
.span-2  { width: 110px;}
.span-3  { width: 170px;}
.span-4  { width: 230px;}
.span-5  { width: 290px;}
.span-6  { width: 350px;}
.span-7  { width: 410px;}
.span-8  { width: 470px;}
.span-9  { width: 530px;}
.span-10 { width: 590px;}
.span-11 { width: 650px;}
.span-12 { width: 710px;}
.span-13 { width: 770px;}
.span-14 { width: 830px;}
.span-15 { width: 890px;}
.span-16, div.span-16 { width: 950px; margin: 0; }
input.span-1, textarea.span-1, select.span-1 {width:50px!important;}
input.span-2, textarea.span-2, select.span-2 {width:110px!important;}
input.span-3, textarea.span-3, select.span-3 {width:170px!important;}
input.span-4, textarea.span-4, select.span-4 {width:230px!important;}
input.span-5, textarea.span-5, select.span-5 {width:290px!important;}
input.span-6, textarea.span-6, select.span-6 {width:350px!important;}
input.span-7, textarea.span-7, select.span-7 {width:410px!important;}
input.span-8, textarea.span-8, select.span-8 {width:470px!important;}
input.span-9, textarea.span-9, select.span-9 {width:530px!important;}
input.span-10, textarea.span-10, select.span-10 {width:590px!important;}
input.span-11, textarea.span-11, select.span-11 {width:650px!important;}
input.span-12, textarea.span-12, select.span-12 {width:710px!important;}
input.span-13, textarea.span-13, select.span-13 {width:770px!important;}
input.span-14, textarea.span-14, select.span-14 {width:830px!important;}
input.span-15, textarea.span-15, select.span-15 {width:890px!important;}
input.span-16, textarea.span-16, select.span-16 {width:950px!important;}

.append-1  { padding-right: 60px;}
.append-2  { padding-right: 120px;}
.append-3  { padding-right: 180px;}
.append-4  { padding-right: 240px;}
.append-5  { padding-right: 300px;}
.append-6  { padding-right: 360px;}
.append-7  { padding-right: 420px;}
.append-8  { padding-right: 480px;}
.append-9  { padding-right: 540px;}
.append-10 { padding-right: 600px;}
.append-11 { padding-right: 660px;}
.append-12 { padding-right: 720px;}
.append-13 { padding-right: 780px;}
.append-14 { padding-right: 840px;}
.append-15 { padding-right: 900px;}
.prepend-1  { padding-left: 60px;}
.prepend-2  { padding-left: 120px;}
.prepend-3  { padding-left: 180px;}
.prepend-4  { padding-left: 240px;}
.prepend-5  { padding-left: 300px;}
.prepend-6  { padding-left: 360px;}
.prepend-7  { padding-left: 420px;}
.prepend-8  { padding-left: 480px;}
.prepend-9  { padding-left: 540px;}
.prepend-10 { padding-left: 600px;}
.prepend-11 { padding-left: 660px;}
.prepend-12 { padding-left: 720px;}
.prepend-13 { padding-left: 780px;}
.prepend-14 { padding-left: 840px;}
.prepend-15 { padding-left: 900px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {
  padding-right:48px;
  margin-right:45px;
  border-right: 1px solid #eee;
}

.pull-1 { margin-left: -60px;}
.pull-2 { margin-left: -120px;}
.pull-3 { margin-left: -180px;}
.pull-4 { margin-left: -240px;}
.pull-5 { margin-left: -300px;}
.pull-6 { margin-left: -360px;}
.pull-7 { margin-left: -420px;}
.pull-8 { margin-left: -480px;}
.pull-9 { margin-left: -540px;}
.pull-10 { margin-left: -600px;}
.pull-11 { margin-left: -660px;}
.pull-12 { margin-left: -720px;}
.pull-13 { margin-left: -780px;}
.pull-14 { margin-left: -840px;}
.pull-15 { margin-left: -900px;}
.pull-16 { margin-left: -960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16 {float:left;position:relative;}


.push-1 { margin: 0 -60px 1.5em 60px;}
.push-2 { margin: 0 -120px 1.5em 120px;}
.push-3 { margin: 0 -180px 1.5em 180px;}
.push-4 { margin: 0 -240px 1.5em 240px;}
.push-5 { margin: 0 -300px 1.5em 300px;}
.push-6 { margin: 0 -360px 1.5em 360px;}
.push-7 { margin: 0 -420px 1.5em 420px;}
.push-8 { margin: 0 -480px 1.5em 480px;}
.push-9 { margin: 0 -540px 1.5em 540px;}
.push-10 { margin: 0 -600px 1.5em 600px;}
.push-11 { margin: 0 -660px 1.5em 660px;}
.push-12 { margin: 0 -720px 1.5em 720px;}
.push-13 { margin: 0 -780px 1.5em 780px;}
.push-14 { margin: 0 -840px 1.5em 840px;}
.push-15 { margin: 0 -900px 1.5em 900px;}
.push-16 { margin: 0 -960px 1.5em 960px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16 {float:right;position:relative;}

.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
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;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
input, textarea, select {font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-size:16px; padding: 5px;}
fieldset {padding:0; margin:0; border-bottom: 1px solid #209ac3; }
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #209ac3;}
input.text {padding:5px; font-size: 1em;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#000; font-weight: bold; text-decoration: underline;}
.notice a {color:#514721;}
.success a {color:#264409;}