/*
Theme Name: Autozoom
Theme URI: http://okbreathe.org/
Description: Autozoom
Author: okbreathe
Version: 1.0
*/

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#ct {
	margin: 0 auto;
	width: 100%;
}

  #ct-iw {
    margin: 0 auto;
  }

/*
LAYOUT: Two column, sidebar left
DESCRIPTION: Two-column fixed layout with secondary menu to left
*/

#ct.menu-secondary .col-left{
  float:left;
  width:240px;
}

#ct.menu-secondary .col-main{
  float:left;
  width:740px;
}

.menu-secondary img {
  padding:3px;
  background:#fff;
  border: 1px solid #aaa;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.col-main .entry-content {
	background: url(images/bg_entry_content_740.png) repeat-y;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  border:1px solid #e6e6e6;
  min-height:800px;
  padding:40px 60px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #494d55 url(images/bg_body.png) repeat-y center center;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

/* =Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

h2{ font-weight:normal; color: #333; word-spacing:0.1em;  }
h3,h4,h5,h6 { font-weight: normal; color: #333; }

h2 { font-size: 1.7em;  margin-bottom: 0.1em; }
h3 { font-size: 1.5em;  margin-bottom: 0.1em; }
h4 { font-size: 1.2em;  margin-bottom: 0.1em; }
h5,h6 { font-size: 1.1em;  margin-bottom: 0.1em; }

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
  line-height:1.3;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type="text"],
input[type="password"],
textarea {
  background:url(images/bg_input.png) no-repeat;
  border:none;
  padding: 8px 8px;
  line-height:1;
  font-size:15px;
  letter-spacing:1px;
  margin-bottom:10px;
  height:16px;
}

select {
  margin-bottom:10px;
}

input[type="password"],
input[type='text'] {
  width:443px;
  padding-right:17px;
}

input[type="password"]:focus,
  input[type='text']:focus {
    background-position:0 -33px;;
    outline:none;
  }

textarea {
  background-position:0 -65px;;
  width:460px;
  height:134px;
}

  textarea:focus {
    background-position:0 -215px;;
    outline:none;
  }

 label {
	color: #444;
  display:block;
	font-size: 12px;
}

a:link ,
a:visited ,
a:active {
  color:#214f84;
  text-decoration:none;
}
a:hover {
  color:#2d6dcc;
  text-decoration:underline;
}

h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#doc {
  position:relative;
	margin: 0 auto;
	width: 980px;
  padding:0 20px;
}

#hd,
#wp {
  position:relative;
  width:100%;
  /* background:#00f; */
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Header
-------------------------------------------------------------- */

#hd {
  background:url(images/bg_hd.png) repeat-x;
  position:relative;
	padding: 80px 0 0 0;
}

  #hd-iw {
    position:relative;
    background:url(images/bg_hd_top.png) no-repeat;
    margin: 0 auto;
    margin-top:-50px;
    width: 1020px;
  }


#site-title {
  position:relative;
  width:522px;
  height:150px;
  z-index:1000;
  margin:0;
}

  #site-title a {
    display:block;
    position:absolute;
    left:-40px;
    top:-20px;
    width:522px;
    height:164px;
    background:url(images/sp_logo.png) no-repeat;
    text-indent:-9999em;
  }

#hd-login {
  background:#000 url(images/bg_hd.png) repeat-x 0 50px;
  width:100%;
  height:40px;
  padding:20px 0;
  position:absolute;
  top:-50px;
  left:0;
  color:#fff;
}

#hd-login.active {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

#hd-login .iw {
  width:980px;
  text-align:right;
  margin:0 auto;
}

  #hd-login input[type='text'],
  #hd-login input[type='password']{
    background:#fff;
    border:none;
    padding:4px;
    height:auto;
    width:140px;
    margin-left:3px;
  }

  #hd-login input[type=submit] {
    color:#000;
  }

  #hd-login form label{
    display:inline;
    color:#fff;
    margin-right:10px;
  }

  #hd-login a{
    color: #fff;
    font-size:14px;
    font-weight:bold;
  }

