﻿/* {{{ Reset */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header#home, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* }}} */
/* {{{ HTML 5 Reset for older brosers */

article, aside, details, figcaption, figure,
footer, header#home, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.2em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dl {
	margin: 20px 0;
}

dt,
dd {
	margin-bottom: 10px;
}

dt {
	clear: left;
	float: left;
	width: 80px;
}

dd {
	font-weight: bold;
}

/* {{{ Tables */

table {
	width: 100%;
	margin: 10px 0 40px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background-color: #eee;
	text-align: left;
	font-weight: bold;
	padding: 10px 20px;
	border-top: 1px #ddd solid;
}

td {
	text-align: left;
	font-weight: normal;
	padding: 5px 20px;
}

th a {
	text-decoration: none;
}

/* }}} */
/* {{{ Basics */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.page-header-scroll {
	background-color: #79b0c6;
	position: fixed;
	top: 0;
	height: 105px;
	width: 100%;
	z-index: 10;
	box-shadow: 0 2px 2px 0 #cdcdcd;
}

.page-content-scroll {
	margin-top: 125px;
}

.page-header {
	background-color: #79b0c6;
	box-shadow: 0 2px 2px 0 #cdcdcd;
}

.page-content {
	margin-top: 20px;
}



h1, h2, h3, h4, h4, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #111;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	line-height: 32px;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

p.first {
	margin-top: 0;
}

.note {
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 1em;
	color: #555;
	margin: 2px 0 0 0;
}

li.note {
	display: list-item;
	margin-left: 15px;
}

a,
a:link,
a:active,
a:hover,
a:visited {
	font-weight: bold;
	color: #79b0c6;
	text-decoration: none;
}

a:hover {
	color: #638694;
	text-decoration: underline;
}

/* }}} */
/* {{{  */

.container_12 {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.extra-padding {
    padding-bottom: 20px;
}

header,
nav,
#feature-service,
#page-header {
	color: #fff;
}

/* }}} */
/* {{{ header */

header {
	padding: 30px 0;
}

header h1.title {
	background: url(/images/labs-logo.png) top left no-repeat;
	width: 300px;
	height: 45px;
	text-indent: -999999px;
}

header p.tag-line {
	margin: -5px 0 0 5px;
	padding: 0;
}

header a {
	display: block;
	width: 500px;
}

header a,
header a:link,
header a:visited,
header a:hover {
	color: #fff;
	text-decoration: none;
}

/* }}} */
/* {{{ Nav */

nav ul {
	position: absolute;
	top: 45px;
	left: 350px;
}

nav ul li {
	display: inline;
}

nav a,
nav a:link,
nav a:active,
nav a:hover,
nav a:visited {
	background-color: #6d9eb2;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 6px 15px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav a:hover {
	background-color: #638694;
	text-decoration: underline;
}

nav a.active {
	background-color: #51727f;
}

#account-nav {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 1px #cdcdcd solid;
}

#account-nav ul li {
	display: inline;
	margin: 0 20px;
}

#account-nav ul li a.active {
	color: #333;
	text-decoration: none;
}

/* }}} */
/* {{{ Robot */

div.robot-header {
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 0px;
	top: 0;
}
img.robot {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 20;
}

/* }}} */
/* {{{ Front Page */

#featured-labs div.lab {
	display: block;
    color: #333;
    font-weight: normal;
    line-height: 1.5em;
    margin: 12px 0 20px 0;
    padding: 5px 20px 5px 60px;
    clear: both;
    height: 60px;
}
#featured-labs div.lab a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#featured-labs .lab span span.try-it {
	display: inline;
	background: none;
	color: #79B0C6;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#featured-labs .lab:hover span span.try-it {
	color: #638694;
}

#featured-labs div.lab { background: transparent url(../images/lab-icons.png) 5px 3px no-repeat; }
#featured-labs div.lab:hover { background-position: 5px -237px; }

#featured-labs div.multicolor { margin-left: 3px; padding-left: 57px;}
#featured-labs div.multicolor { background: transparent url(../images/feature-pager-tab-icon.png) 0 -485px no-repeat; }
#featured-labs div.multicolor:hover { background-position:  0 -730px; }

#featured-labs div.color-extraction { background-position: -750px 3px; }
#featured-labs div.color-extraction:hover { background-position: -750px -240px; }

#featured-labs div.tineye { background-position: 5px -483px; }
#featured-labs div.tineye:hover { background-position: 5px -728px; }

/* }}} */
/* {{{ Page Content */

.description {
	margin-top: 0px;
    margin-bottom: 20px;
}

.demo-stats {
	float: right;
	font-size: 12px;
	color: #555;
	text-align: right;
}

.demo-stats strong,
.demo-stats a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.share {
	font-weight: bold;
	margin: 10px 0;
}

.share li {
	margin: 5px 0;
}

.share a {
	background: url(../images/media-icons.png) top left no-repeat;
	padding: 4px 2px 4px 30px;
	text-decoration: none;
}

.share a.twitter { background-position: 4px 3px; }
.share a.facebook { background-position: 4px -177px; }

