/*
------------------------------------------------------------------------
Taskbook Marketing Site CSS
------------------------------------------------------------------------

Author:     Bence Kucsan, bence@ideadivision.com
Updated:    August 18 2009
Copyright:  (c) 2009 Bence Kucsan.

All rights reserved.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	background: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clear {
	margin: 0;
	line-height: 1;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*
------------------------------------------------------------------------
FIELDS, BUTTONS
------------------------------------------------------------------------
*/

.field-outline {
	margin: 5px 0 5px 0;
	padding: 3px;
	background: rgba(0, 0, 0, .07);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.field-outline-error {
	margin: 5px 0 5px 0;
	padding: 3px;
	background: rgba(200, 0, 0, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.field-outline.right {
	margin: 5px 0 5px 85px;
}

.select-outline {
	margin: 10px 0 10px 0;
	padding: 3px;
	background: rgba(0, 0, 0, .07);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.list-title-field {
	padding: 3px 5px 3px 5px;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
	background: url(images/field-back.png) repeat-x #fff;
	border: 1px solid #ccc;
}

.invite-field {
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: rgba(0, 0, 0, .9);
	background: url(images/field-back.png) repeat-x #fff;
	border: 1px solid #ccc;
}

.field {
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: rgba(0, 0, 0, .9);
	background: url(images/field-back.png) repeat-x #fff;
	border: 1px solid #ccc;
}

input.button {
	padding: 3px 15px 3px 15px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	background: url(images/button-back.png) left bottom repeat-x #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
}

input.button:hover {
	color: rgba(0, 0, 0, .9);
	text-decoration: none;
	border-color: #999;
}

input.blue-button {
	padding: 4px 16px 4px 16px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: url(images/blue-button-back.png) left top repeat-x rgba(30, 150, 220, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	cursor: pointer;
}

input.blue-button:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	background: rgba(30, 150, 220, 1);
}

.button-option {
	margin: 0 0 0 5px;
	font-size: 13px;
	color: rgba(0, 0, 0, .3);
}

.field-option {
	margin: 18px 10px 0 10px;
	font-size: 13px;
	color: rgba(0, 0, 0, .3);
	float: left;
}

a.text-button, a:visited.text-button {
	margin: 0 0 0 5px;
	font-size: 13px;
	text-decoration: none;
	color: rgba(30, 150, 220, 1);
}

a:hover.text-button {
	text-decoration: underline;
}

/*
------------------------------------------------------------------------
H
------------------------------------------------------------------------
*/

h1 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
}

h1 a, h1 a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .9);
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .9);
}

h2 a:hover {
	color: rgba(30, 150, 220, 1);
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
}

h3 a, h3 a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .9);
}

h3 a:hover {
	color: rgba(30, 150, 220, 1);
}

/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container {
	margin: 0 auto;
	width: 980px;
}

/*
------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------
*/

#header {
	padding: 50px 0 50px 0;
	background: rgba(20, 25, 25, 1);
}

#header #logo {
	float: left;
}

#header #logo a, #header #logo a:visited {
	margin: 0 0 0 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
/* 	background: url(images/logo.png) no-repeat; */
}

#header #logo a:hover {

}

#header #tagline {
	margin: 0 0 0 10px;
	font-size: 24px;
	color: rgba(255, 255, 255, .3);
}

#header #main-menu {
	margin: 7px 60px 0 0;
	float: right;
}

#header #main-menu li {
	margin: 0 0 0 5px;
	float: left;
}

#header #main-menu li a, #header #main-menu li a:visited {
	padding: 4px 10px 4px 10px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: rgba(255, 255, 255, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#header #main-menu li a.current, #header #main-menu li a.current:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, .1);
}

#header #main-menu li a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, .1);
}

/*
------------------------------------------------------------------------
INTRO
------------------------------------------------------------------------
*/

#intro {
	padding: 0 0 400px 0;
	background: rgba(20, 25, 25, 1);
}

#intro .container {
	width: 980px;
}

#intro .carousel {
	width: 980px;
	position: relative;
}

#intro .carousel a.arrow-left, #intro .carousel a:visited.arrow-left {
	margin: 130px 0 0 0;
	width: 50px;
	height: 50px;
	background: url(images/arrow-left.png) no-repeat;
	float: left;
	display: block;
	cursor: pointer;
	display: none;
}

#intro .carousel a:hover.arrow-left {
	background-position: 0 -50px;
}

#intro .carousel a.arrow-right, #intro .carousel a:visited.arrow-right {
	margin: 130px 0 0 0;
	width: 50px;
	height: 50px;
	background: url(images/arrow-right.png) no-repeat;
	float: right;
	display: block;
	cursor: pointer;
	display: none;
}

#intro .carousel a:hover.arrow-right {
	background-position: 0 -50px;
}

#intro .carousel .wrapper {
	margin: 0 0 0 60px;
	width: 860px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#intro ul#description {
	margin: 0;
	padding: 0;
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	top: 0;
}

#intro .carousel ul li .button-option {
	color: rgba(255, 255, 255, .3);
}

