/*
  kendrickerickson.com Style Sheet
  (c) 2004-2007 Kendrick Erickson
*/

body {
  margin: 0;
  font-family: Book Antiqua, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt; 
  background: #666;
  text-align: center;
}

#header {
  width: 100%;
  background: #069 url(/images/main_title_background.png) top repeat-x;
  height: 90px;
  /* border-bottom: 1px solid #CCC; */
  text-align: center;
}

#header img {
  display: block;
  width: 800px;
  margin: 0 auto;
}

#navigation { 
  background: #08C; 
  border-top-color: #93CDE9;
  border-bottom-color: #005883;
  border-width: 1px 0px; 
  border-style: solid; 
}

#navigation a { 
  text-decoration: none;
  color: #FFF;
}

#navigation div {
  color: #FFF; 
  width: 800px; 
  margin: 0 auto; 
  text-align: right; 
  font-weight: bold; 
  font-size: 9pt; 
  font-family: Tahoma, sans-serif; 
  padding: 5px;
}

#main_area {
  background: #EEE url(/images/main_content_background.png) top repeat-x;
}

#content_region {
  width: 800px;
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
}

#main_content_region {
  width: 584px;
  float: left;
  padding: 8px;
}

#side_content_region {
  width: 188px;
  margin-left; 650px;
  float: right;
  padding: 5px;
  font-size: 9pt;
  background: #DDD;
  border: 1px solid #CCC;
}

#side_content_region h1,
#side_content_region h2, 
#side_content_region h3, 
#side_content_region h4, 
#side_content_region h5, 
#side_content_region h6 {
  font-size: 10pt;
}

#footer {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #FFF;
  background: #666 url(/images/footer_background.png) top repeat-x;
  font-size: 9pt;
  padding: 1em 0em;
  height: 50px;
}

h1 {
  color: #069;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 18pt;
  margin-top: 0em;
}

h2 {
  color: #036;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14pt;
  margin-top: 0em;
}

h3, h4, h5, h6 {
  color: #666;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12pt;
  margin-top: 0em;
}

a:link {
  color: #069;
}

a:visited {
  color: #036;
}

.content_piece {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1em;
}

#headline_image {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 9px;
  width: 780px;
  margin-bottom: 1em;
}

#headline_image img {
  display: block;
}

blockquote {
  margin-left: 1em;
  border-left: 2px solid #069;
  padding-left: 1em;
}

code {
  font-size: 9pt;
  background: #F9F9F9;
  color: #000;
  font-family: monospace;
}

code a {
  color: #3366BB;
}

strong.callout {
  color: #006699;
}
