@charset "UTF-8";


/* CSS CHEAT SHEET ============================================ */

/*

#id
.class

id has priority over class. So anything in the id will over ride the class. 

Font stacks for headlines:

Georgia, Times, ‘Times New Roman’, serif
Palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif
Tahoma, Verdana, Geneva
Trebuchet, Tahoma, Arial, sans-serif

Font stacks for body text:

Baskerville, ‘Times New Roman’, Times, serif
Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif
Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif
GillSans, Calibri, Trebuchet, sans-serif
Futura, ‘Century Gothic’, AppleGothic, sans-serif

Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif

Impact, Haettenschweiler, ‘Franklin Gothic Bold’, Charcoal, ‘Helvetica Inserat’, ‘Bitstream Vera Sans Bold’, ‘Arial Black’, sans-serif



*/

/* 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


 */

/* PNG Fix used in conjunction with iepngfix.htc  ============================================ */

img, div { behavior: url(../iepngfix.htc) }
img, div, a, input { behavior: url(../iepngfix.htc) }



/* STICKY FOOTER ============================================ */


* {
	margin: 0;
}
html, body {
	height: 100%;
	background:#000;
}
.wrap {
width: 100%; 
	border-top: solid 1px #df0073;
	
}
.wrapper {
	

	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	width: 600px;
	padding: 30px;


}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

.footer {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	background-color: #000;
	padding-top: 40px;

}

/* START STYLES ============================================ */


.content { 

}

.subcontent {
	clear: both;
	
}

.3col {
	display: inline;
	float: left;
	width: 326;
	background-color:#0C6;
}


body { 
	background:url(../images/jucybg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#backbtn {
	height: 211px;
	overflow:hidden;
	background:url(../images/jucybg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#eHeader {
	width:100%;
	height:70px;
	background-color: #191919;
	margin:0px 0px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/ScreeningsButton.jpg');
	//text-align: center;
	//background-size: 200px 70px;
}

#eMailContent{
	width: 100%;
	//height: 120px;
	//background-image: url('images/ScreeningsButton.jpg');
	//background-image: url('images/Subscribebox.jpg');
	background-color:  #191919;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px 0px 10px;
	
	height:120px;
}

#btnTitle{
	background-color: #DF0075;
	margin:15px 0px 0px 42px;
	width:71%;
	text-align:center;
	float:none;
	font-size: 10px;
	
}

#soundTrack:hover{
	background-image: url('images/ScreeningsButton_ROLLOVER.jpg');
}

#shopCart{
	width:180px;
	//border:10px solid #191919;
	float:right;
	height:180px;
	border-radius: 10px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	background-image: url('images/SoundtrackButton.jpg');
}

#shopCart a:hover {
		background-image: url('images/SoundtrackButton_ROLLOVER.jpg');	
}



