﻿/* Hierarchy Basics */


body { background: #999 url(slonyarrz.png) no-repeat 100px 200px; font-family: Verdana, sans-serif; font-size: 12px; }

html, body { height: 100%; margin: 0; padding: 0; }
 
 #wrapper { width: 820px; /* width: 65%; */ margin: 0 auto; 
            height: auto !important; height: 100%; min-height: 100%; }
 
 #clear { padding: 0 0 55px 0; }

 #header { height: 100px; margin: 0 0 5px; padding: 5px; }

 #header h1 { display: inline-block; margin: 0; padding-top: 35px; }

 #menu { font-family: Georgia, serif; font-size: 1.5em; color: #fff; background: #999; 
          border: 5px #666 solid; border-radius: 20px 0 0 20px; border-right: 0px #999 solid; 
          float: left; width: 120px; padding: 10px 5px 10px 10px; }
	
 #content { color: #fff; background: #999; border: 5px #666 solid; text-align: justify; border-radius: 0 20px 20px 20px; box-shadow: 4px 4px 0px 3px #333;
             /* min-height: 1500px; */ padding: 10px 15px 10px 15px; margin-left: 135px; }


 #footer { text-align: center; margin: -45px 0 0 0px; padding: 5px 0 5px; }
 
#footershit { color: #fff; background: #666 /* rgba(204, 204, 204, 0.2) */;
		  font-family: Georgia, serif; font-size: 1.4em;
            	  display: inline-block; border: 1px #999 solid; padding: 5px; margin-left: 130px; }

#header .quote { font-family: Times New Roman, serif; font-size: 10.5pt; text-align: right;
	width: 330px; display: inline-block; float: right;
	margin: 20px 15px 5px 15px; }

#header .quotetxt { /* font-style: italic; */ }
#header .quotetxt:before { content: "«"; }
#header .quotetxt:after { content: "»"; }








/* Random Shit */

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

blockquote { border-left: 3px solid #333; margin: 7px 0 7px 0; padding: 5px 0 5px 10px; }

a { text-decoration: none; font-weight: ; }
	   a:link { color: #0f0; }
	   /* a:active { color: #000; } */
	   a:visited { color: #0f0; } 
	   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; */ }

ul.menu li.menu ul { display:none; list-style: none; margin-left: 15px; padding: 0; }

ul.menu li.menu:hover ul { display: block;}


 dl.menu { margin: 0; padding: 0; }
	dl.menu dd { margin-left: 20px; margin-bottom: 5px; }
  dl.menu dt:before { content: "» "; }
  dl.menu dd:before { content: "– "; }

