/* Meyer reset from http://meyerweb.com/eric/tools/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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- */
/* heading elements */ 
      
h1 { 
  font-size: 2em; 
} 
      
h2 { 
  font-size: 1.5em; 
} 
      
h3 { 
  font-size: 1.17em; 
} 
      
h4 { 
  font-size: 1em; 
} 

h5 { 
  font-size: .83em; 
} 

h6 { 
  font-size: .67em; 
} 
h1, h2, h3, h4, h5, h6 {
  padding: 10px;
  font-weight: bold;
}
/* -- */

body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #666666;
  background-color: #ddd;
}

/* main structure */
#backdrop {
  width:960px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ddd;
}
#page {
  width:940px;
  margin: 0px auto;
}
#header {
  margin: 0px;
}
#topnavigation {
  margin: 0px;
}
#topnavigation a {
  display: inline-block;
  text-decoration: none;
  color: #666;
  margin: 0px;
  padding: 10px;
  height: 20px;
  background-color: #fff;
  -moz-border-radius-top-left: 15px;
  -moz-border-radius-top-right: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#topnavigation a.selected, #topnavigation a.selected:hover  {
  background-color: #888;
  color: #fff;
}
#topnavigation a:hover {
  background-color: #21759b;
  color: #fff;
}
.bar {
  height: 8px;
  background-color: #888;
  margin: 0px;
}
#content {
  margin: 0px;
  background-color: #fff;
}
.icon, .appstore {
  display: inline-block;
  float: left;
  margin: 10px;
}
{
  position: relative;
  top: 40px;
  display: inline-block;
}
.apptext {
  position: relative;
  display: inline-block;
}

/* ---- */
a {
	color: #21759B;
	text-decoration:none;
}
a:hover {
	color: #d54e21;
	text-decoration:underline;
}
p {
  /* width: 90%; */
  /* margin: 10px auto; */
  margin: 10px;
  background-color: #f7f7f7;
  padding: 10px;
}
#privacy p {
  font-size: .83em; 
  background-color: #fff;
  padding: 0px;
}
li {
  margin-left: 10px;
}
#features {
  position: relative;
}
#screenshot {
  width: 388;
  height: 736;
  float: left;
}
#screenshot img {
  padding: 10px;
}
#feature-text {
  position: relative;
  top: 115px;
  width: 552px;
  float: right;
}
#feature-text li img {
  position: absolute;
  top: -105px;
  left: -378px; /* 388 to get to screenshot, 10 for padding */
  z-index: -1;
}
#feature-text li:hover img {
  z-index: 2;
}
/* Shadow */
.icon {
  -moz-box-shadow: 0 0 3px 3px #ddd;
  -webkit-box-shadow: 0 0 3px 3px #ddd;
  box-shadow: 0 0 3px 3px #ddd;
}
/* Rounded corners */
p, .icon, #features li {
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* normal text */
#feature-text li {
  color: #666;
  background-color: #f7f7f7;
}
/* highlighted text */
#feature-text li:hover {
  color: #000;
  background-color: #ddd;
}
/* highlight elements for test purposes */
.test {
  background-color: #ffdddd;
  border: 1px solid red;
}
.clear {
  clear: both;
}
#feature-text li {
  padding: 10px;
  margin: 10px;
}
{
  background-image:url('images/stripe3.png');
  background-color: #ffdddd;
  background-color: rgba(255,0,0,0.2);
}
{
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-family: Georgia, Times, "Times New Roman", serif;
}
