@charset "utf-8";

/* ======================================================= */
/* BASIC FORMATTING																				 */
/* ======================================================= */
body {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #444;
	line-height: 17px;
	}

strong {
	font-weight: bold;
	}

/* ======================================================= */
/* LINKS																									 */
/* ======================================================= */

/* Standard link formatting */
a:link, a:visited {
	color: #0072AB;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #0083B7;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
/* Links in headlins */	
.article h1 a:link, .article h1 a:visited {
	color: #444;
	text-decoration: none;
	}	
	
h1 a:hover, h1 a:active {
	text-decoration: underline;
	}
	
/* Specific link formatting */
#menu a:link, #menu a:visited { /* If images off */
	color: #fff;
	font-size: 15px;
	}
	
#menu .submenu a:link, #menu .submenu a:visited {
	color: #0072AB;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	}

#user-menu a:link, #user-menu a:visited {
	font-weight: normal;
	color: #0072AB;
	}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #555;
	font-weight: normal;
	}

.secondary-menu a:link, .secondary-menu a:visited {
	font-weight: normal;
	color: #333;
	}
	
.secondary-menu li li a:link, .secondary-menu li li a:visited {
	color: #555;
	}
	
#sidebar h3 a:link, #sidebar h3 a:visited,
#secondary-content h3 a:linkm #secondary-content h3 a:visited {
	color: #333;
	}
	
/* ======================================================= */
/* HEADLINES																							 */
/* ======================================================= */

/* Headline, Standard pages */
h1 {
	font-family: "KlavikaReg", Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	}

/* Headlines, Listing pages */
.content-list h1 {
	font-size: 18px;
	line-height: 1.6em;
	}
	
/* Headlines, Section pages */
.section-page h1 {
	font-size: 42px;
	}
	
/* Headlines, Section pages */
.index-page h1 {
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
	}
	
	.index-page h2 {
		text-transform: uppercase;
		color: #555;
		font-size: 18px;
		line-height: 20px;
		}
		
	.index-page h3 {
		text-transform: none;
		font-size: 24px;
		line-height: 30px;
		}

	
/* Headline, secondary content */
#sidebar h2, 
#secondary-content h2,
#comments h2 {
	font-family: "KlavikaMedium", Arial, sans-serif;
	font-size: 18px;
	padding: 8px 16px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	font-weight: normal;
	}
	
#sidebar h2 {
	padding: 8px 8px 0;
	}
	
/* ======================================================= */
/* BREADCRUMB																							 */
/* ======================================================= */	
	
#breadcrumb {
	color: #555;
	}	
	
/* ======================================================= */
/* PAGINATION																							 */
/* ======================================================= */
	
#pagination a:link,
#pagination a:visited {
	text-decoration: underline;
	color: #555;
	font-weight: normal;
	font-size: 11px;
	line-height:19px;
	}	
	
	#pagination strong {
		color: #fff;
		font-size: 11px;
		line-height:19px;
		font-weight: normal;
		}
	
	#pagination a:hover,
	#pagination a:active {
		font-weight: bold;
		}
	
/* ======================================================= */
/* CONTENT																								 */
/* ======================================================= */

/* Subheadings, pages and listings */
.primary h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 17px;
	}
	
.primary h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0.5em 0;
	}
	
/* Standard content */
.primary p,#top-content p {	
	font-size: 12px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	}
	
.primary ul,
.primary ol {
	margin: 1em 0;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 12px;
	}

.primary ul li {
	list-style: outside square;
	}

.primary ol li {
	list-style: outside decimal;
	}
	
.primary em {
	font-style: italic;
	}
	
.primary strong {
	font-weight: bold;
	}
	
.primary blockquote {
	}
	
.primary table {
	vertical-align: top;
	}
	
.primary tr {
	}
	
.primary td,
.primary th {
	font-size: 11px;
	vertical-align: top;
	padding: 2px 6px 2px 3px;
	}

.primary td p {
	font-size: 11px;
	}
	
.primary th {
	font-weight: bold;
	}


/* Special formatting */
.byline {
	color: #888;
	margin-right: 12px;
	}

.link {
	font-weight: bold;
	color: #0072AB;
	}	
	
	.link a:visited {
		color: #0072AB;
		}

	
/* ======================================================= */
/* FORMS																									 */
/* ======================================================= */	

.primary label,
body.submit-form label {
	font-weight: bold;
	}
	

.primary label.checkbox {
	font-weight: normal;
	}	
	
.primary .note {
	color: #777;
	}


	
/* ======================================================= */
/* SECONDARY LISTING																			 */
/* ======================================================= */

/* Subheadings, sidebar and secondary content lists */
.secondary h3 {
	font-weight: bold;
	}
	

/* ======================================================= */
/* TAXONOMIES																							 */
/* ======================================================= */
	
.tags {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	padding-top: 1px;
	}
	
.tags span {
	padding: 0 3px 1px;
	background: #888;
	color: #fff;
	margin-right: 4px;
	display: inline-block;
	}
	
	span.tax-22 {
		background: #3569A4;
		}
		
	span.tax-9 {
		background: #258418;
		}	