/* The Official CSS for version 6.x of ef280z.com               */
/* Authored by me, Eric Farman (web@ef280z.com)                 */
/* Created December 20, 2008                                    */
/* Updated January 3, 2009                                      */
/*                                                              */
/* Column layout courtesy of http://matthewjamestaylor.com/     */
/*   (The 'Right Menu' 2 column Liquid Layout (Pixel-widths))   */
/*--------------------------------------------------------------*/

#quote {       border: #0000FF 0px solid;
        border-bottom: #976B52 1px solid;
                color: #976B52;
            font-size: 8pt;
         padding-left: 5px;
        padding-right: 5px;
          padding-top: 200px;
           text-align: right;}

/*-------------------------------------------------------*/
/* Changeable content                                    */
/*-------------------------------------------------------*/
#container {
  clear:both;
  float:left;
  overflow: hidden;
  padding-top: 5px;
  position:relative;
  width:100%;
}
#subcontainer {
  width:200%;
  margin-left:-205px;
  position:relative;
  right:100%;
}

#contentwrapper {
  float:left;
  width:50%;
  position:relative;
  left:50%;
}
#content {
  margin: 0 5px 0 210px;
}

#CommentForm {display: none;}

#CurrentComments {display: none;}

/*-------------------------------------------------------*/
/* Gallery-related content                               */
/*-------------------------------------------------------*/
#gallery {
  /*zoom:1;
  width:auto;*/
}
#gallery a {
  display:block;
  float:left;
  margin:5px;
  opacity:0.87;
  text-align:center;
}
#gallery a:hover {
  opacity:1;
}
#gallery a img {
  border:none;
  display:block;
}
#gallery a#vlightbox{display:none}

/*-------------------------------------------------------*/
/* Right-side content (fixed)                            */
/*-------------------------------------------------------*/
#tools {
  float:right;
  width:200px;
  position:relative;
  left:200px;
}

#footer {
  border-top: #976B52 1px solid;
  clear: both;
  width: 100%;
}

#subfooter {
  padding: 5px;
  text-align: center;
}

DIV.titlebar {background-color: #D5DF99;
                font-weight: bold;
                 text-align: center;
                 }
DIV.titlebar A:link     {color: #969F63;
            font-weight: bold;
            text-decoration: none;}
DIV.titlebar A:visited  {color: #969F63;
            font-weight: bold;
            text-decoration: none;}
DIV.titlebar A:active   {color: #FFFFFF;
            font-weight: bold;
            text-decoration: none;}
DIV.titlebar A:hover    {text-decoration: underline;}

DIV.status {width: 100%;
            border-top: #D5DF99 1px solid;}
DIV.status-left {text-align: right;
                  font-weight: bold;
                  float: left;
                  margin-right: 5px;
                  width: 100px;}
DIV.status-right {text-align: left;}

/*-------------------------------------------------------*/
/* And now, the general ones for the rest of the site.   */
/*-------------------------------------------------------*/

BODY {
  background-color: #F6FFC8;
  color: #000000;
  font-size: 10pt;
  margin: 0px 0px;
  max-width: 1200px;
}
A:link {
  color: #969F63;
  font-weight: bold;
  text-decoration: none;
}
A:visited {
  color: #969F63;
  font-weight: bold;
  text-decoration: none;
}
A:active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
A:hover    {text-decoration: underline;}
IMG        {border: none;}
IMG.pic    {border: solid 25px black;}
BLOCKQUOTE {
  background: #E6EFB3;
  font-style: italic;
  padding: 2px;
}
