body {
	font: 12px Helvetica, sans-serif;
	margin: 0;
	

	/*background: rgb(180,175,165) url(../images/background.png) repeat-x top left;*/
	background-color: rgb(33,33,33);
	background-attachment: fixed;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(55,55,55,1.0)), to(rgba(15,15,15,1.0)));
	
	color: rgb(99,98,96);

	
}

html, body {
	height: 100%;
	min-height: 680px;
}

#page {
    height: 48%;
    min-height: 350px;

    position: relative;
    width: 900px;
    margin: 0 auto;
}

#body {
	
	bottom: -300px;
	
	position: absolute;
		
	left: 0;
	width: 900px;
	height: 600px;

	
}

#twitter {
    display: block;
    position: absolute;
    right: 27px;
    z-index: 0;
    background: url(../images/twitter.png) no-repeat top right;
    height: 55px;
    white-space: nowrap;
    line-height: 58px;
    text-align: right;
    padding-right: 75px;
    
    font-weight: bold;
    
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;

    opacity: 0.4;
    top: -30px;
    color: transparent;
    
}

#twitter span {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 55px;
    content: '';
    background: url(../images/twitter-blue.png);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
}

#twitter:hover {
    opacity: 1;
    color: #fff;
    top: -38px;
    text-shadow: #1CC3ED 0px 0px 10px;
}

#twitter:hover span {
    opacity: 1;
}

#twitter:hover + #wrapper {
	-webkit-box-shadow: #1CC3ED 0px 0px 15px;
	-moz-box-shadow: #1CC3ED 0px 0px 10px;	
}

#wrapper {
	background: rgb(180,175,165) url(../images/background.png) repeat-x top left;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 900px;
	margin: 0 auto;	

    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    
}


@media only screen and (max-device-width: 480px) { 
    #body {
        top: 40px;
        margin: 0 auto;
    }
}




#content {
	position: absolute;
	z-index: 99;

	left: 0;
	top: 0;
	height: 100%;
	width: 300px;
	
	/*background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)));*/
	background: url(../images/content-background.png) repeat-y top right;
	
}

#content .indicator {
	position: absolute;
	display: none;
	width: 7px;
	height: 15px;
	top: 260px;
	right: -6px;
	background: url(../images/indicator.png) no-repeat center right;
	
}


#content .sep {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgb(255,255,255);
	opacity: 0.95;
	filter: alpha(opacity=95);
}


#app {
	z-index: 9;
	position: absolute;
	left: 300px;
	width: 600px;
	top: 0;
	height: 100%;
	overflow: hidden;
}

#app .shadow {
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
	width: 15px;
	z-index: 2;
	background: url(../images/shadow.png) no-repeat 0 -130px;
}

#app .sep {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	
	background: rgb(0,0,0);
	opacity: 0.15;
	filter: alpha(opacity=15);
}



.reeder h1 {
	
	position: absolute;
	margin: 0;
	padding: 0;
	right: 40px;
	top: 58px;
	width: 199px;
	height: 80px;

	overflow: hidden;
	text-indent: -9999px;

	background: url(../images/reeder.png) no-repeat top left;
}

.reeder p {
	display: none;
}



#intro {
    position: absolute;
    top: 170px;
    left: 57px;
    width: 210px;
    color: rgb(140,135,125);
    line-height: 1.5;
	font-size: 13px;
}

#navigation {
	position: absolute;
	top: 275px;
	right: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
	display: block;
	padding: 5px 0;
	text-align: right;
}

#navigation ul li a {
    color: rgb(150,145,135);
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: color 0.25s linear;
	position: relative; 
	left: 0;	
}

#navigation ul li a:hover {
    color: rgb(140,135,125);
}

#appstore {
    position: absolute;
    bottom: 65px;
    right: 35px;
    width: 129px;
    height: 43px;
}
#appstore a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    width: 129px;
    height: 43px;
    background: url(../images/appstore.png) no-repeat top left;
    
}


a {
    text-decoration: none;
	outline: 0;
}

p {
    line-height: 1.3;
}

p a {
    color: rgb(88,86,82);
    font-weight: bold;
}

h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: rgb(150,145,135);
}
.page {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 520px;
	height: 540px;
}

.standard {
    top: 70px;
}

.standard h3  {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: normal;
    font-size: 14px;
}

.standard ul {
    margin: 0;
    padding: 5px 0 10px 10px;
    line-height: 1.8;
}
.standard ul li {
    background-position: center left;
    background-repeat: no-repeat;
    list-style: none;
}

.standard ul.small li {
    padding-left: 18px;
}
.standard ul.large li {
    padding-left: 23px;
    padding-top: 2px;
}

#contact {
    height: 400px;
	width: 450px;
    top: 22px;
    line-height: 1.5;
}


#contact p {
    position: relative;
    top: 290px;
}

#contact h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 7px;
    font-size: 100px;
    color: rgb(200,195,185);
    font-weight: bold;
}

.initial {
	display: block;
}

#index {
	margin-left: 60px;
	top: 10px;
	height: 600px;
	width: 400px;
		
}

#index .screen-wrapper {
	position: absolute;
	z-index: 1;
	width: 324px;
	height: 484px;
/*	background: url(../images/screen.png) no-repeat top left;*/
	
	top: 28px;
	left: 38px;
	
}

#index .legend {
    position: absolute;
    left: 0;
    width: 400px;
    height: 20px;
    top: 520px;
    text-align: center;
}

#index .screen {
	position: absolute;
	top: 35px;
	left: 40px;
	width: 320px;
	height: 480px;
	overflow: hidden;
	background: rgb(230,227,222);

    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    -webkit-border-radius: 6px;

    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    -moz-border-radius: 6px;

    box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    border-radius: 6px;
}

#index .screen img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
	position: absolute;
	top: 0;
	display: none;
}
#index .screen img.first {
	display: block;
}

#index .prev,
#index .next {
	font-family: 'Lucida Grande',sans-serif;
	position: absolute;
	top: 245px;
	text-decoration: none;
	color: rgb(160,159,157);
	font-weight: normal;
	font-size: 44px;
	text-align: center;
	line-height: 25px;
	width: 30px;
	height: 30px;
	
	-webkit-transition: color 0.25s linear;
}
 
#index .prev:hover,
#index .next:hover {
	color: rgb(110,109,107);
}
 
#index .prev {
	left: 0;
	display: none;
}
#index .next {
	right: 0;
}