/* escribeHOST CSS */

/* Contents:

   =COLORS
   =TYPOGRAPHY
   =ELEMENTS
   =STRUCTURE
   =HEADER
   =FOOTER
   =NAV
   =INDEX
   =BENEFITS
   =FEATURES
   =SCREENSHOTS
   =CUSTOMERS
   =DEMOFORM
   =STATUS
   
   */

/* =COLORS *******************************************************

blues (dark to light)
01344C	dark accents
005085	'escribeHOST blue'
1D74A1	medium
7BB1CC	light 
D6E6ED	very light

*/

@import 'reset.css';
@import 'utility.css';
@import 'jquery.css';


/* =TYPOGRAPHY *******************************************************/
body {
	font: 13px "open sans",verdana,sans-serif;
	color: #000;
}
h1 {
	font: 2.2em "open sans light","helvetica neue",helvetica,arial,sans-serif;
	color: #1D74A1;
	padding: 46px 0 7px;
	z-index: 1;
}
h1.error {
	color: #cb1111;
}
h2 {
	font: 1.5em "open sans light","helvetica neue",helvetica,arial,sans-serif;
	color: #387f09;
}
h3 {
	font: 1.3em "open sans light","helvetica neue",helvetica,arial,sans-serif;
	color: #387f09;
}
a, a:link {
	color: #1D74A1;
}
a:visited {
	color: #774c9e;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.opt {
	color: #777;
}
.tagline {
	font-size: 1.2em;
	font-style: italic;
	padding: 7px 15px;
	background-color: #fff;
	border-bottom: 1px solid #d5dbde;
	color: #62747d;
}
.callout {
	font-size: 1.1em;
	color: #005085;
	margin-top: 0;
}
sup {
	vertical-align: 45%;
	font-size: 0.7em;
}
.alert {
	color: #900;
}


/* =ELEMENTS *******************************************************/
p {
	margin: 1em 0;
	line-height: 1.4;
}
.frm textarea, .frm input, .frm select {
	background-color: #fff;
	border: 1px solid #bfc8d9;
	color: #000000;
	font-family: "open sans",verdana,sans-serif;
	padding: 2px;
}
.frm input:hover {
	background-color: #f5f8fe;
}
.frm input:focus {
	border: 1px solid #1D74A1;
	background-color: #fff;
}
.invalid input,
.invalid select,
.invalid textarea {
	background-color: #fff8e9;
	border-color: #eecc84;
}
ul.bulleted li {
	list-style-image: url(../images/li-bullet.png);
}
ul.bulleted.indented {
	margin-left: 3em;
}
.pdf-link {
	background: transparent url(../images/pdf.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 1px;
}


/* =STRUCTURE *******************************************************/
html, body {
  min-height: 100%;
}
body {
  background-color: #DDEDFD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F7FE), to(#DDEDFD));
  background-image: -webkit-linear-gradient(top, #F0F7FE, #DDEDFD);
  background-image:    -moz-linear-gradient(top, #F0F7FE, #DDEDFD);
  background-image:      -o-linear-gradient(top, #F0F7FE, #DDEDFD);
  background-image:         linear-gradient(to bottom, #F0F7FE, #DDEDFD);
}
.content {
	margin: 0 auto;
	width: 730px;
	position: relative;
}
.pagetitle {
	margin-top: -2em;
}
#content {
	padding-top: 1em;
	padding-bottom: 2em;
}
#content .content {
	font-size: 1.1em;
}
.notitle {
	margin-top: -3.2em;
}
.notitle .content {
	padding-top: 3.2em;
}
.col1o2, .col2o2 {
	float: left;
	width: 50%;
}
.p-icon {
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
}

/* =HEADER *******************************************************/
.header {
	height: 135px;
  background-color: #18367A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#18367A), to(#173475));
  background-image: -webkit-linear-gradient(top, #18367A, #173475);
  background-image:    -moz-linear-gradient(top, #18367A, #173475);
  background-image:      -o-linear-gradient(top, #18367A, #173475);
  background-image:         linear-gradient(to bottom, #18367A, #173475);
}
.header .content {
	position: relative;
	height: 100%;
}
#logo {
	position: absolute;
	left: 0;
	top: 55px;
}
#frivolity {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 170px;
	height: 126px;
}


/* =FOOTER *******************************************************/
#footer {
	margin-top: 1em;
	color: #78899B;
	padding: 1em;
}
#footer .nav,
#footer p {
  text-align: center;
}
#footer .nav {
	margin-bottom: 2em;
}
#footer .nav li {
	display: inline;	
	margin-right: 1em;
}
#footer .nav a, #footer .nav a:link, #footer .nav a:visited {
	color: #5F7081;
	text-decoration: underline;
}
#footer .nav a:focus, #footer .nav a:hover, #footer .nav a:active {
	color: #495664;
}

