
@font-face {
  font-family: BodyFont;
  src: url(/fonts/Greyscale_Basic_Regular.eot);
  src: url(/fonts/Greyscale_Basic_Regular.ttf) format("truetype"); 
}

@font-face {
  font-family: BodyFont;
  src: url(/fonts/Greyscale_Basic_Bold.eot);
  src: url(/fonts/Greyscale_Basic_Bold.ttf) format("truetype"); 
  font-weight: bold;
}

@font-face {
  font-family: BodyFont;
  src: url(/fonts/Greyscale_Basic_Regular_Italic.eot);
  src: url(/fonts/Greyscale_Basic_Regular_Italic.ttf) format("truetype"); 
  font-style:italic;
}

@font-face {
  font-family: BodyFont;
  src: url(/fonts/Greyscale_Basic_Bold_Italic.eot);
  src: url(/fonts/Greyscale_Basic_Bold_Italic.ttf) format("truetype"); 
  font-style:italic;
  font-weight: bold;
}

body
{
    font-family: BodyFont;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    color: #333333;
    line-height: 26px;
    letter-spacing: 1px;
}

#MainContainer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
}

#MinorContent {
    float: right;
    width: 200px;
}

#MajorContent {
    float: right;
    width: 700px;
}

A:hover {
    text-decoration: underline;
    color: #850808;
}

A {
    text-decoration: none;
    color: #80080a;
}

.header
{
    line-height: 95px;
    width: 100%;
    background-color: #80080a;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    align: center;
    text-align: center;
    margin: 0;
    padding-top: 15px;
}

.header A {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 95px;
    text-decoration: none;
    color: white;
    font-family: 'Aldrich', sans-serif;
    letter-spacing: 32px;
}

.header A:hover {
    color: white;
    text-decoration: none;    
}

.header_sub {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 111px;
    height:3px;
    background-color:#000000;
    margin-top:0px;
}

.search
{
    width: 160px;
    text-align:center;
}

.header_logo 
{
}

.footer 
{
    font-size: 8pt;
}

.menu
{
    width: 160px;
    padding-right: 40px;
}

.menuheader 
{
    padding-bottom: 10px;
    padding-top: 20px;
}

.menu A {
    font-size: 22px;
    line-height: 30px;
}

.menu_lines
{
    width: 160px;
    height: 12px;
    padding-bottom: 15px;
}

.title_text
{
    font-weight: bold;	
}

H1
{
    font-weight: bold;
    font-size: 26px;
}

STRONG
{
    font-weight: bold;
    font-size: 22px;    
}

em
{
    font-style: italic;
}

.codeview_blog 
{
    width:690px;
    background: #CCCCCC;	
}

.output_blog 
{
    width:690px;
    background: #000000;
    color:Lime;
}

.content
{
    width: 690px;
}

.content_piece
{
    width: 690px;
}

.content_lines
{
    width:690px;
    height:12px;
}

.label
{
    display:inline-block;
    width:140px;	
    font-weight:bold;
    vertical-align:top;
}

.comment_meta_field {
    width: 260px;
}

#data_entry label
{
    display:inline-block;
    width:140px;	
    font-weight:bold;
    vertical-align:top;
}

.textbox_title
{
    width:400px;	
}

.textbox_body
{
    width:400px;
    height:400px;
}

.pagearrow_left
{
    display:inline-block;	
    text-align:left;
}

.pagearrow_right
{
    display:inline-block;	
    text-align:right;	
}

.pagenumbers
{
    width:100px;	
    display:inline-block;	
    height:60px;
    text-align:center;
    vertical-align:middle;	
}

.spacer
{
    height:20px;	
}

.spacer_small
{
    height:10px;	
}

.paging
{
    text-align: center;
    width: 585px;	
}

.tag {
    line-height: 32px;
    padding-right: 20px;
    white-space: nowrap;
}

.tagSelected {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.tag0 {
    font-size: 16px;
}

.tag1 {
    font-size: 20px;
}

.tag2 {
    font-size: 26px;
}

#SearchStringTextBox
{
    width: 160px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.spaced {
    padding-top:10px;
    padding-bottom:5px;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.validation_error 
{
    color:red;
}
