/*
SITE: 		QuickCal
VERSION: 	3.0
AUTHOR: 	Pat Dryburgh
EMAIL:		hello@patdryburgh.com
WEBSITE: 	http://patdryburgh.com
 */

@import url('/assets/css/reset.css');
@import url('/assets/css/forms.css');
@import url('/assets/css/fullsize.css');
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700);

/* General */

#thankyousteve { background: #fff; }

#thankyousteve div { display: block; width: 600px; height: 600px; margin: 0 auto; text-align: center; line-height: 1.8em }

body {
	background: #EFF0F0;
	color: #707071;
	font: 62.5%/1.5em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

p {
	padding: 0 0 1.5em;
}

.content h1 {
	font: 400 3.6em "Yanone Kaffeesatz", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	width: 800px;
	margin: 0 auto;
	padding: 1em 0 .5em;
}

/* Anchors */

a {
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	color: #5b91c4;
	padding: 0 0 1px;
}

.content a {
	border-bottom: 1px solid #B1CAE3;
}

a:hover, 
a:focus {
	color: #44BD39;
	border-color: #44BD39;
}

.button { 
	font: 700 2.4em "Yanone Kaffeesatz", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	color: #fff !important; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.5); 
	display: inline-block;
	line-height: 1.5em;
	padding: .25em .5em; 
	border: 1px solid #112639; 
	border-color: rgba(17,38,57,.8)!important; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	background-color: #3b86cc; 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,.30)), color-stop(.5, rgba(0,0,0,.07)), color-stop(.5, rgba(255,255,255,.02)), color-stop(1, rgba(255,255,255,.1))); 
	background-image: -moz-linear-gradient(center bottom, rgba(0,0,0,.30) 0%, rgba(0,0,0,.07) 50%, rgba(255,255,255,.02) 50%, rgba(255,255,255,.3) 100%); 
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding-box; 
	background-clip: padding-box; 
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.5); 
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.5); 
	box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.5); 
}

.button:hover, 
.button:focus { 
	color: #fff; 
	background-color: #44BD39 
}
	
.button:active { 
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 4px 8px rgba(0,0,0,.5), inset 0 0 1px rgba(255,255,255,.4); 
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 4px 8px rgba(0,0,0,.5), inset 0 0 1px rgba(255,255,255,.4); 
	box-shadow: 0 2px 3px rgba(0,0,0,.2), inset 0 4px 8px rgba(0,0,0,.5), inset 0 0 1px rgba(255,255,255,.4) 
}

.buy {
	line-height: .75em;
	padding-left: 90px;
	padding-bottom: .425em;
	position: relative;
	overflow: hidden;
}

.buy img {
	position: absolute;
	left: .125em;
	top: 50%;
	margin-top: -40px;
}

.button span {
	font-size: .625em;
}

.more {
	display: none;
	font: 300 2.4em "Yanone Kaffeesatz", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	width: 800px;
	text-align: center;
	margin: 0 auto 1em;
	border: 0 !important;
}

#and-finally a {
	color: #BEBEBE;
	border-color: #515151;
}

#and-finally a:hover,
#and-finally a:focus {
	color: #fff;
}

/* Branding */

#introduction {
	background: #1B1B1B url(/assets/images/bg-header.jpg) -30% 0 fixed;
	color: #F1F1F1;
	position: relative;
	overflow: hidden;
}

.internal #introduction {
	overflow: visible;
	padding-bottom: 60px;
}

.home #introduction {
	height: 462px;
}

header h1,
header h2 {
	font-family: "Yanone Kaffeesatz", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
}

#brand {
	background: url(/assets/images/logo.png);
	height: 148px;
	width: 280px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	text-indent: -9999px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.internal #brand {
	top: -36px;
}

#brand a {
	display: block;
	height: 100%;
	width: 100%
}

#app {
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#app h1 {
	font-size: 3.0em;
	line-height: 1.2em;
	margin-bottom: 1em;
	text-shadow: 0 3px 6px #000;
}

#app p {
	font-size: 1.2em;
	padding: 0;
}

#app .screenshot {
	position: absolute;
	bottom: 0;
	right: 0;
}

#app a {
	margin-bottom: 17px;
}

/* Video */

.overlay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

#video-player iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,.5);
	box-shadow: 0 4px 12px rgba(0,0,0,.5);
}

#watch-video {
	font-size: 1.8em;
	line-height: 1.5em;
	background-color: #3CBF2F;
}

#watch-video:hover,
#watch-video:focus {
	background-color: #3B86CC;
}

#watch-video img {
	vertical-align: middle;
}

/* Navivation */