/* =NAV *******************************************************/
#nav {
	padding: 0.6em;
	z-index: 5;
	height: 2em;
}
#nav ul {
	text-align: center;
}
#nav li {
	display: inline;
	font-size: 1.2em;
}
#nav li a, #nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #176fa9;
	padding: 5px 0;
	position: relative;
}
#nav li a:focus, #nav li a:hover, #nav li a:active,
#nav li a.cur, #nav li a.cur:link, #nav li a.cur:visited,
#nav li a.cur:focus, #nav li a.cur:hover, #nav li a.cur:active {
	background: transparent url(../images/nav-arrow.gif) no-repeat 50% 100%;
	padding-bottom: 19px;
	color: #005085;
}
#nav li a span {
	padding: 8px 6px;
	border: 1px solid transparent;
	border-bottom: none;
	white-space: nowrap;
}
#nav li a:focus span, #nav li a:hover span, #nav li a:active span,
#nav li a.cur span, #nav li a.cur:link span, #nav li a.cur:visited span,
#nav li a.cur:focus span, #nav li a.cur:hover span, #nav li a.cur:active span {
	border-color: #90a4b9 #90a4b9 transparent;
	background-color: #fff;
}


/* =INDEX *******************************************************/
.quote {
	float: right;
	background: #fff url(../images/quote.png) no-repeat 7px 7px;
	border: 1px solid #acbdc5;
	padding: 1.5em 1.8em;
	margin: 0.7em 0 1em 3em;
	width: 43%;
}
.quote blockquote {
	line-height: 1.6;
}
.quote cite {
	color: #8e91b4;
	display: block;
	margin: 1em 0 0 2em;
	line-height: 1.2;
	font-size: 0.9em;
}
.quote cite strong {
	color: #000;
	font-size: 1.1em;
	line-height: 1.4;
}
.sec-links {
	margin: 2em auto 1em;
	clear: both;
}
.sec-links td {
	padding: 14px;
}
.sec-links a {
	display: block;
	height: 60px;
	background-position: left top;
	background-repeat: none;
}
#sec-benefits {
	width: 247px;
	margin: 0 30px 0 16px;
	background-image: url(../images/sec-benefits.png);
}
#sec-features {
	width: 272px;
	background-image: url(../images/sec-features.png);
}
#sec-workflow {
	width: 248px;
	background-image: url(../images/sec-workflow.png);
}
#sec-customers {
	width: 240px;
	margin-left: 20px;
	background-image: url(../images/sec-customers.png);
}
#sec-demo {
	width: 227px;
	background-image: url(../images/sec-demo.png);
}



/* =BENEFITS *******************************************************/
.p-benefits .p-icon {
	background-image: url(../images/icon-benefits.png);
	width: 55px;
	height: 50px;
	top: -57px;
}
.benefits .col1o2 div {
	padding-right: 3em;
}
.benefits .col2o2 div {
	padding-left: 3em;
}
.benefits .col1o2 div,
.benefits .col2o2 div {
	margin-bottom: 2em;
}
.benefits .col1o2 div ul li,
.benefits .col2o2 div ul li {
	list-style-image: url(../images/li-checkmark-benefits.png);
	margin-bottom: 0.4em;
}
.benefits .col1o2 div h3,
.benefits .col2o2 div h3 {
	margin-bottom: 0.2em;
}
.benefits p {
	margin-top: 0;
}

/* =FEATURES *******************************************************/
.p-features .p-icon {
	background-image: url(../images/icon-features.png);
	width: 65px;
	height: 55px;
	top: -61px;
}
.features .col1o2 div ul li,
.features .col2o2 div ul li {
	list-style-image: url(../images/li-checkmark-features.png);
	margin-bottom: 0.4em;
}
.features .col1o2 div h3,
.features .col2o2 div h3 {
	margin-bottom: 0.2em;
}
.features .col1o2 div {
	padding-right: 3em;
}
.features .col2o2 div {
	padding-left: 3em;
}
.features .col1o2 div,
.features .col2o2 div {
	margin-bottom: 2em;
}

