header, nav, section, article, figure, figcaption, aside, footer {
display: block;
}
body { background-color: rgb(0, 0, 0);
    text-align: center;
    color: rgb(255, 255, 255);
    }

#wrapper{
width: 900px;
margin: 0px auto;
}

header{
border-bottom: 2px solid black;
padding: 10px;
margin-bottom: 10px;
}


.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	background: gray;
	list-style: none;
	width: 100%;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
}
.dropdownmenu a {
	background: #30A6E6;
	color: #FFFFFF;
	display: block;
	font: bold 12px/20px sans-serif;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu li:hover a {
	background: #303030;
        text-shadow:2px 1px 3px #00CDCD;
}

#sub1 a:hover {
	background: #D4B05;
}

#sub1 a {
	background-color:#33838;
}

#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenu {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: #DF4B05;
}

#submenu a {
	background-color:#383838;
}
section{
padding: 10px;
}

.box{
display: box;
display: -moz-box;
display: -webkit-box;
/* display: -ms-grid;
-ms-grid-rows: auto 1fr;
-ms-grid-columns: 1fr 1fr;*/
}

section.articles{
/* -ms-grid-column: 1;
-ms-grid-row: 1;*/

}

article{
width: 600px;
border-bottom: 1px solid gray;
margin-bottom: 10px;
}

article:last-child{
border-bottom: none;
}

section.perex{
font-weight: bold;
}

section.detail{
text-align: left;
}

article figure{
float: left;
margin: 10px;
border: double;
padding: 5px;
background: #222;
text-align: center;
}

figcaption{
font-style: italic;
}

aside{
/* -ms-grid-column: 2;
-ms-grid-row: 1;*/
width: 300px;
    color: rgb(000, 000, 000);
}

aside section{
background: #EFEFEF;
margin-bottom: 10px;
}

footer{
border-top: 2px solid black;
padding: 10px;
bottom: 10px;
}

p.l{
text-align: left;
}

nav li > ul > li ul  {
    display: none;
    background-color: #888;
}
nav li > ul > li:hover > ul  {
    top: 47px;
    position:absolute;
    display : block;
    margin-left:100%;
    margin-top:-3em;
}
figure.mmd {
	float: left;
	margin: 10px;
	border: double;
	padding: 5px;
	background: #222;
	text-align: center;
}
img.mmd {
	width: 320px;
	height: 250px;
}
detail.ctr {
	text-align: center;
}
img.small{
	width: 60px;
	height: 75px;
}
img.big {
	max-width: 100%;
	height: auto;
}