﻿/*------------------------------------------------------------------
[Typography]

Project:	Meridium
Copyright:  2009 Meridium AB

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Headings
    3. Anchors
    4. Copy
    
[Order of anchor selectors]

a:link,
a:visited,
a:hover,
a:focus,
a:active {}

-------------------------------------------------------------------*/
body {
	color:#000;
	font: 81.3%/1.538 helvetica, arial, sans-serif;
}
/*------------------------------------------------------------------
1.2 Headings
-------------------------------------------------------------------*/
h1,h2,h3,h4 {
	word-spacing:-2px;
}
h1 {
	font-size:1.692em;
	font-weight:bold;
	margin-bottom:.8em;
	margin-top:.8em;
}
h2 {font-size:1.385em;}
h3 { font-size:1.077em; font-weight:bold; }
/*------------------------------------------------------------------
1.3 Anchors
-------------------------------------------------------------------*/
a:link,
a:visited {
	color:#d32d1c; 
	text-decoration:none;
}
a:active,a:focus,
a:hover { text-decoration:underline; }
/*------------------------------------------------------------------
1.4 Copy
-------------------------------------------------------------------*/
p{margin-bottom:1em;}
strong { font-weight:bold; }
em { font-style:italic; }
em { font-style:italic; }

blockquote {
	font-family: Georgia,Garamon,'Times New Roman';
	font-style: italic;
	padding: 0 2em 0 2em;
}
q {
	font-family: Georgia,Garamon,'Times New Roman';
	font-style: italic;
}

table {
	padding: 0.273em 0 0 0;
	margin: 0 0 1.364em 0;
	width:100%;
}

caption {
	font-weight: bold;
	padding: 0.273em 0 0 0;
	margin: 0 0 1.364em 0;
}

table th {
	/*border-bottom:4px solid #dddbd8;*/
	border:1px solid #dddbd8;
	border-bottom-color:#000;
	font-weight:bold;
	padding:3px;
}

table td {
	border:1px solid #dddbd8;
	padding:3px;
}
