* { padding: 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
html, body { height: 100%; width: 100%; }
body { font-family: Tahoma Arial sans-serif; background: url(/images/main-bg.jpg) #000000 center 25px no-repeat fixed; font-size: 13pt; }

img { border: 0; }

h1,h2,h3,h4,h5,p { margin: .5em 0; }

h1 { background: url(/images/gunshots.png) no-repeat 0 0; font-size: 18pt; padding: 8px 0 0 15px; margin-left: -15px; min-height: 45px; }

h2 { font-size: 15pt; }

a { text-decoration: none; }
label { display: block; font-weight: bold; font-size: 90%;}
textarea { height: 20em; }
ul, ol { margin-left: 3em; }

#left_pane { padding-left: 15px; }
#right_pane { width: 200px; text-align: center; }
#header { left: 0; background: url(/images/header-bg.png) repeat-x; height: 43px; line-height: 43px; position: fixed; width: 100%; z-index: 10; }
#header-holder { min-width: 780px; max-width: 1100px; padding: 0 10px; margin: 0 auto; position: relative;  }
#header img { vertical-align: middle; }

#header a { display: inline; display: inline-table; display: inline-block; color: #fff; text-decoration: none; padding: 0 10px; }
#logo-container { float: right; height: 43px; line-height: 43px; }

#content { width: 800px; margin: 0 auto; overflow: hidden; position: relative; min-height: 100%;  }
#content-bg { filter: alpha(opacity = 90); position: fixed; margin: 0 auto; background: #fff; width: 100%; height: 3000px; opacity: .90; width: 800px; }

#classified-document {
  font-size: 10pt; font-family: monospace; float: right;
  width: 270px; padding: 10px; background: #fcfcfc url(/images/paper.jpg);
  margin: -3px -10px 5px 5px; -webkit-transform: rotate(1deg); -moz-transform: rotate(1deg);
  transform: rotate(1deg);
  border: solid #e6e6e6;
  border-width: 0 1px 1px 0;
  /*filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand')" onfilterchange="fnSpin(this, 3)";*/
}

#classified-document .header { font-weight: bold;}
#classified-header { text-align: center; }


#content-container { position: relative; z-index: 5; padding: 50px 15px 0 15px; }

#header #glower { position: absolute; left: 0; bottom: -5px; padding: 0;}

.text_field {
  background:#ffffff url(/images/text-bg.png) no-repeat right top;
  border:1px solid #CCCCCC;
  padding:3px;
  vertical-align:middle;
  width:425px;
}

blockquote { padding-left: 64px; background: url(/images/quote.png) top left no-repeat; min-height: 39px; }

#post_description { height: 4em; }
#post_content { height: 20em; width: 100%; }

.movie-player { width: 560px; margin: 1em auto; }
.post_info { margin: .5em 0 -1em 0; font-size: 75%; color: #333;}
.external_link { display: inline; display: inline-block; min-height: 16px; padding-right: 16px; background: url(/images/external-link.png) top right no-repeat; }
#earlier-posts { float: left; }
#older-posts { float: right; }

#sharer a { padding: 0 4px; background: none; white-space: nowrap}


