/* =General
-----------------------------------------------------------------------------*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Helvetica, sans-serif;
	background: #ebeff9 url(/img/layout/bg.png) repeat-x;
}
img {
  border: 0;  
}

/* =Layout
-----------------------------------------------------------------------------*/
#container {
	width: 960px;
	margin: 5px auto;
	background: #fff;
	border: 1px solid #004695;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
}
	.section {
		margin-bottom: 20px;
	}
	
/* =Nav
-----------------------------------------------------------------------------*/
#nav {
	position: fixed;
	z-index: 100;
	width: 960px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#nav ul {
		margin: 15px;
		padding: 5px;
		float: right;
		list-style: none;
		background: #4999e8;
		border: 1px solid #054b91;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#nav ul li {
		float: left;
		margin: 0 15px;
	}
	#nav ul a {
		color: #fff;
	}
	
/* =Logo
-----------------------------------------------------------------------------*/
#logo {
	margin: 15px 0 0 15px;
	background: url(/img/layout/logo.gif) no-repeat;
	cursor: pointer;
}
	#logo h1 {
		text-indent: -1000px;
	}
	#logo h2 {
		margin-top: 15px;
		font-size: .9em;
	}
	
	
/* =Taunt
-----------------------------------------------------------------------------*/
.taunt {
	position: fixed;
	font-size: 2em;
	background: red;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 999;
}
	
/* =Hook
-----------------------------------------------------------------------------*/
#hook {
	background: url(/img/layout/hook-bg.png);
	height: 250px;
	margin-top: 15px;
	position: relative;
}
	#hook #money-shot {
		position: absolute;
		top: -30px;
		left: 100px;
		z-index: 5;
	}
	#hook #iphone-money-shot {
		position: absolute;
		top: 10px;
		left: 35px;
		z-index: 10;
	}
	#hook h1 {
		position: absolute;
		top: 25px;
		left: 510px;
		color: #fff;
		font-size: 2.7em;
		text-align: center;
	}
	#hook .action {
		position: absolute;
		bottom: 15px;
		left: 600px;
		text-align: center;
	}
	#hook p.get-it-free a {
		color: #efefef;
		font-size: 1.2em;
	}
	
/* =Sections
-----------------------------------------------------------------------------*/
.section {
	clear: both;
	margin: 15px 0 15px 15px;
	width: 930px;
	float: left;
}
	.section h3 {
		text-align: center;
		font-size: 2em;
		margin: 0 0 15px 0;
	}
	.section .subsection {
		width: 400px;
		margin: 0 15px;
		padding: 5px 15px;
		float: left;
		border: 1px solid #4999E8;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.section .subsection h3 {
		border-top: 1px solid #054b91;
		border-bottom: 1px solid #054b91;
		background: #DFEFFF;
		font-size: 1.4em;
	}
	
	.section .subsection p {
		line-height: 1.3em;
		margin: 5px 0;
	}
	
	.section .top-bottom .subsection {
		margin-bottom: 15px;
	}

/* =Awesomeness
-----------------------------------------------------------------------------*/
#features {}
	#features ul {
		list-style: none;
	}
	#features li.feature {
		float: left;
		padding: 5px;
		margin: 0 10px;
		width: 200px;
		border: 1px solid #4999E8;
		background: #DFEFFF;
		text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#features li img {
		border: 1px solid #999;
	}
	#features .other ul {
		list-style: inside;
	}
	#features .other li {
		text-align: left;
		margin: 0 0 5px 0;
	}
	
/* =Content
-----------------------------------------------------------------------------*/
.content {}
	.content h1 {
		text-align: center;
		margin-bottom: 15px;
	}
	.content .note {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #054B91;
		background: #DFEFFF;
		padding: 5px;
	}

/* =Awesomeness List
-----------------------------------------------------------------------------*/
#blogger-assets {
	text-align:center;
}
	#blogger-assets h1 {
		margin-top: 25px;
	}

