/* ================================================================================ */
/*Meyer CSS Reset*/
/* ================================================================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* ================================================================================ */



/* ================================================================================ */
/* PRELOAD ROLLOVER IMAGES FOR THE TV VIEWER */
/* ================================================================================ */
#preloader::before {

  content: url("/img/tv_dvt.png")
  			url("/img/grid_graphics.jpg")
  			url("/img/grid_ivlthisweek.jpg")
  			url("/img/tv_hilton.png")
  			url("/img/tv_swa.png")
  			url("/img/tv_grand.png")
  			url("/img/tv_amaze.png")
  			url("/img/tv_hotze.png")
  			url("/img/tv_gh.png")
  			url("/img/tv_agnes.png")
  			url("/img/tv_mam.png")
        	url("/img/tv_uw.png") no-repeat -9999px -9999px;
	
}
/* ================================================================================ */


body {
    background-color: black;
}


/* ================================================================================ */
/*      PAGE HEADER BLOCK
/* ================================================================================ */
#header {
	background-color: black;
	height: 200px;
	margin: 0px;
	text-align: center;
}

#fflogo {
	display: block;
	margin: auto;
	padding-top: 50px;
}

#highmed {
	display: inline-block;
	margin: auto;
	padding-top: 10px;
}
/* ================================================================================ */




/* ================================================================================ */
/*      NAVBAR BLOCK
/* ================================================================================ */
#navbar {
	margin: 0px;
	background-image: linear-gradient(rgb(124,98,28), rgb(38,30,8));
	height: 30px;
	text-align: center;


}

#navbar li {
	display: inline;
	position: relative;
	/*text-decoration: none;*/
	/*position: absolute;*/
  	padding-left: 30px;
  	padding-right: 30px;
  	/*padding-top: -10px;*/
  	
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 18px;
 	color: white;
}

#navbar ul a {
	text-decoration: none;
}

.navtext:hover {
	border-top-style: solid;
	border-color: white;
	border-width: 4px;

}
/* ================================================================================ */


/* ================================================================================ */
/*      MAIN CONTENT BLOCK
/* ================================================================================ */
#mainContent {
	background-image: linear-gradient(black, rgb(38,30,8));
	position: absolute;
	text-align: center;
	height: 110%;
	width: 100%;
}

#gridHolder {
	display: inline-block;
	/*background-image: url("/img/grid_graphics.jpg");*/
	background-size: cover;
	/*border: 1px solid white;*/
	width: 55%;
	margin: 20px;

}

.gridText {
	position: relative;
	top: 30%;
	text-align: center;
	margin: 0px;
	
	/*word-wrap: normal;*/

  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 20px;
 	color: white;
 	line-height: .7em;
}

.grids {
	display: inline-block;
	position: relative;
	vertical-align: top;
	/*background-image: url("/img/tv_gh.png");*/
	/*background-size: contain;*/
	/*background-image: linear-gradient(black, rgb(38,30,8));*/
	background-image: linear-gradient(rgba(124,98,28,.5), rgba(38,30,8,.5));
	border: 1px solid white;
	margin: 30px;
	height: 90px;
	width: 160px;
	box-shadow: 5px 5px 20px  black;
}

/*#grid01 {
	display: inline-block;
	position: relative;
	vertical-align: top;
	
	background-image: linear-gradient(rgb(124,98,28), rgb(38,30,8));
	border: 1px solid white;
	margin: 30px;
	height: 90px;
	width: 160px;
	box-shadow: 5px 5px 20px  black;
}*/

#grid01:hover {
	/*border-top: 4px solid white;
	margin-top: -4px;*/
}

.infoBlockLow {
	
	position: absolute;
	top: 150px;
	/*left: 0;*/

	width: 50%;
	padding: 20px;
	margin: 50px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: right;

 	background-color: rgba(0,0,0,.7);
 	box-shadow: 5px 5px 20px  black;
}