.controls h3 {
	font-size: 16px;
	line-height: 1;
	color: #333;
	margin-top: 0;
	padding-top: 0;
}

.controls p {
	font-size: 12px;
	line-height: 1.1em;
	color: #777;
	margin-top: 5px;
	padding-top: 0;
}

.controls .container {
	margin-bottom: 20px;
}

#palette_container {
	background-color: #fff;
	padding: 10px;
    width: 160px;
	-moz-box-shadow:    0 0 5px 0 #aaa;
	-webkit-box-shadow: 0 0 5px 0 #aaa;
	box-shadow:         0 0 5px 0 #aaa;
}

/* }}} */
/* {{{ FAQ */

#faq h3 a {
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    line-height: 32px;
    color: inherit;
}

ul.faq-questions {
    margin-bottom: 20px;
}

ul.faq-questions li {
	padding: 10px 0;
    line-height: 18px;
}

ul.faq-questions li ul li {
	background: none;
	list-style-type: disc;
	margin: 5px 0 5px 15px;
	padding: 0;
}

ul.faq-questions li span.question {
	display: block;
	font-weight: bold;
}

ul.faq-questions li span.question a {
	color: #000000;
	text-decoration: none;
}

ul.faq-questions li span.answer {
	display: block;
	font-weight: normal;
	font-size: 13px;
}

/* }}} */
/* {{{ Forms */

.entry-form .note {
	background-color: #ffe8d7;
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px #dfb89c solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-form .note {
	background: none;
	margin: 0;
	padding: 2px 0 10px 0;
	border: none;
}

.entry-form label {
	display: block;
	font-weight: bold;
	padding: 20px 0 0 0;
}

.entry-form label span {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #b82525;
}

.entry-form input.field {
	background-color: #f7f7f7;
	font-size: 16px;
	width: 438px;
	margin-top: 5px;
	padding: 8px 10px;
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-form .field-error input.field {
	background-color: #ffe3e0;
	border-color: #c00;
}

.entry-form select.field {
	font-size: 14px;
	margin-top: 5px;
}

.entry-form textarea {
	background-color: #f7f7f7;
	font-size: 16px;
	width: 598px;
	margin-top: 5px;
	padding: 8px 10px;
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-form .submit {
	margin-top: 20px;
	text-align: left;
}

.entry-form .first-name input.field{
	width: 198px;
}

.entry-form input.field {
	width: 278px;
}

.entry-form .submit {
	margin-top: 20px;
}

.error {
	background: #ffe3e0 url(/images/error-message-icon.png) 5px center no-repeat;
	padding: 5px 20px 5px 30px;
	border: 1px #c00 solid;
    color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.success {
	background: #dfecd9 url(/images/success-message-icon.png) 5px center no-repeat;
	padding: 5px 20px 5px 30px;
	border: 1px #39ac00 solid;
    color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* }}} */
/* {{{ Buttons */

input.button,
a.button {
	display: inline-block;
	background-color: #6d9eb2;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #333;
	margin: 5px 0;
	padding: 0 16px 2px 16px;
	border: 3px #79b0c6 solid;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.button {
	padding: 5px 8px;
}

input.button:hover,
a.button:hover {
	cursor: pointer;
	border-color: #51727f;
	text-decoration: underline;
}

input.button-cancel {
	display: inline-block;
	background-color: #eee;
	color: #555;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #fff;
	margin: 5px;
	padding: 0 16px 2px 16px;
	border: 2px #ccc solid;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

input.button-cancel:hover {
	cursor: pointer;
	border-color: #bbb;
	text-decoration: underline;
}

input.button-edit,
a.button-edit {
	display: inline-block;
	background-color: #eee;
	color: #555;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	margin: 5px 0;
	padding: 0 8px;
	border: 2px #ccc solid;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.button-edit {
	padding: 5px 8px;
}

input.button-edit:hover,
a.button-edit:hover {
	cursor: pointer;
	border-color: #bbb;
	text-decoration: underline;
}

/* }}} */
/* {{{ Footer */

footer {
	clear: both;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 30px 0;
}

footer .container_12 {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px #eee solid;
}

footer p {
	margin: 0;
}

/* }}} */

/* Licensing */
ul.api-details {
	list-style-type: circle;
	padding-left: 20px;
}

#licensing h2 a {
	height: 40px;
	padding-top: 10px;
	display: block;
}
#licensing a.MulticolorEngine,
#licensing a.MatchEngine,
#licensing a.MobileEngine {
	margin-left: 3px;
	padding-left: 57px;
}

#licensing a.MulticolorEngine { background: transparent url(../images/feature-pager-tab-icon.png) 0 -485px no-repeat; }
#licensing a.MulticolorEngine:hover { background-position: 0 -730px; }

#licensing a.MatchEngine { background: transparent url(../images/feature-pager-tab-icon.png) -750px 0 no-repeat; }
#licensing a.MatchEngine:hover { background-position: -750px -245px; }

#licensing a.MobileEngine { background: transparent url(../images/feature-pager-tab-icon.png) -750px -485px no-repeat; }
#licensing a.MobileEngine:hover { background-position: -750px -730px; }
