
@import url(../../../css/layout.css);



/* AMP CUSTOM 
----------------------------------------------------------------------------------------------------*/

ul.horzlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.horzlist li {
    display: inline;
    float: left;
    margin-right: 7px;
    padding: 0 0.5em 0 0;	
}

#headerbar .horzlist:before {
	float: right;
}

.horzlist:after {
	clear:both;
}

#headerbar .module {
	max-width: none;
}

#header {
	margin-top: 0;
}

#menubar {
	border-radius: 0;
	padding: 0;
	background: #00833E;
	border: 1px solid rgba(0,75,31,0.8);
}

#menubar #menu {
	margin-left:1px;
}

#block-toolbar {
    background: none;
    border: none;
    box-shadow: none;
}

#toolbar {
	padding: 0;
}

/* this will cause module sidebar-a to align on the left side of the window 
Ed would prefer thaty AMP move to a more up-to-date layout by having the sub-menu on the right side
#maininner {
	float: right;
}
*/