/* Create Lists */

#intro .carousel ul li.create-lists {
	width: 860px;
	height: 400px;
	background: url(images/create-lists.png) 260px 0 no-repeat;
	float: left;
	display: block;
}

#intro .carousel ul li.create-lists h2 {
	margin: 20px 0 0 0;
	color: rgba(255, 255, 255, 1);
	font-weight: normal;
	width: 450px;
}

#intro .carousel ul li.create-lists h2 .beta {
	padding: 2px 8px 1px 8px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background: rgba(245, 135, 50, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#intro .carousel ul li.create-lists ul.features {
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, .3);
	width: 280px;
}

#intro .carousel ul li.create-lists ul.features li.title {
	padding: 0 0 15px 0;
	font-size: 18px;
	color: rgba(255, 255, 255, .9);
}

/*
------------------------------------------------------------------------
FEATURES
------------------------------------------------------------------------
*/

/* Features */

#features {
	padding: 25px 0 0 0;
}

#features .container {
	padding: 25px;
	width: 810px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}

/*
------------------------------------------------------------------------
TESTIMONIALS
------------------------------------------------------------------------
*/

#testimonials {
	margin: 25px 0 0 35px;
	padding: 0 0 25px 0;
}

#testimonials li {
	margin: 25px 0 0 25px;
	width: 270px;
	float: left;
}

#testimonials li p {
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, .9);
/* 	background: rgba(210, 105, 80, 1); */
/* 	background: rgba(245, 135, 50, 1); */
/* 	background: rgba(30, 150, 220, 1); */
/* 	background: rgba(230, 230, 230, 1); */
	background: rgba(20, 25, 25, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/* 	border: 1px solid #ddd; */
	position: relative;
}

#testimonials li p .speech-bubble-triangle {
	width: 20px;
	height: 20px;
	background: url(images/speech-bubble-triangle.png) no-repeat;
	position: absolute;
	bottom: -20px;
}

#testimonials li span {
	margin: 25px 0 0 0;
	font-size: 13px;
	color: rgba(0, 0, 0, .6);
	display: block;
}

#testimonials li span strong {
	font-size: 16px;
	color: rgba(0, 0, 0, .9);
}

/*
------------------------------------------------------------------------
SIGN UP
------------------------------------------------------------------------
*/

/* Sign Up */

#signup {
	padding: 25px 0 0 0;
}

#signup .container {
	padding: 25px;
	width: 810px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}

#signup-fields {
	float: left;
}

#signup .title {
	padding: 0 0 25px 115px;
}

#signup label {
	margin: 5px 10px 5px 0;
	padding: 10px 0 10px 0;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
	width: 100px;
	display: block;
	float: left;
}

#signup .field-info {
	margin: 0 0 0 115px;
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	width: 250px;
	color: rgba(0, 0, 0, .3);
}

#signup .blue-button {
	margin: 10px 0 0 110px;
}

/* Beta Message */

#signup #beta-message {
	margin: 65px 0 0 50px;
	padding: 20px;
	width: 320px;
	background: #fff4d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
}

#signup #beta-message h3 {
	color: #473115;
}

#signup #beta-message p {
	margin: 4px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #b37d37;
}

/*
------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------
*/

#blog {
	padding: 25px 0 0 0;
}

#blog .container {
	padding: 25px;
	width: 810px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}

/* Blog Posts */

#blog .container ol#posts {
	width: 540px;
	float: left;
}

#blog .container .post {
	padding: 20px 0 20px 60px;
}

#blog .container .post h1 {
	margin: 10px 0 10px 0;
}

/* Text */

#blog .container .text {
	background: url(images/icon-text.png) 0 20px no-repeat;
}

#blog .container .text p {
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

#blog .container .text ul {
	padding: 9px 0 9px 0;
}

#blog .container .text li {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

#blog .container .text blockquote {
	margin: 18px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
	border-left: 5px solid #eee;
}

#blog .container .text p a, #blog .container .text p a:visited, #blog .container .text blockquote a, #blog .container .text blockquote a:visited {
	text-decoration: none;
	color: rgba(30, 150, 220, 1);
}

#blog .container .text p a:hover, #blog .container .text blockquote a:hover {
	text-decoration: underline;
}

/* Photo */

#blog .container .photo {
	background: url(images/icon-photo.png) 0 20px no-repeat;
}

#blog .container .photo h2 {
	width: 380px;
	float: left;
}

#blog .container .photo ul.meta {
	float: left;
}

#blog .container .photo img {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
}

#blog .container .photo a:hover img {
	border-color: rgba(30, 150, 220, 1);
	background: rgba(30, 150, 220, 1);
}

/* Quote */

#blog .container .quote {
	background: url(images/icon-quote.png) 0 20px no-repeat;
}

#blog .container .quote .quote-text {
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
	border-left: 5px solid #eee;
}

#blog .container .quote .source {
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

#blog .container .quote .source a, #blog .container .quote .source a:visited {
	text-decoration: none;
	color: rgba(30, 150, 220, 1);
}

