/* Color, borders, fonts, etc */

body
{ 
  color: black;
  background-color: white;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 200;
  line-height: 1.3em;
  font-size: 12pt;
}

#body
{  
  color: black;
  background-color: white;
}

#preamble
{
  background-color: white;
  color: #FF2B06;
}

#header {}

#abstract 
{
  /*color: white;*/
  font-style: italic;
}

/************* begin 1.5.0 - blockquote, code, cite *************/
blockquote 
{
  /*color: white;*/
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid white;
  white-space: normal;
}

blockquote cite 
{
  margin-top: 1em;
  display: block;
}

code 
{
  font: 1em 'Courier New', Courier, Fixed, serif;
  white-space: normal;
  width: 450px;
}
/************* end - blockquote, code, cite *************/

#content {  }

.section {  }

#introduction {  }

#section_id {  } /* This should be changed to suite specific sections */

#footer 
{
  border-top: 1px solid white;
}

.title a:link, .title a:active, .title a:visited, .title a:hover
{
  color: #FF2B06;
  text-decoration: none;
}

a:link 
{
  color: #FF2B06;
  text-decoration: underline;
}

a:visited 
{ 
  color: #FF2B06;
  text-decoration: underline;
}

a:hover 
{ 
  /*color: #FF2B06;*/
  background-color: white;
}

a:active 
{ 
}

.image_link:hover
{
  background-color: transparent;
}

#footer a:link 
{ 
  color:black;
  text-decoration: underline;
  font-variant: small-caps;
}

#footer a:visited 
{ 
  color: black;
  text-decoration: underline;
  font-variant: small-caps;
}

#footer a:hover 
{ 
  color: #FF2B06;
  background-color: white;
  font-variant: small-caps;
}

#footer a:active 
{ 
  font-variant: small-caps;
}

h1, h2, h3 { margin-top: 9pt; }

h1, h1 span
{
  font-size: 32pt;
  font-weight: 100;
  letter-spacing: 2px;
  color: #FF2B06;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
}

h3 { 
  font-size: 9pt;
  font-weight: bold;
}

/* Layout */

*
{
  margin: 0px;
  padding: 0px; 
}

#body, #page
{ 
  text-align: left;
  position: relative;
  width: 100%;
  font-size: 12px;
}

#preamble
{
  position: relative;
  height: 18em; 
}

#header
{
  position: absolute;

  bottom: 0em;
  left: 20em;
}

#introduction
{
  position: relative;
  top: .25em;
}

#abstract
{
  position: relative;
  width: 12em;
  text-align: right;
  top: 24.9em;
  left: 4.7em;  
}

#abstract p
{
  font-size: .9em;  
}

#content
{
  position: relative;
  width: 30em;
  left: 20em;
  padding-top: 2px;
}

.section p
{
  font-size: 9pt;
  margin-left: 1px;
  line-height: 1.3em;
  margin-bottom: 2em;
}

#footer
{
  font-size: .75em;  
  position: relative;
  width: 30em;
  left: 20em;
  text-align: center;
  padding-top: 1em;
  margin: 5em 0em 2em 0em;
  background-image: url(http://lincolnritter.com/common/small-lr-logo-white-on-red.png);

  background-repeat: no-repeat;
  background-position: 0em 1.2em;
  white-space: nowrap;
}

#footer #navigation
{
  font-size: .75em;
  line-height: 2em;
}

#datemodified
{
  line-height: 2em;
  float: right;
  font-size: .7em;
  font-variant: small-caps;
}

.right_margin_item { 
  position: absolute; 
  left: 30em;
  margin-left: 1em;
}

.left_margin_item {  
  position:absolute;
  right: 30em;
  margin-right: 1em;
}

img {  
  border-color: white;
  border-style: solid;
  padding: 1px;
  border-width: 1px;
}

