/* Basic */

	* {
		padding: 0;
		margin: 0;
	}
	
	body {
	font-size: 93.75%;
	color: #222;
	font-family: "Arial Black", Gadget, sans-serif;
	background: #bbb;
	}
	
	br.clearfix {
		clear: both;
	}
	
	h1,h2 {
		font-family: 'Raleway', sans-serif;
		letter-spacing: -1px;
		color: #F53522;
	}
	
	h1 {
	font-size: 1.8em;
	font-weight: 100;
	margin: 3% 0 1.5% 0;
	font-family: Raleway, sans-serif;
	color: #000000;
	}
	
	h2 {
	font-size: 1.8em;
	font-weight: 400;
	margin: 0.4em 0;
	color: #F53522;
	}
	
	a {
		color: #F53522;
		text-decoration: none;
	}
	
	a:hover, a.current {
	color: #000000;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	font-weight: normal;
	font-size: 100%;
	}
	
	img {
	max-width: 100%;
	border: none;
	text-align: center;
	}
	
	iframe {
	margin: 0 auto;
	font-size: 93px;
	}

/* Wrapper */

	#wrapper {
	width: 98%;
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	
	}

/* Nav */

	nav {		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F53522), color-stop(1, #C41100) );
		background: -moz-linear-gradient(center top, #F53522 5%, #C41100 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53522', endColorstr='#C41100');
		background-color: #F53522;

		width: 100%;
		height: 40px;
		margin: 1% 0;
		
		font-size: 100%;
		text-shadow: 2px 1px 2px #000;
	}

	#menu {
		margin: 0 auto;
		list-style: none;
		padding-left: 1%;
	}
	
	#menu li {
		float: left;
		position: relative;
		margin-left: 2px;
	}

	#menu a {
		float: left;
		color: #fff;
		line-height: 40px;
		padding: 0 25px;
		
    	transition: background 0.4s ease-out; /* explorer 10 */
    	-webkit-transition: background 0.4s ease-out; /* chrome & safari */
    	-moz-transition: background 0.4 ease-out; /* firefox */
    	-o-transition: background 0.4 ease-out; /* opera */
	}

	#menu li:hover > a, .current {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C41100), color-stop(1, #F53522) );
	background: -moz-linear-gradient( center top, #C41100 5%, #F53522 100% );

		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C41100', endColorstr='#F53522');
	background-color: #C41100;
	color: #fff;
	font-family: Raleway, sans-serif;
	}

	#menu li:hover > ul {
		display: block;
	}

	/* Sub-menu */

	#menu ul {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;    
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 99999;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
	}

	#menu ul li {
		float: none;
		margin: 0;
		padding: 0;
		display: block;  
		-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
		-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
		box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
		text-align: center;
	}

	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}

	#menu ul a {    
		padding: 10px 0;
		height: auto;
		line-height: 1;
		display: block;
		white-space: nowrap;
		float: none;
	}

	#menu ul a:hover {
		background: #0186ba;
		background: -moz-linear-gradient(#04acec,  #0186ba);	
		background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background: -webkit-linear-gradient(#04acec,  #0186ba);
		background: -o-linear-gradient(#04acec,  #0186ba);
		background: -ms-linear-gradient(#04acec,  #0186ba);
		background: linear-gradient(#04acec,  #0186ba);
	}

	#menu ul li:first-child a:after {
		content: '';
		position: absolute;
		left: 45%;
		top: -8px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 8px solid #444;
	}

	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}

	#menu:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/* Page */

	#page {
	width: 100%;
	background: #fff;
	overflow: hidden;
	font-family: Raleway, sans-serif;
	}
	
	#page section {
	padding: 2%;
	width: 75%;
	float: left;
	font-weight: bold;
	}
	
	#page section header {
	font-family: Raleway, sans-serif;
	letter-spacing: -1px;
	font-size: 2.4em;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	color: #F53522;
	}
	
	#page section header span.byline {
		float: right;
		font-size: 0.5em;
		color: #aaa;
	}
	
	#page section article p {
	text-align: left;
	margin-bottom: 2%;
	font-weight: bold;
	color: #666;
	font-size: 14pt;
	}
	
	#page section article ul {
		padding-left: 7.5%;
	}
	
	#page section article ul li {
		list-style: square;
	}
	
	#page section article ul li a {
		color: #222;
	}
	
	#page section article ul li a:hover {
		text-decoration: underline;
	}

	#page aside {
	padding: 0.5%;
	width: 20%;
	float: right;
	background: #eee;
	text-align: center;
	}
	
	#page aside #dbAsL6 {
		padding-top: 5%;
		padding-left: 1%;
	}
	
	#page aside iframe {
		margin-top: 5%;
	}

/* Two Column */

	#two-column {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 2%;
		text-align: center;
		padding-top: 1%;
		line-height: 1.6em;
	}
	
	#two-column #column1 {
		float: left;
		text-align: right;
		font-weight: 700;
		width: 49.5%;
	}
	
	#two-column #column2 {
		float: right;
		text-align: left;
		width: 49.5%;
	}
	
/* Footer */

	footer {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F53522), color-stop(1, #C41100) );
		background: -moz-linear-gradient(center top, #F53522 5%, #C41100 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53522', endColorstr='#C41100');
		background-color: #F53522;

		padding: 20px;
		overflow: hidden;
		margin-bottom: 1%;
	}
	
	footer p {
	color: #fff;
	font-weight: 700;
	text-align: left;
	}
	
	footer a {
		color: #fff;
	}
	
	footer a:hover {
		color: #90E0FF;
	}
	
	footer .column {
		float: left;
		margin-right: 8%;
	}
	
	footer ul {
		padding: 10px 0 0 20px;
	}
	
	footer li {
		list-style: none;
	}

@media only screen and (max-width: 960px){
	
	footer #downloads {
		display: none;
	}
}

@media only screen and (max-width: 765px){

/* Basic */

	#body {
		font-size: 110%
	}
	
	h1 {
		margin-top: 10%;
		font-size: 1.8em;
		text-align: center;
	}
	
	iframe {
		width: 100%;
		height: 30em;
		
	}

/* Nav */
	
	nav {
		height: auto;
		font-size: 105%;
	}
	
	#menu li {
		width: 100%;
	}

/* Page */
	
	#page article {
		width: 96%;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	
	#page article header {
		font-size: 2em;
		letter-spacing: -2px;
	}
	
	#page article header span.byline {
		display: none;
	}

	#page aside {
		display: none;
	}

/* Two Column */

	#two-column #column1 {
		float: left;
		text-align: right;
		font-weight: 700;
		width: 49%;
	}
	
	#two-column #column2 {
		float: right;
		text-align: left;
		width: 49%;
	}
	
/* Footer */
	
	footer {
		padding: 0 0 5% 0;
	}
	
	footer .column {
		float: none;
		margin-right: 0;
		margin-top: 6%;
		text-align: center;
	}
	
	footer ul {
		padding: 1.5% 0 0 0;
	}
}
