/* 
Title:     Typography
Author:    roel#catchup.be
Updated:   16/04/2008 (18:07)
*/

body {
    font: x-small Lucida Grande, HelveticaNeue, Helvetica, arial, sans-serif;
}

div#wrap {
	font-size: 115%;
}

p {
    color: #333;
    line-height: 1.4em;
}

strong, em {
	font-weight: bold;
}

abbr {
	border-bottom: 1px dotted gray;
}

/* ================================================= */
/* Koppen */
/* ================================================= */

h1, h2, h3, h4 {
	font-family: Helvetica, arial, sans-serif;
}

/* ================================================= */
/* Links */
/* ================================================= */

a {
	color: #1e7fc4;
}

a:hover {
	text-decoration: none;
}

/* ================================================= */
/* Doelgroepgerichte ingangen */
/* ================================================= */

div#welcome h3 {
	font-size: medium;
	line-height: 20px;
	font-weight: bold;
	color: #f16620;
	margin: 0 0 0.5em 0;
	background: url(/images/template/welcome_bullet_19x19.png) no-repeat 0 1px;
}

div#welcome h3 a {
	color: #f16620;
	text-decoration: none;
	padding: 0 0 0 25px;
}

div#welcome h3 a:hover {
	color: black;
}

div#welcome p {
    font: Lucida Grande, HelveticaNeue, Helvetica, arial, sans-serif;
    color: #333;
    line-height: 1.4em;
}

/* ================================================= */
/* Globale navigatie */
/* ================================================= */

div#global-navigation a,
div#global-navigation span {
	font-size: 12px;
	color: #f16620;
	text-decoration: none;
	font-weight: bold;
}

div#global-navigation a.active,
div#global-navigation span.active,
div#global-navigation a.active:hover {
	color: #fff;
	background: #4b6d84 url(/images/template/global-navigation_active_5x30.png) repeat-x center center;
}

div#global-navigation a:hover {
	color: #fff;
	background: #4b6d84 url(/images/template/global-navigation_hover_5x30.png) repeat-x center center;
}

/* ================================================= */
/* Evenementen */
/* ================================================= */

/* Datums */

div#evenementen div.item {
	padding: 0 0 0.75em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #aaa;
	min-height: 50px;
	height:auto !important;
	height: 50px;
}

div#evenementen p.date {
	border-top: 5px solid #444;
	float: left;
	margin: 0 1em 0.5em 0;
	display: block;
	width: 40px;
	color: black;
	padding: 7px 5px 3px 5px
	line-height: 1.6em;
	background: #fff url(/images/template/date_curl_25x25.png) no-repeat right bottom;
}

div#evenementen p.date span.day {
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 7px;
}

div#evenementen p.date span.month {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

div#evenementen h2 {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	margin: 0 0 1em 0;
}

div#evenementen h3 a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	text-decoration: none;
}

div#evenementen h3 span.details {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	margin: 0.3em 0 0.5em 0;
	text-decoration: underline;
}

div#evenementen p {
	color: #fff;
}

div#evenementen p.more a {
	color: #fff;
}

/* ================================================= */
/* Nieuws */
/* ================================================= */

div#nieuws h2 {
	color: #333;
	font-size: 19px;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	margin: 0 0 1em 0;
}

/* Items */

div#nieuws .item h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 0 0.25em 0;
}

div#nieuws .item h3 {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin: 0 0 0.25em 0;
}

div#nieuws .item a {
	font-size: 12px;
	display: block;
	margin: 0.25em 0 0 0;
}

/* ================================================= */
/* Nieuwsbrief */
/* ================================================= */

div#nieuws div#nieuwsbrief h2 {
	margin: 0 0 0.5em 0;
}

div#nieuwsbrief p {
	margin: 0 0 1em 0;
}

/* ================================================= */
/* Content */
/* ================================================= */

/* ================================================= */
/* Page: content */
/* ================================================= */

div#page h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.75em 0;		
	border-bottom: 1px solid #aaa;
}

div#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

div#content p,
div#content ul,
div#content ol {
	margin: 0 0 1em 0;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
}

div#content li {
	margin-left: 25px;
	list-style: square;
}

/* ================================================= */
/* Specifiek voor evenementen */
/* ================================================= */

div#content p.event_date {
	border: 1px solid #aaa;
	padding: 4px 8px 4px 8px;
	background-color: #eee;
}