#navigation {
	font-size: 1.2em;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,.30)), color-stop(.5, rgba(0,0,0,.07)), color-stop(.5, rgba(255,255,255,.02)), color-stop(1, rgba(255,255,255,.1))); 
	background-image: -moz-linear-gradient(center bottom, rgba(0,0,0,.30) 0%, rgba(0,0,0,.07) 50%, rgba(255,255,255,.02) 50%, rgba(255,255,255,.1) 100%);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.09);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.09);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.09);
}

#navigation ul {
	margin: 0 auto;
	text-align: right;
	width: 800px;
}

#navigation li {
	display: inline-block;
	padding: 1em 0;
	margin: 0 2em 0 0;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:focus,
#and-finally nav a:hover,
#and-finally nav a:focus {
	color: #59afe5;
}

#and-finally nav a {
	color: #f1f1f1;
	border: 0;
}

nav a {
	display: block;
	width: 100%;
	height: 100%;
}

nav li {
	position: relative;	
}

nav a span {
	opacity: 0;
	background: #1E1E1E;
	color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,.30)), color-stop(.5, rgba(0,0,0,.07)), color-stop(.5, rgba(255,255,255,.02)), color-stop(1, rgba(255,255,255,.1))); 
	background-image: -moz-linear-gradient(center bottom, rgba(0,0,0,.30) 0%, rgba(0,0,0,.07) 50%, rgba(255,255,255,.02) 50%, rgba(255,255,255,.1) 100%);
	font-size: .875em;
	position: absolute;
	top: 98%;
	width: 120px;
	left: 50%;
	margin-left: -66px;
	padding: 6px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 9;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

nav a span:after {
	content:"";
	position:absolute;
	left:50px; /* controls horizontal position */
	border-style:solid;
	border-color:#333333 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
	top:-6px; /* value = - border-top-width - border-bottom-width */
	right:56px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 8px 6px; /* vary these values to change the angle of the vertex */
}

nav a:hover span,
nav a:focus span {
	opacity: 1;
}

/* Content */

ul.grid {
	width: 840px;
	margin: 0 auto;
	list-style: none;
}

.content li {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 240px;
	float: left;
	margin: 0 20px 2em;
	vertical-align: top;
}

.content li:nth-child(3n+1) {
	clear: both;
}

#and-finally li:nth-child(4n) {
	clear: none;
}

.content h2 {
	font: 600 1.25em "Gill Sans", "Gill Sans Std", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding: .5em 0;
}

#features,
#goodies {
	background: #fff;
}

#reviews li blockquote {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	width: 214px;
	padding: 12px;
	border: 1px solid #C2C2C2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#reviews li p {
	padding: 0;
}

#reviews .source {
	background: url(/assets/images/quote-bubble.png) 12px 0 no-repeat;
	position: relative;
	top: -1px;
	padding-top: 18px;
	padding-left: 14px;
	line-height: 24px;
}

#reviews li img {
	width: 24px;
	height: 24px;
	border: 1px solid #C2C2C2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	float: left;
	margin: 0 .5em 0 0;
}

#more-reviews {
	margin-bottom: 2.4em;
}

#goodies ul {	
	width: 800px;
	margin: 0 auto;
}

#goodies li {
	list-style: none;
	margin: 0 0 3em;
	min-height: 650px;
	width: 100%;
}

#goodies li img {
	float: right;
	margin: 0 0 0 1.5em
}

#and-finally {
	background: #1B1B1B url(/assets/images/bg-header.jpg) -30% 0 fixed;
	color: #F4F4F4;
}

#and-finally li {
	width: 170px;
	font-size: 1.1em;
	line-height: 1.8em;
}

#and-finally h1 {
	font: 600 1.2em "Gill Sans", "Gill Sans Std", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #59AFE5;
	text-transform: uppercase;
	width: auto;
	padding: 3em 0 1em;
	text-shadow: 0 0 1em #2B2B2B;
}

#and-finally nav li {
	margin: 0;
	font-size: 1em;
	float: none;
}

#page-content {
	width: 800px;
	margin: 0 auto;
}

#tweet li {
	list-style: none;
	margin: 0 0 1.5em;
}

#tweet .tweet_time {
	font-size: .825em;
}

/* Footer */

.copyright {
	width: 800px;
	margin: 0 auto;
}

.copyright p {
	width: 40%;
	font-size: 1.1em;
	display: inline-block;
	padding: 1.5em 0;
}

.copyright .designed {
	float: right;
	text-align: right;
}

.copyright img {
	display: inline;
	margin-right: 3px;
	position: relative;
	top: 3px;
}