/* =Menu
-------------------------------------------------------------- */

#menu {
  float:right;
  margin-right:10px;
}

#menu .menu-header {
	font-size: 13px;
  margin-left: 12px;
}

#menu .menu-header ul {
	list-style: none;
	margin: 0;
}

#menu .menu-header li {
	float: left;
	position: relative;
}

#menu a  {
	color: #1c2531;
	font-family: "Arial Black";
  border-right:1px solid #7c838c;
  border-left:1px solid #ebedf3;
	display: block;
	line-height: 42px;
	padding: 0 20px;
	text-decoration: none;
  text-shadow:1px 1px 0 #fff;  
  height:42px;
}

#menu li.first a {
  border-left:none;
}

#menu li.last a {
  border-right:none;
}

#menu li:hover > a,
#menu ul ul :hover > a {
  background:url(images/bg_menu.png) 100% 0;
}

#menu ul li.current_page_item > a,
#menu ul li.current-page-ancestor > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #fff;
  background:url(images/bg_menu.png) 0 -42px;
  text-shadow:-1px -1px 0 rgba(0,0,0,0.5);  
  border-left:1px solid #1C2531;
}

* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color: #fff;
}

#menu-secondary {
  margin-top:80px;
  background: url(images/bg_menu_secondary_top.png) no-repeat;
  padding-top:20px;
}

#menu-secondary .menu-sidebar{
  background: url(images/bg_menu_secondary_btm.png) no-repeat 0 100%;
  padding-bottom:20px;
}

#menu-secondary ul{
  list-style-type:none;
  margin:0;
}

  #menu-secondary ul li a{
    color:#fff;
    padding:8px 4px 8px 8px;
    display:block;
    font-weight:bold;
    border-top: 1px solid #1f1f1f;
    border-bottom:1px solid #3c3c3c;
  }

#menu-secondary ul li.current-menu-item a {
  background:#e6e6e6;
  color:#222;
  text-shadow:1px 1px 0 #fff;  
  border-top: 1px solid #e1e2e3;
  border-bottom:1px solid #e1e2e3;
}

/* =Content
-------------------------------------------------------------- */

#doc {
  position:relative;
	clear: both;
	overflow: visible;
	padding:0;
  margin-top:-20px; /* The title only takes up room on the right side of the header, so we can reclaim some space here */
}

#ct-iw {
	margin-bottom: 36px;
}

 p,
 ul,
 ol,
 dd,
 pre,
 hr {
	margin-bottom: 24px;
}
 ul ul,
 ol ol,
 ul ol,
 ol ul {
	margin-bottom: 0;
}
 pre,
 kbd,
 tt,
 var {
	font-size: 15px;
	line-height: 21px;
}
#ct-iw code {
	font-size: 13px;
}

dt,
th {
	color: #000;
}

.page-title {
	color: #1c2531;
	font-family: "Arial Black";
  text-shadow:1px 1px 0 #fff;  
	font-size: 2em;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
  color:#ffcc36;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color:#ffcc36;
}
.entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #222;
	font-size: 12px;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#ct-iw .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.post .entry-content {
  padding: 12px 20px;
  font-size:14px;
  line-height:1.5;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #ct-iw .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Images
-------------------------------------------------------------- */

#ct-iw img {
	margin: 0;
	height: auto;
	width: auto;
}

#ct-iw .alignleft,
#ct-iw img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#ct-iw .alignright,
#ct-iw img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#ct-iw .aligncenter,
#ct-iw img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#ct-iw img.alignleft,
#ct-iw img.alignright,
#ct-iw img.aligncenter {
	margin-bottom: 12px;
}
#ct-iw .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#ct-iw .wp-caption img {
	margin: 5px 5px 0;
}
#ct-iw .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

#ct-iw .wp-smiley {
	margin: 0;
}
#ct-iw .gallery {
	margin: 0 auto 18px;
}
#ct-iw .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 188px;
}

#ct-iw .gallery img {
	border: 2px solid #fff;
}

