﻿/*  
	What:	Generic visual styles
	Where:	Everywhere
	Who:	quark
*/


textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #666;
	background: #fafafa;
	color: #444;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover {
	border-color: #888;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #aaa;
	background-color: #fff;
	outline: 0;
}

textarea,
input[type='text'],
input[type='password'] {
	padding: 2px 3px;
}



.dark textarea,
.dark input[type='text'],
.dark input[type='password'],
.dark select {
	border: 1px solid #777;
	background: #151515;
	color: #ccc;
}
.dark textarea:hover,
.dark input[type='text']:hover,
.dark input[type='password']:hover,
.dark select:hover {
	border-color: #999;
}
.dark textarea:focus,
.dark input[type='text']:focus,
.dark input[type='password']:focus,
.dark select:focus {
	border-color: #888;
	outline: 0;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0;
}


a:focus {
	color: #99b;
}

h1 {
	font-size: 36px;
	font-weight: normal;
}

.content {
	font-size: 14px;
	line-height: 140%;
}

.content .dquo {
	position: relative;
	margin-left: -.36em;
}


.content blockquote {
	font-family: Georgia;
	border: 1px solid #ccc;
	border-left: 10px solid #ccc;
	padding: 15px 20px;
	line-height: 130%;
	background-color: #eee;
	font-style: italic;
	color: #888;
	letter-spacing: .03em;
}
.content blockquote p {
	margin-top: 0;
}
.content blockquote p + p {
	margin-top: .8em;
	margin-bottom: 0;
}


.content table {
	border: 1px solid #999;
}
.content table th,
.content table thead td {
	border: 1px solid #999;
	background-color: #ddd;
}
.content table td {
	border: 1px solid #999;
}


.content fieldset {
	border-color: #eee;
}
.content legend {
	font-weight: normal;
	color: #666;
	background-color: #eee;
	padding: 7px 20px;
}

.content hr {
	background-color: #ccc;
	height: 1px;
}

.content pre {
	max-width: 100%;
	overflow: auto;
}







.home .banner-wide {
	background: url(../images/backgrounds/home-new.png) no-repeat top left;
	height: 245px;
	padding: 30px 0 0 35px;
	width: 925px;
}
.home .banner-wide .actions {
	margin: 0;
}

.home .templates-link,
.home .features-link {
	position: absolute;
	right: 0;
	top: 0;
	width: 305px;
	height: 137px;
	text-indent: -999999px;
	overflow: hidden;
	padding: 0;
}
.home .features-link {
	top: 137px;
}

.home .page-content {
	width: 600px;
	margin-left: -15px;
	padding-left: 35px;
	overflow: hidden;
	float: left;
}
.home .page-content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 0;
}
.home .page-content dl {
	overflow: hidden;
	margin-top: -10px;
}
.home .page-content dt,
.home .page-content dd {
	width: 250px;
	padding-left: 40px;
	margin: 20px 0 0 0;
}
.home .page-content dt {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	position: relative;
	line-height: 1.1;
}
.home .page-content dt span {
	position: absolute;
	top: -5px;
	left: 37px;
	width: 36px;
	height: 36px;
	margin-left: -37px;
	background: url(../images/main/features-icons.png) no-repeat left top;
}
.home .page-content dd {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.2;
}
.home .page-content dd a {
	white-space: nowrap;
}

.home .page-content .reports,
.home .page-content .rebrandable {
	float: right;
	clear: right;
}

.home .page-content dt.emails span { background-position: -5px -151px; }
.home .page-content dt.automation span { background-position: -8px -9px; }
.home .page-content dt.reports span { background-position: -5px -248px; }
.home .page-content dt.rebrandable span { background-position: -5px -345px; }


.home .side-content {
	overflow: hidden;
	margin: 0;
	float: right;
	width: 300px;
}

.home .dark-block {
	height: 150px;
	background: url(../images/backgrounds/home-subscribe-bg.png) no-repeat center center;
}
.home blockquote {
	background: url(../images/backgrounds/quote.png) no-repeat top left;
	border: none;
	padding: 20px 0 0 25px;
	margin: 30px 25px 10px 10px;
	color: #666;
	font-style: normal;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
}
.home blockquote p {
	margin: 0;
}
.home blockquote .company {
	display: block;
	font-weight: bold;
	margin: 20px 0 3px;
	font-size: 12px;
	color: #000;
}
.home blockquote .author {
	display: block;
	font-size: 12px;
	color: #333;
}

