/* @override http://momento/css/global.css */
/* @override http://momentolocal/css/global.css */

/* @group Global */

* {
	margin: 0; padding: 0; outline: none; border: 0;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

html, body {
	height: 100%;
}

body {
	background: #342819 url(../images/layout/bg.jpg) center top;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .75em;
}

#site_wrap {
	background: transparent url(../images/layout/pattern.png) repeat;
	width: 100%;
	min-height: 100%;
}

#middle {
	background: transparent url(../images/layout/bg.jpg) center -159px;

}

.pageWrap {
	width: 940px;
	margin: 0 auto 0px auto;
	position: relative;
}

.clear {
	height: 0;
	width: 0;
	clear: both;
}

/* @end */

/* @group Typography */

h1 {
	font-size: 1.3em;
		line-height: 1.4em;
	color: #fffff7;
	text-shadow: #000 0 1px 0;
	margin-bottom: .5em;
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

/* @end */

/* @group Help & Support Tag */

#help_tag {
	width: 36px;
	height: 116px;
	position: absolute;
	left: -4px;
	top: 239px;
	background: url(../images/layout/help_tag.png) no-repeat left top;
	z-index: 2;
}

#help_tag:hover {
	left: -1px;
}

#help_tag:active {
	left: 0px;
}

#help_tag a {
	display: block;
	width: 36px;
	height: 116px;
	text-indent: -999px;
	overflow: hidden;
}

/* @end */

/* @group Header */

#header {
	height: 159px;
	background: transparent url(../images/layout/header.png) repeat-x center center;
}

#header .pageWrap {
	background: url(../images/layout/light.png) 350px 0 no-repeat;
}

#logo {
	width: 326px;
	height: 73px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/layout/logo.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 43px;
}

#tag {
	width: 265px;
	height: 200px;
	position: absolute;
	right: 144px;
	top: -13px;
	background: url(../images/layout/tag.png) no-repeat center center;
	z-index: 3;
}

#tag:active {
	top: -12px;
}

#tag a {
	display: block;
	width: 265px;
	height: 200px;
	text-indent: -999px;
	overflow: hidden;
}

#buy_text {
	width: 200px;
	height: 83px;
	background: url(../images/layout/buy_text.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 37px;
	z-index: 3;
}

#buy_text:active {
	top: 38px;
}

#buy_text a {
	display: block;
	width: 200px;
	height: 83px;
	text-indent: -999px;
	overflow: hidden;
}

/* @end */

/* @group Page */

#leftCol {
	float: left;
	width: 628px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#rightCol {
	float: right;
	width: 340px;
	text-align: center;
	margin-right: -30px;
	margin-top: -37px;
	padding-top: 0px;
	padding-bottom: 30px;
	/*position: relative;
	top: -60px;*/
}

#intro {
	color: #fffff7;
	text-shadow: #000 0 1px 0;
}
ul.list{
	font-size: 1.2em;
	margin-bottom: 30px;
}
ul.list li{
	list-style: none;
	padding-left: 15px;
	background: url(../images/layout/list.png) no-repeat 0 6px;
	color: #fffef4;
	padding-bottom: 5px;
	text-shadow: #000 0 1px 0;
}
#iphone {
	height: 580px;
	width: 340px;
	background: url(../images/layout/iphone.png) center no-repeat;
	margin: auto;
	position: relative;
}
div.requirements {
	font-size:.9em;
	color: #625a4e;
	text-shadow: #000 0 1px 0;
}
div.requirements span{
	display: block;
	margin-bottom: 5px;
}
/* @end */

/* @group Polaroids */

div#polaroids {
	height: 100px;
	margin: 25px 0 25px -3px;
}
div#polaroids .last {
	margin: 0;
}
div.polaroid {
	float: left;
	margin-right: 20px;
}
div.polaroid a:active {
	position: relative;
	top: 1px;
}
div.polaroid a, div.polaroid {
	height: 95px;
	cursor: pointer;
	width: 88px;
	overflow: hidden;
	display: block;
}
div.polaroid span {
	background: url(../images/layout/polaroid.png);
	height: 95px;
	width: 88px;
	overflow: hidden;
	display: block;
	margin-bottom: -95px;
	z-index: 1;
	position: relative;
}
div.polaroid img {
	margin: 16px 9px;
	z-index: 0;
	position: relative;
	border: 0;
}
/* @end */

