/* Eric Meyer's 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

/* ------------------ blackout text reveal ------------------- */
reveal:hover {
background-color: white;
}

.blackout {
background-color: black;
display:inline;
}

/* ------------------ Typography ------------------- */

p.textsmall{
font-family: Georgia, Book Antiqua, lucida bright, serif; font-size: 11px; font-weight: normal; line-height: 150%; color: #000000;
}

p.textnormal{
font-family: Georgia, Book Antiqua, lucida bright, serif; font-size: 12px; font-weight: normal; line-height: 150%; color: #000000;
}

p.textlarge{
font-family: Georgia, Book Antiqua, lucida bright, serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #000000;
}

p.textheading1{
font-family: Georgia, Book Antiqua, lucida bright, serif; font-size: 24px; font-weight: bold; line-height: 30%; color: #000000;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #ffffcc; text-decoration: none}
a:active {color: #ffffcc; text-decoration: none}


span.capsmall
{
float: left;
font-size: 250%;
font-family: Georgia, Book Antiqua, lucida bright, serif; font-weight: bolder; color: #FFF799;
letter-spacing: .1em;
line-height: 85%;
}

span.capnormal
{
float: left;
font-size: 400%;
font-family: Georgia, Book Antiqua, lucida bright, serif; font-weight: bolder; color: #FFF799;
letter-spacing: .1em;
line-height: 80%;
}
/* ------------------ FB feed ------------------- */

.fb-like-box {
background: rgb(255,255,255); 
}

/* ------------------ homepage layout ------------------- */

html {
        height:100%; 
}

body {
        height:100%;  
        background: url("spooky_images/bac_bac_1366x768_2.jpg") no-repeat 50% 50% fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body:after{
    display:none;
    content: url(spooky_images/popup_spaceships_1.png) url(spooky_images/popup_ghosts_1.png) url(spooky_images/popup_blackcats_1.png) url(spooky_images/popup_jester_teddybears_1.png) url(spooky_images/popup_jacknbox_1.png) url(spooky_images/popup_skeleton_1.png) url(spooky_images/popup_vultures_1.png) url(spooky_images/popup_jar_1.png) url(spooky_images/popup_pumpkins_1.png);
}

div.decorribbonflow1 {
        background-image: url("spooky_images/image_decor_ribbonflow_2.png");
        background-repeat: no-repeat;
        background-position: 0 300px;
        -webkit-background-size: 100% 185px;
        -moz-background-size: 100% 185px;
        -o-background-size: 100% 185px;
        background-size: 100% 185px;
}

div.decorribbonflow2 {
        background-image: url("spooky_images/image_decor_ribbonflow2_2.png");
        background-repeat: no-repeat;
        background-position: 0 300px;
        -webkit-background-size: 100% 185px;
        -moz-background-size: 100% 185px;
        -o-background-size: 100% 185px;
        background-size: 100% 185px;
}

div.decorribbonflow3 {
        background-image: url("spooky_images/image_decor_ribbonflow3_2.png");
        background-repeat: no-repeat;
        background-position: 0 300px;
        -webkit-background-size: 100% 185px;
        -moz-background-size: 100% 185px;
        -o-background-size: 100% 185px;
        background-size: 100% 185px;
}

div.decorribbonflow4 {
        background-image: url("spooky_images/image_decor_ribbonflow4_2.png");
        background-repeat: no-repeat;
        background-position: 0 300px;
        -webkit-background-size: 100% 185px;
        -moz-background-size: 100% 185px;
        -o-background-size: 100% 185px;
        background-size: 100% 185px;
}

div.decoryellowhue1 {
        background-image: url("spooky_images/image_decor_yellowhue_1new.png");
        background-repeat: no-repeat;
        background-position: 0 480px;
        -webkit-background-size: 100% 150px;
        -moz-background-size: 100% 150px;
        -o-background-size: 100% 150px;
        background-size: 100% 150px;
}

.wrap {
        width: 100%;
        margin: 0 auto;
}

/* ------------------ header and header content ------------------- */

#header {   
        float: left;    
        height: 140px;    
        min-width: 100%;    
}

img.headset{
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -125px
}

.content1wrap {
        height: 140px;
        width: 960px;
        margin: 10px auto;
        position: relative;
}
 
.content1set {
        height: 140px;
        width: 320px;
        position: absolute;
        left: 640px;
}

/* ------------------ end ------------------- */

#content {
        width: 960px;
        height: 490px;
        margin: 0 auto;
        clear:both;
}

#footercontent1 {
        float: left;    
        height: 100%;    
        min-width: 100%;    
}

