@charset "utf-8";

body{
	padding: 0;
}


/* HEADER ++++++++++++++++++ */

/* CONTENTS ++++++++++++++++++ */
#container h1#main,
#scroll
{
	margin: 0 auto 16px;
	width:100%;
}

#scroll:after{
	content:" ";
	height: 0;
	clear: both;
	display: block;
}

#scroll article {
	margin: 0 0 16px;
	
}

#scroll article:nth-child(2) {
    margin-right: 0;
}


#primary article figure,
#primary article figure img{
	width: 100%;
	max-width: 440px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;

}

/* ASIDE ++++++++++++++++++ */

#primary{
	margin: 0;
	float: none;
}

#secondary{
	margin: 0 0 32px;
	width: 100%;
	float: none;
}

#secondary:after{
	content:" ";
	height: 0;
	clear: both;
	display: block;
}

#secondary aside{
	margin: 0 0  24px;
	width: 100%;
	background: #e8e8e8;
	float: none;
}

/* CSS3 ++++++++++++++++++ */

/* 
header nav a#m1{
	background-color: #808080 !important;
} */

/* SetCss3 ++++++++++++++++++ */

header hgroup figure#brMark{
    background-size:  auto 32px;
	-webkit-background-size:  auto 32px;
    -moz-background-size:  auto 32px;
    -o-background-size:  auto 32px;
}


