/*
Theme Name: CollierConsultants
Theme URI: http://www.collierconsultants.net
Author: Henry A. Collier
Author URI: http://www.collierconsultants.net
Description: Customised WordPress Theme based on the BlankSlate (4.0.2) WordPress Theme © 2011-2014 from TidyThemes
Version: 1.0.
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, 
sticky-post, threaded-comments, translation-ready
Text Domain: blankslate
*/

html {
}

body {
	font-size: 62.5%; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #fff;
	text-align: center; 
	margin: 0 0 100px; 
	padding: 0;
	padding-top: 20px;
}

p   { margin-top: 0; margin-bottom: 20px }
pre {  }
blockquote { }
sup { color: #6c8487; font-style: italic; font-weight: bold; padding: 1px 2px 2px }
h1   { color: #6c8487; font-size: 2em; font-weight: normal; margin: 0 0 10px 20px; padding: 0 }
h2   { color: #6c8487; font-size: 1.5em; font-weight: normal; line-height: 1em; margin: 30px 0 5px; padding: 0 }
h3   { color: #373535; font-size: 1em; font-weight: bold; margin-top: 20px; margin-bottom: 0 }
h3.glossary { line-height: 1.6em; margin-top: 7px; background-image: url(pfeil.gif); background-repeat: no-repeat; background-position: 0 6px; padding-left: 15px;}
h4   { color: #6c8487; font-size: 1.3em; font-weight: normal; margin-top: 20px; margin-bottom: 5px }
h5   { color: #6c8487; font-size: 1.2em; font-weight: normal; margin-top: 20px; margin-bottom: 5px }
h6   { color: #cd8e15; font-size: 1.2em; font-weight: bold; background-color: #fff; margin: 0; padding: 3px 3px 3px 10px }
img { border: 0px }
a:link, a:active  { color: #373535; text-decoration: none }
a:hover, a:visited  { color: #cd8e15; text-decoration: underline }
ul {margin: 0; padding: 0}
li {}
table  { font-size: 1em }
td {}
tr {}
fieldset {}
legend {}

ul {margin: 0; padding: 0}

.doc-noarrow {
	background-image: none !important;
	margin: 0 0 10px 0 !important;
	padding: 3px 3px 3px 10px !important;
	font-weight: normal !important;
	text-decoration: underline; 
	cursor: pointer;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
/* img {
	max-width:100%;
	vertical-align:bottom; 
}*/
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* site */
.site {
    font-size: 1.2em; line-height: 1.9em; text-align: left; margin-top: 20px; margin-right: auto; margin-left: auto; width: 900px;
	background: url("img/content_back.gif");
}