@charset "utf-8";

body{
	padding: 8px;
}

#container{
	margin: 0 auto;
	padding: 12px 8px;
	width: 280px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 
#container:before{
	content:"port:<479";
	position: absolute;
	bottom: 10%;
	right: 10%;
	padding: 4px;
	font-weight: bold;
	background: #bfbfbf;
	color: #fff;
	opacity:0.8;
}
 */
figure#main{
	max-width: 280px;
	height: 262px;
	text-align: center;
	overflow: hidden;
}

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

nav.nav-collapse{
	width: 100%;
	height: auto;
	height: 0;
	background: #181818;
	float: none;
	overflow: hidden;
}

header nav a{
	display: block;
	padding: 0 0 0 8px;
	height: 40px;
	line-height: 40px;
}

nav.subMenu{
	display: none;
	line-height: 40px;
}

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

#pTitle{
	padding: 0 0 0 4px;
	font-size: 16px;
	line-height: 40px;
}

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

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

#primary article hgroup.artHeader-kw7 h1{
	background-position: 100px 0px;
}
/* 
  #primary article hgroup.artHeader-kw7#k3 h1{
		background-position: 100px 0px;
 }
 
  #primary article hgroup.artHeader-kw7#k4 h1{
		background-position: 100px 0px;
 }
 */
/* 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{
	 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;
}

