/*
Author: Creative Soapbox
Author URL: http://www.creativesoapbox.com/
Created: 11/11/2011
@copyright (c) 2011 Creative Soapbox

Built on Less Framework 3
by Joni Korpi
http://lessframework.com
-------------------------------------- */
/* Structural elements */
* {
  margin: 0; }

#body-bg {
  width: 100%;
  background: #f1f1ed url(/assets/images/css/bg-glow.gif) no-repeat center top;
  padding-bottom: 1px; }

body {
  background: url(/assets/images/css/footer-bg-slice.jpg); }

html, body {
  height: 100%; }

.wrapper {
  margin: 0 auto; }

#content {
  margin-bottom: 20px; }

/* Buttons */
a.green {
  height: 41px;
  text-indent: -999em;
  display: inline-block; }

a.learn {
  width: 116px;
  background: url(/assets/images/css/learn-btn.gif) no-repeat 0 0; }

a.learn:hover {
  background: url(/assets/images/css/learn-btn.gif) no-repeat 0 -41px; }

a.started {
  width: 151px;
  background: url(/assets/images/css/get-started-btn.png) no-repeat 0 0;
  margin-top: 20px; }

a.started:hover {
  background: url(/assets/images/css/get-started-btn.png) no-repeat 0 -41px; }

/* Forms */
input[type="text"] {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccccc5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px #fff; }

input[type="email"] {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccccc5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px #fff; }

input[type="submit"] {
  display: block;
  width: 90px;
  height: 31px;
  background: url(/assets/images/css/submit-btn.png) no-repeat 0 0;
  cursor: pointer;
  border: 0;
  margin: 10px 0;
  text-indent: -999em; }

/* Header */
#header {
  width: 100%;
  display: block;
  text-align: center;
  padding: 45px 0; }

#search {
  position: relative; }

#search-container {
  padding: 10px;
  background: #e5e5e0;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

#search input {
  width: 270px;
  margin: 0; }

#search-tab {
  float: right;
  right: 10px;
  position: relative; }

#search-tab span {
  display: block;
  width: 45px;
  height: 34px;
  background: url(/assets/images/css/search-tab.gif) no-repeat 0 0;
  text-indent: -999em;
  cursor: pointer; }

.logo a {
  display: block;
  width: 205px;
  height: 108px;
  background: url(/assets/images/css/logo.gif) no-repeat 0 0;
  text-indent: -999em; }

/* Navigation */
#nav {
  margin-bottom: 24px;
  background: #f1f1ed;
  border-top: 1px solid #e0e0d9;
  border-bottom: 1px solid #e0e0d9;
  text-align: center;
  padding: 26px 0; }

#nav ul li {
  display: inline;
  margin-right: 24px; }

#nav ul li a {
  font-size: 0.8125em;
  color: #726f70;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em; }

#nav ul li a:hover {
  color: #595959; }

/* Service Modules */
.service-module {
  background: #fff;
  float: left;
  margin-right: 24px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.service-areas h1 {
  font-size: 2.25em;
  color: #e0e0d9;
  text-transform: uppercase;
  background: url(/assets/images/css/heading-border.gif) repeat-x 0 bottom;
  padding: 0 0 18px 0;
  margin-bottom: 24px; }

.service-module span {
  font-size: 0.75em;
  color: #726f70; }

.service-module h2 {
  font-size: 1.2em;
  color: #726f70;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px; }

.service-module ul {
  padding-top: 90px;
  padding-bottom: 20px; }

#designers ul {
  background: url(/assets/images/css/icon-designers.gif) no-repeat center 16px; }

#developers ul {
  background: url(/assets/images/css/icon-developers.gif) no-repeat center 16px; }

#business ul {
  background: url(/assets/images/css/icon-business.gif) no-repeat center 16px; }

.service-module ul a {
  font-size: 0.875em;
  color: #c6c6c2;
  line-height: 1.7em; }

.service-module ul a:hover {
  color: #b5c374;
  text-decoration: underline; }

.home-sidebar {
  display: block;
  float: left;
  background: #e5e5e0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.home-sidebar h3 {
  font-size: 1.5em;
  color: #726f70;
  line-height: 1.3em; }

.service-module, .home-sidebar article {
  padding: 20px; }

.home-sidebar .service-module {
  width: 88%; }

