.debug {
background:green;
}

body {
  background: url('/public/images/textures/wheat.png');
  color:rgb(50,50,50);
  min-width:20em;
}

a { color: rgb(226,143,86);}

a:hover  { color: rgb(226,143,86); }

#header-wrapper .header {
  width: 100%;
  margin: 0 auto;
}

#header-wrapper .header a.logo {
  width: 35%;
  float: left;
  font-size: 16px;
  text-decoration:none;
}

nav.cloud ul {
	overflow: hidden;
	width: 310px;
}

section.community a {
  font-size: inherit;
  text-decoration: none;
}

.bottom article.tile a {
  display: inline;
  text-decoration: none;
}

/* 
 * these elements are certain to be nested under body 
 * their dimensions may be re-configured for a successive css media 
 *
 * */
body #header-wrapper,
body footer > section {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

body .main {
  overflow: hidden;
  width: 79.5%;
	max-width: 916px;
  margin: 0 auto;
  position:relative;
}

body .services-content .main {
	max-width: 100%;
}

/*  responsive content */

/* these responsive images are using a very primative technique
 * of turning a div into a fixed size container for the purpose
 * of displaying an image.
 *
 * the background image can be re-declared for a more specific
 * media in this manner for another device
 */
a.logo {
  overflow: hidden;
  float: left;
  z-index:1000;
  position:relative;  
}

.bottom-logo {
  background-image:url('/public/images/logo/only-shadow.png');
  background-repeat:no-repeat;
  background-position: center center;
  width:inherit;
  height:72px;
}

.brand-solid-texture {
  background:url('/public/images/branding/texture.png') repeat center center transparent;
  height:17em;
  position:absolute;
  position:absolute;
  top:9em;
  width:inherit;
}
.branding {
  position:relative;
  overflow:hidden;
  width:inherit;
}

.branding .pitch {
  font-size:35.5px;
  color:black;
  margin-top:44px;
  text-shadow: 1px 1px 1px #fff;
}

.mobiles {
  background-position: center center;
  background-image:url('/public/images/branding/mobiles-320.png');
  background-repeat:no-repeat;
  height: 9em;
}
/* end responsive content */

/* 
 *
 * base font size for 1em (16px)
 * is being redeclared here.
 *
 * being set to 14px for display 
 *
 * default font is BitterRegular
 * then sans-serif
 *
 * */
html, body, div, span, applet,
object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, 
pre, a, abbr, 
acronym, address, 
big, cite, code, 
del, dfn, em, 
img, ins, kbd, 
q, s, samp, small, 
strike, strong, sub, 
sup, tt, var, b, u, 
i, center, dl, dt, dd, ul, 
ul, li, fieldset, form, label,
legend, table, caption, tbody, 
tfoot, thead, tr, th, td, 
article, aside, canvas, details, 
embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, 
audio, video {
  font-family: BitterRegular, sans-serif;
  font-size:13px;
  line-height:1.5em;
}

section.main article.introduction em {
  font-family: "Arial Narrow", Arial;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.35;
}

section.main article.introduction em, article.clients em {
  font-family: "Arial Narrow", Arial;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.35;
}

.title {
  font-family: PTSansNarrowBold;
  display:block;
  font-size:23px;
}

code, pre {
  font-family:courier;
}
/* layout */
article, p {
  margin-top:1em;
}

nav.cloud {
  min-width: 165px;
  margin:0 auto;
  z-index:9999;
}

nav.cloud li {
  float:left;
  margin-right:1em;
}

nav.cloud li a {
  display: block;
  width: inherit;
  font-size: 14.5px;
  font-family: PTSansNarrowBold;
  text-decoration:none;
  text-transform:uppercase;
}

nav.cloud li a.active {
  height: 17px;
  border-bottom:  1px solid rgb(124,63,9);
  color: rgb(124,63,9);
}

.underline {
  clear:both;
  border:0;
  border-top-width: 1px ;
  border-top-style:solid; 
  border-top-color:#eaeaea;
  width:96%;
  position:relative;
  top:9px;
}

footer {
  color:rgb(250,250,250);
  font-weight:bold;
  clear:both;
  background: url('/public/images/textures/stone.png');
  margin-top:13em;
}

/*
 *
 * The bottom section of the page re-declares our grid tile to be compressed
 * in a manner that is different from our default grid tile settings 
 *
 */
.bottom section{
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.bottom .tile > a {
  color: rgb(199,199,199)
}
.bottom .tile > .title {

  text-transform:uppercase;
  color:rgb(206,122,45)	;
  margin-right: 12px;
  font-size: 16px;
}
.bottom .tile  * {
  font-size:16px;
}
.bottom .tile li {
  color: #CDCDCD;
  margin: 8px;
  font-size: 15px;
}

.bottom .tile li span {
  font-size: 14px;
  color: #888;
  margin-right: 1%;
}

.bottom .tile a,footer .tile time {
  display:block;
}
.bottom .tile {
  width:14em;
}

/* blog */
.blog .tile {
  width:100%;
}
/* services */
body.services .main {
  width: 100%;
	padding-left: 40px;
}

.services .tile {
	margin-bottom:3em;
}

.clients {
	width: 96%;
	overflow: hidden;
	margin: 0px;
}

.clients em {
	padding-top: 9px;
	padding-left: 50px;
}

.introduction p {
	display: inline;
}

.clients .logos-grid {
  padding-top: 31px;
	width: 100%;
	overflow: hidden;
}

.clients .logos-grid .tile {
/*	background-color: #ABC;
	border: 1px #AB1 solid;
*/	width: 33%;
	min-width: 250px;
	height: 155px;
	float: left;
	margin: 0px;
	line-height: 150px;
	text-align: center;
}

.clients .logos-grid .tile img {
	vertical-align: middle;
/*	background-color: #ACD;*/
}

.services .tile > .leader {
  margin-right: 12px;
  margin-left: 10px;
	float: left;
}

.services .tile .text-wrapper {
	float: right;
	width: 70%;
}

.services .tile .leader {
  width: auto;
}

.services .main.intro {
	padding-left: 85px;
}

/* home */
.home .about .title {
  display:inline;
}
.home .about article * {
 font-size: 1.28em; /* 18px / 14 */
}
.home .about a {
 font-family: PTSansNarrowBold;
 font-size: 1.28em;
 text-decoration:none;
}

.community .tile {
  overflow: hidden;
  padding-top: 1.4%;
  margin-bottom: 2%;
}

footer section.bottom {
  font-weight: normal;
}

.copyright {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  color: #888;
  padding-bottom: 10px;
}

/* Portfolio Page */
body.portfolio .main {
  width: auto;
  padding-left: 6.7%;
  padding-right: 5%;
}


.portfolioSlides {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position:relative;
  padding-left: 6.7%;
  padding-right: 5%;
}

.portfolio-content hr {
  display: none;
}

#slides .product {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 6% 2% 1% 1%;
}

#slides .ourWork {
    width: 40%;
    float: left;
    overflow: hidden;
    padding: 6% 1% 1% 3%;
}

#slides h3 {
  color: #888888;
  font-size: 16px;
}

#slides .product p {
  height: 400px;
  overflow: hidden;
}

