
/* Reset CSS */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
html
{
	min-height:100%;
}

body
{   min-height:100%;
	background:url(//assets.crowdsurge.com/datacapture/jacksonbrowne/3bg.jpg?v3) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height:100%;
	margin:0;
	color:#ffffff;
	line-height:1.1em;
 	font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",  Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:12px;
 font-weight:200;
	text-align:center;
}

body.store{background:url("//assets.crowdsurge.com/datacapture/jacksonbrowne/3bg.jpg?v123") no-repeat scroll right top / 1200px auto black; }



a
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	color:#ffea80;
}



#content
{

}
.store #content {
    height:100%;
}



#main {
    position:relative;
    z-index:104;
    height:100%;
		display:none;
}




.store .cs-container {display:block; height:100%;}
/*.store #cs-data {display:none;}*/
.cs-container {
    margin: auto;
    max-width: 820px;
    display:none;
}
#cs-data {
	margin:7% auto 0px;
	max-width:540px;
	display:block;
}



#continuelink {
    background: none;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    width:300px;
    font-weight: 100;
    margin: auto;
    padding: 8px 0;
    position: absolute;
    left: 50%;
    margin-left:-150px;
    text-decoration: underline;
    top: 0;
    z-index: 101;
}

#continuelink:hover {opacity:0.8;}

@media only screen
and (max-width : 660px) {
body.store {background:black;}
body {background:black;}
}
