/*
Theme Name:     Twenty Eleven Snoo
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Your name here
Author URI:     http: //example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

.available_spaces {
  display: none;
}

#access {
        background: #81972a; /* Show a solid color for older browsers */
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        clear: both;
        display: block;
        float: left;
        margin: 0 auto 6px;
        width: 100%;
}

#branding .only-search #s {
        background-color: #fff;
        border-color: #000;
        color: #222;
}
#branding .only-search #s:focus {
        background-color: #fff;
}

