/* Adapted by Cowie and Fox from:
 *   Baseline - a designer framework
 *   Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
 *   Creative Commons Attribution-Share Alike 3.0 License
 */

/* type */

body					{font-size:81.25%; line-height:1.53846154; /*13/20*/ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6				        {position:relative}

h1, 
h2						{line-height:40px; margin-bottom:20px}

h1, 
h2, 
h3, 
h4						{margin-top:20px}

h3, 
h4, 
h5, 
h6						{line-height:20px}

h1						{font-size:36px; top:8px}

h2						{font-size:28px; top:11px}

h3						{font-size:22px; top:2px}

h4						{font-size:18px; top:4px}

h5						{font-size:15px; top:5px}

h6						{font-size:13px; top:6px}

h2:first-child,
h3:first-child,
h4:first-child			{margin-top:0}

p, 
pre, 
address					{font-size:13px; line-height:20px; margin-bottom:20px; position:relative; top:6px}

small					{position:relative; line-height:20px; top:5px}
p small                 {position:static; line-height:inherit}

/* lists */

ul, 
ol, 
dl, 
dialog					{font-size:13px; line-height:20px; margin-bottom:20px; position:relative; top:6px}

li ul, 
li ol                   {top:0; margin-bottom:0}

li h1, 
li h2, 
li h3,
li h4, 
li h5, 
li h6,
li p					{top:0}




/* tables */

table					{font-size:13px; border-top:solid 1px #999; position:relative; margin-top:20px; margin-bottom:20px}

th, 
td						{border-top:solid 1px #ccc; line-height:20px; padding-top:10px; padding-bottom:9px; position:relative}

caption					{font-size:13px; line-height:20px; position:relative; top:6px; margin-bottom:20px}

hr						{margin:-1px 0 20px 0}

.leading			    {margin-bottom:20px}

.noleading			    {margin-bottom:0 !important}