#ct-iw .gallery .gallery-caption {
	color: #000;
  text-shadow:1px 1px 0 rgba(255,255,255,0.7);  
	font-size: 12px;
	margin: 0 0 12px;
}

#ct-iw .gallery dl {
	margin: 0;
}

#ct-iw .gallery img {
	border: 2px solid #fff;
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

#ct-iw .gallery br+br {
	display: none;
}

#ct-iw .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
  clear:both;
	margin:0;
}
#nav-below a {
  font-weight:bold;
  font-size:16px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-container {
	margin: 0 0 18px 0;
}

/* =Footer
-------------------------------------------------------------- */

#ft {
	padding: 20px;
  min-height:20px;
  clear:both;
  width: 980px;
  margin: 0 auto;
}

#site-info {
	font-weight: bold;

}

#site-info a {
	color: #000;
	text-decoration: none;
}

#copyright {
  text-align: center;
}

/* =Misc
-------------------------------------------------------------- */

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

hr.thick {
  border:4px solid #70767d;
  background: #70767d;
}

body span.wpcf7-list-item {
  margin:0;
}

body span.wpcf7-list-item label{
  margin:5px 0;
}

form span.wpcf7-not-valid-tip,
form div.wpcf7-mail-sent-ok,
form div.wpcf7-validation-errors   { 
  padding:.8em;margin-bottom:1em;border:2px solid #ddd; 
}
form span.wpcf7-not-valid-tip {
  padding:0.2em;
}
form span.wpcf7-not-valid-tip,
form div.wpcf7-validation-errors   { 
  background:#c15344;color:#fff;border-color:#70190d; 
}
form div.wpcf7-validation-errors a { color:#8a1f11; }

form div.wpcf7-mail-sent-ok { background:#E6EFC2;color:#264409;border-color:#C6D880; }
form div.wpcf7-mail-sent-ok a {color:#264409;}

label.required:after {
  content:"*"; 
  color: #C62A00;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}

div.callout {
  position:relative;
  clear:both;
  background-color:#fff6aa;
  border-bottom:2px solid #ffdb49;
  border-top:2px solid #ffdb49;
  color:#333333;
  font-size:2.0em;
  font-weight:bold;
  letter-spacing:-0.04em;
  line-height:32px;
  padding:15px 10px;
  text-align:center;
  margin-bottom:30px;
}

  div.callout p {
    padding:0;
    margin:0;
  }

/* Hide Flash Movie */
  /* Break flash functionality if hidden */
/* #efe-swf-1 { */
  /* display:none; */
/* } */

/* =Icons/Buttons
-------------------------------------------------------------- */
.icon-check {
  position:relative;
  display:inline-block;
  width:33px;
  height:37px;
  background:url(images/ic_check.png) no-repeat;
  text-indent:-9999em;
}

.btn {
  position:relative;
  display:inline-block;
  border:none;
}

.btn-subscribe {
  text-indent:-9999em;
  width:141px;
  height:45px;
  background:url(images/btns.png) no-repeat 0 -142px;
}

  .btn-subscribe:hover {
    background-position:0 -187px;
  }

#ct-login .bt-login,
#ct-iw input[type=submit].btn-submit ,
.btn-submit {
  color:#fff;
  font-weight:bold;
  background:url(images/btns.png) no-repeat -141px -142px;
  width:200px;
  height:43px;
  cursor:pointer;
  border:none;
}

  #ct-login .bt-login:hover,
  #ct-iw input[type=submit].btn-submit:hover ,
  .btn-submit:hover {
    background-position:-141px -185px;
  }

a.btn-grey {
  display:inline-block;
  font-style:italic;
  padding:5px 12px;
  height:18px;
  font-size:16px;
  color:#626466;
  background:url(images/bt_next.png) repeat-x 0 0;
  border:1px solid #a8aeb3;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

  a.btn-grey:hover {
    background-position:0 -30px;
    color:#222;
  }

input.btn-black {
  display:inline-block;
  padding:5px 12px;
  height:18px;
  font-size:16px;
  color:#eee;
  background:url(images/bt_black.png) repeat-x;
  border:1px solid #a8aeb3;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  height:30px;
  cursor:pointer;
}

  input.btn-black:hover {
    background-position:0 -30px;
    color:#fff;
  }

a.btn-toggle {
  position:relative;
  cursor:pointer;
  font-size:18px;
  background:url(images/btns.png) no-repeat 0 -230px;
  display:block;
  padding-top:4px;
  height:28px;
  overflow:visible;
  text-indent:48px;
}

  a.btn-toggle:hover {
    text-decoration:none;
    background-position: 0 -262px;
    background-color:#e2e2e2;
  }

/* =Specific Pages
-------------------------------------------------------------- */

#ct-iw h1.entry-title {
  text-align:right;
	color: #1c2531;
	font-family: "Arial Black";
  text-shadow:1px 1px 0 #fff;  
  font-size:2em;
  padding-bottom:10px;
  margin-bottom:10px;
  background:url(images/bg_hr.png) repeat-x 100% 100%;
}
/* Home */

.home #ct-iw .entry-title {
  position:relative;
  top:30px;
  font-size:2.8em;
  text-align:center;
  margin:0 auto;
  color:#fff;
  background:url(images/sp_tagline.png) no-repeat;
  width:568px;
  height:90px;
  margin-top:-50px;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
}

#primary {
    float:left;
    clear:both;
    border:1px solid #535b66;
    background:#2b3036 url(images/bg_blue.png) repeat-x 0 100%;
    color:#9faec2;
    width:100%;
    -moz-box-shadow:1px 1px 1px #fff;  
    -webkit-box-shadow:1px 1px 1px #fff;  
    box-shadow:1px 1px 1px #fff;  
}

  #primary a {
    color:#fff;
    font-weight:bold;
  }

  #primary h3 {
    color:#ffcc36;
    font-family: "Arial Black";
    font-size:1.1em;
    margin:10px;
    margin-left:0;
    text-shadow:1px 1px 0 rgba(0,0,0,0.5);  
  }

  #primary ul {
    list-style-type:none;
  }

  #primary .widget-container {
    width:300px;
    padding:0 0 0 20px;
    float:left;
  }

