header, nav, article,  aside, section, footer {display:block;}
body { background: url('../assets/webBg1.jpg') no-repeat #0a111f; font-family: Geneva, Helvetica, sans-serif; margin:0 auto; width:955px; }
a {color:#91b6d3;} 
h1{ position:absolute; top:-999px;}
h2{ font-size:192%; color:#2f5bba;}
h3{ font-size:177%; font-weight:bold; }
article { color:#1e1e1e; position:relative; overflow:hidden;   width:6436px;  }
article > section { background:#e6eef5; color:#11244c; position:relative; float:left;
	padding:40px 20px 20px;
	 width:880px; 
	-moz-border-radius:6px 6px 0px 0px ; /* FF1+ */
  -webkit-border-radius: 6px 6px 0px 0px ; /* Saf3+, Chrome */
          border-radius: 6px 6px 0px 0px ; /* Opera 10.5, IE 9 */
-moz-box-shadow: 0px 4px 19px 4px #333; 
-webkit-box-shadow: 0px 4px 19px 4px #333; 
box-shadow: 0px 4px 19px 4px #333; }
article section img { }
article section {margin-right:600px;}
article section section {  height:320px; 
	width:100%;
	margin-right:0px; 
	margin-bottom:15px;
	-webkit-border-radius: none ; /* Saf3+, Chrome */
	border-radius: none ; /* Opera 10.5, IE 9 */
	-moz-box-shadow: none ; 
	-webkit-box-shadow: none ; 
	box-shadow: none ;
	border-bottom:#11244c 1px solid;
	}
article section section section { border:none; float:left; margin:0px; width:609px;}
article section section aside{ float:left; margin-left:22px; top:0px; margin-top:0px; width:100px;}
article section ul li img {position:relative; top:0px;}
article section aside{ display:block; position:relative; top:0px; margin:40px 20px 20px; border:none; padding:0px; float:left; width:253px; }
article section aside a p.date{font-size:77%;}
article section aside p {margin-bottom:0px;}
nav{height:170px;}
nav a {float:left; margin-top:94px;}
nav ul {float:left; margin-left:354px;}
nav ul li{ float:left; margin-top:120px; margin-right:35px;}
nav ul li a {margin-top:0px; font-size:138.5%;}
aside{ display:none; position:absolute;  top:140px; background:#e6eef5; color:#1e1e1e; padding:10px; border:5px solid #666; z-index:11; -moz-border-radius:12px ; /* FF1+ */
-webkit-border-radius: 12px; /* Saf3+, Chrome */
      border-radius: 12px; /* Opera 10.5, IE 9 */}
/*
LightBox Effect:
*/
footer {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
