/*
Theme Name: PNEM - Plano Nacional de Educacao Museal
Theme URI: http://theme.fm
Description: Child theme for the Twenty Eleven theme
Author: Joao Lemgruber
Author URI: http: //theme.fm
Template: twentyeleven
Version: 1.0
*/

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

/* =========== NOVA BARRA =====================*/
#barra-brasil { 
    position:relative;
    overflow:hidden;
    min-width:345px;
    background: #004b82 url(images/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block;
    width: 1000px;
    height:28px;
    margin: 0 auto;
    background: url(images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
    list-style: none;
    margin: 0 0 0 0;
}

#barra-brasil .barra ul li {
    float: left;
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -10000px;
    background: #004b82 url(images/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 107px;
    height: 28px;
    text-indent: -10000px;
    background: #004b82 url(images/brasil.png) no-repeat 0 4px;
}
/** ====================== FIM BARRA ======================================= */

/* =========== SOBRESCRITA DO TEMA PAI =====================*/
body {
	padding: 0;
}

#page{
	margin: 0 auto;
}

hgroup { display:none; }

.singular .hentry { padding: 0 0 0 0; }

@media (max-width: 1000px) { 
	#barra-brasil .barra { width: auto; }
}
/* =========== FIM SOBRESCRITA DO TEMA PAI =====================*/