#home-blurb {
  color: #1c2531;
  font-family: "Arial Black";
  text-shadow:1px 1px 0 #fff;  
  font-size:18px;
  line-height:1.4;
  width: 350px;
}

  #home-blurb em {
    font-style:normal;
    color: #FFCC36;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
  }

#home-features {
  width:330px;
  border:1px solid #535b66;
  background:#2b3036 url(images/bg_blue.png) repeat-x 0 100%;
  color:#fff;
	margin: 0 0 18px 0;
  -moz-box-shadow:1px 1px 1px #fff;  
  -webkit-box-shadow:1px 1px 1px #fff;  
  box-shadow:1px 1px 1px #fff;  
}

  #home-features ul{
    list-style-image : url(images/bg_list_style.png);
    padding:20px 0 120px 10px;
  }

    #home-features ul li{
      margin-bottom:20px;
      width:290px;
      line-height:1.2;
      font-size:13px;
    }

  #home-features a {
    color:#888;
    font-style:italic;
    font-size:13px;
  }

    #home-features a:hover {
      color:#ccc;
    }

#img-splash  {
  position:absolute;
  z-index:10;
  top:100px;
  left:290px;
}

#home-screens {
  position:relative;
  margin:-140px 0 0 20px;
}

#ct-iw #home-screens .gallery {
  text-align:center;
}

  #home-screens h2{
    text-indent:15px;
    font-family: "Arial Black";
    color:#ffcc36;
    font-weight:1.4em;
  }

#home-demo {
  position:relative;
  left:-8px;
  background: url(images/btns.png) no-repeat 0 0;
  display:block;
  width:344px;
  height:71px;
  z-index:100;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
}

#home-demo:hover {
  background-position: 0 -71px;
}

.widget_faq dt {
  color:#fff;
}


.widget_testimonials blockquote {
  background:url(images/bg_blockquote.png) no-repeat;
  padding:0 0 5px 40px;
}