.home_blurb {
  padding: 25px 0 0 0;
  margin: 10px;
  clear: both; }

/* Footer */
#footer {
  width: 100%;
  clear: both;
  background: transparent url(/assets/images/css/footer-bg-slice.jpg); }

#footer-top {
  display: block;
  width: 100%;
  height: 11px;
  background: url(/assets/images/css/footer-bg-top.jpg); }

#footer-content {
  margin: 0 auto;
  background: url(/assets/images/css/footer-bg-illustration.png) no-repeat 0 11px;
  padding: 40px 0; }

.footer-module, .footer-module-wide {
  float: left;
  margin-right: 24px; }

#footer .social li a {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 4px 0 0;
  text-indent: -999em; }

#footer .social li.last a {
  margin: 0; }

#footer .social li#twitter a {
  background: url(/assets/images/css/social-icons.png) no-repeat 0 0; }

#footer .social li#twitter a:hover {
  background: url(/assets/images/css/social-icons.png) no-repeat 0 -60px; }

#footer .social li#facebook a {
  background: url(/assets/images/css/social-icons.png) no-repeat -60px 0; }

#footer .social li#facebook a:hover {
  background: url(/assets/images/css/social-icons.png) no-repeat -60px -60px; }

#footer .social li#linkedin a {
  background: url(/assets/images/css/social-icons.png) no-repeat -120px 0; }

#footer .social li#linkedin a:hover {
  background: url(/assets/images/css/social-icons.png) no-repeat -120px -60px; }

#footer .social li#rss a {
  background: url(/assets/images/css/social-icons.png) no-repeat -180px 0; }

#footer .social li#rss a:hover {
  background: url(/assets/images/css/social-icons.png) no-repeat -180px -60px; }

#email-signup p {
  background: url(/assets/images/css/mail-icon.png) no-repeat 0 0;
  margin-top: 30px;
  padding-left: 60px; }

#email-signup p input[type="text"] {
  width: 90%;
  margin-top: 20px; }

#footer-sub {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c6c6c2; }

/*	Default 8-column layout
	60 px columns, 24 px gutters, 60 px margins, 768 px total
	---------------------------------------------------------
	1     2      3      4      5      6      7      8     
	60px  144px  228px  312px  396px  480px  564px  648px	*/
.wrapper {
  width: 648px; }

#search {
  float: right;
  width: 312px; }

#footer-content {
  width: 648px; }

.home-sidebar {
  width: 648px;
  margin: 24px 0; }

.service-module {
  width: 160px; }

.footer-module {
  width: 200px; }

.footer-module-wide {
  width: 100%;
  clear: both;
  margin-top: 24px; }

#social-links, #email-signup {
  width: 312px;
  float: left; }

#email-signup {
  margin-left: 24px; }

/* Content container width for a single page */
.single {
  width: 100%;
  background: #fff;
  float: left; }

.single article {
  padding: 36px; }

/*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/
@media only screen and (min-width: 1212px) {
  .wrapper {
    width: 1068px; }

  .service-areas {
    width: 732px;
    float: left; }

  .service-module {
    width: 188px; }

  .footer-module {
    width: 228px; }

  .home-sidebar {
    width: 312px;
    margin: 0 0 0 24px; }

  /* Center Logo */
  .logo a {
    margin: 0 auto; }

  /* Adjust Nav item spacing */
  #nav ul li {
    margin-right: 32px; }

  /* Footer */
  #footer-content {
    width: 1068px; }

  .footer-module-wide {
    margin-left: 24px;
    margin-right: 0;
    width: 312px;
    clear: none;
    margin-top: 0; }

  #email-signup {
    margin-left: 0; }

  .single {
    width: 732px; } }
/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .wrapper {
    padding: 0px 42px 0;
    width: 396px;
    -webkit-text-size-adjust: 100%;
    /* Prevents Mobile Safari from bumping up font sizes in landscape */ }

  #footer-content {
    width: 396px; }

  .logo a {
    margin: 0 auto; }

  .service-module {
    width: 356px;
    float: none; }

  #search, .footer-module, .home-sidebar {
    width: 100%;
    float: none; }

  #search input {
    width: 352px; }

  /* Navigation */
  #nav {
    background: none;
    border: none; }

  #nav ul li {
    display: block;
    margin: 0; }

  #nav ul li a {
    display: block;
    padding: 10px 0;
    background: #e5e5e0;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #nav ul li a:hover {
    background: #d2e286; }

  .service-areas h1 {
    font-size: 2em; }

  .service-module {
    margin-bottom: 24px; }

  #footer-content .footer-module {
    display: none; }

  .single {
    float: none; } }
