/* -----------------------------------------------------------------------
   	Blueprint CSS Framework (Reset only)
	cusotmized by Tom Sieron
----------------------------------------------------------------------- */

/* 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;}

/* basic typography */
body {font-size:75%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:30px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}

h4	{ color:#7A7A70; font-family:baskerville,'palatino linotype','times new roman',serif; font-weight: normal; line-height: 1.2em; letter-spacing:0.25em; font-variant:small-caps;}
h5	{ font-family:baskerville,'palatino linotype','times new roman',serif; font-size: 1.6em; letter-spacing:-0.045em;}
h6	{ font-family:baskerville,'palatino linotype','times new roman',serif; font-style:italic; font-size: 1.6em;}
.spanAlt { font-family:baskerville,'palatino linotype','times new roman',serif;  font-style:italic; font-variant:normal; letter-spacing:0.083em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;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, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
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:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.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;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height: 1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
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 #777; background-image: none !important; background: white;}
input.title {width:300px;padding:5px; font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.2em;margin: 0px; border:1px solid #ddd; font-weight: normal;}
.error {background:#ffd9d8;color:#ae0b00;border-color:#ff5a4f;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

// AMPERSAND 1
span.amp { 
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
// AMPERSAND 2
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
/* For great looking quote marks in titles, replace "asdf" with:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
.dquo { margin-left: -.5em; } 
/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */
p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}
/* Surround uppercase words and abbreviations with this class.
   Based on work by Jorgen Arnor Gardso Lom [http://twistedintellect.com/] */
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}


/* Blueprint CSS grid */
/* grid.css */
.container {width:950px;margin:0 auto; z-index: 5;}
.showgrid {background:url(src/grid.png);}
div.s-1, div.s-2, div.s-3, div.s-4, div.s-5, div.s-6, div.s-7, div.s-8, div.s-9, div.s-10, div.s-11, div.s-12, div.s-13, div.s-14, div.s-15, div.s-16, div.s-17, div.s-18, div.s-19, div.s-20, div.s-21, div.s-22, div.s-23, div.s-24 {float:left;margin-right:10px; z-index: 5;}
div.last {margin-right:0;}
.s-1 {width:30px;}
.s-2 {width:70px;}
.s-3 {width:110px;}
.s-4 {width:150px;}
.s-5 {width:190px;}
.s-6 {width:230px;}
.s-7 {width:270px;}
.s-8 {width:310px;}
.s-9 {width:350px;}
.s-10 {width:390px;}
.s-11 {width:430px;}
.s-12 {width:470px;}
.s-13 {width:510px;}
.s-14 {width:550px;}
.s-15 {width:590px;}
.s-16 {width:630px;}
.s-17 {width:670px;}
.s-18 {width:710px;}
.s-19 {width:750px;}
.s-20 {width:790px;}
.s-21 {width:830px;}
.s-22 {width:870px;}
.s-23 {width:910px;}
.s-24, div.s-24 {width:950px;margin:0;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-1, .pull-2, .pull-3, .pull-4 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-1, .push-2, .push-3, .push-4 {float:right;position:relative;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr.space {background:#fff;color:#fff;}
.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;}
.clear {clear:both;}
