/************************************************************************
 *      integrity.css|Styles for Integrity|kimbelyn@thezengarden.net    *
 ************************************************************************/


body
{ margin:0;
  color:                 black;
  background:            url(/site/images/integbg.jpg) 50% 0 #151921 repeat-x;
  background-attachment: fixed;
  height:                100%;
  font-size:             100%;
}

#header
{
  height:     205px;
  background: url(/site/images/header_bg.png) repeat-x;
}

#header span.left
{
  float: left;
}

#header span.right
{
  position: absolute;
  right:    0;
}

#footer
{
  clear:       both;
  padding-top: 5px;
  color:       #fff;
  font-size:   11px;
  text-align:  center;
  height:      45px;
  background:  url(/site/images/trans_bg.png);
}

#wrapper
{
  clear: both;
}

#navigation
{
  float:        left;
  width:        149px;
  font-family:  Arial, Helvetica, sans-serif;
}

#content
{
  margin-top:   -9px;
  margin-left:  7%;
  margin-right: 7%;
  /*border-left:  1px solid #9f9f9f;*/
}

#navigation h1
{
  /*width:             149px;*/
  margin:            0;
  padding:           0;
  color:             #000;
  text-align:        center;
  font-size:         80%;
  background-color:  #000;
  background:        url(/site/images/nav_top.gif);
  background-repeat: repeat-x;
  width:             148px;
  height:            10px;
  border-right:      1px solid #000;
  font-size:         6px;
}

#navigation h2
{
  border-right:  1px solid #000;
  font-size:     14px;
  font-weight:   bold;
  text-align:    center;
  margin-top:    0;
  margin-bottom: 0;
  color:         #fff;
  background:    url(/site/images/title_bg2.gif);
  border-bottom: 1px solid #000;
  font-family:   Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul
{
  border-right:    1px solid #000;
  list-style-type: none;
  padding-left:    0;
  margin-left:     0;
  margin-top:      0;
  margin-bottom:   0;
  background:      url(/site/images/trans_bg.png);
}

#navigation a
{
  display:         block;
  color:           #fff;
  border-bottom:   1px solid #000;
  font-size:       14px;
  text-decoration: none;
  text-indent:     10px;
}

#navigation a:hover
{
  display:         block;
  color:           #062492;
  background:      #fff;
  border-bottom:   1px solid #000;
  font-size:       14px;
  text-decoration: none;
  text-indent:     10px;
}

/* ie fix */
* html #navigation a
{
  height: 1px;
}

#footer p
{
  margin: 0;
}

#footer a
{
  /*color: #062492;*/
  color: #d12121;
}

h2.date
{
  margin-top:     10px;
  margin-right:   10px;
  padding:        2px 5px 0px 0px;
  font-size:      14px;
  font-weight:    bold;
  letter-spacing: 0.09em;
  text-align:     right;
  background:     transparent;
  color:          #000;
  border-top:     1px solid #000;
  border-right:   5px solid #000;
  font-family:    Georgia, Verdana, Arial, Helvetica, sans-serif;
}

h3.subject
{
  font-size:      16px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background:     transparent;
  color:          #000;
  font-family:    Georgia, Verdana, Arial, Helvetica, sans-serif;
  margin:                                                      0;
}

div.timestamp
{
  font-size:      12px;
  font-family:    Georgia, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.09em;
  margin-top:     10px;
  margin-right:   10px;
  padding:        0px 5px 2px 5px;
  border-bottom:  1px solid #000;
  border-left:    5px solid #000;
}

#content p
{
  font-size: 16px;  
  margin:    10px 0px 5px 10px;
}

/*
#content img
{
  text-align: center;
  border:     1px solid #000;
  padding:    10px;
  background: url(/site/images/trans_bg.png);
}
*/

div.spacer
{
  clear: both;
}

/*

a         { color: #fff;    font-weight: bold; background: transparent; text-decoration: none; } 
a:visited { color: #fff;    font-weight: bold; background: transparent; text-decoration: none; } 
a:link    { color: #fff;    font-weight: bold; background: transparent; text-decoration: none; } 
a:active  { color: #d12121; font-weight: bold; background: transparent; text-decoration: none; } 
a:hover   { color: #d12121; font-weight: bold; background: transparent; text-decoration: underline; }
*/

/*****************************************************************************
 ******************************* END OF FILE *********************************
 *****************************************************************************/
