@media only screen and (max-device-width: 480px or max-device-width: 960px) {
	.navigation {
		display: none;
	}
}

body {
padding: 0px;
margin: 0px;
background-color: #00152a;
font-family: "Optima Heavy", "Lucida Grande", "Georgia";
}

a, a:visited {
color: #bed2e7;
}

#nav {
width: 100%;
height: 50px;
background-color: #00152a;
}

#header { 
border-top: 2px solid #666;
border-bottom: 2px solid #666;
background-image: url(header-gradient.png);
background-repeat: repeat-x;
background-position: top left;
height: 200px;
padding-left: 50px;
padding-right: 50px;
margin: 0px;
position: relative;
}

#links {
position: absolute;
right: 30px;
bottom: 8px;
}

#links a {
display: block;
font-size: 20px;
color: white;
font-family: "Optima Heavy", "Lucida Grande", "Georgia";
text-decoration: none;
padding: 15px;
padding-bottom: 10px;
border-left: 2px solid #666;
border-right: 2px solid #666;
border-top: 2px solid #666;
-webkit-border-radius: 5px 5px 0px 0px;
margin-bottom: -10px;
/*background-color: #17426f;*/
}

#dartpal-link {
	height: 125px;
}

#appstore-link {
	position: absolute;
	top: 15px;
	right: 300px;
}

#twitter-link {
	position: absolute;
	top: 85px;
	right: 295px;
}

#links a.selected {
background-color: #00152a;
}

#hot-tea {
margin-top: 30px;
width: 300px;
}

#teacup {
position: relative;
top: -60px;
left: -50px;
}

#appstore {
margin: 20px;
border: 0px;
}

#twitter {
margin: 20px;
border: 0px;
}

#dartpal {
position: absolute;
right: 35px;
bottom: 5px;
right: 5px;
}

#dartpal-logo {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 250px;
}

#content {
background-color: #00152a;
width: 100%;
height: 300px;
position: relative;
}

#description {
font-size: 18px;
color: white;
position: absolute;
top: 10px;
right: 345px;
left: 20px;
clear: none;
}

#description p {
font-family: "Helvetica Neue", "Verdana";
}

#screenshots-link {
	margin-top: 30px;
	position: absolute;
	right: 50px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	background-color: #369;
	padding: 10px;
	border: 2px solid #ccf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}

#modal-background {
	width: 100%;
	height: 100%;
	opacity: 0.95;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#screenshot {
	margin: auto;
	width: 320px;
	height: 480px;
	margin-top: 80px;
	overflow: hidden;	
	white-space: nowrap;
	opacity: 1.0;
}


#screenshot-inner {
	white-space: nowrap;
}

#screenshot img {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

#screenshot-nav {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 320px;
	height: 45px;
	margin: auto;
	position: relative;
	top: 60px;
}

#leftarrow {
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#screenshot-desc {
	font-size: 14px;
	color: #000;
	text-align: center;
	vertical-align: center;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 35px;
	right: 35px;
}

#rightarrow {
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#close {
	width: 100%;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	color: #369;
	font-size: 18px;
}

#footer {
position: absolute;
bottom: 14px;
color: white;
left: 20px;
font-size: 10px;
}

