/*---------------------------------------------
| Exxeh.net
| Last Updated: ----
---------------------------------------------*/



/* Reset Defaults
---------------------------------------------------------------------------------------------------------------------------------------------*/
body, html {
       background-color:#e86800;
	   background-image: url(img/background.jpg); background-repeat: no-repeat;
	   height: 100%; margin: 0px;  
       font-family: Verdana; font-size: 12px; color: #ffffff;
    } 

a { color: #333333; text-decoration: none; }
a:hover { color: #ff6700; text-decoration: underline; }
img { border: 0px; }	

/* Layout
---------------------------------------------------------------------------------------------------------------------------------------------*/		

#block            { 
      color: #000000;
      width:650px; min-height:400px; padding:15px;
      position:absolute; top:230px; left:25px; 
    }
#block a { color: #ffffff; text-decoration: none; }	
#menu             { 
      color: #000000;
      width:250px; height:100%; padding-left:15px; padding-bottom:50px;
	  border-left: 3px solid #cc5b00;
      position:absolute; top:75px; left:725px; 
    }	

#footer  	{ background-image: url(img/footer_bg.gif); background-repeat: repeat-x; max-height: 50px; height:50px; }


/* Post Elements
---------------------------------------------------------------------------------------------------------------------------------------------*/

	div.entry1{
       background-color: #000000;
	   padding: 5px; padding-bottom:10px; margin-bottom: 25px;
             }
	div.entry2{
       background-color: #202020;
	   padding: 5px; padding-bottom:10px; margin-bottom: 25px;
             }			 
	div.comment{
       background-color: #202020;
	   padding: 5px; padding-bottom:10px; margin-left:15px; margin-bottom:25px;
             }
	div.form{
       background-color: #000000;
	   padding: 5px; padding-bottom:10px; margin-left:15px;
             }			 
	.text{
       padding: 10px; padding-bottom: 40px;
       background-color: #ffffff;
	   margin-bottom:15px;
             }
	.info{
	   padding: 5px;
	   background-color: #c00000;
            }			

/* Headers
---------------------------------------------------------------------------------------------------------------------------------------------*/			

    h1 {
       font-weight: normal; color: #ffffff;
	   padding-left: 10px; padding-bottom: 4px;
	   border-bottom: 1px solid #7d0000;
    }		
    h3 {
       font-weight: normal; color: #ffffff;
	   padding-left: 5px; padding-bottom: 2px;
	   border-bottom: 1px solid #7d0000;
    }	
    h4 {
       font-weight: normal; color: #000000;
	   padding-left: 5px; padding-bottom: 0px;
	   border-bottom: 1px solid #7d0000;
    }		
			 
/* Menu Elements
---------------------------------------------------------------------------------------------------------------------------------------------*/

	.mitem1{ padding: 2px; padding-left: 10px; background-color: #ea771a; }	
	.mitem2{ padding: 2px; padding-left: 10px; background-color: #e9700d; }	

/* Images
---------------------------------------------------------------------------------------------------------------------------------------------*/

img.mtitle                   { margin: 0px; margin-top: 25px; margin-bottom: 10px; margin-left:-10px;}

/* Forms
---------------------------------------------------------------------------------------------------------------------------------------------*/
	
input	{ background-image: url(img/form_input.png); background-repeat: repeat-x; border: 1px solid #000000; }
button{
border:outset 1px #ccc;
background:#111111;
color:#FFFFFF;
font-weight:bold;
font-size: 10px;
padding: 3px 7px;
background:url(img/button.png) repeat-x left top;
}