html {
	height: 100%;
}

body, p, span, div, h1, h2, a, button {
	font-family: 'Open Sans', sans-serif;
	color: white;
}

p, li, span {
	letter-spacing: 1px;
}

p, span, div, h1, h2 {
}

a {
	text-decoration: none;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: black;
	background-image:url('../images/twinkle_twinkle.png');
	background-attachment:fixed;
}

hr {
	border: none;
	background-color: white;
	height: 1px;
}

button {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

button:hover {
	cursor: pointer;
}

.quote {
	color: orange;
}

.clear {
	clear: both;
}

#background_two {
	position: fixed;
	top: 300px;
	width: 920px;
	bottom: 0;
	left: 50%;
	margin-left: -460px;
	background-image:url('../images/noisy_net.png');
	padding: 0;
}

#background_three {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	background-image:url('../images/stressed_linen.png');
	background-attachment:fixed;
}

/******* header *********/

#header {
	margin: 0;
	padding: 0;
}

h1.header {
	text-align: left;
	font-size: 2.5em;
	text-shadow: -2px 3px #000;
	padding: 10px 0 10px 0;
	margin: 0;
}

/******* content *********/

#content_header {
	margin-bottom: 40px;
}

#content_wrapper {
	position: relative;
	min-width: 320px;
	max-width: 920px;
	margin: 0 auto;
}

#content {
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: black;
	background-image:url('../images/noisy_net.png');
	text-align: left;
	margin: 0;
	padding: 0;
	min-height: 400px;
}

#content_body {
	margin: 0;
	padding: 0 50px 40px 50px;
}

#content a {
	color: rgba(0, 153, 204, 1);
}

/******* Footer *********/

#footer {
	padding: 0;
}

#footer > ul {
	list-style: none;
}

#footer li {
	display: inline-block;
	padding: 0 0 20px 0;
	margin: 0;
}

/******* Header *********/

.header .logo {
	height: 60px;
	width: 60px;
	margin-right: 10px;
}

#play {
	background-color: black;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;

	height: 60px;
}

#play img:hover {
	border: 2px solid rgba(0, 153, 204, 1);
}

#play img {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid transparent;
	margin: 0;
	margin-bottom: -20px;
	padding: 0;
}

/******* index ********/

#home p {
	margin-bottom: 30px;
}

#example_one {
	margin: 0 30px 10px 0;
	float: left;
	height: 458px;
	width: 275px;
	border: 4px solid black;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.app_name {
	font-size: 1.5em;
}

.large {
	font-size: 1.5em;
}

/******* Demo *********/

#demo_wrapper {
	text-align: center;
}

#demo {
	width: 530px;
	display: inline-block;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0;
	margin: 0 0 0 0;
	background-color: black;
	min-height: 832px;
}

#preload {
	display: none;
}

#android_box {
	font-size: 2em;
	text-align: left;
	color: black;
	border-bottom: 2px solid rgba(0, 153, 204, 1);
	padding: 10px 0 5px 15px;
}

#android_box p {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
}

#screencap {
	padding: 10px 0 0 0;
	text-align: left;
	clear: both;
}

#screencap img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#screencap button {
	font-size: 2em;
}

#examples button {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/*********** INFO **************/

#info {
	text-align: left;
	margin: 0 0 0 0;
	list-style: none;
	padding: 0 0 0 0;
	float: left;
}

#info li {
	display: inline-block;
}

#info a {
	display: inline-block;
	text-decoration: none;
	color: white;
}

#info button, #info a {
	text-align: center;
	background-color: transparent;
	border-bottom: 2px solid transparent;
	min-width: 95px;
	padding: 15px 0 10px 0;
	margin: 0;

	transition: border-bottom 0.3s ease-in;
	-webkit-transition: border-bottom 0.3s ease-in;
	-moz-transition: border-bottom 0.3s ease-in;
}

#info .active {
	border-bottom: 2px solid rgba(0, 153, 204, 1);
}

/*********** SOCIAL **************/

ul#social {
	padding: 10px 0 10px 10px;
	margin: 0px 0px 0 0;
	list-style: none;
	float: right;
}

ul#social li {
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 90px;
}

#social li#conjure_facebook > div {
	top: -5px;
}

#conjure_facebook {
	margin-right: 10px;
}

/*********** Jesse **************/

#jesse {
	background-color: transparent;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 7px 0 7px 7px;
	margin: 0 20px 20px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*********** FEATURES **************/

#features h2 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

#features p {
	text-shadow: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#features li, #features p, #features span {
	color: rgba(66, 240, 255, 1);
}

#features .description {
	float: left;
	max-width: 740px;
	margin: 0;
	padding: 0;
}

#features .bullet {
	height: 25px;
	width: 25px;
	margin: 0 15px 15px 0px;
	float: left;
}

.note {
	font-size: .75em;
	color: orange !important;
}

#features ul, #features ol {
	margin-top: 0;
}

/*********** Videos **************/

#videos {
	text-align: center;
}

/*********** Download **************/

img.logo {
	float: left;
	height: 160px;
	width: 160px;
	margin-right: 40px;
}

/************ blog ********/
#calendar_example {
	float: right;
	border: 2px solid white;
	margin: 5px 0 10px 10px;
	max-width: 400px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