/* =Awesomeness List
-----------------------------------------------------------------------------*/
#feature-list {}
	#feature-list .subdued {
		color: #ccc;
		font-size: .7em;
	}
#feature-list .feature {
	clear: both;
	overflow: auto;
	padding: 5px;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
	.feature-alt {
		background: #efefef;
	}
	#feature-list .feature img {
		float: left;
		margin-right: 15px;
	}
	#feature-list .feature h2 {
		font-size: 1.2em;
	}

/* =FAQ
-----------------------------------------------------------------------------*/
p.question {
	font-weight: bold;
}
p.answer {
	margin: 0 0 15px 0;
}

/* =Content
-----------------------------------------------------------------------------*/
#content {
	min-height: 300px;
	padding: 15px;
}
	#content .mini {
		width: 500px;
		margin: 0 auto;
	}
	
/* =Mini
-----------------------------------------------------------------------------*/
#content .mini {
	width: 500px;
	margin: 0 auto;
}
	#content .mini h1 {
		font-size: 1.4em;
		border-top: 1px solid #054b91;
		border-bottom: 1px solid #054b91;
		background: #DFEFFF;
		padding: 2px 5px;
		margin-bottom: 10px;
		color: #054b91;
	}
	#content .mini h2 {
		font-size: 1em;
		margin: 10px 0 10px 2px;
	}
	#content p {
		margin: 10px 0;
	}
	#content .mini ol {
		margin-left: 25px;
	}
	#content .mini li {
		clear: both;
		margin: 10px 0;
		float: left;
	}
	#content .mini form {
		margin-bottom: 10px;
	}
	#content .mini .input {
		float: left;
	}
		#content .mini .input input {
			padding: 6px 2px;
		}
	#content .mini .submit {
		float: left;
		margin: 0 0 0 5px;
	}
	#content .sub-note {
		font-size: .8em;
		color: #aaa;
		text-align: right;
		clear: both;
	}
	
/* =Messages
-----------------------------------------------------------------------------*/
.message {
	padding: 2px 5px;
	font-weight: bold;
	margin: 15px 0;
}
#flashMessage,
#authMessage {
	color: #B51F29;
	border: 1px solid #80250F;
	background: #FFEFEF;
}
	
/* =Forms
-----------------------------------------------------------------------------*/
form {
	margin: 15px 0 0 0;	
}
  legend {
    font-weight: bold;
    font-size: 1.2em;
  }
  .input {
    margin: 0;
    clear: both;
  }
  label {
    font-weight: bold;
    margin: 0 15px 0 0;
  }
  .submit {
    margin: 15px 0 0 0;
  }
		.submit input {
			font-weight: bold;
			text-decoration: none;
			border: 1px solid #ccc;
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
			background-color: #ededed;
			color: #565656;
			padding: 5px;
		}
		.submit input:hover {
			background-color:#dff4ff;
			border:1px solid #c2e1ef;
			color:#336699;
			cursor: pointer;
		}

/* =PayPal
-----------------------------------------------------------------------------*/
.paypal-order {
	padding-top: 15px;
	clear: both;
	text-align: center;
}
	#paypal-reminder {
		width: 200px;
		margin: 0 auto;
		text-align: center;
		font-size: .8em;
		color: red;
		font-weight: bold;
		margin-bottom: 50px;
	}

/* =Release Notes
-----------------------------------------------------------------------------*/
#notes {
	padding: 15px;
	font-size: .8em;
}
	#notes h1 {
		margin-top: 15px;
		padding: 2px 5px;
		border-bottom: 1px dashed #999;
	}
	#notes h2 {
		margin-top: 15px;
	}
	#notes ul {
		margin-left: 25px;
	}
	
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #4999E8;
	padding: 5px 10px;
	float: left;
	width: 940px;
	text-align: right;
	color: #fff;
	border-top: 1px solid #054B91;
}
	#footer li {
		display: inline;
	}
	#footer a {
		color: #fff;
	}