/*  Mobelux.com style.css							*/
/*													*/
/*  Created by Jeff Rock on 9/1/08.					*/
/*  Copyright 2008 Mobelux. All rights reserved.	*/

html {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #4a98cb;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	-webkit-text-size-adjust: none;
	background-color: #d6ecfa;
	background-image: url(images/htmlBg.png);
	background-repeat: repeat-x;
	height: 100%;
}

* html #wrapper{
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}

img {
	border-style: none;
}

.badges {
	padding: 10px 0 0 0;
}

.appstore_button {
	float: left;
}
.twitter_button {
	padding: 10px 0 0 7px;
	float: left;
}

.facebook_button {
	padding: 10px 0 0 7px;
	float: left;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-image: url(images/wrapperBg.png);
	background-repeat: repeat-y;
	min-height: 100%;
}

#content {
	width: 530px;
	float: left;
	text-align: left;
	height: 100%;
	min-height: 450px;
	background-image: url(images/contentBg.png);
	background-repeat: no-repeat;
}

#sidebar {
	width: 270px;
	float: left;
	text-align: left;
	min-height: 450px;
	background-image: url(images/sidebarBg.png);
	background-repeat: no-repeat;
}

.feature {
	margin: 30px 0 0 20px;
	float: left;
}

.feature h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

.feature p {
	margin: 0;
	padding: 0 30px 0 0;
}

.feature img {
	float: right;
	padding-left: 20px;
}

.faq {
	margin: 30px 0 0 20px;
}

.supportLink {
	margin: 30px 0 0 20px;
}

#content a {
	text-decoration: none;
	color: #2fae08;
}

#content ul {
	list-style-type: disc;
	width: 500px;
}

#content ul li {
	padding: 0;
	text-decoration: none;
}

#content h2 {
	font-size: 18px;
}

.selectedListItem {
	color: #fff;
	background-image: url(images/selectedPageLinkBackground.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 18px;
	list-style-position: inside;
	text-shadow: rgba(51,161,229,1.0) 0 1px 0;
	-webkit-text-size-adjust: none;
}

.selectedListItem a {
	color: #FFF;
}

.unselectedListItem {
	line-height: 18px;
	list-style-position: inside;
}

#sidebar ul {
	list-style-image: url(images/starBullet.png);
	font-size: 18px;
}

#sidebar ul li {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: -40px;
}

#sidebar ul a {
	text-decoration: none;
	color: #4a98cb;
}

#sidebar ul a:hover {
	color: #fff;
	text-shadow: rgba(51,161,229,1.0) 0 1px 0;
	-webkit-text-size-adjust: none;
}

#sidebar p {
	padding: 0 0 0 15px;
}

#sidebar img {
	padding: 10px 0 0 10px;
}

#sidebar a {
	color: #2fae08;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-shadow: rgba(47,174,8,1.0) 0 1px 0;
	-webkit-text-size-adjust: none;
}

#footer {
	width: 141px;
	clear: both;
	padding: 50px 0 20px 500px;
}
