﻿/* Hierarchy Basics */

@font-face { font-family: Apex New Medium; src: url(fonts/ApexNew-Medium.otf); }
@font-face { font-family: Apex New Book; src: url(fonts/ApexNew-Book.otf); }
@font-face { font-family: Consolas; src: url(fonts/CONSOLA.TTF); }

body { background: #999; font-family: Verdana, sans-serif; font-size: 12px; }

html, body { height: 100%; margin: 0; padding: 0; }

 #wrapper { width: 900px; margin: 0 auto; height: auto !important; height: 100%; min-height: 100%; }
 
 #header { height: 50px; margin: 0 0 5px 0; padding: 20px 0 0 0;border-bottom: 2px #333 solid; }

 #title { font-family: Apex New Book, Verdana, serif; font-size: 3em; color: #000;
          display: inline-block; float: left; padding: 0 0 0 10px; }

  #langselect { font-family: Apex New Book, Georgia, sans-serif; font-size: 1.3em;
                display: inline-block; float: right; margin: 0 10px 0 0; }
	#seleng { }
	#selrus { }
  #pagetitle { font-family: Apex New Book, Georgia, serif; font-size: 3em;
               display: inline-block; float: right; width: 173px; border-left: 2px #333 solid; padding-left: 15px; }

  #menu { font-family: Apex New Book, Georgia, serif; font-size: 3em; color: #fff; background: #333; 
          display: inline-block; float: right; width: 160px; padding: 10px 10px 10px 20px; }
	

  #content { color: #fff; background: #666 url(wootie.png) no-repeat -58px 5px;
             display: inline-block; width: 675px; min-height: 500px; padding: 10px 10px 10px 20px; /* margin-right: 5px; */ }

	#clear { padding: 0 0 45px 0; }

  #footer { text-align: center; margin: -45px 0 0 0px; padding: 5px 0 5px; }
    #footershit { color: #000; background: rgba(102, 102, 102, 0.2) /* url(wootie.png) no-repeat -58px 5px */; 
		  font-family: Apex New Book, Georgia, serif; font-size: 1.5em;
            	  display: inline-block; border: 1px #333 solid; padding: 5px; margin: 0 5px 0; }

/* Random Shit */


#content h1 { margin: 0 0 5px 0px; padding: 0 0 2px 15px; border-bottom: 1px #333 solid; font-family: Consolas, Apex New Medium, Georgia, serif; font-size: 2em; /* line-height: 71%; */ }

.text { text-align: justify; padding: 0 0 0 5px; }

.hb { font-family: Apex New Medium; }

hr.flat { height: 2px; background-color: #333; border-width: 0; margin: 0 0 1px 0; padding: 0; }

a { text-decoration: none; font-weight: ; }
	   a:link { color: #0c0; }
	   a:active { color: #000; }
	   a:visited { color: #0c0; }
	   a:hover { text-decoration: underline; }
 a.flat:link { color: #000; }
 a.flat:active { color: #090; }
 a.flat:visited { color: #000; }

 ul.menu { list-style: none; margin: 0; padding: 0; }
 li.menu { margin: 0; padding: 0; }

 ul.menu li.menu a { text-decoration: none; }	
	ul.menu li.menu a:link { color: #fff; }
	ul.menu li.menu a:active { color: #666; }
	ul.menu li.menu a:visited { color: #fff; }
	ul.menu li.menu a:hover { background: #999; /* text-decoration: underline; */ }

 dl.menu { margin: 0; padding: 0; }
