/*
 Theme Name:   Absalon
 Theme URI:    http://gruppesite.dk/
 Description:  Absalon themet er bygget som childtheme på Wordpress' Twenty-Eleven theme
 Author:       Anders Baisgaard
 Author URI:      
 Template:     twentyeleven
 Version:      1.0.2
 Tags:         
 Text Domain:  Absalon
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("../twentyeleven/style.css"); 

#page{
  padding:0 15px;
  border-radius: 3px;
}

#branding{
  border-color: transparent;
}

#site-generator{display:none;}

/*div.site-logo img{
  max-height:107px !important;
  max-width:102px !important;    
}*/

#logoImg{
  max-height: 110px !important;
  max-width: 100px !important;
}

div.site-logo{
  display:inline-block;
  padding: 2em 0 0;
  position:relative;
  top: 3px;
  left:-35px;
}

.header-div{
  display:inline-block;  
}
nav a#pull{
  display:none;
}

/*@media only screen and (max-width : 540px) {
	nav {  
        border-bottom: 0;  
    }  
    nav ul {  
        display: none;  
        height: auto;  
    }  
    nav a#pull {  
        display: block;
        position: relative;
    }  
    nav a#pull:after {  
        content:"";          
        width: 30px;  
        height: 30px;  
        display: inline-block;  
        position: absolute;  
        right: 15px;  
        top: 10px;  
    }  
}
*/