@charset "utf-8";
/* CSS Document */

/*
Theme Name:     twentyten-child
Template:       twentyten
*/

@import url('../twentyten/style.css');



@media (max-width: 1000px) {
#container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	float: none;
	margin: 0;
	width: auto;
}
#access {
	width: 100%;
}
#branding img {
	max-width: 100%;
	height: auto;
	display: block;
}
}



/* This is the custom header image */
#branding img {
	border-top: 5px solid #003399;
	border-bottom: 1px solid #ffffff;
	display: block;
	float: left;
}
#access {
	background: #003399;
	display: block;
	float: left;
	margin: 1 auto;
	width: 940px;
}
#colophon {
	border-top: 4px solid #003399;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
