/*
Apple & Android Store Buttons
Author: elemis
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	background-attachment: fixed;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #2a2a2a;
	color: #bababa;
	font-size: 13px;
}
html, body {
	height: 100%;
}
#body-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -120px 0; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 120px; /* .push must be the same height as .footer */
}
a {
	text-decoration: none;
	color: #bababa;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #ad6069;
}
p {
	line-height: 24px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo500';
	color: #7da1bc;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 25px;
	text-align: center;
}
#intro-wrapper {
	background-color: #2a2a2a;
	min-width: 1000px;
	overflow: hidden;
	color: #bababa;
	margin-top: 50px;
}
#intro {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

code {
	background: #444444;
	padding: 5px 10px; 
	color: #fff; 
	text-shadow: 0 1px 1px #212121; 
	font-size: 12px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	display: block;
	float: right;
	max-width: 760px;
	margin-top: 10px;
	line-height: 16px;
}

ul.buttons li {
	clear: both;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/

a.appstore {
	background: #629ac4 url(style/images/button-appstore.png) repeat-x;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #232323;
	font-size: 13px;
	padding: 10px 20px;
	display: inline-block;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	font-family: 'Museo700';
	cursor: pointer;
}
a.appstore:hover {
	background-color: #79aed5;
}
a.appstore.blue {
	color: #232323;
	background-color: #629ac4
}
a.appstore.blue:hover {
	background-color: #79aed5;
}
a.appstore.green {
	color: #232323;
	background-color: #3b8c7f;
}
a.appstore.green:hover {
	background-color: #4da396;
}
a.appstore.lime {
	color: #232323;
	background-color: #889f4a;
}
a.appstore.lime:hover {
	background-color: #9fb661;
}
a.appstore.red {
	color: #232323;
	background-color: #b04755;
}
a.appstore.red:hover {
	background-color: #be5462;
}
a.appstore img {
	float: left;
	padding-right: 15px;
}
a.appstore span {
	padding-top: 4px;
	display: inline-block;
	word-wrap: normal;
	text-align: center;
}
a.appstore em {
	font-size: 18px;
	display: block;
	font-style: normal;
	padding-top: 4px;
}

a.appstore.market span {
	padding-top: 4px;
	display: inline-block;
	word-wrap: normal;
	text-align: center;
	font-size: 14px;
}
a.appstore.market em {
	font-size: 15px;
	display: block;
	font-style: normal;
	padding-top: 6px;
}