/*  
Theme Name:Litle Minna
Theme URI: 
Description: Just a new wp theme
Version: 1.0
Author: Arsulescu Catalin
Author URI: http://www.java-academy.com
*/
body{	
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
	background: #d9d9d9;
	color: #000000;
}

a:link, a:visited{
	text-decoration: none; 
	color: #000000;
}

a:hover{
	color: #5f5f5f;
}

h1 {
	font-size: 54px;
}

h3 {
	font-size: 24px;
}

#wrapper{
	margin: auto;
	width:950px;
	text-align:left;
	background:#fff;
	
       }

#header{
        margin-top: 0px;
	width: 950px;
	height: 100px;
        background-color:#a9080e;
   }

#blog{
	float: left;
	width: 720px;
	padding: 0 10px 10px 10px;
}

.sidebar{
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	font-size: 14px;
	list-style: none;
}

#footer{
	clear: both;
	text-align: center;
	height: 50px;
	background: #ccc;
	padding: 10px;
}
.nav{    
         width:950px;  
         background: #000; 
         display:block; 
         float:left; 
         position:relative;
}  
.nav ul{  
    list-style:none;
}  
.nav li{ 
    float:left; 
    position:relative;
}

.nav a{   
    display:block;  
    text-decoration:none; 
    color:#fff;   
    padding:0 15px 10px 0; 
    font-size:13px;   
    font-weight:bold;
} 
.nav ul ul{  
    display:none;  
    position:absolute; 
    top:100%;  
    left:0;  
    float:left;  
    z-index:99999;  
    background: #212121;
}  
.nav ul ul ul{  
    top: 30%;  
    left:100%;  
    background: #343434;
} 
.nav ul ul a{
    height:auto; 
    line-height:1em; 
    padding:10px;  
    width:130px;
}  
.nav li:hover > a,
.nav ul ul:hover > a{     color:#ccc; } 
.nav ul li:hover > ul{     display:block; } 