.widget_testimonials ul li {
  margin-bottom:20px;
}

  .widget_testimonials ul li ul {
    text-align:right;
  }

    .widget_testimonials ul li ul li{
      color:#fff;
      margin-bottom:0px;
    }

#ct-iw .gallery a:hover img {
  border-color:#ffCC36;
}

/* Tour */

#tour {
  background:#f2f2f2 url(images/bg_tour.png) repeat-x;
  border:1px solid #adb1b8;
  float:left;
  clear:both;
  width:100%;
  margin-bottom:30px;
}
  #tour ul {
    position:relative;
    left:1px;
  }

  #tour ul li {
    width:290px;
    padding:10px;
    float:left;
    list-style-type:none;
    overflow:visible;
  }

    #tour ul li h3 {
      color:#fff;
      text-indent:5px;
      font-weight:bold;
      margin:10px 0 15px 0;
      padding:0;
      font-size:16px;
      text-shadow: 2px 2px 2px #000;
    }

      #tour ul li h3 span.grad{
        background:url(images/bg_text_gradient.png) repeat-x 0 -1px;
        position:absolute;
        display:block;
        width:31%;
        height:32px;
      }

      #tour ul li h3 span.step{
        font-size: 24px;
        text-indent:0;
        display:block;
      }

    #tour ul li .step-image {
      background:url(images/bg_tour_shadow.png) no-repeat center 100%;
      overflow:visible;
      padding-bottom:50px;
      margin-left:-83px;
      padding-left:83px;
      width:381px;
    }

      #tour ul li .step-image img {
        padding:5px;
        background: url(images/bg_tour_step.png) repeat;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
      }

    /* #tour ul li .step-text { */
      /* background:url(images/bg_vr.png) repeat-y 100% 0; */
    /* } */

    p.callout {
      position:relative; 
      border:1px solid #ccc; 
      background:#fff;
      top:10px;
      margin:40px auto; 
      padding:20px; 
      width:880px; 
      clear:both; 
    }
/* Contact */

#contact-info {
  width:430px;
  float:left;
}
  #contact-info h1 {
    font-size:32px;
  }

  #contact-info h2 {
    font-size:16px;
    font-weight:bold;
    margin:0;
  }

  #contact-info p {
    font-size:12px;
    line-height:1.3;
  }

  #contact-info #google-maps{
    background:#d0d4d9;
    padding:5px;
    border:1px solid #fff;
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 4px 4px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 4px 4px 8px rgba(0,0,0,0.3);
    margin-bottom:20px;
  }

  #contact-info .col-1 {
    float:left;
    width:240px;
    margin-right:20px;
  }

  #contact-info .col-2 {
    float:left;
    width:170px;
  }

#contact-form {
  float:right;
  width:500px;
  background:url(images/bg_entry_content_490.png) repeat-y;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  border:1px solid #e6e6e6;
  padding:20px 0;
}

  #contact-form form {
    width:450px;
    padding:0 20px;
  }

  #contact-form h2 {
    color:#fff;
    background:url(images/bg_subheader.png) repeat-x;
    height:50px;
    font-size:24px;
    text-indent:10px;
    line-height:2;
    font-weight:bold;
  }

  #contact-info dl dd {
    margin-bottom:12px;
    padding-bottom:12px;
    border-bottom:1px dotted #70767d;
  }

  #ct-iw #contact-form p {
    margin-bottom:10px;
  }

/* Pricing */

tr th,
thead th {
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}

tr td {
  padding: 0 24px;
}

#more-sales {
  background:#d2d6da;
  border:2px solid #fff;
  width:470px;
  padding:10px 20px;
  line-height:24px;
  font-size: 26px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

  #more-sales span {
    color:#444;
    font-style:italic;
    font-size:14px;
    font-weight:bold;
  }

