/* @group General */

* {
	margin: 0;
	padding: 0;
}

:focus { -moz-outline-style: none; }

.clear {
	clear: both;
}

body {
	background-color: #424242;
	background-image: url(images/home-bg.jpg);
	color: #b1b1b1;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #62d6ff;
}

a:hover {
	color: #bbedff;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(images/home-top-bg.jpg) repeat-x;
}

.bgHighlight {
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
	background: url(images/home-highlight-bg.png) no-repeat center top;
}

.bgMenu {
	position: absolute;
	left: 0;
	width: 100%;
	height: 140px;
	background: url(images/home-menu-bg.png) repeat-x;
}

.mirageBoxLogo {
	position: absolute;
	width: 370px;
	height: 90px;
	top: 4px;
	left: 0px;
	background: url(images/miragebox-logo.png) no-repeat;
}

.pageWrapper {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Menu */

.menuButtonsWrapper {
	position: absolute;
	width: 500px;
	height: 65px;
	top: 18px;
	right: 0;
}

.menuButton {
	float: right;
	margin-top: 13px;
	height: 50px;
	background: url(images/menu-button-applications.png) no-repeat 0 0;
}

.menuButton:hover {
	background-position: 0 -50px;
}

.menuButton:active {
	background-position: 0 -100px;
}

.menuButton.applications {
	background-image: url(images/menu-button-applications.png);
	width: 135px;
}

.menuButton.about {
	background-image: url(images/menu-button-about.png);
	width: 116px;
}

.menuButton.blog {
	background-image: url(images/menu-button-blog.png);
	width: 89px;
}

.menuButton.twitter {
	background-image: url(images/menu-button-twitter.png);
	width: 119px;
}

.twitterBird {
	position: absolute;
	width: 32px;
	height: 30px;
	right: 20px;
	top: -4px;
	background: url(images/twitter-bird.png) no-repeat;
}

/* @end */

.contentWrapper {
	position: relative;
	width: 100%;
	top: 120px;
}

.mainPhone {
	position: absolute;
	width: 310px;
	height: 580px;
	top: 0;
	left: 0;
	background: url(images/phone-background.png) no-repeat;
}

.appContent {
	position: relative;
	width: 510px;
	left: 440px;
	padding-top: 10px;
}

.appIcon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(images/app-icon-mooch.png) no-repeat;
	left: -100px;
}

.appName {
	position: relative;
	width: 250px;
	height: 85px;
	background: url(images/app-name-mooch.png) no-repeat 0 15px;
}

.appStore {
	position: absolute;
	width: 190px;
	height: 80px;
	background: url(images/app-store-link.png) no-repeat;
	right: -10px;
	top: 7px;
}

.appStore:hover {
	background: url(images/app-store-link.png) no-repeat 0 -80px;
}

.appDescription {
	line-height: 20px;
	text-shadow: #000 0 1px 0;
}

/* @group Screenshots */

.appScreenshots {
	position: relative;
	width: 550px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: -11px;
}


.screenshotWrapper {
	float: left;
	width: 120px;
	height: 160px;
	background: url(images/mooch-screenshot-01.png) no-repeat;
	margin-right: 8px;
}

.screenshotWrapper.mooch01 {
	background-image: url(images/mooch-screenshot-01.png);
}

.screenshotWrapper.mooch02 {
	background-image: url(images/mooch-screenshot-02.png);
}

.screenshotWrapper.mooch03 {
	background-image: url(images/mooch-screenshot-03.png);
}

.screenshotWrapper.mooch04 {
	background-image: url(images/mooch-screenshot-04.png);
}

.screenshotCover {
	position: absolute;
	width: 120px;
	height: 160px;
	background: url(images/screenshot-cover.png) no-repeat 0 -160px;
}

.screenshotCover:hover {
	background-position: 0 0;
}

.screenshotCover img {
	border: none;
	width: 0;
	height: 0;
}

/* @end */

.appFeaturesTitle {
	font-size: 16px;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
	color: #fff;
	padding-bottom: 13px;
}

.appFeaturesList {
	margin-left: 16px;
}

.appFeaturesList li {
	padding-bottom: 7px;
	text-shadow: #000000 0px 1px 0;
}

.mirageBoxFooter {
	font-size: 12px;
	color: #5a5a5a;
	text-shadow: #000000 0 1px 0;
	padding: 50px 0 20px 20px;
}

.mainPhoneVideo {
	position: absolute;
	width: 224px;
	height: 335px;
	left: 44px;
	top: 99px;
	overflow: hidden;
}

.accessability {
	position: absolute;
	left: -9000px;
}

.comingSoonBadge {
	position: absolute;
	top: -15px;
	right: -10px;
	width: 115px;
	height: 115px;
	background: url(images/coming-soon-badge.png) no-repeat 0 0;
}

.comingSoonBadge:hover {
	background-position: 0 -2px;
}

.rightContentWrapper {
	float: right;
	width: 300px;
	top: 0;
}

/* Blog */

div.title h2 a {
	font-size: 24px;
}

div.postmeta {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

.entry p {
	padding-bottom: 10px;
}