.infoBlockHigh {
	
	position: absolute;
	top: 50px;
	/*left: 0;*/

	width: 50%;
	padding: 20px;
	margin: 50px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: right;

 	background-color: rgba(0,0,0,.7);
 	box-shadow: 5px 5px 20px  black;
}

.logos {
	
	position: absolute;
	top: 10px;
	/*left: 0;*/

	width: 50%;
	padding: 2px;
	margin: 12px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: center;

 	background-color: rgba(0,0,0,.8);
 	box-shadow: 5px 5px 20px  black;
}

.infoBlockMidRight {
	
	position: absolute;
	top: 90px;
	right: 20%;
	/*left: 0;*/

	width: 30%;
	padding: 20px;
	margin: 70px 100px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: right;

 	background-color: rgba(0,0,0,.7);
 	box-shadow: 5px 5px 20px  black;
}

.infoBlockMidLeft {
	
	position: absolute;
	top: 90px;
	left: 20%;
	/*left: 0;*/

	width: 30%;
	padding: 20px;
	margin: 70px 100px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: right;

 	background-color: rgba(0,0,0,.7);
 	box-shadow: 5px 5px 20px  black;
}

.infoBlockLowThin {
	/*position: absolute;
	top: 5px;
	right: 10px;
	width: 400px;
	height: 200px;
	text-align: right;*/
	position: absolute;
	top: 300px;
	right: 18%;
	/*left: 0;*/

	width: 50%;
	padding: 20px;
	margin: 20px 100px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: right;

 	background-color: rgba(0,0,0,.7);
 	box-shadow: 5px 5px 20px  black;
}


/* ================================================================================ */



/* ================================================================================ */
/*      FOOTER BLOCK
/* ================================================================================ */
#footer {

	background-color: black;
	height: 100px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
	/*position: absolute;*/
	/*position: relative;*/
}

.ffwhite {
	padding-left: 100px;
	padding-top: 30px;

}



#slogan {
	display: inline;


	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*position: relative;*/
	padding-left: 50px;

	/*margin-top: -30px;*/
	font-size: 20px;
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	color: white;
}
/* ================================================================================ */

/*@media screen and (min-width: 480px) {
  body {
    background-color: lightgreen;
  }
}*/

/*@media only screen and (orientation: portrait) {
  body {
    background-color: red;
  }
}
*/
/*------------------------ WORKS -------------------------*/

/*@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 

	#gridHolder {
		width: 100%;
	}


 }*/
/*------------------------ WORKS -------------------------*/

/* ------------ iphone sized screens --------------*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 

	#gridHolder {
		width: 100%;
		margin: 0px;
	}

	#navbar li {
		display: inline;
		position: relative;
		/*text-decoration: none;*/
		/*position: absolute;*/
  		padding-left: 20px;
  		padding-right: 20px;
  		/*padding-top: -10px;*/
  		font-size: 16px;
  		font-family: orator-std, monospace;
  		font-style: normal;
		font-weight: 100;
		
 		color: white;
	}


}

/* ------------ mac laptop sized screens --------------*/
@media screen and (min-width: 1025px) and (max-width: 1500px) {
/*and (-webkit-device-pixel-ratio : 3) {*/ 

	#gridHolder {
		width: 70%;
		margin: 0px;
	}

	#navbar li {
		display: inline;
		position: relative;
		/*text-decoration: none;*/
		/*position: absolute;*/
  		padding-left: 30px;
  		padding-right: 30px;
  		/*padding-top: -10px;*/
  		/*font-size: 16px;*/
  		font-family: orator-std, monospace;
  		font-style: normal;
		font-weight: 100;
		
 		color: white;
	}

	.logos {
	
	position: absolute;
	/*top: 10px;*/
	/*left: 0;*/

	width: 65%;
	padding: 2px;
	margin: 2px;

	border: 1px solid white;
	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 40px;
 	color: white;
 	line-height: .9em;
 	text-align: center;

 	background-color: rgba(0,0,0,.8);
 	box-shadow: 5px 5px 20px  black;
}

}



/*  */
/* ================================================================================ */