#plans {
  /* -moz-box-shadow: 0px 4px 2px #fff; */
  border-collapse:collapse;
  border:none; 
  color:#fff;
  margin-bottom:20px;
}

  #plans col.feature {
    width:519px;
  }

  #plans col.dealer {
    width:240px;
  }

  #plans col.indirect-lenders {
    width:220px;
  }

  #plans tr th,
  #plans tr td{
    border-top: 1px solid #777a80; 
    border-bottom: 1px solid #777a80; 
    height:50px;
  }

  #plans thead .row-0 th{
    height:86px;
    padding-bottom:0;
    padding-top:0;
    background: url(images/bg_pricing_thead.png) no-repeat 0 0;
    border-top:none;
    color:#fff;
    vertical-align:bottom;
    font-size:1.3em;
  }

      #plans thead .row-0 .col-0{
        background-position:0 0;
      }

      #plans thead .row-0 .col-1{
        background-position:-519px 0;
      }

      #plans thead .row-0 .col-2{
        background-position:-759px 0;
      }

      /* Workaround for safari bug */
      #plans thead .row-0 th span{ 
        position:relative;
        display:block;
        padding:10px 0;
      }

  /* Safari is retarded and applies the background as if it applied to every TD if we apply it to a TR */
  #plans tfoot tr td.col-0,
  #plans tfoot tr td.col-1,
  #plans tfoot tr td.col-2{
    height:32px;
    padding:0;
    background: url(images/bg_pricing_tfoot.png) no-repeat 0 0;
  }

    #plans tfoot tr td.col-0{
      border-bottom:none;
      background-position:-11px 0;
    }

    #plans tfoot tr td.col-1{
      border:none;
      background-position:-531px 0;
    }

    #plans tfoot tr td.col-2{
      border-bottom:none;
      background-position:-771px 0;
    }

#plans tr th.col-1 ,
#plans tr td.col-1 {
  border-color: #9da0a6;
  text-align:center;
}
#plans tr th.col-2 ,
#plans tr td.col-2 {
  text-align:center;
}

/* Normal Rows */

#plans tr.row-1  { background:#5c5f66; }
#plans tr.row-2  { background:#41454c; }
#plans tr.row-3  { background:#3f424a; }
#plans tr.row-4  { background:#3c4047; }
#plans tr.row-5  { background:#393c44; }
#plans tr.row-6  { background:#35383f; }
#plans tr.row-7  { background:#30333a; }
#plans tr.row-8  { background:#2a2d33; }
#plans tr.row-9  { background:#23262b; }
#plans tr.row-10 { background:#212328; }
#plans tr.row-11 { background:#1d1f23; }
#plans tr.row-12 { background:#17191c; }
#plans tr.row-13 { background:#151719; }

/* Dealer */
#plans tr.row-1 th.col-1  { background:#5c606a; }
#plans tr.row-2 td.col-1  { background:#52555f; }
#plans tr.row-3 td.col-1  { background:#4f535c; }
#plans tr.row-4 td.col-1  { background:#4c5059; }
#plans tr.row-5 td.col-1  { background:#484c54; }
#plans tr.row-6 td.col-1  { background:#43464f; }
#plans tr.row-7 td.col-1  { background:#3c4048; }
#plans tr.row-8 td.col-1  { background:#34383f; }
#plans tr.row-9 td.col-1  { background:#2c3036; }
#plans tr.row-10 td.col-1 { background:#292c32; }
#plans tr.row-11 td.col-1 { background:#24272d; }
#plans tr.row-12 td.col-1 { background:#1d2025; }
#plans tr.row-13 td.col-1 { border:none; background:#1a1d21; } 

#plans .row-1 th.col-0 ,
#plans td.col-0 {
  background-image:url(images/bg_pricing_shd.png);
  background-repeat:repeat-y;
  background-position:509px 0;
}

#plans .row-1 th.col-2 ,
#plans td.col-2 {
  background-image:url(images/bg_pricing_shd.png);
  background-repeat:repeat-y;
  background-position:-251px 0;
}


/* Request Demo */

#request-demo {
  float:right;
  margin-left:40px;
	background: url(images/bg_entry_content_540.png) repeat-y;
  border:1px solid #f1f1f1;
  border-bottom-color:#e6e6e6;
  border-right-color:#e6e6e6;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding:100px 20px 20px 20px;
  width:500px;
}