.home .dark-block form {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.home .dark-block form label {
	font-weight: normal;
	font-size: 19px;
	text-shadow: 0 1px 0 #000; 
	display: block;
	margin: 5px 0;
	cursor: pointer;
}
.home .dark-block form input {
	width: 70%;
	margin: 15px 0 5px;
	font-size: 17px;
	padding: 7px 10px;
	color: #666;
	text-align: center;
}

.home .dark-block form input.error {
	color: #000;
	background: #ff9999;
	border: 1px solid #d95959;
}
.home .dark-block form a.subscribe {
	float: none;
	display: inline-block;
}


.home .side-content {
	float: right;
	margin-right: -10px;
}
.home .side-content .side-banner {
	display: block;
	width: 300px;
	height: 126px;
	color: #fff;
	font-size: 36px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	line-height: 1;
	padding: 15px 0 0 26px;
	font-weight: bold;
}
.home .side-content .side-banner:hover,
.home .side-content .side-banner:focus {
	color: #fff;
	text-decoration: none;
}

.home .side-content .templates {
	background: url(../images/backgrounds/templates.jpg) no-repeat top left;
}
.home .side-content .testimonials {
	background: url(../images/backgrounds/testimonials.jpg) no-repeat top left;
	margin-top: 20px;
}


#popup {
	display: none;
}
#ui-dialogue-title-popup {
	padding-top: 20px;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	height: auto;
}
#popup form {
	padding-top: 50px;
}
#popup .label {
	margin: 0 0 10px;
}
#popup label {
	font-weight: normal;
	padding-left: 3px;
	line-height: 1.3;
}
#popup input[type="text"] {
	width: 210px;
}
#popup .left {
	float: left;
	width: 45%;
}
#popup .left .label {
	padding-left: 45px;
}
#popup .right {
	float: right;
	width: 45%;
}
#popup .right select {
	width: 200px;
}
#popup .right .checkbox-here {
	margin-top: 30px;
	padding-left: 27px;
	font-size: 13px;
	width: 200px;
}
#popup .right .checkbox-here label {
	line-height: 1;
}
#popup .right .checkbox-here .checker-field {
	margin: 0 0 -7px -27px;
	top: -5px;
	position: relative;
}
#popup .right .checkbox-here .hint {
	display: block;
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin-top: 3px;
}
#popup .legal {
	float: left;
	font-size: 11px;
	padding-left: 50px;
	width: 300px;
	line-height: 1.3;
	margin-top: 10px;
}
#popup .legal a {
	white-space: nowrap;
}
#popup .actions {
	float: right;
	margin: 10px 35px 0 0;
}

.why-us .banner-wide,
.pricing .banner-wide {
	background: url(../images/backgrounds/features.jpg) no-repeat top left;
	padding: 30px 0 0 50px;
	width: 910px;
	height: 200px;
}
.why-us .banner-wide h1,
.pricing .banner-wide h1 {
	text-shadow: 0 1px 1px #000;
	font-size: 40px;
}
.why-us .banner-wide p,
.pricing .banner-wide p {
	text-shadow: none;
	font-size: 14px;
	width: 350px;
}

.why-us ol {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
	height: 1%;
}
.why-us ol li {
	padding: 0;
	list-style: none;
	margin: 20px 0 30px 200px;
	width: 50%;
	position: relative;
}
.why-us ol li .number {
	font-size: 20px;
	float: left;
	font-size: 100px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 0 -65px;
}
.why-us ol li h1 {
	font-size: 24px;
	margin: 0;
	padding: 12px 0 5px;
	line-height: 1.1;
}


.content.features {
	padding-top: 20px;
}

.features .side-content {
	float: left;
}
#page-navigation {
	width: 335px;
	margin: 0 0 0 -23px;
}
#page-navigation li {
	list-style: none;
	margin: 0;
	padding: 9px 0 0 25px;
	display: block;
	width: 310px;
	height: 53px;
}
#page-navigation li.active {
	background: url(../images/main/side-navigation-bg.png) no-repeat left top;
}
#page-navigation a {
	display: block;
	width: 225px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 0 0 65px;
	color: #000;
	font-weight: bold;
	background: url(../images/main/features-icons.png) no-repeat 0 0;
}
#page-navigation li.active a {
	color: #fff;
	line-height: 52px;
	text-decoration: none !important;
}

