
/* terminal mod by Sid L. */

   *
   {
      margin: 0;
      padding: 0;
   }
   
   body
   {
      font-family: monaco, "courier new", mono;
      /* background: #4E4B45; grau */
	  background: #111;
      color: #FFB941;
      font-size: 10pt;
   }
  
  hr
  {
	background-color:#FF0000;
	border:none;
	height:2px;
	margin:10px 0;
 }
  
  
   p, li
   {
      margin-bottom: 10pt;
   }
   
   h2
   {
      font-size: 100%;
      text-transform: uppercase;
      margin-bottom: 10pt;
      letter-spacing: 5pt;
   }
   
   h3
   {
      font-size: 100%;
      margin-bottom: 10pt;
   }
   
   blockquote, .who
   {
      margin-left: 20pt;
      margin-bottom: 10pt;
   }
   
   a
   {
      color: #FFB941;
   }
   
   a:hover
   {
      background: #916926;
   }
   
   ul, ol
   {
      margin-left: 30pt;
      margin-bottom: 10pt;
   }
   
   ul li
   {
      list-style-type: disc;
   }

   #rss
   {
      text-align: right;
      margin-top: 30px;
   }

   #search
   {
      display: inline;
   }
   
   #stext
   {
      border: 0;
      color: #FFB941;
      background: #916926;
      padding: 2px 5px;
      font-size: 10pt;
   }

   #title
   {
      text-transform: uppercase;
	  font-style:italic;
      text-align: right;
      font-size: 200%;
      margin: 0 20pt 10pt 20pt;
	  
	  /* Sid L */
		-moz-border-radius:10px 10px 10px 10px;
		background-color:#243900;
		margin:10px 0;
		padding:7px;
			
   }
   
   #title a
   {
      text-decoration: none;
   }
   
   #desc, #submit
   {
      margin: 0 20pt 10pt 20pt;

	  /* Sid L */
		-moz-border-radius:10px 10px 10px 10px;
		background-color:#243900;
		margin:10px 0;
		padding:7px;
		
   }
   
   #posts
   {
      width: 640px;
      margin: 0 auto 0 auto;
      text-align: left;
   }

   #paging
   {
      text-align: center;
      font-weight: bold;
   }
   
   #credit {
		font-size: 80%;
		padding-bottom:20px;
	}

	#credit a {
	text-decoration: none;
	}

   .date, .perm, #rss
   {
      text-align: right;
   }

   .perm
   {
      text-align: right;
      /* font-size: 80%; */
	  float: right;
   }
   
   .chat
   {
      margin-bottom: 10pt;
   }
   
   .label
   {
      white-space: no-wrap;
      padding-right: 10pt;
      vertical-align: top;
   }
   
   .line
   {
      padding-bottom: 10pt;
   }
   
   .caption
   {
      margin-bottom: 10pt;
   }
   
   .halo
   {
      padding: 5px;
      border: 1px solid #FFB941;
   }
   .fleft
   {
      float: left; 
      width: 50%; 
      text-align: left;
   }
   
   .fright
   {
      float: right; 
      width: 200px; 
      text-align: right;
   }

   ol.notes li.note img.avatar
   {
      display: none;
   }

   .post img { 
			margin:20px 5px;
			max-width:605px;
			}
   
   .post {
			-moz-border-radius:10px 10px 10px 10px;
			background-color:#301800;
			margin:10px 0;
			padding:7px;
		}
   /* .post p {
			text-align: center; */
		   }
   
   .clear {
		clear: both;
		height: 1px;
	}
