/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.row .row {
  margin: 0 -10px;
  width: auto;
  display: inline-block;
}

body {
  background-color: #fbfbfb;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  font-family: "Helvetica", sans-serif;
}

hr {
  color: #c5c5c5;
  background-color: #777777;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #e4e4e4;
}

h2 {
  font-size: 16px;
  color: #999999;
}

h2 a {
  color: #339bb1;
}

h2 a:visited {
  color: #339bb1;
}

h4 {
  font-size: 16px;
  color: #707070;
  text-shadow: 1px 1px 0px #ffffff;
}

a {
  text-decoration: none;
  color: #339bb1;
}

a:visited {
  text-decoration: none;
  color: #339bb1;
}

input[type=text], textarea {
  border: 1px solid #C5C5C5;
}

form#clean_contact input[type=text]{
  margin-bottom: 18px;
}

/* Possible IE Breakage ahead */
.column {
  overflow: visible;
}

/* Page Header */

header div.row div img {
  margin-top: 18px;
}

nav#main_navigation {
  text-align: right;
}

nav#main_navigation ul {
  margin-top: 54px;
}

nav#main_navigation li {
  display: inline;
  padding-left: 15px;
}

nav#main_navigation a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
  vertical-align: top;
}

/* Page Footer */

body > footer {
  height: 180px;
  background-image: -webkit-gradient(
    linear,
    0% 0%, 0% 100%,
    from(#bababa),
    to(#909090)
  );

  background-image: -moz-linear-gradient(90deg,#a3a3a3,#c8c8c8 );
  margin-top: 90px;
}

body > footer p, body > footer ul {
  color: #ffffff;
  font-size: 12px;
  margin-top: 20px;
}

body > footer ul {
  margin-left: 0px;
}

body > footer li {
  list-style-type: none;
}

body .page_header a, body > footer a {
  text-decoration: none;
  color: #ffffff;
}

body > footer a:visited {
  text-decoration: none;
  color: #ffffff;
}

div#articles {
  padding-top: 8px;
  margin-top: -8px;
}

div#articles article {
  margin-bottom: 54px;
}

div#articles article:last-child {
  margin-bottom: 0px;
}

div#articles article div.meta {
  font-style: italic;
}

div#features {
  background-color: #e7e7e7;
  height: 270px;
  width: 458px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.app_market {
  width: 190px;
  padding-top: 20px;
  padding-left: 20px;
}

div#features .grid_3 {
  margin-right: 0px;
}

div.grid_6 h4 {
  padding-left: 20px;
}

div#features ul {
  margin-top: 10px;
  margin-left: 40px;
}

div#features hr {
  border-top: 1px solid #c5c5c5;
  background-color: #f0f0f0;
  width: 458px;
}

div#latest_posts {
  margin-top: 36px;
}

div#latest_posts h2 {
  background-image: url(../images/rss.jpg);
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 20px;
}

div#latest_posts ul li {
  background-image: url(../images/talking_bullit.jpg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-left: -30px;
  list-style-type: none;
}

div#latest_posts ul li h5 {
  color: #339bb1;
}

div#latest_posts footer {
  font-size: 11px;
  font-style: italic;
}

div#latest_posts hr {
  background-color: #c9c9c9;
  border: none;
}

.info_box {
  background-color: #e7e7e7;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  margin-bottom: 36px;
}

.info_box header {
  background-image: -webkit-gradient(
    linear,
    0% 100%, 0% 0%,
    from(#a3a3a3),
    to(#c8c8c8)
  );

  background-image: -moz-linear-gradient(90deg,#a3a3a3,#c8c8c8 );
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  height: 54px;
}

.info_box header h2 {
  background-image: url(../images/light_bulp.png);
  background-repeat: no-repeat;
  background-position: 18px 13px;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0px -1px 0px #808080;
}

.info_box section {
  border-top: 1px solid #bdbdbd;
}

.info_box section p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.info_box ul {
  margin-left: 0px;
}

.info_box ul li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
  list-style-type: none;
}

.info_box ul li:last-child {
  border: none;
}

.info_box ul li br {
  display: none;
}

.info_box ul li p {
  margin-top: 10px;
}

.info_box ul li img {
  float: left;
  margin-right: 20px;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.info_box p {
  padding-left: 20px;
  padding-right: 20px;
}

.widget_box {
  background-color: #E7E7E7;
  border: 1px solid #BDBDBD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -border-radius: 4px;
  margin-bottom: 18px;
  padding-top: 18px;
}

.widget_box img {
  float:left;
  margin-right: 6px;
  margin-top: -6px;
}

.widget_box h4 {
  border-bottom: 1px solid #C5C5C5;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.widget_box ul {
  margin-left: 20px;
}

.widget_box section {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 18px;
}

.widget_box input[type=search] {
  width: 180px;
}

.widget_box p, .widget_box ul, .widget_box form {
  margin-bottom: 18px;
}

.widget_box input[type=text] {
  border: 1px solid #BDBDBD;
}

.widget_box.headless {
  padding-top: 0px;
}

div#splash_screen, div.page_header {
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div#splash_screen {
  margin-top: 18px;
  margin-bottom: 90px;
  height: 380px;
  background-image: url(../images/splash_screen.jpg);
  background-repeat: no-repeat;
  position: relative;
}

div#splash_screen #iphone {
  position: absolute;
  left: 480px;
  top: 51px
}

div#splash_screen #android {
  position: absolute;
  left: 720px;
  top: 54px;
}

div.page_header {
  margin-top: 8px;
  margin-bottom: 36px;
  height: 181px;
  background-image: url(../images/page_header.jpg);
}

div.page_header_small {
  margin-top: 8px;
  margin-bottom: 36px;
  height: 90px;
  background-image: url(../images/page_header_small.jpg);
}

div.page_header h1 {
  margin-top: 36px;
  margin-left: 20px;
  color: #ffffff;
  font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size:30px;
  line-height: 34px;
  font-weight:300;
  text-shadow:0px 1px 1px #019598;
}

div.page_header.page_header_small h1 {
  margin-top: 25px;
}

div.page_header p {
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

div.column article h2 {
  margin-top: 54px;
  margin-bottom: 15px;
}

div.column article h2:first-child {
  margin-top: 0px;
  margin-bottom: 15px;
}



div.column article p {
  margin-top: 12px;
  margin-bottom: 18px;
}

article hr {
  height: 1px;
  border-top: 1px solid #c9c9c9;
  background-color: #ebebeb;
  border-bottom: 1px solid #fbfbfb;
}

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#container {
   min-height: 100%;
   margin-bottom: -180px;
   position: relative;
}

.push {
  height: 200px;
  clear: both;
}

body > footer {
  height: 180px;
  margin-top: 0px;
  position: relative;
}

body > footer hr {
  margin-top: 0px;
}

#lightbox {
  display: none;
}

.nav-next {
  text-align: right;
}

.lbp-inline-link span {
  vertical-align: top;
  display: block;
  float: right;
  width: 40px;
}

#latest_posts h2 a {
  font-weight:lighter;
  float: right;
  font-size: 14px;
}

ul#social li a {
  line-height: 20px;
}

ul#social img {
  -moz-box-shadow:1px 1px 1px #808080;
  -webkit-box-shadow:1px 1px 1px #808080;
  box-shadow:1px 1px 1px #808080;
  vertical-align: sub;
}

img.alignleft {
  float: left;
  padding-right: 18px;
  padding-bottom: 18px;
}