/* @group Features */

div#socialfeeds, div#features {
	float: left;
}

div#features h2, div#socialfeeds h2 {
	padding: 0;
	text-indent: -9999px;
	height: 40px;
	width: 150px;
	overflow: hidden;
}

div#features h2 {
	background: url(../images/layout/features.png) no-repeat;
}

div#socialfeeds h2 {
	background: url(../images/layout/socialfeeds.png) no-repeat;
}

div#features .last {
	margin: 0;
}
div#socialfeeds ul, div#features ul{
	list-style: none;
	float: left;
	margin-right: 40px;
	font-size: 1.1em;
	color: #fff;
	text-shadow: #000 0 1px 0;
}

div#socialfeeds ul li, div#features ul li {
	padding:0 0 9px 25px;
	background-repeat: no-repeat;
	background-position: 0 -2px;
}
li.twitter {background-image: url(../images/icons/twitter.png);}
li.facebook {background-image: url(../images/icons/facebook.png);}
li.flickr {background-image: url(../images/icons/flickr.png);}
li.lastfm {background-image: url(../images/icons/lastfm.png);}
li.more {background-image: url(../images/icons/more.png);
	color: #625a4e;
}
li.events {background-image: url(../images/icons/events.png);}
li.people {background-image: url(../images/icons/people.png);}
li.places {background-image: url(../images/icons/places.png);}
li.tag {background-image: url(../images/icons/mytags.png);}
li.camera {background-image: url(../images/icons/camera.png);}
li.feed {background-image: url(../images/icons/feed.png);}
li.rate {background-image: url(../images/icons/rate.png);}
li.lock {background-image: url(../images/icons/lock.png);}

/* @end */

/* @group Footer */

div#footer {
	background: url(../images/layout/footer-bg.png) repeat-x;
	padding: 30px;
	font-size: 1.1em;
	color: #625a4e;
	text-shadow: #000 0 1px 0;
	position: relative;
}
div#footer a {
	text-decoration: none;
	color: #625a4e;
	text-shadow: #000 0 1px 0;
}
div#footer .pageWrap {
	height: 15px;
	font-size: .8em;
}
div.credit {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	height: 11px;
	padding-top: 2px;
	background: url(../images/layout/footer.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
div.credit a {
	display: block;
}
div#copy{
	float: left;	
}
div.socialfeed {
	float: right;
	height:16px;
}
div.socialfeed a{
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 3px;
	display:block;
	display: inline-block;
}
a.diggicon {
	width: 32px;
	height: 16px;
	background: url(../images/layout/digg.png);
}
a.twittericon, a.facebookicon {
	width: 16px;
	height: 16px;
}
a.twittericon {
	background: url(../images/layout/twitter-small.png);
}
a.facebookicon {
	background: url(../images/layout/facebook-small.png);
}
/* @end */

/* @group Screen */

#iphone {
	margin-bottom: 11px;
}

#iphone #screen {
	width: 243px;
	height: 365px;
	position: absolute;
	top: 109px;
	left: 50px;
	overflow: hidden;
}

#iphone #screen img {
	position: absolute;
	top: 15px;
	left: 0px;
	display: block;
}

/* @end */

/* @group Twitter */

#twitter {
	height:71px;
	width:260px;
	text-shadow: #000 0 1px 0;
	background: url(../images/layout/twitter_bird.png) no-repeat right bottom;
	position: absolute;
	right: 10px;
	bottom: 0px;
	margin-bottom: -5px;
}

#twitter a {
	text-decoration: none;
	color: #fff;
	margin-top: 27px;
	margin-left: 6px;
	font-size: 1em;
	display: block;
	background: url(../images/layout/twitter_bg.png) no-repeat left top;
	width: 202px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

#twitter a:active {
	margin-top: 28px;
}


/* @end */
