/* @override file:///Users/joeldrapper/Dropbox/Instant%20Install/Version%202/Website/style.css */


/* @group Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, img{ margin: 0; padding: 0; border: 0; }


/* @end */

/* @group General Styles */

body{
	background: #222 url(background.png) top center;
    font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 13.5pt;
	color: #eee;
	line-height: 1.5;
}

p{
	padding: 15px 0;
}

/* @group Anchors */

a{
	color: #539bff;
	text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.download{
	display: block;
	float: right;
	width: 220px;
	background: rgba(0,0,0,0.2) url(images/download.png) center 30px no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
	padding-top: 170px;
	text-align: center;
	color: white;
}

a.download:hover{
	background: rgba(0,0,0,0.4) url(images/download.png) center 30px no-repeat;
	text-decoration: none;
}

/* @end */

/* @group Headings */

h1.logo{
	text-indent: -90000px;
	overflow: hidden;
	background: url('images/logo.png');
	width: 120px;
	height: 88px;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
}

h2{
	background: url('images/curlybrace.png') no-repeat;
	padding: 12px;
	padding-left: 50px;
	width: 450px;
	height: 128px;
	font-size: 28pt;
	line-height: 1.3;
	overflow: hidden;
	float: right;
	font-weight: normal;
	margin-right: 50px;
}

h3{
	font-weight: normal;
	font-size: 30pt;
	clear: both;
}

h4{
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: 6px;
}

/* @end */

/* @group Lists */

ul.apps {
	list-style-type: none;
	display: block;
	width: 760px;
	height: 64px;
	clear: both;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	margin-bottom: 30px;
}

ul.apps li {
	float: left;
	display: inline;
	margin-left: 23px;
}

ul.apps li:first-child{
	margin: 0;
}

ul.apps li {
	height: 64px;
	width: 64px;
	display: block;
	position: relative;
	cursor: default;
}

ul.apps li:hover{
	text-decoration: none;
	color: white;
}

ul.apps li span{
	display: none;
	position: absolute;
	top: 70px;
	background: rgba(0,0,0,0.85);
	padding: 5px 10px;
	width: 100px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

ul.apps li:hover img{
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

ul.apps li:hover span.hover{
	display: block;
}

ul.apps li span{
	display: none;
}


div.social ul{
	list-style-type: none;
}

div.social ul li{
	float: left;
	display: inline;
	margin-right: 10px;
}

div.social ul li a:hover img{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}


/* @end */

/* @group Blockquotes */



/* @end */

/* @end */

/* @group Helper Styles */



/* @end */

/* @group Page Structure */

div.page{
	width: 800px;
	margin: 50px auto 0;
}

/* @group Header */

div.header{
	height: 170px;
}


/* @group Navigation */



/* @end */



/* @end */

/* @group Content */

div.content{
	clear: both;
	float: left;
	width: 500px;
}

/* @end */

/* @group Footer */

div.footer{
	clear: both;
	padding: 40px;
	text-align: center;
	color: #888;
	font-size: 13pt;
}

/* @end */



/* @end */

/* @group Page Components */

/* @group Social */

div.social{
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 0 50px 0;
	width: 252px;
}

/* @end */

/* @group Subscription Form */

form{
    padding: 30px 0 20px;
}

form fieldset{
	border: 0;
	font-size: 15pt;
	padding: 0;
}

form input{
	display: block;
}

.email, .subscribe{
    float: left;
    font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size: 15pt;
	padding: 10px 15px;
	height: 28px;
	width: 400px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border: none;
	outline: none;
	background: rgba(0,0,0,0.4);
	margin: 0;
}

.subscribe
{
    float: left;
    width: 120px;
    -webkit-border-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: rgba(0,0,0,0.6);
	height: 48px
}

.subscribe:hover
{
    background: rgba(0,0,0,0.8);
    color: #EEE;
}

.email:focus
{
    color: #FFF;
}



/* @end */



/* @end */

/* @group Overrides */



/* @end */