﻿/*
 * Damocles typography
 * Christian Johansen (christian@cjohansen.no) 09/03-06
 */

/* Global rules */
a { font-weight: bold; }

/* Wrappers */
body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
}

#page { text-align: left; }

/* Header */
#branding li {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

/* Breadcrumb */
#breadcrumb, #today { font-weight: bold; }

#breadcrumb li, #today {
	line-height: 30px;
	vertical-align: middle;
}

/* Forms */
input {
	font-size: 0.9em;
	font-weight: bold;
}

input.text {
	font-size: 1em;
	font-weight: normal;
}

/* Navigation */
#navigation li {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#navigation li li, #navigation li.depth2 {
	text-transform: none;
	font-size: 1em;
}

/* Frontpage */
#sub_content h2 {
	font-weight: bold;
	line-height: 36px;
	vertical-align: middle;
	font-size: 1.1em;
}

#sub_content h3 { font-size: 1em; }
.frontpage #sub_content h2 { line-height: 30px; }
#sub_content p { font-size: 0.9em; }
#intro { line-height: 1.3; }
.topic #intro, .frontpage .damocles p { line-height: 1.5; }

#sub_content form label {
	font-size: 0.9em;
	font-weight: bold;
}

.frontpage h1, .topic h1 {
	line-height: 37px;
	vertical-align: middle;
	text-transform: uppercase;
}

.topic h1 { line-height: 56px; }
#articles h2 { font-size: 1.2em; }

/* Article */
.article #intro { font-size: 1.2em; }
#article_meta div, .article h2 { font-weight: bold; }
.article h2 { font-size: 1.1em; }
#article_meta div { text-align: right; }
#article_meta div.date { text-align: left; }

.article #main_content p {
	font-size: 1.1em;
	line-height: 1.4;
}

.article #main_content .image p {
	font-size: 1em;
	line-height: 1.2;
}

#send_mail_box a {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}