/*

Theme Name: KISSmetrics Blog
Theme URI: http://blog.kissmetrics.com
Description:
Version: 2.0

*/

/* RESET: =reset
------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* GENERAL: =general
------------------------------------------------------------*/
body {
  background: #2f3434 url(images/body_bg.jpg) 0 0 repeat;
  -webkit-text-stroke: 1px transparent;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-device-width:480px) { body { -webkit-text-stroke: 0 black; } }
.center {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
hr {
  background: transparent url(images/hr.png) 0 50% repeat-x;
  border: none;
  display: block;
  height: 31px;
  margin: 0;
  padding: 0;
  width: 960px;
}
a {
  color: #12769a;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
h2 {
  color: #373e40;
  font-size: 24px;
/*  margin-bottom: 20px; */
}

/* TOP: =top
------------------------------------------------------------*/
#top {
  background: #efefe5;
}

/* HEADER: =header
------------------------------------------------------------*/
#header {
  background: transparent url(images/header_bg.png) 0 0 no-repeat;
  height: 89px;
  position: relative;
}
#header h1 {
  height: 50px;
  width: 279px;
}
#header h1 a {
  background: transparent url(images/logo.png) 0 0 no-repeat;
  border: none;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  text-indent: -999em;
  top: 20px;
  width: 279px;
}
#header h1 a:hover {
  text-decoration: none;
}
#header .nav {
  position: absolute;
  right: 0;
  top: 30px;
}
#header .nav li {
  display: inline-block;
  margin-left: 4px;
}

/* INTRO: =intro
------------------------------------------------------------*/
#intro {
  background: #252726 url(images/intro_bg.png) 0 0 repeat;
  margin-bottom: 10px;
  overflow: hidden;
}
#intro h2 {
/*  background: rgba(255, 255, 255, 0.05) url(images/intro_shadow.png) bottom left repeat-x; */
  color: #fff;
  font: normal 23px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  padding: 25px 30px 28px 30px;
}
#intro h2 strong {
  font-weight: bold;
}

#intro h2 a {
  color: #6fcde7;
  font-weight: bold;
  text-decoration: underline;
}

#intro h2 a:hover {
  background: #6fcde7;
  color: #000000;
  text-decoration: none;
}


#intro2 ul {
  float: left;
  list-style: none;
}
#intro2 li {
  background: transparent url(images/intro_vr.png) 0 0 repeat-y;
  float: left;
  margin: 0 0 25px 0;
  min-height: 100px;
  padding: 4px 30px;
  width: 259px;
}
#intro2 li h3 {
  color: #fff;
  font: bold 16px/30px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 10px;
  padding-left: 38px;
}
#intro2 li h3 a {
  color: #fff;
  text-decoration: none;
}
#intro2 li h3 a:hover {
  background: #12769a;
  color: #FFFFFF;
  text-decoration: none;
}
#intro2 li p {
  color: #b0b0b0;
  font-size: 12px;
  line-height: 20px;
}
#intro2 li a {
  color: #6fcde7;
}
#intro2 li#intro_twitter h3 {
  background: transparent url(images/intro_twitter_icon.png) 0 0 no-repeat;
}
#intro2 li#intro_facebook h3 {
  background: transparent url(images/intro_fb_icon.png) 0 0 no-repeat;
}
#intro2 li#intro_about h3 {
  background: transparent url(images/intro_km_icon.png) 0 0 no-repeat;
}

/* CONTENT: =content
------------------------------------------------------------*/

#content {
  background: #efefe5;
}

#content .center {
  background: #fff;
  padding: 20px;
  width: 920px;
}
#content .col {
  background: transparent url(images/vr.png) 100% 0 repeat-y;
  float: left;
  padding-right: 30px;
  width: 570px;
}
#content .col #km_ad_banner {
  background: transparent url(images/hr.png) bottom left repeat-x;;
  border: none;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* CONTENTWIDE: =contentwide
------------------------------------------------------------*/

#contentwide {
  background: #efefe5;
}

#contentwide .center {
  background: #fff;
  padding: 20px;
  width: 920px;
}
#contentwide .col {
  background: transparent url(images/vr.png) 100% 0 repeat-y;
  float: left;
  padding-right: 30px;
  width: 570px;
}
#contentwide .col #km_ad_banner {
  background: transparent url(images/hr.png) bottom left repeat-x;;
  border: none;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* POST: =post
------------------------------*/
.post {
  background: transparent url(images/hr.png) bottom left repeat-x;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 40px 160px;
  position: relative;
}

