/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser 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; 
}

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

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

/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

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

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

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

/* Sets up basic grid floating and margin. */
.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 {
  float: left;
  margin-right: 19px;
}

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

/* Use these classes to set the width of a column. */
.span-1  { width: 39px; }
.span-2  { width: 97px; }
.span-3  { width: 155px; }
.span-4  { width: 213px; }
.span-5  { 
	width: 271px; 


}
.span-6  { width: 329px; }
.span-7  { width: 387px; }
.span-8  { width: 445px; }
.span-9  { width: 503px; }
.span-10  { width: 561px; }
.span-11  { width: 619px; }
.span-12  { width: 677px; }
.span-13  { width: 735px; }
.span-14  { width: 793px; }
.span-15  { width: 851px; }
.span-16  { width: 909px; }
.span-17  { width: 967px; margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 27px!important; }
input.span-2, textarea.span-2 { width: 85px!important; }
input.span-3, textarea.span-3 { width: 143px!important; }
input.span-4, textarea.span-4 { width: 201px!important; }
input.span-5, textarea.span-5 { width: 259px!important; }
input.span-6, textarea.span-6 { width: 317px!important; }
input.span-7, textarea.span-7 { width: 375px!important; }
input.span-8, textarea.span-8 { width: 433px!important; }
input.span-9, textarea.span-9 { width: 491px!important; }
input.span-10, textarea.span-10 { width: 549px!important; }
input.span-11, textarea.span-11 { width: 607px!important; }
input.span-12, textarea.span-12 { width: 665px!important; }
input.span-13, textarea.span-13 { width: 723px!important; }
input.span-14, textarea.span-14 { width: 781px!important; }
input.span-15, textarea.span-15 { width: 839px!important; }
input.span-16, textarea.span-16 { width: 897px!important; }
input.span-17, textarea.span-17 { width: 955px!important; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 58px; } 
.append-2  { padding-right: 116px; } 
.append-3  { padding-right: 174px; } 
.append-4  { padding-right: 232px; } 
.append-5  { padding-right: 290px; } 
.append-6  { padding-right: 348px; } 
.append-7  { padding-right: 406px; } 
.append-8  { padding-right: 464px; } 
.append-9  { padding-right: 522px; } 
.append-10  { padding-right: 580px; } 
.append-11  { padding-right: 638px; } 
.append-12  { padding-right: 696px; } 
.append-13  { padding-right: 754px; } 
.append-14  { padding-right: 812px; } 
.append-15  { padding-right: 870px; } 
.append-16  { padding-right: 928px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 58px; } 
.prepend-2  { padding-left: 116px; } 
.prepend-3  { padding-left: 174px; } 
.prepend-4  { padding-left: 232px; } 
.prepend-5  { padding-left: 290px; } 
.prepend-6  { padding-left: 348px; } 
.prepend-7  { padding-left: 406px; } 
.prepend-8  { padding-left: 464px; } 
.prepend-9  { padding-left: 522px; } 
.prepend-10  { padding-left: 580px; } 
.prepend-11  { padding-left: 638px; } 
.prepend-12  { padding-left: 696px; } 
.prepend-13  { padding-left: 754px; } 
.prepend-14  { padding-left: 812px; } 
.prepend-15  { padding-left: 870px; } 
.prepend-16  { padding-left: 928px; } 


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

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


/* 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: -58px; }
.pull-2 { margin-left: -116px; }
.pull-3 { margin-left: -174px; }
.pull-4 { margin-left: -232px; }
.pull-5 { margin-left: -290px; }
.pull-6 { margin-left: -348px; }
.pull-7 { margin-left: -406px; }
.pull-8 { margin-left: -464px; }
.pull-9 { margin-left: -522px; }
.pull-10 { margin-left: -580px; }
.pull-11 { margin-left: -638px; }
.pull-12 { margin-left: -696px; }
.pull-13 { margin-left: -754px; }
.pull-14 { margin-left: -812px; }
.pull-15 { margin-left: -870px; }
.pull-16 { margin-left: -928px; }
.pull-17 { margin-left: -986px; }

.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 {float: left; position:relative;}

.push-1 { margin: 0 -58px 1.5em 58px; }
.push-2 { margin: 0 -116px 1.5em 116px; }
.push-3 { margin: 0 -174px 1.5em 174px; }
.push-4 { margin: 0 -232px 1.5em 232px; }
.push-5 { margin: 0 -290px 1.5em 290px; }
.push-6 { margin: 0 -348px 1.5em 348px; }
.push-7 { margin: 0 -406px 1.5em 406px; }
.push-8 { margin: 0 -464px 1.5em 464px; }
.push-9 { margin: 0 -522px 1.5em 522px; }
.push-10 { margin: 0 -580px 1.5em 580px; }
.push-11 { margin: 0 -638px 1.5em 638px; }
.push-12 { margin: 0 -696px 1.5em 696px; }
.push-13 { margin: 0 -754px 1.5em 754px; }
.push-14 { margin: 0 -812px 1.5em 812px; }
.push-15 { margin: 0 -870px 1.5em 870px; }
.push-16 { margin: 0 -928px 1.5em 928px; }
.push-17 { margin: 0 -986px 1.5em 986px; }

.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, .push-17 {float: right; position:relative;}


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

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:3em; 
}
.append-bottom { 
  margin-bottom:3em; 
}

/* 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: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

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

.clear { clear:both; }