#blog .container .quote .source a:hover {
	text-decoration: underline;
}

/* Link */

#blog .container .link {
	background: url(images/icon-link.png) 0 20px no-repeat;
}

#blog .container .link p {
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

/* Chat */

#blog .container .chat {
	background: url(images/icon-chat.png) 0 20px no-repeat;
}

#blog .container .chat li {
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

#blog .container .chat li .label {
	padding: 0 10px 0 0;
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
}

/* Twitter */

#blog .container .twitter_com {
	background: url(images/icon-twitter.png) 0 20px no-repeat;
}

#blog .container .twitter_com {
	padding: 0 0 20px 60px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

#blog .container .twitter_com a, #blog .container .twitter_com a:visited {
	text-decoration: none;
	color: rgba(30, 150, 220, 1);
}

#blog .container .twitter_com a:hover {
	text-decoration: underline;
}

/* Meta */

#blog .container ul.meta {
	padding: 9px 0 0 0;
}

#blog .container ul.meta li {
	padding: 0 20px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, .3);
	float: left;
}

#blog .container ul.meta li a, #blog .container ul.meta li a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .3);	
}

#blog .container ul.meta li a:hover {
	text-decoration: underline;
	color: rgba(30, 150, 220, 1);
}

/* Navigation */

#blog .container .post .next-page a, #blog .container .post .next-page a:visited {
	margin: 0 20px 0 0;
	width: 38px;
	height: 60px;
	background: url(images/navigation-left.png) no-repeat;
	display: block;
	float: left;
}

#blog .container .post .next-page a:hover {
	background-position: 0 -60px;
}

#blog .container .post .previous-page a, #blog .container .post .previous-page a:visited {
	width: 38px;
	height: 60px;
	background: url(images/navigation-right.png) no-repeat;
	display: block;
	float: left;
}

#blog .container .post .previous-page a:hover {
	background-position: 0 -60px;
}

/* Blog Sidebar */

#blog .container #sidebar {
	padding: 30px 0 0 0;
	width: 205px;
	float: right;
}

#blog .container #sidebar .rss a, #blog .container #sidebar .rss a:visited {
	margin: 0 10px 38px 0;
	width: 40px;
	height: 40px;
	background: url(images/icon-rss.png) no-repeat;
	display: block;
	float: right;
}

#blog .container #sidebar .rss a:hover {
	background-position: 0 -40px;
}

#blog .container #sidebar p {
	padding: 10px 0 10px 0;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9);
}

/* Twitter Promo */

#blog .container #sidebar .twitter-promo a, #blog .container #sidebar .twitter-promo a:visited {
	margin: 20px 0 0 0;
	padding: 25px 20px 20px 20px;
	font-size: 13px;
	line-height: 18px;
	color: rgba(0, 0, 0, .3);
	text-decoration: none;
	width: 275px;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;	
}

#blog .container #sidebar .twitter-promo a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(30, 150, 220, 1);
}

#blog .container #sidebar .twitter-promo .twitter-logo {
	margin: 0 0 10px 0;
	width: 83px;
	height: 19px;
	background: url(images/twitter-logo.png) no-repeat;
	display: block;
}

#blog .container #sidebar .twitter-promo a:hover .twitter-logo {
}

/* Campfire Promo */

#blog .container #sidebar .campfire-promo a, #blog .container #sidebar .campfire-promo a:visited {
	padding: 15px 20px 20px 20px;
	font-size: 13px;
	line-height: 18px;
	color: rgba(0, 0, 0, .3);
	text-decoration: none;
	width: 275px;
	background: #eee;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top: 5px solid rgba(255, 255, 255, 1);
	display: block;	
}

#blog .container #sidebar .campfire-promo a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(30, 150, 220, 1);
}

#blog .container #sidebar .campfire-promo .campfire-logo {
	margin: 0 0 5px 0;
	width: 127px;
	height: 36px;
	background: url(images/campfire-logo.png) no-repeat;
	display: block;
}

#blog .container #sidebar .campfire-promo a:hover .campfire-logo {
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 25px 60px 100px 60px;
}

/* Left */

#footer .left {
	width: 600px;
	font-size: 13px;
	float: left;
}

#footer .left ul {
	width: 120px;
	float: left;
}

#footer .left ul li {
	padding: 3px 0 3px 0;
}

#footer .left ul li.title {
	padding: 5px 0 10px 0;
	font-weight: bold;
	color: rgba(0, 0, 0, .9);
}

#footer .left ul li a, #footer .left ul li a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .6);
}

#footer .left ul li a:hover {
	text-decoration: underline;
	color: rgba(30, 150, 220, 1);
}

/* Right */

#footer .right {
	padding: 5px 0 5px 0;
	font-size: 13px;
	color: rgba(0, 0, 0, .6);
	float: right;
}

#footer .right a, #footer .right a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, .6);
}

#footer .right a:hover {
	text-decoration: underline;
	color: rgba(30, 150, 220, 1);
}
