/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //desertsagesolutions.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Don Mankin (foose)
Author URI:     http: //desertsagesolutions.com/
Template:       twentyeleven
Version:        0.1.0
*/

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

a{ color: #254655; }
 
body{
background: #727D82;
}
 
header#branding{
background: #29305C;
color: #B3BDC1;
}
 
header#branding h1, header#branding h2, header#branding a{ color: #B3BDC1; }
 
#respond{ background: #E7DFD6; }

/* Header Widget area */ 
header#branding .widget{
position: absolute;
top: 2em;
right: 7.6%;
}

/* remove posts from home page */
.recent-posts {
    display: none;
}

/* increase width of page */
.one-column #page {
max-width: 998px;
}

/* remove search bar */
#searchform { display:none; }