html {
  font-size: 81.3%;
}
body {
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  line-height: 1.5; /* Unit-less line-height means line height can scale. */
}
/* Sizes match proper font scaling. */

@font-face {
	font-family: GraublauWeb;
	src: url('../fonts/GraublauWeb.otf');
}

@font-face {
	font-family: Optima;
	src: url('../fonts/Optima.ttc');
}

@font-face {
	font-family: Candara;
	src: url('../fonts/Candara.ttc');
}

h1, h1#page-title {
  display: block;
  clear: both;
  font-family: Candara, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  line-height: 26pt;
  color: #333;
  margin: 0 15px 15px 15px;
}

.sidebar h1, .content_sidebar h1 {
  font-size: 14pt;
}

#page section#main-content h1 a {
  display: block;
  clear: both;
  font-family: GraublauWeb, Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 20pt;
  color: #333;
  text-decoration: none;
}

#page h2 {
  display: block;
  clear: both;
  font-family: Candara, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  line-height: 18pt;
  color: #333;
  text-decoration: none;
  margin: 8px 0 0;
}

#page h2.block-title {
  display: block;
  clear: both;
  margin-bottom: 12px;
}

#page .sidebar h2, #page .content_sidebar h2 {
  display: block;
  clear: both;
  margin: 10px 0 4px 0;
  padding: 3px;
  font-size: 1.05em;
  background: #666;
  color: #fff;
  -moz-border-radiust: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}

#subfooter h2, 
#subfooter .region h2.block-title, 
footer h2, 
footer h2.block-title {
  color: #eee;
}

h3 {
  display: block;
  clear: both;
  font-size: 16pt;
  font-family: Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  color: #1E64AF;
  margin: 10px 0 4px 0;
  padding: 25px 0 8px 0;
  overflow: hidden;
}

.sidebar h3, .content_sidebar h3 {
  color: #666;
  margin: 10px 0 4px 0;
  padding: 3px;
  font-size: 1.05em;
  border: none;
}

h4 {
  font-size: 12pt;
  color: #333;
  margin: 15px 0 10px 0;
  text-align: center;
}
h5 {
  font-size: 11pt;
  display: inline;
  clear: none;
}
h6 {
  display: block;
  clear: both;
  font-size: 10pt;
  display: inline;
  clear: none;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
  color: #404040;
}

a, #content table a {
  color: #448BCA;
  text-decoration: none;
}

/*

#content a {
  text-decoration: underline;
}

*/
a img {
  border:none;
}
em,
dfn {
  font-style: italic;
}
ins {
  border-bottom: none;
  text-decoration: none;
}
pre,
code,
tt,
samp,
kbd,
var {
  font-size: 1em;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif; /* Safari hack */
}
blockquote,
q {
  font-style:italic;
  quotes:"" "";
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:"";
}
blockquote p {
  margin: 0;
}
strong,
dfn,
caption,
th {
  font-weight: 700;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5em 0;
  padding:0 0 0 10px;
  color: #404040;
}
.item-list ul,
.item-list ol {
  margin: 0 0 0 1em;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ul ul,
ul ul ul ul {
  list-style-type: circle;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.5em 1.538em;
}

