/*
  * Default Stylesheet for Kneibconsulting.com
  * Version: CSS v2.0
  * Revised Date: Dec 2018
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000;
	background-color: #fff;
	padding: 0;
        font: 12pt georgia, sans-serif;
}
i {
  font-family: georgia, helvetica, arial, sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.pageborder {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
/* ------------------ Links --------------------- */

:visited {
  color: #DCC6A8; 
}
:visited:hover {
  color: #ccc;
}
:visited:active {
  color: #fff;
}
:link, .linkcolor {
  color: #fff;
}
:link:hover {
  color: #ccc;
}
:link:active {
  color: #fff;
}

/* ------------------ Links --------------------- */

ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: square;
  list-style-position: inside;
}
ol {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "georgia";
  font-size: "-1";  
}
hr {
    height: 1px;
    color: #000;
    background: #000;
    font-size: 0;
    border: 0;
}
h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
    color: #333;
}
h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
    color: #936633;
}
.footer {
  background-color: #000;
  color: #fff;
  padding:20px 0;
  margin: 0;
}
.center_wrapper {
 width: 800px;
 margin-right: auto;
 margin-left: auto;
}
a[href$=".pdf"]:after 
{
  color: #000;
  content: url(http://www.kneibconsulting.com/images/pdficon.png);
  padding-left:2px;
}