/*
Theme Name: childtheme twenty eleven
Description: childtheme twenty eleven
Author: Startup 365
Template: twentyeleven
*/

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


/* Header */
#branding {background: #16171b !important;}
#branding {border-top: 100;}
#branding {border-bottom: 100;}


.ads {
    display: block;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
	background: #16171b;
}






/* Search Form */
#branding #searchform {
	display: none;
}






/* Menu */
#access {
background: #16171b; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#16171b, #16171b);
background: -o-linear-gradient(#16171b, #16171b);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#16171b), to(#16171b)); /* older webkit syntax */
background: -webkit-linear-gradient(#16171b, #16171b);
}

#access a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color:#FFFF30;
}

#access li {
 background-color: #16171b;
}
#access li:hover > a, #access a:focus {
    background: #FFFF30;
    color: #16171b;
}




/* Footer */
#colophon {
clear: both;
background-color: #16171b;
}

#colophon a {
clear: both;
color:#FFFF30;
}



/* Footer de Wordpress */
#site-generator {
background-color: #16171b;
} 

#site-generator a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color:#FFFF30;
}