.post a {
  color: #12769a;
  outline: none;
  text-decoration: underline;
}
.post a:hover {
  background: #12769a;
  color: #FFFFFF;
  text-decoration: none;
}

.post:last-child,
.post.last {
  background: none;
  padding-bottom: 0;
}
.post.single {
  padding: 0 0 12px 0;
}
.post .post_thumbnail {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 140px;
}
.post .post_thumbnail img {
  display: block;
  height: 140px;
  width: 140px;
  padding:0;
	border: 0;
}
.post .in_post_thumbnail {
  background: #fff;
  border: 1px solid #ccc;
  clear: right;
  display: block;
  height: 140px;
  width: 140px;
  float: right;
  margin: 15px 0 8px 8px;
}
.post .in_post_thumbnail img {
  display: block;
  height: 140px;
  width: 140px;
  padding:0;
	border: 0;
}
.post.single .post_date {
  position: relative;
  top: auto;
  left: auto;
  background: transparent url(images/vr.png) 100% 0 repeat-y;
  margin-right: 4px;
  padding-right: 8px;
}
.post.single .post_details {
  font-size: 12px;
  margin-bottom: 8px;
}
.post.single .author {
  background: transparent url(images/vr.png) 100% 0 repeat-y;
  margin-right: 4px;
  padding-right: 8px;
}
.post h1 {
  color: #373e40;
  font: bold 18px/24px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 6px;
}
.post.single h1 {
  font: bold 28px/33px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 8px;
}
.post h1 a {
  color: #2c7b95;
  text-decoration: none;
}
.post h1 a:hover {
  background: #FFFFFF;
  color: #206b84;
  text-decoration: underline;
}
.post h2 {
  color: #373e40;
  font-size: 23px;
  margin-bottom: 8px;
}
.post h3 {
  color: #373e40;
  font-size: 18px;
  margin-bottom: 8px;
}
.post h4 {
  color: #373e40;
  font-size: 16px;
  margin-bottom: 8px;
}
.post h5 {
  color: #373e40;
  font-size: 14px;
  margin-bottom: 8px;
}
.post p {
  color: #373e40;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.post blockquote {
	border-left: 2px solid #bbb6a9;
	font-style: italic;
	margin-left: 30px;
	padding-left: 10px;
}
.post img {
	padding: 2px;
	border: solid 1px #d3d0c5;
	max-width: 564px; /*570-4-2*/
}
.post img.no_border {
	padding: 0;
	border: none;
}
.post .launch_infographic {
  margin-bottom: 15px;
  position: relative;
}
.post .launch_infographic img {
  border: none;
  margin: 0;
  display: block;
  padding: 0;
  max-width: 570px;
}
.post .launch_infographic a {
  display: block;
  padding: 0;
  text-decoration: none;
}
.post .launch_infographic a img {
  border: none;
}
.post .launch_infographic .caption {
  background: rgba(0, 0, 0, 0.7) url(images/resize.png) no-repeat 9px 9px;
  border-top: solid 1px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  bottom: 0;
  display: block;
  position: absolute;
  padding: 10px 10px 10px 30px;
  text-transform: uppercase;
  width: 100%;
}
.post img.right {
	float: right;
	margin: 0 0 8px 8px;
}
.post ul img,
.post ol img {
  max-width: 534px; /*570-4-2-30*/
}
.post p.caption {
  font-size: 11px; 
  line-height: auto;
  margin: 0;
  padding: 0;
}
#content .post .center {
  margin: -15px 0 20px 0;
  padding: 0;
  text-align: center;
  width: 570px;
}
.post.single p {
  margin-bottom: 20px;
}
.post ul,
.post ol {
  margin: 0 0 20px 30px;
}
.post li {
  color: #373e40;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.post .post_meta p {
  color: #373e40;
  font-size: 12px;
  margin-bottom: 0;
}

.post .post_meta a {
  color: #12769a;
  outline: none;
  text-decoration: none;
}
.post .post_meta a:hover {
  text-decoration: underline;
}

.post.single .post_meta p {
  margin-bottom: 20px;
}
.post .post_meta p strong {
  font-style: normal;
}
.post .post_meta .num_comments,
.post .post_meta .post_category {
  background: transparent url(images/vr.png) 0 0 repeat-y;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
}
.post.single .post_details .num_comments {
  font-weight: bold;
}
.post table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 570px;
}
.post table thead th {
  background: #ccc;
  font-size: 12px;
  padding: 5px 8px;
}
.post table tbody td {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
}

