/* ====================================================================================== 
	Copyright (C) 2008 JPL Productions & HERSHEY FOODS.  All Rights Reserved. 
	----------------------------------------------------------------------------------- 
	Author(s) : Joshua Barlup 		jbarlup@jplprod.com 
				Sam Wissler			swissler@jplprod.com

	Date      : 02/02/2009  
	Notes     : Home Page CSS document for Theater Harrisburg. 
	----------------------------------------------------------------------------------- 
	Change Log 
        
	Date		Name				Desc 
	2/2/2009	Sam Wissler			Created file
         
 ========================================================================================= */
 
@media screen {
/* ========================================================================== */
/* CALLOUTS */


#content h2 {
	background: url(../img/home/movcomm.gif) no-repeat;
	height: 22px;
	margin: 60px 0px 0px -2px;
}

#content h2 span { visibility: hidden; }

#hlist { background: url(../img/home/hlist.gif) no-repeat; width: 375px; height: 14px; margin-top: 30px; }
#hlist span { visibility: hidden; }

#callout1 {
 	background: url(../img/home/whatsnew.png) no-repeat;
	display: block;
	height: 93px;
	margin: -230px 0px 0px 550px;
	width: 365px;
}
 
#callout2 {
  	background: url(../img/home/clientzone.png) no-repeat;
	display: block;
	height: 93px;
	margin: 10px 0px 0px 550px;
	width: 365px;
}
 
#callout3 {
  	background: url(../img/home/process.png) no-repeat;
	display: block;
	height: 93px;
	margin: 10px 0px 0px 550px;
	width: 365px;
}
 
#callout1 a, #callout2 a, #callout3 a { display: block; height:93px; text-decoration: none; }

#callout1 span { visibility: hidden; }
#callout2 span { visibility: hidden; }
#callout3 span { visibility: hidden; }

#skip { background:url(../img/home/skipBTN.gif) no-repeat; width: 84px; height: 14px; }
#skip span { visibility: hidden; }

#content h4 { font-weight: bold; }

/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */






/* ========================================================================== */
@media print {
/* ========================================================================== */

/* --------------------------------------------------------------------------
   INTRO */

#headerHome {
    padding: 0;
}

#introHome p {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1.25em 0;
}

#featuresHome {
    border: 10px solid #000000;
    padding: 10px 20px 20px 20px;
}

#featuresHome h3 {
    padding: 0.25em 0 0.5em 0;
}

.featureHome {
    float: left;
    margin-right: 2%;
    width: 31%;
}

.featureHome h4 {
    margin: 0;
    padding: 0.5em 0 0 0;
}

p.moreHome {
    display: none;
}


/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */
