.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('/javamedia/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	letter-spacing: -0.04em;
	font-weight: 900;
}

h1 { font-size: 5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

.tagline {
	margin: 10px 0 20px;
	line-height: 1.4em;
	font-weight: 300;
}


.dandt {
	margin: 10px 0 0 6px;
	font-size: 0.75em;
	display: inline-block;
	text-transform: uppercase;
}

#mainTitle {
	width: 30%;
	float: left;
}

#sbackgroundWrap {
	width: 60%;
	margin: 0 15px 15px 0;
}

.slider {
	border: 15px solid #FFF;
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.panel {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	border-bottom: 1px solid #AAA;
}

#faq {
	padding: 40px 0 60px;
}

.dark, .dark .feature {
	color: #FFF;
}

.dark a {
	color: #FFF;
	font-weight: 900;
}

.light, .dark {
	padding: 0 10px;
	font-family: Verdana;
	font-weight: 300;
	z-index: 2;
	position: relative;
	letter-spacing: 1;
	line-height: 1.4em;
}

.yellow {
	color: #FFF;
	background: #DB2;
}

.gplay {
	background: url('/javamedia/gplay.png');
}

.grey {
	color: #CCC;
	background: url('/javamedia/oliva.png');
}

.white {
	background: url('/javamedia/gplay.png');
}

.pink {
	background: #FFD2E2;
}

.diagonal {
	background: url('/javamedia/diagonal.png');
}

.escheresque {
	background: url('/javamedia/escheresque.png');
}

.panelInner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

header {
	padding: 70px 0 40px;
	overflow: hidden;
	background: url('/javamedia/bg.png');
	color: #333;
}

.left, .right {
	width: 44%;
	margin: 0 6% 0 0;
	padding: 20px 0;
	float: left;
}

.feature {
	padding: 1em 0 0.5em;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #333;
}

p {
	margin: 0.5em 0;
}

pre {
	margin: 15px 0;
	padding: 0 5px 0 20px;
	background: #777;
	border-radius: 3px;
	border: 1px solid #FFF;
}

code {
	color: #FFF;
	font-family: Courier, monospace;
	font-size: 0.8em;
}

span {
	margin: 0 0 0 25px;
}

.title {
	width: 100%;
	display: block;
	padding: 20px 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	
}

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=85);
    	-moz-opacity:0.85;
    	-khtml-opacity: 0.85;
    	opacity: 0.85;
}

.download {
	color: #246810;
}

.download:hover {
	color: #0B0;
}

.slide {
	padding-top: 70%;
	width: 100%;
	text-align: center;
}

.wood {
	background: url('/javamedia/wood.png');
}

.textonly {
	width: 80%;
	margin: 0;
	padding: 0 10%;
	position: absolute;
	top: 35%;
	left: 0;
}

#meet {
	margin: 0;
	font-weight: 700;
}

.twitter-share-button {
	margin: 10px 5px;
	display: block;
}

footer {
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 0.7em;
}

footer a {
	margin: 0 10px;
	font-weight: 300;
}

.sssnext, .sssprev {
	background: url('/javamedia/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

/******************** media queries ********************/


@media screen and (max-width: 1000px) {
#mainTitle, #slideWrap {
	width: 100%;
	margin: 15px 0 0
}

#nav {
	margin: 0 0 20px;
}

#nav h4 {
	margin: 0 16px 0 0;
	display: inline-block;
}

}


@media handheld, only screen and (max-width: 500px) {
.entry, #sizer {width: 100%}
}