.post a > img {
  display: block;
}

/* PAGE NAV: =page_nav
------------------------------*/
.wp-pagenavi {
  margin-top: -10px;
  text-align: center;
}
.wp-pagenavi .pages {
  border: 0;
  color: #979797;
  font-size: 14px;
  font-weight: bold;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  background-color: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #eaeaea); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #eaeaea)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#eaeaea'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#eaeaea')"; /* IE8 */
  border: 1px solid #cacccb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #868686;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 3px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
}
.wp-pagenavi a:hover {
  background-image: -moz-linear-gradient(top, #fafafa, #e3e3e3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fafafa),color-stop(1, #e3e3e3));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#e3e3e3')";
  text-decoration: none;
  border: 1px solid #cacccb;
}
.wp-pagenavi span.current {
  /*border: 1px solid #00b4ff;
  -webkit-box-shadow: 0 0 4px #00b4ff;*/
  background-color: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #f3f3f3)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#f3f3f3'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#f3f3f3')"; /* IE8 */
  border: 1px solid #ddd;
  color: #ccc;
}

/* COMMENTS: =comments
------------------------------*/
#comments {
  position: relative;
}

#comments a {
  color: #12769a;
  outline: none;
  text-decoration: none;
}

#comments a:hover {
  background: #FFFFFF;
  color: #12769a;
  text-decoration: none;
}

#comments h2 {
  color: #373e40;
  font: bold 18px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 4px;
}
#comments .make_comment {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 2px;
}

#comments .comment_list {
  list-style: none;
  margin-top: 20px;
}
#comments .comment_list li {
  margin-bottom: 30px;
  padding: 10px;
}
/*#comments .comment_list li.even {
  background-color: #efefef;
}*/
#comments .comment_list ul {
  list-style: none;
  margin: 20px 0 0 20px;
}
#comments .comment_list ul li {
  padding: 0;
}
#comments p {
  color: #373e40;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
#comments .comment_list ul li .comment-body {
  border-left: 3px solid rgba(0, 0, 0, 0.3);
  padding: 3px 6px;
}
#comments .comment_list .comment-body .comment-meta {
  color: #373e40;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
}
#comments .comment_list .comment-body .comment-meta cite {
  font-style: normal;
  font-weight: bold;
  margin-right: 8px;
}
#comments .comment_list .comment-body .comment-meta .comment-date {
  color: #373e40;
  font-size: 11px;
  line-height: 14px;
}
#comments .comment_list .reply a {
  background-color: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #eaeaea); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #eaeaea)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#eaeaea'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#eaeaea')"; /* IE8 */
  border: 1px solid #cacccb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #868686;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  padding: 7px 7px 5px 7px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
}
#comments .comment_list .reply a:hover {
  background-image: -moz-linear-gradient(top, #fafafa, #e3e3e3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fafafa),color-stop(1, #e3e3e3));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#e3e3e3')";
  text-decoration: none;
}

/* RESPOND: =respond
------------------------------*/
#respond {
  background: transparent url(images/hr.png) 0 0 repeat-x;
  margin-top: 30px;
  padding: 25px 0 0 0;
}
#respond h2 {
  color: #373e40;
  font: bold 18px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 15px;
}
#respond p.logged_in,
#respond p.cancel-comment-reply {
  color: #727272;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
#respond fieldset {
  border: none;
}
#respond fieldset.border {
  background: transparent url(images/hr.png) 0 0 repeat-x;
  margin-top: 15px;
  padding: 15px 0 0 0;
}
#respond p {
  margin-bottom: 8px;
  overflow: hidden;
}
#respond label {
  color: #8e8e8e;
  display: block;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-top: 12px;
  padding-right: 10px;
  text-align: right;
  width: 140px;
}
#respond input.text {
  border: 2px solid #e6e6e6;
  float: left;
  font-size: 14px;
  padding: 8px;
  width: 397px; /*432-16-4-2*/
}
#respond input.required {
  background: #fff url(images/required.png) 359px 50% no-repeat;
  padding-right: 70px;
  width: 336px;
}
#respond textarea {
  border: 2px solid #e6e6e6;
  float: left;
  font-size: 14px;
  height: 100px;
  margin: 3px 0;
  padding: 8px;
  width: 397px; /*432-16-4-2*/
}
#respond .submit_button {
  margin: 13px 0 0 146px;
}

