*
{
	margin: 0;
	padding: 0;
}

html
{
	-webkit-font-smoothing: antialiased;
}

body
{
	background: rgb(248,248,248) url(http://everyday.s3.amazonaws.com/background.png) repeat-x scroll top left;
	color: rgb(83,83,84);
	font: normal normal normal 0.75em/1.5 "Lucida Grande", Arial, sans-serif;
}

a
{
	color: rgb(44,45,48);
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

#page
{
	margin: 0 auto;
	width: 800px;
}

#header
{
	overflow: hidden;
	margin: 27px 0;
}

#header h1
{
	text-indent: -9999px;
	background: transparent url(http://everyday.s3.amazonaws.com/logo.png) no-repeat scroll top left;
	height: 43px; width: 173px;
}

#buttons p
{
	text-indent: -9999px;
	background: transparent url(http://everyday.s3.amazonaws.com/available.png) no-repeat scroll top left;
	height: 34px; width: 206px;
}

#logo
{
	float: left;
}

#buttons
{
	float: right;
	overflow: hidden;
	margin-top: 4px;
}

#buttons a,
#buttons p
{
	float: left;
}

#buttons a
{
	background: url(http://everyday.s3.amazonaws.com/download.png) no-repeat 0 0;
	display: block;
	height: 34px;
	margin-left: 5px;
	width: 115px;
	text-indent: -9999px;
}

#buttons a:hover
{
	background-position: 0 -38px;
}

#buttons a:active
{
	background-position: 0 -76px;
}

#content
{
	width: 800px;
}

#youtube
{
	padding: 25px 0;
}

#youtube object,
#youtube img
{
	-webkit-box-shadow:0px 1px 2px #999999;
	-moz-box-shadow:0px 1px 2px #999999;
	box-shadow:0px 1px 2px #999999;
}

#youtube img
{
	cursor: pointer;
}

object, embed
{
	margin-bottom: -4px;
}

#information
{
	overflow: auto;
	margin: 15px;
}

.row
{
	overflow: auto;
	margin-bottom: 25px;
}

.screenshot
{
	float: left;
	overflow: hidden;
	width: 380px;
	vertical-align: middle;
}

.screenshot a
{
	cursor: -webkit-zoom-in;
}

#ZoomImage
{
	cursor: pointer;
	cursor: -webkit-zoom-out;
}

.screenshot img,
.screenshot p
{
	float: left;
}

.screenshot p
{
	margin-left: 15px;
	width: 285px;
}

.row
{
	overflow: hidden;
}

.row:first-child .screenshot:first-child p
{
	margin-top: 20px;
}

.row:first-child .screenshot:last-child p
{
	margin-top: 40px;
}

.row:last-child .screenshot:first-child p
{
	margin-top: 40px;
}

.row:last-child .screenshot:last-child p
{
	margin-top: 20px;
}

#additional
{
	overflow: hidden;
}

#download
{
	float: left;
}

#download a
{
	background: url(http://everyday.s3.amazonaws.com/appstore.png) no-repeat 0 0;
	display: block;
	height: 34px;
	width: 325px;
	text-indent: -9999px;
}

#download a:hover
{
	background-position: 0 -38px;
}

#download a:active
{
	background-position: 0 -76px;
}

#social
{
	float: right;
	font-size: 11px;
	margin-top: 5px;
	overflow: hidden;

}

#social p,
#social iframe,
#social a
{
	float: left;
}

#social p
{
	line-height: 2.0;
	margin-right: 5px;
}

hr
{
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: 30px 0;
}

#footer
{
	font-size: 0.916em;
	color: rgb(44,45,48);
	margin-bottom: 30px;
}

#easter
{
	font-weight: normal;
	cursor: text;
}

#easter:hover
{
	text-decoration: none;
}