@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  
  background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #e7ba1f;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
  z-index:2;
}
.clr{
	clear: both;
}
/*.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}   */

.blackbar  {
    position: relative;
  	margin: 10px auto;
    padding: 0 20px 20px 20px;
    display: block;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	  background: rgba(0,0,0,0.8);
    width: 75%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    z-index:2;
}

.introbar  {
    position: relative;
  	margin: 10px auto;
    padding: 0 20px 20px 20px;
    display: block;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	  background: rgba(0,0,0,0.4);
    width: 75%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    z-index:2;
}

.container > header  {
    position: relative;
  	margin: 10px auto;
    padding: 0 30px 0 20px;
    display: block;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	  width: 75%;  /*750px */
}

.container > header h1, .blackbar h1, .introbar h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	color: #00aeef;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info, .blackbar h2, .introbar h2{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.container > header h3, .blackbar h3, .introbar h3{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 30px;
  color: #ff8500;;/*#a90329;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  text-align: center;
  
}

.blackbar h3{
  text-align: left;
}

.container > header h4, .blackbar h4, .introbar h4{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  color: #fff;;/*#a90329;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  text-align: left;
}

.blackbar p, .introbar p{
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.blackbar .twocolleft {
  float: left;
  width: 50%;
  text-align:left; 
  margin-left: 5px;
  padding: 0px 25px 25px 0;
  
}

.blackbar .twocolright {
  float: right;
  width: 50%px;
  margin-right: 5px;
  padding: 0px 25px 25px 0;  
}


p.menu{
	display: block;
	padding: 15px 0px;
}
p.menu a,
p.menu a.current-menu,
p.menu a.current-menu:hover{
    
  display: inline-block;
	border: 1px solid #ff8500;
	padding: 4px 10px 3px;
	font-size: 16px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff8500;
	background: -moz-linear-gradient(top, #ff8500 0%, #ef7e04 44%, #d97303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8500), color-stop(44%,#ef7e04), color-stop(100%,#d97303));
	background: -webkit-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: -o-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: -ms-linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
	background: linear-gradient(top, #ff8500 0%,#ef7e04 44%,#d97303 100%);
}
p.menu a:hover{
	background: #d97303;
}
p.menu a:active{
	background: #d97303;
	background: -moz-linear-gradient(top, #d97303 0%, #ef7e04 56%, #ff8500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d97303), color-stop(56%,#ef7e04), color-stop(100%,#ff8500));
	background: -webkit-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: -o-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: -ms-linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	background: linear-gradient(top, #d97303 0%,#ef7e04 56%,#ff8500 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.menu a.current-menu,
p.menu a.current-menu:hover{
	color: #fff;
	background: #d97303;
}

#dot-matrix {
    background: url(../images/pattern.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

/* Media Queries */
/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  .container > header  {
	width: 100%;  /*750px */
}
.introbar{
   background: rgba(0,0,0,0.4);
}
p.menu a,
p.menu a.current-menu,
p.menu a.current-menu:hover{
  font-size: 15px;
}

}

/* Ipad Portrait */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.blackbar{width:100%;}
p.menu a,
p.menu a.current-menu,
p.menu a.current-menu:hover{
  font-size: 11px;
}
.introbar{
   background: rgba(0,0,0,0.4);
}
}

/*laptop */

@media (min-width: 1281px) and (max-width: 1366px) {
  .introbar  {
    position: relative;
  	margin: 10px auto;
    padding: 0 20px 20px 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}

  .introbar h3{
  font-size: 24px;
  text-align: center;
  
}
 .introbar p{
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
}

/* one x */



@media only screen and (min-width:800) and (orientation: portrait){
  .blackbar{width:100%;}
  .container > header  {width: 100%;}
  p.menu a, p.menu a.current-menu, p.menu a.current-menu:hover{font-size: 10px;}
  .container > header  {width: 100%;}
  .container > header h3, .blackbar h3, .introbar h3{font-size: 20px;}
  .blackbar p, .introbar p{font-size: 12px;}
  .blackbar h4{font-size: 13px;}
}

@media only screen and (min-width:800) and (orientation: landscape){
  .blackbar{width:100%;}
  .container > header  {width: 100%;}
   p.menu a, p.menu a.current-menu, p.menu a.current-menu:hover{font-size: 11px;}
}

/*iphone 2-4s landscape */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){
    .blackbar{width:100%;}
  .container > header  {width: 100%;}
  p.menu a, p.menu a.current-menu, p.menu a.current-menu:hover{font-size: 10px;}
  .container > header  {width: 100%;}
  .container > header h3, .blackbar h3, .introbar h3{font-size: 20px;}
  .blackbar p, .introbar p{font-size: 12px;}
  .blackbar h4{font-size: 13px;}
  .container > header h1, .blackbar h1, .introbar h1{font-size: 24px;}
}

/*iphone 2-4s potrait */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait){
    .blackbar{width:100%;}
  .container > header  {width: 100%;}
  p.menu a, p.menu a.current-menu, p.menu a.current-menu:hover{font-size: 10px;}
  .container > header  {width: 100%;}
  .container > header h3, .blackbar h3, .introbar h3{font-size: 18px;}
  .blackbar p, .introbar p{font-size: 8px;}
  .blackbar h4{font-size: 13px;}
  .container > header h1, .blackbar h1, .introbar h1{font-size: 18px;}
}
