/* 
  linear.css
  11/6/2003 
*/

BODY {
  color 		    : #001;
  background 	    : #ccc;
  margin-left	    : 0px;
  margin-right  	: 0px;
  margin-top	    : 0px;
  font-size         : 11px;
  font-family 	    : verdana, sans-serif;
}

TD {
  font-size : 11px;
  font-family 	    : verdana, sans-serif;
}

A {
  font-weight	    : bold;
  text-decoration	: none;
}

A:link {
  color		        : #00a;
}

A:visited {
  color		        : #006;
}

A:hover {
  color		        : #00d;
}

H1, H2, H3, H4, H5, H6 {
  font-family 	    : verdana, sans-serif;
}
H1 {
  font-size         : 18px;
}
H2 {
  font-size         : 14px;
}
H3 {
  font-size         : 12px;
}

P {
  text-indent	    : 20px;
  text-align        : justify;
  line-height	    : 16px;
  margin-top	    : 10px;
}

P.noindent {
  text-indent	    : 0px;
  text-align        : left;
}
P.center {
  text-align        : center;
  line-height	    : 16px;
  margin-top	    : 10px;
}
UL {
  margin-top	    : 20px;
}
ul.links li {
  margin-top	    : 8px;
}

INPUT, OPTION, SELECT, TEXTAREA {
  font-family       : monospace;
  font-size         : 11px;
  background-color  : #eee;
  border            : 2px groove;
}


#navBar {
  position: absolute;
  top:          110px; 
  left:         015px; 
  width:        130px;  
  border:       2px groove;
  padding:      15px;
  background:   #ccc;
}
#links {
  position: absolute;
  top:          360px; 
  left:         015px; 
  width:        130px;  
  border:       2px groove;
  padding:      15px;
}
div#y {
  width:        320px;
  float:        left;
}
div#g {
  width:        320px;
  float:        left;
}
div.cat {
  width:        160px;  
  border:       2px groove;
  padding:      15px;
  background:   #ccc;
}

div.entry,div.comments,div.karma {
  border:     2px groove;
  padding:    15px;
  background:   #ccc;
}
div.lb {
  border:     2px groove;
  padding:    0px;
  width:      730px;
  background:   #ccc;
  margin-bottom	: 20px;
}
div.rect {
  padding:      8px;
  float:        right;
}
div.separator {
  font-weight: bold;
  padding:     15px;
}

div.content {
  position:  absolute;
  top:       000px; 
  left:      175px; 
  width:     734px;
  padding:   015px; 
}
div.thumb {
  float: left;
  width: 130px;
  padding-right: 15px;
}
div.row {
  padding: 15px;
  height: 100%;
}
span.help{
  border-bottom     : 3px double;
  cursor            : help;
}
blockquote.code{
  font-family       : monospace;
  white-space       : pre;
  font-size         : 11px;
  border            : 1px inset;
  background        : #ddd;
  padding           : 15px;
}
@media print {
  #navBar {
  display: none;
  }
  #links {
  display: none;
  }
  div.content {
  position:  absolute;
  top:       000px; 
  left:      000px; 
  width:     650px; 
  padding:   015px; 
  }
  div.lb, div.comments {
    display: none;    
  }
  div.entry {
    border:   none;
}
}

