﻿




@font-face {
	font-family: 'MicroFLFRegular';
	src: url('micro/MicroFLF.eot');
	src: local('MicroFLF'), local('MicroFLF'), url('micro/MicroFLF.woff') format('woff'), url('micro/MicroFLF.ttf') format('truetype'), url('micro/MicroFLF.svg#MicroFLF') format('svg');
}

@font-face {
	font-family: 'MicroFLFMediumItalic';
	src: url('MicroFLF-Italic.eot');
	src: local('MicroFLF'), local('MicroFLF-Italic'), url('MicroFLF-Italic.woff') format('woff'), url('MicroFLF-Italic.ttf') format('truetype'), url('MicroFLF-Italic.svg#MicroFLF-Italic') format('svg');
}

@font-face {
	font-family: 'MicroFLFBold';
	src: url('MicroFLF-Bold.eot');
	src: local('MicroFLF'), local('MicroFLF-Bold'), url('MicroFLF-Bold.woff') format('woff'), url('MicroFLF-Bold.ttf') format('truetype'), url('MicroFLF-Bold.svg#MicroFLF-Bold') format('svg');
}

@font-face {
	font-family: 'MicroFLFBoldItalic';
	src: url('MicroFLF-BoldItalic.eot');
	src: local('MicroFLF'), local('MicroFLF-BoldItalic'), url('MicroFLF-BoldItalic.woff') format('woff'), url('MicroFLF-BoldItalic.ttf') format('truetype'), url('MicroFLF-BoldItalic.svg#MicroFLF-BoldItalic') format('svg');
}

/* --- CSS Reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: 'MicroFLFRegular', sans-serif;
	font-size: 14px;
	line-height:16px;
}

:focus {
	outline: 0;
}

input.text, textarea, .buttonsubmit {
	font-family: 'MicroFLFRegular', sans-serif;
	font-size: 14px;
	line-height:16px;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* --- CLEARFIX --- */

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { 
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix { 
	height: 1%;
}

/* --- FONTS --- */

.whiteonblack p, .whiteonblack li, .whiteonblack h1, .whiteonblack h2, .whiteonblack h3, .whiteonblack h4, .whiteonblack td, .whiteonblack th {
	color: #ffffff;
}

.blackonwhite p, .blackonwhite li, .blackonwhite h1, .blackonwhite h2, .blackonwhite h3, .blackonwhite h4, .blackonwhite td, .blackonwhite th {
	color: #000000;
}

p, ul, h2 {
	margin-bottom: 12px;
}

/* HEADLINES */

h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display:block;
	clear: both;
}

.full h1 {
	padding:10px 0 0 10px;
}

.fullmatrix h1 {
	padding-top:20px;
	padding-left:10px;
	line-height: 16px;
}

h1, h2 {
	font-weight: bold;
}

h1.anchorh1 {
	font-weight: normal;
}

/* LISTS */

.whiteonblack #content li {
	padding-left:12px;
	background: transparent url('img/whiteonblack/dgj-list-white.png') 2px 7px no-repeat;
}

.blackonwhite #content li {
	padding-left:12px;
	background: transparent url('img/blackonwhite/dgj-list-black.png') 2px 7px no-repeat;
}

/*Exception for list */
#content #projectgallery li {
	background: none;
	padding-left:0;
}

/* LINKS */

a {
	text-decoration: none;
}

.whiteonblack #content a {
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}

.whiteonblack #content a:hover {
/*	color:#000000;
	border-bottom: 1px dotted #000000; */
	color:#0076E0;
	border-bottom: 1px dotted #0076E0; 
}

.blackonwhite #content a {
	color:#000000;
	border-bottom: 1px dotted #000000;
}

.blackonwhite #content a:hover {
	/*color:#ffffff;
	border-bottom: 1px dotted #ffffff;*/
	color:#0076E0;
	border-bottom: 1px dotted #0076E0;
}

/* Exceptions for dotted order of links */
#content .fullmatrix a, #content #projectgallery a, #content .fullmatrix a:hover, #content #projectgallery a:hover {
	border-bottom: none;
}

strong {
	font-weight: bold;
}

.blackonwhite ::-moz-selection {
	background:#000000;
	color:#ffffff;
}

.blackonwhite ::selection {
	background:#000000;
	color:#ffffff;
}

.whiteonblack ::-moz-selection {
	background:#ffffff;
	color:#000000;
}

.whiteonblack ::selection {
	background:#ffffff;
	color:#000000;
}