/* SIDE: =side
------------------------------------------------------------*/
#content .col.side {
  background: transparent url(images/vr.png) 0 0 repeat-y;
  margin-left: -1px;
  padding: 0 0 0 20px;
  width: 301px;
}
#content .col.side #km_ad {
  border: none;
  display: block;
  margin-bottom: 20px;
}
#content .col.side .sep {
  background: #deedf2 url(images/side_bg.png) 0 0 repeat;
  margin-bottom: 20px;
  padding: 20px;
}
#content .col.side .sep h2 {
  color: #373e40;
  font: bold 16px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
#content .col.side .sep p {
  color: #5c7981;
  font-size: 11px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .sep a {
  text-decoration: none;
}
#content .col.side .sep a:hover {
  text-decoration: underline;
}
#content .col.side .sep ul {
  list-style: none;
}
#content .col.side .sep li {
  background: transparent url(images/side_hr.png) bottom left repeat-x;
  color: #5c7981;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 -20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .sep li:last-child,
#content .col.side .sep li.last {
  background: none;
  padding-bottom: 0;
}

/* SIDE: =side
------------------------------------------------------------*/

#content .col.side .scrl {
  background: #deedf2 url(images/side_bg.png) 0 0 repeat;
  margin-bottom: 20px;
  padding: 20px;
}
#content .col.side .scrl h2 {
  color: #373e40;
  font: bold 16px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
#content .col.side .scrl p {
  color: #5c7981;
  font-size: 11px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .scrl a {
  text-decoration: none;
}
#content .col.side .scrl a:hover {
  text-decoration: underline;
}
#content .col.side .scrl ul {
  list-style: none;
}
#content .col.side .scrl li {
  background: transparent url(images/side_hr.png) bottom left repeat-x;
  color: #5c7981;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 -20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .scrl li:last-child,
#content .col.side .scrl li.last {
  background: none;
  padding-bottom: 0;
}

/* SIDE-PROMO: =side
------------------------------------------------------------*/

#content .col.side .promo {
  background: #deedf2 url(images/side_bg.png) 0 0 repeat;
  margin-bottom: 20px;
  padding: 20px;
}
#content .col.side .promo h2 {
  color: #373e40;
  font: bold 18px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
#content .col.side .promo p {
  color: #5c7981;
  font-size: 11px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .promo a {
  text-decoration: none;
}
#content .col.side .promo a:hover {
  text-decoration: none;
}
#content .col.side .promo ul {
  list-style: none;
}
#content .col.side .promo li {
  background: transparent url(images/side_hr.png) bottom left repeat-x;
  color: #12769a;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 -20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col.side .promo li:last-child,
#content .col.side .promo li.last {
  background: none;
  padding-bottom: 0;
}


/* SIDE-PROMO2: =side
------------------------------------------------------------*/

#content .col .promo2 {
  background: #efefe5;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  border: 1px solid #dfdfd5;

}
#content .col .promo2 h2 {
  color: #373e40;
  font: bold 18px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
#content .col .promo2 p {
  color: #5c7981;
  font-size: 11px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col .promo2 a {
  text-decoration: none;
}
#content .col .promo2 a:hover {
  text-decoration: none;
}
#content .col .promo2 ul {
  list-style: none;
}
#content .col .promo2 li {
  color: #12769a;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 -20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col .promo2 li:last-child,
#content .col .promo2 li.last {
  background: none;
  padding-bottom: 0;
}

/* SIDE-SUBS: =side
------------------------------------------------------------*/

#content .col .subs {
  background: #deedf2;
  margin-bottom: 20px;
  padding: 20px;
  color: #373e40;
  font-size: 16px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  text-align: left;
  border: 1px solid #c7d5d9;
}
#content .col .subs h2 {
  color: #373e40;
  font: bold 16px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

#content .col .subs p {
  color: #373e40;
  font-size: 12px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col .subs a {
  text-decoration: none;
}
#content .col .subs a:hover {
  text-decoration: none;
}
#content .col .subs ul {
  list-style: none;
}
#content .col .subs li {
  background: transparent url(images/side_hr.png) bottom left repeat-x;
  color: #12769a;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 -20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#content .col .subs li:last-child,
#content .col .subs li.last {
  background: none;
  padding-bottom: 0;
}

/* EMAIL FORM: =email_form
------------------------------*/
#email_form {
  margin: 8px -20px 0 -20px;
  padding: 0px 20px 0 20px;
}