/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/
@media only screen and (max-width: 479px) {
  .wrapper {
    padding: 0 46px 0;
    width: 228px;
    -webkit-text-size-adjust: 100%;
    /* Prevents Mobile Safari from bumping up font sizes in landscape */ }

  #footer-content {
    width: 228px;
    padding: 0 46px 0; }

  .service-module {
    width: 188px;
    float: none; }

  #search, .footer-module, .home-sidebar {
    width: 100%;
    float: none; }

  #search input {
    width: 184px; }

  #nav {
    background: none;
    border: none; }

  #nav ul li {
    display: block;
    margin: 0; }

  #nav ul li a {
    display: block;
    padding: 10px 0;
    background: #e5e5e0;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #nav ul li a:hover {
    background: #d2e286; }

  .service-module {
    margin-bottom: 24px; }

  .home-sidebar {
    background: none;
    margin-top: 24px; }

  .home-sidebar article {
    padding: 0; }

  .logo a {
    margin: 0 auto; }

  #footer-content .footer-module {
    display: none; }

  .footer-module-wide {
    margin: 24px 0 0;
    width: 100%;
    clear: none; }

  #social-links, #email-signup {
    width: 100%;
    float: none;
    margin: 0; }

  #email-signup p {
    background: none;
    padding: 0; }

  #footer .social li a {
    margin-top: 24px !important; }

  .single {
    background: none;
    float: none; }

  .single article {
    padding: 0; } }
/*	Overrides for iPhone 4 
	and other high device-pixel-ratio devices
	-----------------------------------------	*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .logo a {
    background: url(/assets/images/css/logo-r.gif) no-repeat 0 0;
    background-size: 205px 108px; } }
/* Overwrites last column margin for floating elements */
.last {
  margin: 0; }

label {
  display: block;
  margin: 10px 0px 3px 0px; }

.white_back {
  background-color: #ffffff;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #CCCCC5;
  width: 234px;
  padding: 10px;
  box-shadow: 0px 1px #fff; }

.reference {
  margin-bottom: 15px;
  border-bottom-color: #d4d8bd;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

#form_long_300 {
  width: 300px; }

/*	Resets
	------	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

ul {
  list-style: none; }

/* Global Typography */
body {
  font-family: Arial, Sans-serif;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #726f70;
  margin-bottom: 14px; }

h3 {
  color: #b5c374; }

a {
  text-decoration: none; }

#content a {
  color: #b5c374; }

#content a:hover {
  text-decoration: underline; }

input, p, blockquote, textarea {
  font-size: 0.875em;
  line-height: 1.4em; }

input, textarea {
  color: #cecec4; }

p {
  color: #726f70;
  margin-bottom: 14px; }

p input textarea {
  font-size: 1em; }

label {
  color: #726f70;
  font-size: 0.875em;
  line-height: 1.4em; }

blockquote {
  padding: 0 20px 0 20px;
  font-size: 1.3em;
  height: 130px;
  width: 260px;
  display: block; }

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Footer */
#footer h4 {
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px; }

#footer li {
  font-size: 0.875em;
  line-height: 1.5em; }

#footer a {
  color: #726f70; }

#footer a:hover {
  color: #40413f;
  text-decoration: underline; }

.round-5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.round-10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

#content ol li {
  margin-left: 20px;
  color: #726f70;
  font-size: 0.88em; }

#content ul li {
  color: #726f70;
  font-size: 0.88em; }

#book p {
  font-size: 1.2em; }

table {
  color: #726f70;
  font-size: 0.88em; }

article ul {
  margin-bottom: 10px; }

article li {
  list-style: disc;
  margin-left: 16px; }

#sample_ul li {
  list-style: none;
  margin-left: 0px; }

.image_right {
  float: right;
  padding-left: 7px; }

.image_left {
  float: left;
  padding-right: 7px; }

.twitter-timeline {
  height: 300; }

div.blurb {
  margin-top: 20px; }
