/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Reset ********************/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video						{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
textarea, input, select										{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }
article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu								{ display: block; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins													{ text-decoration: none; }
ol, ul														{ list-style: none; }
nav ul														{ list-style-type: none; }
table														{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus														{ outline: 0; }
blockquote:before, blockquote:after, q:before, q:after		{ content: ""; }
blockquote, q												{ quotes: "" ""; }


/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u	{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu													{ list-style: none; }
nobr														{ white-space: normal; }
blink														{ text-decoration: none; }
marquee														{ overflow: visible; }



/******************** Base ********************/


body											{ font-family: helvetica, arial, sans-serif; line-height: 1.5; }
h1, h2, h3, h4, h5, h6							{ line-height: 1.2; }
h4, h5, h6										{ font-weight: bold; }
b, strong, th, thead, dt, legend				{ font-weight: bold; }
caption, cite, dfn, em, i						{ font-style: italic; }
code, kbd, samp, pre, tt, var					{ font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6							{ /** /word-spacing: -0.125em;/* */ }
p												{ /** /word-spacing: 0.125em; /* */ hyphenate: auto; hyphenate-lines: 3; }
/*
p+p												{ text-indent: 1.5em; }
p+p.no-indent									{ text-indent: 0; }
*/
pre												{ white-space: pre; }
del												{ text-decoration: line-through; }
mark											{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins												{ color: #f00; }
small, sup, sub									{ font-size: 80%; }
big												{ font-size: 125%; line-height: 80%; }
abbr, acronym									{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub										{ line-height: 0; }
sup												{ vertical-align: super; }
sub												{ vertical-align: sub; }
blockquote										{ padding: 0 1.5em; }
hr												{ border: none; background: #ddd; width: 100%; }
ul, ol											{ margin-left: 1.5em; }
ul												{ list-style: disc outside; }
ol												{ list-style: decimal outside; }
input, select, button							{ cursor: pointer; }
table											{ font: inherit; width: 100%; }
th												{ background: rgba(0, 0, 0, 0.2); }
tr:nth-child(even)								{ background: rgba(0, 0, 0, 0.1); }
tr:nth-child(odd)								{ }

/* html 5 */
article, aside, header, hgroup,
nav, section, footer							{ float: left; display: block; }
figure											{ display: block; }




/******************** Baseline grid: 13/18px ********************/

body								{ font-size: 75%; line-height: 1.5; /*12/18*/ }

h1, h2								{ line-height: 36px; }
h3, h4, h5, h6						{ line-height: 18px; }

h1									{ font-size: 36px; padding-top: 0px; /*36px;*/ padding-bottom: 18px; }
h2									{ font-size: 24px; padding-top: 22px; padding-bottom: 15px; }
h3									{ font-size: 20px; padding-top: 14px; padding-bottom: 4px; }
h4									{ font-size: 18px; padding-top: 15px; padding-bottom: 3px; }
h5									{ font-size: 13px; padding-top: 17px; padding-bottom: 1px; }
h6									{ font-size: 13px; padding-top: 18px; }

/* h2:first-child						{ padding-top: 3px; }
h6:first-child						{ padding-top: 0; }
*/
p, pre, address, ul, ol, li, blockquote,
dl, dialog, caption					{ font-size: 13px; line-height: 18px; }
ul, ol								{ /* padding-top:18px; */ padding-bottom: 18px; }
li ul, li ol						{ padding-top: 0; padding-bottom: 0; }
abbr, small							{ line-height: 15px; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
input, textarea						{ font-size: 12px; }

table								{ font-size: 13px; line-height: 18px; margin-bottom: 18px; }

th, td								{ padding: 0 6px; line-height: 36px; }

hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }

.sectiontitle {
	line-height:18px; font-size:14px; padding-top:17px; padding-bottom:1px;
	text-transform:uppercase; font-weight:bold;word-spacing: 0.125em;}