#email_form input.text {
  color: #373e40;
  margin-right: 4px;
  padding: 6px;
  vertical-align: middle;
  width: 157px;
}
#email_form input.default {
  color: #999;
}
#email_form .button .inner {
  padding: 6px 8px;
}


/* EMAIL FORM: =email_form2
------------------------------*/
#email_form2 {
  margin: 8px -20px 0 -20px;
  padding: 0px 20px 0 20px;
}

#email_form2 input.text {
  color: #373e40;
  margin-right: 4px;
  padding: 6px;
  vertical-align: middle;
  width: 157px;
}
#email_form2 input.default {
  color: #999;
}
#email_form2 .button .inner {
  padding: 6px 8px;
}

/* CATEGORIES: =categories
------------------------------*/
.categories li {
  position: relative;
}
.categories em {
  font-weight: normal;
  position: absolute;
  right: 20px;
}

/* BOTTOM: =bottom
------------------------------------------------------------*/
#bottom {
  background: transparent url(images/bottom_bg.png) 0 0 repeat-x;
  overflow: hidden;
  padding-top: 30px;
}
#bottom .center {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
#bottom .copyright {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #919191;
  display: inline-block;
  float: left;
  font: normal 11px 'Arial', 'Helvetica', sans-serif;
  /*left: 0;*/
  margin-top: -30px;
  padding: 8px 10px 9px 10px;
  /*position: absolute;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  /*top: 0;*/
}
#bottom .copyright a {
  color: #919191;
  text-decoration: none;
}
#bottom .copyright a:hover {
  text-decoration: underline;
}
#bottom #measured_by {
  background: transparent url(images/measured_by_km.png) 0 0 no-repeat;
  display: inline-block;
  float: left;
  height: 42px;
  margin: -35px 0 0 2px;
  text-indent: -9999em;
  width: 180px;
}
#bottom .nav {
  position: absolute;
  right: 0;
  top: 5px;
}
#bottom .nav ul {
  margin-bottom: 4px;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#bottom .nav li {
  display: inline-block;
}
#bottom .nav .main li {
  color: #6bd2ed;
  font: bold 12px 'Arial', 'Helvetica', sans-serif;
}
#bottom .nav .main li a {
  color: #6bd2ed;
  font: bold 12px 'Lucida Grande', 'Arial', 'Helvetica', sans-serif;
  text-decoration: none;
}
#bottom .nav .main li a:hover,
#bottom .nav .sub li a:hover {
  text-decoration: underline;
}
#bottom .nav .main li.active a {
  color: #fff;
}
#bottom .nav .main li.active a:hover,
#bottom .nav .sub li.active a:hover {
  text-decoration: none;
}
#bottom .nav .sub li {
  color: #acacac;
  font: normal 12px 'Arial', 'Helvetica', sans-serif;
}
#bottom .nav .sub li a {
  color: #acacac;
  text-decoration: none;
}

/* NOTICE: =notice
------------------------------------------------------------*/
.notice {
	border: 10px solid #f8f9f9;
	margin-bottom: 30px;
	padding: 2px;
}
.notice div {
  background-color: #f8f9f9;
	border: 2px solid #fff;
	padding: 13px 13px 7px 13px;
}
.notice p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-shadow: #fff 1px 1px 1px;
}
.notice ul,
.notice ol { margin: 0 0 6px 20px; }
.notice ul li,
.notice ol li {
	font-size: 11px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}