#footerbottom {
        float: left;    
        height: 200px;    
        min-width: 100%;   
        text-align: center;

}

#footerbottomwrap {
        padding-top: 50px;
        width: 100%;
        height: 100%;
}


/* ------------------ nav bar icons ------------------- */

#navbariconwrap {
	position: relative;
        top: 5px;     
	width: 960px; 
	height: 150px; 
        margin-left: auto ;
        margin-right: auto ;
}

div.placenavicons {
        vertical-align: top;
        text-align: center;
        width: 100px;
        margin-top: 10px;
        display: inline-block;
        *display: inline;
        zoom: 1;     
}

/* ------------------ page contents ------------------- */

#showcaseplaygames {
	position: absolute; 
        background-image: url("../spooky_images/ShowcasePlayGames1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasejako {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseGames_Jako.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcaseroozilla {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseGames_Roozilla.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcaseimage1 {
	position: absolute; 
        background-image: url("/spooky_images/Cover_Bio22.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcaseghoststories1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseHauntingTrees2.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcaserhymes1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseGClock1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasecrafts1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseTeddyBears1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasejokes1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseJacknBox1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcaseclipart1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseSkeletonInvaders1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasethefunlab1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseTheLab1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasemusic1 {
	position: absolute; 
        background-image: url("../spooky_images/ShowcaseHauntingMusic1.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 340px;
}

#showcasemenubox1 {
	position: relative;  
	width: 100%; 
        height: 100%;
}

#showcasemenuboxalign1 {
	position: relative;
        margin: 10%;
	width: 80%; 
        height: 100%;
}

.showcaseflashalign1 {
	margin-left: auto;
        margin-right: auto; 
	width: 50%; 
        height: 100%;
}

#contentinner {
        position: relative;
        width: 960px;
        height: 100px;
        top: 340px;
        line-height: 100px;
        text-align: center;
}

span.textalign1 { 
       display: inline-block;
       vertical-align: middle;
       line-height: normal;
}

.floatleft {
    float: left;
    margin: 20px;
}

/* ------------------ two col ------------------- */

#colwrap1 {
	position: relative;  
	width:960px;
        height: 100%;
        margin: 0 auto; 
        clear:both;
}
.colspace {
        padding: 15px;
}
#colleft1 {
	float: left;
	width: 50%;
        height: 100%;
}
#colright1 {
	float: left;
	width: 50%;
        height: 100%;
}
/* ------------------ end two col ------------------- */

/* ------------------ Showcase Haunted House ------------------- */

#thumbouterwrap {
	position:absolute; 
        background-image: url("/spooky_images/ShowcaseHouseNew3.png");
        background-repeat: no-repeat;
        background-position: center top;
        top: 140px; 
	width: 960px; 
        height: 490px;
}

#thumbwrap {
	position: relative;
        top: 340px;     
	width: 960px; 
	height: 150px; 
}
.thumb img {
        float: left;
        width: 100%; 
}
.thumb span { 
	position: absolute;
	visibility: hidden;
        overflow: hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility: visible;
	top: -340px; 
        left: 0px; 
	z-index: 10;
}

div.placeitem {
        vertical-align: top;
        text-align: center;
        width: 100px;
        margin-top: 10px;
        display: inline-block;
        *display: inline;
        zoom: 1;     
}

span.bigpopup1 {
        margin-top: 7px;
        margin-left: 443px;  
}
span.bigpopup2 {
        margin-top: 47px;
        margin-left: 155px;  
}
span.bigpopup3 {
        margin-top: 160px;
        margin-left: 129px;  
}
span.bigpopup4 {
        margin-top: 176px;
        margin-left: 124px;  
}
span.bigpopup5 {
        margin-top: 138px;
        margin-left: 291px;  
}
span.bigpopup6 {
        margin-top: 203px;
        margin-left: 564px;  
}
span.bigpopup7 {
        margin-top: 92px;
        margin-left: 158px;  
}
span.bigpopup8 {
        margin-top: 254px;
        margin-left: 293px;  
}
span.bigpopup9 {
        margin-top: 149px;
        margin-left: 150px;  
}
