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

/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 110%; line-height: 1.5; /*12/18*/ }

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 45px; margin-bottom: 22px; }
h1, h2, h3, h4						{ margin-top: 22px; }
h3, h4, h5, h6						{ line-height: 22px; }
h1									{ font-size: 45px; top: 5px; }
h2									{ font-size: 36px; top: 8px; }
h3									{ font-size: 28px; top: 1px; }
h4									{ font-size: 22px; top: 2px; }
h5									{ font-size: 19px; top: 4px; }
h6									{ font-size: 17px; top: 5px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

p, pre, address						{ font-size: 15px; line-height: 21px; position: relative; top: 5px; }
small								{ font-size: 12px; }
abbr, code, kbd,
samp, small, var					{ line-height: 21px; }
ul, ol, dl, dialog					{ font-size: 15px; line-height: 21px; position: relative; top: 5px; margin-top: 21px; margin-bottom: 21px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend					{ font-size: 15px; line-height: 21px; }
 label    				{ font-size: 15px;line-height: 15px;margin-right: 10px;}
legend								{ position: relative; top: 5px; }
table								{ font-size: 15px; }
caption								{ font-size: 15px; line-height: 21px; position: relative; }
hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }