﻿/* Colors - dark to light
http://slayeroffice.com/tools/color_palette/?hex=336666
#050A0A
#0D1A1A
#1A3333
#264D4D
#2B5757
#336666
#668D8D
#9AB3B3
#CCD9D9
#EBF0F0
*/

/* New basic HTML attributes */
.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%;
}
body {
	min-height: 80%;
}
html {
	min-height: 80%;
}
body { 
  background: #2B5757; 
  font-family: Georgia, Georgia, serif;
  font-size: small;
}
p { 
  margin: 0.5em 0 0 1em; 
  color: #1A3333;
}
a {color: #336666; text-decoration:underline;}
a:active {color: #668D8D; text-decoration:underline;}
a:hover {color: #668D8D; text-decoration:underline;}
a:focus {color: #668D8D; text-decoration:underline;}
h6 { 
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
h5 { 
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
h4 { 
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
h3 { 
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
h2 { 
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
h1 { 
  border-bottom: medium #668D8D groove;
  color: #668D8D; 
 	font-weight: bold; 
 	margin: 0.5em 0em 0 0em;
}
ul {
  list-style-type: square;
  margin: 0 0 0 1em;
}
ul li {
  margin: 0 0 0 1em;
  padding-top: 0.25em;
}
.quotes {
	text-indent: 25px;
	background: url(/images/quote_left.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.quotes p {
	display: inline;
	margin: 0;
	padding-right: 25px;
	background: url(/images/quote_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