/* =SCREENSHOTS *******************************************************/
.p-screenshots .p-icon {
	background-image: url(../images/icon-screenshots.png);
	width: 62px;
	height: 62px;
	top: -68px;
}
.ss-list {
	margin: 1em 0;
}
.ss-list + h2 {
	margin-top: 1.3em;
}
.ss-li {
	display: inline-block;
}
.ss-li + .ss-li {
	margin-left: 1em;
}
.ss-link {
	position: relative;
	display: inline-block;
	padding: 5px 5px 4px;
	background-color: #fff;
	-moz-box-shadow: 0 0 4px rgba(23, 54, 85, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(23, 54, 85, 0.7);
	box-shadow: 0 0 4px rgba(23, 54, 85, 0.7);
}
.ss-link .mag {
	display: none;
	background-color: rgba(23, 54, 85, 0.7);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 7px 7px 4px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -17px;
}
.ss-link:hover .mag {
	display: block;
}

/* =VIDEOS *******************************************************/
.p-videos .video {
	margin-top: 26px;
}
.p-videos .video iframe {
	margin-top: 13px;
}

/* =CUSTOMERS *******************************************************/
.p-customers .p-icon {
	background-image: url(../images/icon-customers.png);
	width: 38px;
	height: 55px;
	top: -62px;
}
.customers {
	margin-left: 3em;
}
.customers li {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #01344C;
}

/* =DEMOFORM *******************************************************/
.p-demo .p-icon {
	background-image: url(../images/icon-demo.png);
	width: 50px;
	height: 54px;
	top: -60px;
}
.demo-form {
	width: 61.8%;
	margin-top: 1em;
}
.demo-form label {
	display: block;
	margin-bottom: 3px;
}
.demo-form ul li {
	margin-bottom: 1.6em;
	position: relative;
}
.demo-form select {
	font-size: 1.2em;
}
.demo-form input {
	font-size: 1.3em;
	width: 100%;
}
.demo-form textarea {
	width: 100%;
	font-size: 1.1em;
}
.demo-form .chars-2 {width: 1.7em;}
.demo-form .chars-3 {width: 2.2em;}
.demo-form .chars-4 {width: 2.9em;}
.demo-form .input-inline {
	font-size: 1.3em;
	padding: 2px;
}
.demo-form table {
	margin: 0 auto;
}
.demo-form table td {
	vertical-align: middle;
	padding: 5px;
}
.demo-form button {
	font-family: "open sans",verdana,sans-serif;
	font-size: 14px;
  display: inline-block;
	width: 119px;
	height: 33px;
  padding: 0.3em 0.5em;
	text-align: center;
  background-clip: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: #0459BE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0566C8), to(#044DB4));
  background-image: -webkit-linear-gradient(top, #0566C8, #044DB4);
  background-image:    -moz-linear-gradient(top, #0566C8, #044DB4);
  background-image:      -o-linear-gradient(top, #0566C8, #044DB4);
  background-image:         linear-gradient(to bottom, #0566C8, #044DB4);
  border-color: rgba(3, 71, 140, 0.8);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
.demo-form button:focus, .demo-form button:hover {
  background-color: #045ABE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#056BD2), to(#0449AB));
  background-image: -webkit-linear-gradient(top, #056BD2, #0449AB);
  background-image:    -moz-linear-gradient(top, #056BD2, #0449AB);
  background-image:      -o-linear-gradient(top, #056BD2, #0449AB);
  background-image:         linear-gradient(to bottom, #056BD2, #0449AB);
  border-color: rgba(2, 57, 112, 0.8);
}
.demo-form button:active {
  background-color: #0452AE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#055EB9), to(#0446A3));
  background-image: -webkit-linear-gradient(top, #055EB9, #0446A3);
  background-image:    -moz-linear-gradient(top, #055EB9, #0446A3);
  background-image:      -o-linear-gradient(top, #055EB9, #0446A3);
  background-image:         linear-gradient(to bottom, #055EB9, #0446A3);
  border-color: rgba(3, 82, 162, 0.8);
  box-shadow: 0 0 2px 0 rgba(3, 82, 162, 0.7) inset;
  color: #E6F2FE;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.demo-form .invalid label {
	color: #780404;
}
.demo-form .invalid-msg {
	position: absolute;
	left: 100%;
	top: 1.7em;
	margin-left: 2em;
	width: 70%;
	padding-left: 20px;
	line-height: 1.2;
}
.demo-form .tc .invalid-msg {
	top: 1em;
	width: 75%;
	left: 70%;
}
.demo-form .invalid-msg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "!";
  font-family: pictos;
  font-size: 17px;
  color: #f7710a;
}
.invalid-alert {
	padding: 0.5em 1em;
	background-color: #fff8e9;
	border: 1px solid #eecc84;
}
.invalid-alert p {
	text-align: center;
	color: #9e0e0e;
}
#demo-foot {
	width: 50%;
	margin-left: 3em;
}
.demo-confirm th {
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.demo-confirm td, .demo-confirm th {
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.2;
	border-bottom: 1px solid #9fb0c4;
}
.demo-confirm .last-row td {
	padding-top: 2em;
}
.thanks {
	width: 60%;
}

/* =RELEASE-NOTES *******************************************************/

.downtime {
	margin: 1.5em auto 2em;
	border: 1px solid #323c46;
	border-bottom-color: #11181e;
	background-color: #516170;
	padding: 1em 1em 0;
	width: 75%;
	color: #c6d2dd;
	text-shadow: 0 1px 0 #18242f;
	position: relative;
}
.downtime h4, .downtime strong {
	font-weight: bold;
	color: #fff;
}
.downtime .body {
	margin-left: 40px;
	padding-left: 1em;
}
.downtime .icon {
	position: absolute;
	left: 1em;
	top: 1.5em;
}


.release {
	background-color: #fff;
	border: 1px solid #D5DBDE;
	border-bottom-color: #c2cdd2;
	padding: 0 3em 1em;
	margin-top: 1.5em;
	position: relative;
}
.release .status-strip {
	position: absolute;
	top: -7px;
	right: -10px;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
}
.release .status-strip .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-right: 9px solid transparent;
	border-top-width: 6px;
	border-top-style: solid;
	position: absolute;
	bottom: -7px;
	right: -1px;
}
.release.scheduled .status-strip {
	border-color: #3f7c24;
	background-color: #77be57;
	color: #000;
	text-shadow: 0 1px 1px #d1f5c0;
}
.release.scheduled .status-strip .arrow {
	border-top-color: #3f7c24;
}
.release.wip .status-strip {
	border-color: #5993cd;
	background-color: #81b7ee;
	color: #000;
	text-shadow: 0 1px 1px #afe4fa;
}
.release.wip .status-strip .arrow {
	border-top-color: #5993cd;
}
.release.past {
	background-color: #e9f4f9;
	border-color: #C0D4DD #B4D0DC #A6C5D2;
}
.release.past .status-strip,
.release.current .status-strip {
	border-color: #a2b6be;
	color: #43545c;
	background-color: #CDDCE6;
	text-shadow: 0 1px 1px #fff;
}
.release.past .status-strip .arrow,
.release.current .status-strip .arrow {
	border-top-color: #a2b6be;
}
.release h2 {
	color: #1D74A1;
}
.release h2,
.release h3 {
	margin-top: 1em;
}
.release .callout {
	margin-top: 1em;
	text-align: center;
}
.release .issue-list {
	margin-top: 0.7em;
}
.release .issue-list li {
	margin-bottom: 0.5em;
	line-height: 1.4;
}
.release .issue-no {
	margin-left: 0.5em;
	color: #548199;
	font-size: 0.9em;
}
.p-status .disclaimer {
	color:#4C6982;
	font-size:0.9em;
	margin-top:1.5em;
	padding-left: 38px;
	background: transparent url(../images/bang-recessed.png) no-repeat 6px 50%;
}


.pillow-button {
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #6c91b7;
	text-shadow: 0 1px 0 #f1f8ff;
	padding: 5px 0;
  background-color: #d9e6ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9e6ec), to(#b7d3e0));
  background-image: -webkit-linear-gradient(top, #d9e6ec, #b7d3e0);
  background-image:    -moz-linear-gradient(top, #d9e6ec, #b7d3e0);
  background-image:      -o-linear-gradient(top, #d9e6ec, #b7d3e0);
  background-image:         linear-gradient(to bottom, #d9e6ec, #b7d3e0);
     -moz-box-shadow: 0px 1px 1px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 1px #ffffff; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 1px #ffffff; /* Opera 10.5, IE 9.0 */
}
.pillow-button:hover {
  background-color: #e9f1f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9f1f5), to(#cfe4ee));
  background-image: -webkit-linear-gradient(top, #e9f1f5, #cfe4ee);
  background-image:    -moz-linear-gradient(top, #e9f1f5, #cfe4ee);
  background-image:      -o-linear-gradient(top, #e9f1f5, #cfe4ee);
  background-image:         linear-gradient(to bottom, #e9f1f5, #cfe4ee);
}
.pillow-button:focus {
  background-color: #cfe4ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfe4ee), to(#e9f1f5));
  background-image: -webkit-linear-gradient(top, #cfe4ee, #e9f1f5);
  background-image:    -moz-linear-gradient(top, #cfe4ee, #e9f1f5);
  background-image:      -o-linear-gradient(top, #cfe4ee, #e9f1f5);
  background-image:         linear-gradient(to bottom, #cfe4ee, #e9f1f5);
}
.pillow-button,
.pillow-button > span {
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}
.pillow-button > span {
	color: #235386;
	padding: 5px 7px 6px;
	border-top: 1px solid #f4f8f9;
}