#page-navigation .wizard        a { background-position: left -144px; }
#page-navigation .wizard.active a { background-position: left -528px; }

#page-navigation .library        a { background-position: left -192px; }
#page-navigation .library.active a { background-position: left -576px; }

#page-navigation .track        a { background-position: left -240px; }
#page-navigation .track.active a { background-position: left -624px; }

#page-navigation .lists        a { background-position: left top; }
#page-navigation .lists.active a { background-position: left -384px; }

#page-navigation .contacts        a { background-position: left -96px; }
#page-navigation .contacts.active a { background-position: left -480px; }

#page-navigation .subscriptions        a { background-position: left -48px; }
#page-navigation .subscriptions.active a { background-position: left -432px; }

#page-navigation .schedule        a { background-position: left -288px; }
#page-navigation .schedule.active a { background-position: left -672px; }

#page-navigation .rebranding        a { background-position: left -336px; }
#page-navigation .rebranding.active a { background-position: left -720px; }

.features .page-content {
	float: right;
	overflow: hidden;
	width: 615px;
	height: 750px;
	position: relative;
}

.features .page-content .pane {
	height: 755px;
	padding: 15px 0 0 20px;
	overflow: hidden;
	position: relative;
}

.features .page-content h1,
.single-feature h1 {
	margin-top: 0;
	line-height: 1.1;
	font-weight: normal;
}

.features .page-content .grey-box,
.single-feature .grey-box {
	margin: 10px 0 10px -20px;
	padding: 15px 20px;
	font-size: 18px;
	border: 1px solid #ddd;
	color: #666;
	background: #f3f3f3;
	line-height: 1.3;
}
.features .page-content .feature {
	overflow: hidden;
	width: 550px;
	text-align: justify;
	margin: 25px 0 0;
	*margin: 25px 0 -25px;
}
.features .page-content .feature p,
.single-feature p {
	line-heght: 1.3;
	margin-bottom: 0;
	overflow: hidden;
	padding-left: 130px;
}
.features .page-content h2,
.single-feature h2 {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1;
}
.single-feature h2 {
	margin: 25px 0 15px;
}

.features .page-content .thumbnail,
.single-feature .thumbnail {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 10px 0 -132px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 100%;
	position: relative;
}
.features .page-content .thumbnail img,
.single-feature .thumbnail img {
	vertical-align: middle;
	float: none;
	margin: 0;
}
.features .page-content .thumbnail span,
.single-feature .thumbnail span {
	display: none;
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/main/zoom.png) no-repeat 50% 50%;
	cursor: pointer;
}
.features .page-content .thumbnail:hover span,
.single-feature .thumbnail:hover span {
	display: block;
}

.features .page-content .actions {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.features .page-content .actions a:hover {
	text-decoration: none;
}
.features .page-content .actions a span {
	position: relative;
	top: -1px;
}




.content.templates { padding-left: 100px; padding-right: 100px; }

.templates h1 {
	line-height: 1.2;
	margin: 25px 0 10px;
}

.templates .banner-wide {
	margin: 30px -122px 0 -100px;
	height: 180px;
	background: url(../images/backgrounds/templates-banner.jpg) no-repeat top left;
	display: block;
	float: none;
}
#templates-scroller {
	position: relative;
	height: 400px;
	margin: 30px 0;
}
#templates-scroller-wrap {
	overflow: hidden;
	width: 100%;
	height: 360px;
	padding: 20px 0;
}

#templates-scroller-wrap ul {
	width: 9000px;
	padding: 0 225px;
	margin: 0;
}

#templates-scroller-wrap li {
	margin: 5px;
	padding: 0;
	width: 245px;
	height: 340px;
	float: left;
	list-style: none;
	border: 1px solid #ccc;
	background: #fff;

	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}
#templates-scroller-wrap li:hover {
	border-color: #aaa;
}
#templates-scroller-wrap li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 245px;
	height: 340px;
	line-height: 350px;
	text-align: center;
}
#templates-scroller-wrap li a img {
	vertical-align: middle;
}

