@charset "utf-8";


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

nav.nav-collapse{
	height: auto;
}

#extMenu{
	float: right;
}

a.subMenuButton{
	position: relative;
	left: 0;
	top: 0;
}

nav.subMenu{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	line-height: 40px;
}

nav.subMenu a{
	display: block;
	padding: 0 16px;
	width: auto;
	min-width: 160px;
	height: 40px;
	line-height: 40px;
}

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

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

#scroll article {
}

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

/* 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 24px 24px 0;
	width: 344px;
	background: #e8e8e8;
	float: left;
}

#secondary aside:nth-child(2){
	margin: 0 0 24px 0;
}

#secondary aside:last-child{
	margin: 0;
}


/* CSS3 ++++++++++++++++++ */
nav.subMenu a{
	 background: -moz-linear-gradient(
	 top,
	 #303030 0%,
	 #181818
	);
	background: -webkit-gradient(
		 linear, left top, left bottom, 
		 from(#303030),
		 to(#181818)
	 );
}


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

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

