@font-face{
  font-family: 'Actor';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Actor-regular/Actor-regular.eot');
  src: url('../fonts/Actor-regular/Actor-regular.eot?#iefix') format('embedded-opentype'),
       local('Actor Regular'),
       local('Actor-regular'),
       url('../fonts/Actor-regular/Actor-regular.woff2') format('woff2'),
       url('../fonts/Actor-regular/Actor-regular.woff') format('woff'),
       url('../fonts/Actor-regular/Actor-regular.ttf') format('truetype'),
       url('../fonts/Actor-regular/Actor-regular.svg#Actor') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot');
  src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Oswald';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Oswald-500/Oswald-500.eot');
  src: url('../fonts/Oswald-500/Oswald-500.eot?#iefix') format('embedded-opentype'),
       local('Oswald Medium'),
       local('Oswald-500'),
       url('../fonts/Oswald-500/Oswald-500.woff2') format('woff2'),
       url('../fonts/Oswald-500/Oswald-500.woff') format('woff'),
       url('../fonts/Oswald-500/Oswald-500.ttf') format('truetype'),
       url('../fonts/Oswald-500/Oswald-500.svg#Oswald') format('svg');
}

@font-face {
  font-family: 'Basic';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Basic-regular/Basic-regular.eot');
  src: url('../fonts/Basic-regular/Basic-regular.eot?#iefix') format('embedded-opentype'),
       local('Basic Regular'),
       local('Basic-regular'),
       url('../fonts/Basic-regular/Basic-regular.woff2') format('woff2'),
       url('../fonts/Basic-regular/Basic-regular.woff') format('woff'),
       url('../fonts/Basic-regular/Basic-regular.ttf') format('truetype'),
       url('../fonts/Basic-regular/Basic-regular.svg#Basic') format('svg');
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact/Impact W07 Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Impact/Impact W07 Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Impact/Impact W07 Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Impact/Impact W07 Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Impact/Impact W07 Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Impact/4cbf858ccd9ffd3923bed6843a474080.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Times';
  src: url('../fonts/Times/Times New Roman.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Times/Times New Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Times/Times New Roman.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Times/Times New Roman.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Times/Times New Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Times/Times New Roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Arial Black';
  src: url('../fonts/Arial/Arial Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Arial/Arial Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Arial/Arial Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Arial/Arial Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Arial/Arial Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Arial/Arial Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 101%;
	position: relative;
	font: 12px 'Open Sans', Tahoma, Verdana, Sans-Serif;
	color: #000000;
}

.opacity {
    background: rgba(192, 192, 192, 0.3);
}

span {

	width: 130px; 
	height: 180px; 
	padding: 10px; 
	text-align: center; 
	font-weight: bold;

}


.center {
	width: 100%;
	margin: 0px auto;
}

#iconsplace {
	width: 210px;
	height: 25px;
	position: relative;
	
}

a.micro { font: 10px 'Lucida Grande', Tahoma, Verdana, Sans-Serif; font-weight: bold; color: #ffffff; text-decoration: none; }

a.micro:hover { color: #cccccc; }

a.micro:active { color: #ff5b5b; }

a.micro:visited { color: #ffffff; }

a {
	outline					: none;
	border					: none;
	underline				: none;
	text-decoration				: none;
	color					: #767676;
}

a:hover {
	color: #cccccc;
}

a:active {
	color: #cccccc;
}

a:visited {
	color: #cccccc;
}

a.tab {
	outline					: none;
	border					: none;
	underline				: none;
	text-decoration				: none;
	font-style				: italic;
	color					: #ffffff;
	font-weight				: bold;
	cursor					: pointer;
}

a.tab:hover {
	color: #cccccc;
}

a.tab:active {
	color: #cccccc;
}

a.tab:visited {
	color: #cccccc;
}

img {
	border: 0;
}

#pointertab {
  width: 65px;
  position: relative;
  background: #8e01a8;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  vertical-align: text-top;
}
	#pointertab:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 0;
  	height: 0;
  	border-left: 5px solid white;
  	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
	}

a.menulinks {
	font-size: 20px;
	font-family: Open Sans;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c3c3c3;
	text-decoration: none;
}

a.menulinks:hover {
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
	font-weight: bold;
}

#menu {
	width: 100%;
	height: 220px;
	background: linear-gradient(to bottom, #ffffff 50%, #9af4ff 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,100) 50%, rgba(154,244,255,100) 50%);
	position: relative;
	display: block;
	z-index: 999;
}

#contentContainer {
        width: 906px;
        overflow: hidden;
	background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEUAAAD8/vz09vT8+vz08vQ/kKNDAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAqdJREFUOI0VVNsRxCAItAUeDQA2ANiAmP5rur2vTCaI+8zSdnr8+ebtcuKRlJDNrI5n7f59KdVDlMdY6cgSq/+noGPj6Tua/Unb2v7qsZ3Kpqp8do+9R3ftLldNlvDwpu+l9R3z9WnWF9QnusbfrvdMsHRNkZ1DapMufc0U4825iEOZa0SIn1WWyY0td01bW9AT723a1dzUr2g9eXoNW8a+Oh9jj6fKrE2j4p89LYqS8kjlMFtvdn2vvs++jHI604d1eBUO53k7U68zn302GYFHEPHsBsKvR/i7A4wAs8oid0dS8eFqNYlKEF7sXiEk2fa5XojopU20UhyyFj1T3xL3bszz5MpphjX7Aj4ZX28t/aLWLp+05EyLz/yIZmOm1nBcfl+MPtthDm0v65t1C7cEM/139uXPIqBdLUThIzoZEKD60GSfPTSLuwVUeJhij1A4FUjNcr/uEeL7FVdx9sPbeSvP2Ww9ijW26c+kEDVeIOQj000s2rdkm0H/Xt99hmBF6P3c2xySE4RZxzVuFqXijrx1ZB9+m1brfUzuvNVOfgz4kOTSCoVEH47Yw3QA4twz7yEMriQGMnk1rBMGG/u3LCThxcWGmM4/vHxuuoQbYRFDOoi1AwK8focWnXBPhirQKMj0uJ+yt7a2MSuuyG9HacEfBNKXCRMgI4JVSIIVgxhBdrrsx+32zTtOMnvDSKSkjf72RGYKwXQ1YniHqinsBpWHEMThiKmDhvCSfs6YQBcc1kJDL2y5i6n2m6G8gnYX+sdFY6gannpvziAD4EoqZUS6TrLXiWGTnA3yf65xzoI8nrLnJALED4Qm+H4FEf0gKYWrk1DI6xL64ix5XObT396OuqY/uGWos6AlG+hbVPD72MYPCFCcg6nv+1S6w2+V4MeEst0fGJ2005az7KkAAAAASUVORK5CYII=);
	float: right;
	z-index: 800;
}

#showcasewindow{
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;  /* adjust as per your needs */
	height:400px;   /* adjust as per your needs */
	margin-left: -300px;   /* negative half of width above */
	margin-top: -200px;   /* negative half of height above */
    	width: 640px;
    	height: 480px;
    	background: #000000;
	color: #ffffff;
	text-align: center;
    	z-index: 999;
}

