@font-face {
	font-family: Harabara;
	src: url('Harabara.ttf');
}
body {
	text-align: center;
	color: #2E2E2E;
	font-family: Harabara;
	background: url('lulz_bg.png');
	background-repeat:repeat-y;
	margin:10px 7% 10% 7%;
	-webkit-transition: -webkit-transform 2s;
		transition: transform 2s;
}

.tilt {
	transform: rotate(12deg);

	-webkit-transform: rotate(12deg); /* Safari and Chrome */
	 /* Safari */
}

#titlebar {
	text-align:left;
	width:100%;
	margin: 40px 0px;
}
#logoimage {
    width:50%;
    max-width:800px;
    min-width:360px;
    height: auto;
    display:inline;
}

#appstorelink {
	width:15%;
	height: auto;
	position: absolute;
	top: 8%;
	right:12%;
}

#socialbar {
	display:inline;
	margin:0px auto;
	padding:0px;

}

.socialbutton {
	padding: 10px;
	margin: 0px;
}

#maintext {
	font-family:Tahoma, Geneva, sans-serif;
	width:50%;
	position:relative;
	left:180px;
	margin:80px auto 20px auto;

}

#updatepromo {
 	  color: black !important;
		font-family: Harabara;
		font-size:3em;
}

#updatepromo a {
		color:black !important;
}

#main1 {
	font-size:1.75em;
	font-family: Harabara;
}

#main2 {
	font-size:1.25em;
}


#demopane {
	float:left;
	position:absolute;
	left:12%;
	top:400px;
	max-width: 320px;
	margin:0;
	overflow:hidden;
	text-align:left;
}

#iphoneframe {
	z-index:1000;
	max-width:320px;

}

#slider {
  position:relative;
  float:left;
  width:280px;
  height:615px;
  top:-622px;
  left:20px;
  margin:0px auto;
  overflow: hidden;

}

.democontent {
  width:100%;
  height:100%;
  position: absolute;
		z-index:-1;
}

div.democontent img {
		width: 100%;
		height: auto;
		z-index:-1;
}

#navbar {
	margin:5px;
	height:200px;
	display:inline;
	text-align:center;
	width:50%;
	position:relative;
	left:180px;
	margin:0px auto;
}

.navitem {
	display:inline;
	cursor:pointer;

}

.navitem img {
	width:120px;
	height:auto;
	border-width: 2px;
	border-style: inset;
	border-radius: 5px;
	padding: 5px;
	margin:10px;
	transition : border 200ms ease-out;
  	-webkit-transition : border 200ms ease-out;
  	-moz-transition : border 200ms ease-out;
  	-o-transition : border 200ms ease-out;
}

.currentnavitem img {
	border-width: 5px;
}


#feature{
	height:175px;
	width:50%;
	margin: 0px auto;
	position:relative;
	left:180px;
}
.featureheadline {
	font-size:2em;
	background-color: #CC0033;
	color:white;
	margin-bottom: 0px
}

.featureblurb {

}

.currentblurb {

}

li {
	font-family:Tahoma, Geneva, sans-serif;
	size:1.5em;

}

a {
	text-decoration:none !important;
}

#footerbar {
	text-align:center;
	height: 30px;
	width: 100%;
	font-size:1.5em;
	position: relative;
	top:10px;

}

.footeritem {
	padding: 5px;
	display:inline;
	background-color:#CC0033;
	cursor:pointer;
	color:white !important;
}

.footeritem a {
		color:white !important;
}



#floater {
	position:absolute;
	top:20%;
	left:20%;
	z-index:5000;
	border-width:4px;
	border-color:black;
	border-style:solid;
	border-radius:6px;
	background-color:rgba(255,255,255,0.98);
	display:none;
	padding:20px;
	box-shadow:0px 3px 1px #CC0033;
}

#closebutton {
	position:absolute;
	z-index:5001;
	top:-20px;
	left:-20px;
	cursor:pointer;
}

#floater p {
	font-size:1.25em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}
