@charset "utf-8";



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

#naviBox{
	height: 56px;
}

#nav-collapse{
	display: none;
}

#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 4px 0 28px;
	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 {
    margin-right: 24px;
	width: 221px;
	float: left;
}

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

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

#primary{
	width: 712px;
}

#secondary aside{
	margin: 0 0 24px;
}

aside #info{
}

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