/* 
    Document   : global
    Created on : 2012-maj-07, 13:10:35
    Author     : Peter Elmered
    Description:
        Purpose of the stylesheet follows.
*/


/*	--------------------------------------------------
   :: Global Reset & Standards
   -------------------------------------------------- */

/* 
   Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
      License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
html {
   min-height: 100%;
   margin: 0;
   padding: 0 0 1px 0;
   font-size: 62.5%; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}


html, body {
   height: 100%;
}
body {  display: block;  position: relative; -webkit-font-smoothing: antialiased; }



/*	--------------------------------------------------
   :: Links
   -------------------------------------------------- */
a { text-decoration: none; line-height: inherit; }
a:hover { color: #11639d; }
a:focus { color: #cc4714; outline: none; }
p a, p a:visited { line-height: inherit; }


/*	--------------------------------------------------
   :: Lists
   -------------------------------------------------- */
ul, ol { margin-bottom: 18px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
li { margin-bottom: 12px; }
ul.large li { line-height: 21px; }
ul.no-list li { list-style: none; }
ul.no-list li:before { content: none; }


/*	--------------------------------------------------
   :: Tables
   -------------------------------------------------- */
table { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px;}

table thead, table tfoot { background: #f5f5f5; }
table thead th,
table tfoot th,
table tbody td,
table td,
table tfoot td { text-align: left; }
table thead th,
table tfoot td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even,
table tbody tr.alt {  }
table tbody tr:nth-child(even) { }
table tbody tr td { padding: 0px 10px 0px 0px; vertical-align: top; border: none; }
table tbody tr td.middle {vertical-align: middle; }

/* -------------------------------------------------- 
   :: Misc
---------------------------------------------------*/
.left       { float: left !important; }
.right      { float: right !important; }
.hide     	{ display: none !important; }
.highlight 	{ background: #ff0; }

/* Arfully Masterminded by ZURB */

/*	--------------------------------------------------
    :: Typography
   -------------------------------------------------- */

.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

p { line-height: 1.4em; margin: 0 0 18px; }
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 24px;  }

em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

/*	Blockquotes  */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }


/* -------------------------------------------------- 
   :: Misc
---------------------------------------------------*/
.left       { float: left !important; }
.right      { float: right !important; }
.hide     	{ display: none !important; }



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
       -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
   p a, p a:visited { color: #444 !important; text-decoration: underline; }
   p a[href]:after { content: " (" attr(href) ")"; }
   abbr[title]:after { content: " (" attr(title) ")"; }
   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
   thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
   tr, img { page-break-inside: avoid; }
   @page { margin: 0.5cm; }
   p, h2, h3 { orphans: 3; widows: 3; }
   h2, h3{ page-break-after: avoid; }
}
/* Arfully Masterminded by ZURB */

/* --------------------------------------------------
   :: Grid
   
   This is the mobile-friendly, responsive grid that
   lets Foundation work much of its magic.
   
   -------------------------------------------------- */

.container { padding: 0 20px; }

.row { width: 100%; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }

.row .one.columns 		{ width: 4.3%; }
.row .two.columns 		{ width: 13%; }
.row .three.columns 	{ width: 21.68%; }
.row .four.columns 		{ width: 30.4%; }
.row .five.columns 		{ width: 39.1%; }
.row .six.columns 		{ width: 47.8%; }
.row .seven.columns 	{ width: 56.5%; }
.row .eight.columns 	{ width: 65.2%; }
.row .nine.columns 		{ width: 73.9%; }
.row .ten.columns 		{ width: 82.6%; }
.row .eleven.columns 	{ width: 91.3%; }
.row .twelve.columns 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%;  }
.row .offset-by-two 	{ margin-left: 21.8%;  }
.row .offset-by-three 	{ margin-left: 30.5%;  }
.row .offset-by-four 	{ margin-left: 39.2%;  }
.row .offset-by-five 	{ margin-left: 47.9%;  }
.row .offset-by-six 	{ margin-left: 56.6%;  }
.row .offset-by-seven 	{ margin-left: 65.3%;  }
.row .offset-by-eight 	{ margin-left: 74.0%;  }
.row .offset-by-nine 	{ margin-left: 82.7%;  }
.row .offset-by-ten 	{ margin-left: 91.4%;  }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
.row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
.row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
.row .offset-by-ten:first-child 	{ margin-left: 87%;  }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

img, object, embed { max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }



/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }




/*	--------------------------------------------------
   :: Block grids
   
   These are 2-up, 3-up, 4-up and 5-up ULs, suited
   for repeating blocks of content. Add 'mobile' to
   them to switch them just like the layout grid
   (one item per line) on phones
   -------------------------------------------------- */

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }

