* {
  margin: 0;
  padding: 0;
/*  border: 0; */
}

body {
  text-align: center; 
  background: #fff;
  color: #000;
  min-width: 700px;
  font-family: verdana, tahoma, arial, sans-serif;
}


h1, h2, h3, h4, p {margin: 1em 0;}
ul, ol {margin: 1em 2em;}

img { border-style: none }

#page { /* also holds the left "sliding" tab */
text-align: left;
width: 96%; /* this can fixed or fluid  - Increased from 90% 4-15-07 Jon B. */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
}

#header, #subheader {
clear: both; 
width: 100%;
}

#header {
padding: 1em 0;
}

#subtext {
  margin-left: 180px;
  margin-top: 1em;
  padding-top: 1em;
  clear:none;
}


#footer {
  clear: both; 
  text-align: center;
  border-top: 1px solid gray;
  font-size: 90%;
	margin-top: 1em;
	padding-top: 1em;
}
#footer div {
	padding: 1px 0;
}

#main {/* also makes the right "sliding" tab */
  margin-top: 2em;
  float: left;
  width: 100%;
  position: relative;
}


#main:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#threadlist {
  font-size: 80%;
  margin: 0 185px;
}

#postlist {
  margin-left: 185px;
	border-top: 1px gray solid;
}

#widemain {
  margin-left: 185px;
}
#narrowmain {
  margin: 0 185px;
}

#center {
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}
#map {
  margin-left: 0;
  }

#linkpanel {
  float:left;
  width: 170px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
  font-size: 80%;
}

#rightcolumn, #adminthreads {
  float:right;
  width: 170px;
  font-size: 80%;
}

#quotation {
  color: #990000;
  font-size: 70%;
  width: 300px;
  float: right;
  line-height: 1;
  text-align: left;
}
.calloutbox {
	float: left;
  width: 140px;
  border:2px solid #ffcc00;
  margin: 3px;
  padding: 5px;
}
#subheader .calloutbox {
  font-size: 80%;
}

#idbox {
  float:left;
  width: 150px;
  font-size: 90%;
}
.linkcluster {
  margin-bottom: 1em;
  text-align: left;
  padding-bottom: 1em;
}
#folderlist {
}
.folder-title {
  background: url("http://buffistas.org/images/ico_triangle.gif") no-repeat left;
  margin-top: 5px;
  padding-left: 1em;
}
.thread-title {
  padding-top: 1em;
  line-height: normal;
}
.thread-desc {
  font-size: 90%;
  line-height: 1;
}

.section-header {
  color: #FFFFFF;
  background-color: #990000;
  padding: 2px;
}
#rightcolumn .threads, #adminthreads .threads {
  background-color: #FFFFCC;
  padding: 0 5px 5px 5px;
}
.emphasis {
  color: #990000;
}
.spoiler {
  color: #FFFFFF;
}
/*---post formatting-----*/
.edited-by, .deletedpostcontent {
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  padding-top: 1em;
}
cite, dfn, blockquote, .indent {
  margin: 2px 4em 2px 4em;
  font-style: normal;
  display: block;
}
cite, blockquote {
  font-family: monospace;
}
.formpost, .editpost {
  width: 505px; 
  height: 175px;
}
#postmessage {
	margin: 1em auto; 
	width: 505px; 
	text-align: left;
}

#postmessage .threadtitle {
  font-weight: bold;
}
.post {
  padding-bottom: .5em;
  padding-top: 1em;
  border-bottom: solid 1px;
}
.nametext {
  font-weight: bold
}
.smallerbold {
  font-size: 80%;
  font-weight: bold;
}

.tagtext {
  font-size: 60%; /* changed from 80% which looks way too big. */
  font-weight: bold;
}

.smallertext {
  font-size: 90%;
}
.postcontent {
  padding-top: 0;
  line-height: normal;
}

.titletext {
  font-size: 150%;
  font-style: normal;
}

.navbar {
  text-align: right;
  font-size: 80%;
	margin-top: 1em;
	padding: 1em 0;
	border-bottom: 1px solid black;
  position: relative;
}

#breadcrumbs { 
  font-size:75%;
  font-weight: bold;
  padding: 0 0 .5em 0;
  text-align: right;
}

.post + .navbar {
 padding-top: 0;
 padding-bottom: 2.5em;
}

.breadcrumbs {
 float: right;
 padding: 4px;
 background-color: #FFFAB9;
 right: 0px;
 position: absolute;
 top: -10px;
 min-width:100px;
 font-size:75%;
 font-weight: bold;
 padding: 0 0 .5em 0;
 text-align: right;
}

.post + .navbar > .breadcrumbs {
 top: 2em;
}

#footersearch, #jump {
	margin: 1em 0;
}
.faq-toc, .quickedit {
	font-size:75%;
}
.faq-header {
	font-size:120%;
	margin:0.5em 0;
}
.faq-QandA {
	margin:0 0 0.5em 5%;
}