/* Default CSS */
/* 
Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


  {
      margin: 0;
	  padding: 0;
  }
  
body {  
    
	margin: 0 auto;  
    
	width: 940px;  
    
	font: 13px/22px Helvetica, Arial, sans-serif;  
    
	background: #222222;  
    
	background-image:url('http://teknoaxe.com/Image/Teknoaxe-background.jpg');
 
	background-attachment:fixed; 
	background-position:center; background-repeat:no-repeat; 
}  
  
  

header, footer, aside, nav, article
  {
   	 
	display: 
	block;
  
}
  
  

header{
    
	background: transparent;
 
}
 
nav {  
    
	position: absolute; 
   
	width: 980px;  
    
	background: #111111;  

  
}  
  
 

nav ul {  
  
	float: left;  
	margin: 0 auto;  
    
	width: 800px;
	list-style: none;  
  
}  
  
  
nav ul li {  
   
	float: left;  
  
}  
  
  
nav ul li a {  
        
	display: block;  
        
	margin-right: 20px;  
        
	width: 140px;  
        
	font-size: 16px;  
        
	line-height: 30px;  
        
	text-align: center;  
        
	text-decoration: none;  
        
	color: #eee;  

	background: #111111;
	border-style:solid;
	border-width:2px;
	
}  
  
  
nav ul li a:hover {  
            
	color: #fff;  
	background: #BBB  
  
}  
  
  
nav ul li.selected a {  
            
	color: #fff;  
  
}  
  
  
nav ul li.subscribe a {  
            
	margin-left: 22px;  
            
	padding-left: 33px;  
            
	text-align: left;  
            
	background: url("rss.png") 
	left center no-repeat;  
  
}  
  
  
#intro {  
   
	margin-top: 66px;  
    
	padding: 25px;  
    
	background: #467612 url("http://teknoaxe.com/Main/img/content/introbar.png") repeat-x;  
    
	background-size: 100%;  
    
	border-radius: 22px; 
	
	height: 75px;

}  



#content {  
    
display: table;  

width: 620px; 	
background: transparent;

}  
  
    
#mainContent {  
        
	display: table-cell;  
        
	width: 620px;  
		
	padding-top: 22px;
        
	padding-right: 22px; 
		
	padding-left:  22px; 
    
	padding-bottom: 10px;
}  
  
    
aside {  
        
	display: table-cell;  
        
	width: 300px; 
		
	padding-right: 20px;
 background: transparent;   
}  
  
  
.c1{
  	 
	font-size: 2.5em;
     
	font-family: consolas;
     
	text-align: left;
	 
	color: #111111;
	 
	padding: 20px 0;
	 
  }
 
.c2{
  	 
	font-size: 2.0em;
  	 
	font-family: consolas;
  	 
	text-align: left;
	 
	color: #fefefe;
  
}
  
.c3{
  	 
	font-size: 1.5em;
	 
	font-family: consolas;
  
	text-align: left;
	 
	padding: 20px 0;
  
}
 
.c4{
  	 
	font-size: 1.0em;
	 
	font: 13px/22px helvetica,Arial,San-seriff;
	 
	text-align: left;
	 
	padding: 20px 0;
	 
	color: #000000;
  
	}
  
.c5{
  	 
	font-size: 2.0em;
  	 
	font-family: consolas;
  	 
	text-align: left;
	 
	color: #000000;
 
	padding-top: 15px;
 
 	padding-right: 10px;
 
 	padding-left: 10px;
 
 	padding-bottomp: 5px;
 
 	
}
 
 

.c6{
  	 
	font-size: 0.1em;
  	 
	font-family: consolas;
  	 
	text-align: left;
	 
	color: #000000;
 padding: 20px 0;
  
}
 
.c7{
  	 
	padding-top: 2px;
 
 	padding-right: 1px;
 
 	padding-left: 2px;
 
 	padding-bottomp: 8px;
 
}
 

.c8{
  	 
	font-size: 1.0em;
  	 
	font-family: consolas;
  	 
	text-align: left;
	 
	color: #000000;
 
	padding-top: 1px;
 
 	padding-right: 1px;
 
 	padding-left: 1px;
 
 	padding-bottomp: 1px;
 
 	
}
 
 
.c9{
  	 
	font-size: 0.8em;
  	 
	font-family: consolas;
  	 
	text-align: left;
	 
	color: #000000;
 
	padding-top: 1px;
 
 	padding-right: 1px;
 
 	padding-left: 1px;
 
 	padding-bottomp: 1px;
 
 	
}
 
 

img{
	padding-top: 2px;
 
 	padding-right:2px;
 
 	padding-left: 2px;
 
 	padding-bottomp: 2px;
 
}

.bgprop
  {
     
	background-color: #000000;
     
	background-image:url('http://teknoaxe.com/Image/Teknoaxe-background.jpg');

  
}
  
  
.sidebarbuf
  {
     
	padding-top: 40px; 
  
}
tr {
    background-color: #BBB;
}

table {
	-moz-border-radius: 5px !important;
	border-collapse: collabse !important;
	border:	none !important;
}

table th, table td {
    background-color: #BBB !important;
}
table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}
table tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}
table tr:hover td { background-color: #ddd !important }