#request-demo fieldset{
  position:relative;
	background: url(images/bg_fieldset.png) no-repeat 0 100%;
  border:none;
  width:468px;
  padding:20px;
  margin-bottom:95px;
}

#request-demo p {
  margin:10px 0;
  font-style:italic;
  color:#333;
}

  #request-demo #submit {
    background:none;
    margin-top:-60px;
    padding:0 0 0 4px;
  }

    #request-demo #submit legend{
      display:none;
    }

#request-demo legend{
  position:relative;
  display:block;
  height:43px;
  width:508px;
  margin:0 -20px;
  padding-top:15px;
  text-indent:20px;
	background: url(images/bg_legend.png) no-repeat 0 0;
  margin-top:-58px;
  font-weight:bold;
}

  #request-demo fieldset legend span{
    position:relative;
    display:inline-block;
    top:-29px;
    padding-top:29px;
    width:59px;
    height:30px;
    text-indent:70px;
    background: url(images/ic_request_demo.png) no-repeat 0 0;
  }

  #request-demo #company-info legend span{
    background-position: 0 0;
  }

  #request-demo #contact-info legend span{
    background-position: 0 -59px;
  }

  #request-demo #feedback legend span{
    background-position: 0 -118px;
  }

#request-demo .col-set label {
  font-size:16px;
}

#request-demo .col-set .wpcf7-list-item label {
  font-size:12px;
}

#request-demo .col-set .col {
  width:50%;
  float:left;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

.ui-window {
  position:absolute;
  z-index:9999;
}

.ui-overlay {
 position: fixed;
 top: 0; 
 left: 0; 
 width:100%; 
 height:100%; 
 z-index:8999;
 background:#000;
 opacity:0.2;
}

.ui-window #request-demo {
  float:none;
  margin:0;
	background: none;
  border:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  padding:20px;
  background: url(images/bg_fieldset.png) no-repeat 0 100%;
  width:468px;
}

  .ui-window #request-demo fieldset{
    background:none;
    margin-bottom:0;
    padding:0;
  }

.ui-window .ctl {
  text-align:right;
  clear:both;
  position:relative;
  width:480px;
  padding:20px 0px;
}

  #request-demo-wizard-progress {
    position:relative;
    width:295px;
    height:30px;
    left:90px;
    background:url(images/sp_progress.png) no-repeat 0 0;
  }

  .ui-window #request-demo .wpcf7-submit ,
  #request-demo #btn-next {
    position:absolute;
    right:10px;
    top:20px;
  }

  #request-demo #btn-back {
    position:absolute;
    left:0px;
    top:20px;
  }

  .ui-window #request-demo #submit {
    margin-top:0px;
    padding:0px;
  }

  #current-step-title {
    position:relative;
    margin:0;
    display:block;
    height:43px;
    width:508px;
    /* margin:0 -20px; */
    padding-top:15px;
    text-indent:20px;
    background: url(images/bg_legend.png) no-repeat 0 0;
    font-weight:bold;
  }

    #current-step-title span{
      position:relative;
      display:inline-block;
      top:-29px;
      padding-top:29px;
      height:30px;
      text-indent:70px;
      background: url(images/ic_request_demo.png) no-repeat 0 0;
    }

    #current-step-title.contact-info span{
      background-position: 0 -59px;
    }

    #current-step-title.company-info span{
      background-position: 0 0;
    }

    #current-step-title.feedback span{
      background-position: 0 -118px;
    }

    #current-step-title.submit span{
      background-position: 0 -177px;
    }

/* Login Page */

#ct-login {
  margin:0 auto;
	background: url(images/bg_entry_content_490.png) repeat-y;
  border:1px solid #f1f1f1;
  border-bottom-color:#e6e6e6;
  border-right-color:#e6e6e6;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  padding:20px;
  width:460px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

#ct-login .submit {
  display:block;
  text-align:center;
}

#text-3 {
  text-align: center;
}

  #text-3 h3 {
    display: none;
  }

  #text-4 h3 {
    visibility: hidden;
  }