#dreamroomwindow{
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;  /* adjust as per your needs */
	height:400px;   /* adjust as per your needs */
	margin-left: -300px;   /* negative half of width above */
	margin-top: -200px;   /* negative half of height above */
    	width: 640px;
    	height: 480px;
    	background: #000000;
	color: #ffffff;
	text-align: center;
    	z-index: 999;
}

#phalluswindow{
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;  /* adjust as per your needs */
	height:400px;   /* adjust as per your needs */
	margin-left: -300px;   /* negative half of width above */
	margin-top: -200px;   /* negative half of height above */
    	width: 640px;
    	height: 480px;
    	background: #000000;
	color: #ffffff;
	text-align: center;
    	z-index: 999;
}

#panorama {
        width: 600px;
        height: 400px;
	margin: 0px auto;
	position: relative;
	display: block;
}

#panorama_dr {
        width: 600px;
        height: 400px;
	margin: 0px auto;
	position: relative;
	display: block;
}

#wrapper {
	width: 3624px;
	height: 500px;
	position: relative;
	left: 0px;
	transition: left .5s ease-in-out;
}

#itemOne {
	width: 906px;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.breakingstory {
	font-family: 'Impact';
	fon-weight: bold;
	font-size: 60px;
}

.topheadline {
	font-family: 'Impact';
	fon-weight: bold;
	font-size: 35px;
}

.altheadline {
	font-family: 'Impact';
	fon-weight: bold;
	font-size: 24px;
}

.subheadline {
	font-family: 'Times';
	font-size: 20px;
}

.captionprint {
	font-family: 'Basic';
	font-size: 10px;
}

.newsprintnorm {
	font-family: 'Times';
	font-size: 12px;
	text-size-adjust: none;
	 -webkit-text-size-adjust: none;
	 -moz-text-size-adjust: none;
  	 -ms-text-size-adjust: none;
}

.classblock {
	width: 150px;
	background: #000000;
	padding: 4px;
	font-family: 'Oswald';
	color: #ffffff;
	text-transform: uppercase;
}

.classblocknum {
	width: 26px; 
	height: 12px; 
	background: #ffffff; 
	padding: 2px, 2px, 2px, 2px; 
	color: #000000; 
	font-weight: bold; 
	font-family: 'Arial Black';
}

.classifiedtext {
	font-family: 'Times';
	font-size: 8px;
	text-size-adjust: none;
	 -webkit-text-size-adjust: none;
	 -moz-text-size-adjust: none;
  	 -ms-text-size-adjust: none;
}

#wjadlickit {width: 142px; height: 284px; background: url(../images/spriteadlickit.png) 0px 0px; background-repeat: no-repeat;}

#itemTwo {
	width: 906px;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#itemThree {
	width: 906px;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#itemFour {
	width: 906px;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#navLinks {
	text-align: center;
	width: 902px;
	background: #000000;
	float: right;
}

#navLinks ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-top: 0;
}

#navLinks ul li {
	float: left;
	text-align: center;
	margin: auto 20px;
	list-style: none;
	cursor: pointer;
	font-weight: bold;
}

#navLinks ul li.active {
	text-shadow: 0px 0px 10px #bcbcbc;
	color: #ffffff;
	background-color: transparent;
}

.itemLinks {
	color: #f3f3f3;
	text-shadow: 0px 0px 2px #5e006f;
	}

a.linkbutton {
	width: 100%;
	height: 25px;
	padding: 8px;
	padding-top: 2px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 0px #300a00;
	text-decoration: none;
	color: #ffffff;
	background-color: #d42c00;
}

a.linkbutton:hover {
	width: 100%;
	height: 25px;
	padding: 8px;
	padding-top: 2px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 0px #300a00;
	text-decoration: none;
	color: #ffffff;
	background-color: #8d1d00;
}

#footer {
   background-color: #8e01a8;
   position: relative;
   left: 0;
   bottom: 0;
   width: 1000px;
   height: 300px;
   display: block;
   z-index: 5;
}