/*
	Typography Structure
	Copyright (C) 2010 Christian Philippsen (www.philippsen.no)
*/

/* General typeset
-------------------------------------------------------------------------------- */

body {
    font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #282828;
}


/* Links and anchors
-------------------------------------------------------------------------------- */

a, a:visited {
    border-bottom: 1px solid #ddd;
    color: #00b242;
    text-decoration: none;
}

a:hover {
    border-bottom: 2px solid #00b242;
}


/* Headings
-------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 30px;
	color: #00b242;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	line-height: 16px;
}

h4 {
	font-size: 14px;
	line-height: 14px;
}

h5 {
	font-size: 12px;
	line-height: 12px;
}

h6 {
	font-size: 10px;
	line-height: 10px;
}


/* Basic typography
-------------------------------------------------------------------------------- */

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#footer p {
    font-size: 11px;
    color: #999;
}

blockquote {}

pre {}

code {}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}