#templates-scroller .shade-left,
#templates-scroller .shade-right {
	position: absolute;
	width: 51px;
	height: 539px;
	background-image: url(../images/main/scroll-shade.png);
	background-repeat: no-repeat;
	top: 0;
	margin-top: -67px;
}
#templates-scroller .shade-right {
	background-position: left center;
	right: 0;
}
#templates-scroller .shade-left {
	background-position: right center;
	left: 0;
}

#templates-scroller .prev,
#templates-scroller .next {
	position: absolute;
	width: 70px;
	height: 400px;
	background-image: url(../images/main/scroll-controls.png);
	background-repeat: no-repeat;
	top: 0;
}
#templates-scroller .next {
	background-position: -48px center;
	right: -70px;
	border-left: 1px solid #ccc;
}
#templates-scroller .prev {
	background-position: 24px center;
	left: -70px;
	border-right: 1px solid #ccc;
}

.templates p.hint {
	font-size: 12px;
	color: #666;
	line-height: 1.3;
}





.contact-us {
	padding: 20px 100px 20px;
	overflow: hidden;
}
.contact-us .address {
	width: 200px;
	padding: 30px;
	float: left;
}
.contact-us .contact {
	width: 400px;
	float: left;
	border-left: 1px solid #ccc;
	padding: 30px 0 20px 30px;
}
.contact-us .contact .label {
	margin: 0 0 10px;
}
.contact-us .contact .varname {
	margin: 0 0 0 3px;
}
.contact-us .contact .label input  {
	width: 250px;
}
.contact-us .contact .label textarea {
	width: 350px;
}
.contact-us .contact label {
	font-weight: normal;
}



.pricing {}

.pricing .headline h1,
.pricing .headline h2 {
	font-weight: normal;
	text-align: center;
}
.pricing .headline h1 {
	font-weight: bold;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	margin: 40px 0 15px;
}
.pricing .headline h2 {
	font-size: 18px;
	color: #999;
	margin: 0 0 35px;
}

.pricing .pricing-grid {
	border: none;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Trebuchet MS";
	background-color: #f5f5f5;
	border-collapse: separate;
}

.pricing .pricing-grid th {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}
.pricing .pricing-grid .empty {
	border: none;
	background: #fff;
}
.pricing .pricing-grid th.highlight {
	background: #f93;
	border: 1px solid #f93;
	border-right: none;
}

.pricing .pricing-grid th h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 35px;
	font-weight: bold;
}
.pricing .pricing-grid th span {
	font-size: 14px;
	font-weight: normal;
}

.pricing .pricing-grid td {
	border: 1px solid #bbb;
	border-right: none;
	border-bottom: none;
	text-align: center;
}
.pricing .pricing-grid td.last {
	border-right: 1px solid #bbb;
}
.pricing .pricing-grid td.def {
	border: 1px solid #bbb;
	border-bottom: none;
	border-right: none;
	text-align: right;
}

.pricing .pricing-grid td.yes {
	background-image: url(../images/main/yes.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pricing .pricing-grid td.no {
	background: url(../images/main/no.png) no-repeat center center;
}

.pricing .pricing-grid .buttons {
	border-right: 1px solid #fff;
}
.pricing .pricing-grid .buttons td {
	background: #fff;
	border: none;
	border-top: 1px solid #bbb;
}

.pricing .pricing-grid col.trial {
	background: #fafafa;
}
.pricing .pricing-grid col.business {}
.pricing .pricing-grid col.team {}
.pricing .pricing-grid col.solo {}


.legal .content,
.sitemap,
.single-feature {
	padding: 20px 40px;
}
.sitemap ul ul {
	margin-bottom: 0;
}
.sitemap ul li {
	margin: 5px 0 0 10px;
}

.successful,
.epic-fail {
	padding-top: 20px !important;
}
.successful .content,
.epic-fail .content {
	padding: 30px 50px;
	margin: 0 -11px;
	width: 860px;
	background: #efe;
}
.successful h1,
.epic-fail h1,
.successful h2,
.epic-fail h2 {
	color: #385;
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
}
.successful h2,
.epic-fail h2 {
	color: #385;
}

.epic-fail .content {
	background: #fee;
}

.epic-fail h1,
.epic-fail h2 {
	color: #853;
}



.go-home {
	margin: 25px 0 0 0;
	font-size: 18px;
}