/* SUCCESS =success */
.notice.success { background-color: #9bd49d; }
.notice.success div { background-color: #eaf6ea; }
.notice.success p { color: #16500b; }
.notice.success ul li,
.notice.success ol li { color: #268d15; }

/* WARNING =warning */
.notice.warning { background-color: #f1d57e; }
.notice.warning div { background-color: #fcf6e4; }
.notice.warning p { color: #3f3e33; }
.notice.warning ul li,
.notice.warning ol li { color: #838065; }

/* ERROR =error */
.notice.error { background-color: #db9393; }
.notice.error div { background-color: #f8e9e9; }
.notice.error p { color: #722e2e; }
.notice.error ul li,
.notice.error ol li { color: #992929; }

span.error{
  background: transparent url(../../images/form_error_icon.png) 0 4px no-repeat;
  clear: both;
  color: #f96464;
  display: block;
  min-height: 25px;
  font: bold 11px 'Arial', 'Helvetica', sans-serif;
  margin: 0 0 0 117px;
  padding: 4px 0 0 19px;
}

span.success{
  background: transparent url(../../images/form_success_icon.png) 0 4px no-repeat;
  clear: both;
  color: #16500b;
  display: block;
  min-height: 25px;
  font: bold 11px 'Arial', 'Helvetica', sans-serif;
  margin: 0 0 0 117px;
  padding: 4px 0 0 19px;
}

/* BUTTON: =button
------------------------------------------------------------*/
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 1px;
  text-decoration: none;
  vertical-align: middle;
}
.button .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font: bold 12px 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
  line-height: normal;
  margin: 0;
  padding: 6px 12px 7px 12px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.has_trial .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.button .trial {
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #d6feb6;
  display: block;
  font: bold 9px 'Helvetica', 'Arial', sans-serif;
  line-height: normal;
  padding: 5px 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.big .inner {
  font: bold 16px 'Helvetica', 'Arial', sans-serif;
  padding: 9px 12px;
}
.button.has_arrow .inner {
  padding-right: 36px; 
}
.button.big.has_arrow .inner {
  padding-right: 41px;
}
.button .inner .arrow {
  background: transparent url(images/button_arrow.png) 0 0 no-repeat;
  display: block;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 7px;
  width: 12px;
}
.button.big .inner .arrow {
  background: transparent url(images/big_button_arrow.png) 0 0 no-repeat;
  height: 19px;
  right: 12px;
  top: 8px;
  width: 19px;
}
.button:hover {
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  cursor: pointer; 
  text-decoration: none;
}
.button.black:hover {
  background-color: #373d3d;
}
.button:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.black { background-color: #2c3131; }
.button.blue { background-color: #2f819b; }
.button.green { background-color: #69a846; }
.button.selected { background-color: #427625; }
.button.grey { background-color: #9d9d9d; }


/* LIGHTBOX: =lightbox
------------------------------------------------------------*/
.lightbox {
  display: none;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  top: 200px;
  width: 500px;
  z-index: 999999;
}
.lightbox_content {
  background: #fff;
  border: 10px solid #252726;
  box-shadow: 0 0 6px rgba(0,0,0,.8);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.8);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.8);
  padding: 20px;
}

.lightbox h3 {
  color: #206B84;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.lightbox p {
  color: #373E40;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.lightbox a {
  color: #12769A;
  text-decoration: none;
}
.lightbox a:hover {
  background: #12769A;
  color: #fff;
}
.lightbox form {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 20px -20px;
  padding: 20px;
}
.lightbox form label {
  color: #373E40;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.lightbox form .text {
  color: #373E40;
  font-size: 13px;
  padding: 6px;
  width: 424px; /*460-12-4*/
}
.lightbox form .lightbox_submitit {
  margin-bottom: 0;
  text-align: center;
}
.lightbox .no-thanks {
  font-weight: bold;
  margin-bottom: 0;
  text-align: right;
}

/* !! Custom Lightbox */

/*.lightbox { display: none; position: absolute; top: 100px; width: 600px; margin-left: -300px; z-index: 100000; background: url("images/transparent.png"); left: 50%; padding: 15px; }
.lightbox_content { background: #fff; position: relative; padding: 1.5em; }
.lightbox_options { background: #fff; border-top: 1px solid #d5d5d5; padding: 10px 10px; text-align: right; }

.lightbox h3 { font: bold 2.4em/1.33em Helvetica, Arial, sans-serif; color: #63ad2b; margin: 0 0 0.5em 0; }
.lightbox p { font: 1.5em/1.33em Georgia, "Times New Roman", serif; margin: 0 0 1em 0;  }
.lightbox .close_lightbox { font-size: 1.3em; font-weight: bold; font-family: Helvetica, Arial, sans-serif; float: right; }

.lightbox_form dl { margin: 0 auto; width: 200px; }
.lightbox_form dt { font-size: 1.3em; font-weight: bold; margin: 0 0 0.5em; font-family: Helvetica, Arial, sans-serif; }
.lightbox_form dd { margin: 0 0 1em 0; }
.lightbox_form dd input { font-size: 1.3em; border: 1px solid #ccc; padding: 0.25em; background: #fff; width: 200px; }
.lightbox_form .submit_button { cursor:  pointer; font: 1.2em Helvetica, Arial, sans-serif; color: #222; background: #f1f1f1; color: #222; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #f7f7f7; border-left: 1px solid #f7f7f7; padding: 5px 8px; }
.lightbox_form .submit_button:active { border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; background: #ccc; color: #fff; }*/
