@import url("/css/c/reset");
@import url("/css/c/grid");
@import url("/css/c/classes");
@import url("/css/c/header");
@import url("/css/c/footer");
@import url("/css/c/home");
@import url("/css/c/article");
@import url("/css/c/case_studies");
@import url("/css/c/contact");
@import url("/css/c/landing");
@import url("/css/c/iphone") screen and (max-device-width: 480px);

section {background-color:#ebe8e8;}

#main-spacer {background-image:url('/images/layout/content-bg.png');background-repeat:repeat-x;-moz-box-shadow:-5px 0 5px #333;-webkit-box-shadow: -5px 0 5px #333;box-shadow: -5px 0 5px #333;position:relative;z-index: 1;height:10px;}
#main {min-height:260px;position:relative;z-index:2;padding:20px 0;}
#main.home {background-image:url('/images/layout/content-bg-home.png');background-repeat: repeat-x;padding:2px 0 0;top:-10px;}

/* currently this is the articles page -- we shouldn't use these styles anymore (#page-content) */
#page-content {padding:20px;}
#page-content .article-content {display:none;padding:20px;background:#fff;margin-bottom:20px;-moz-box-shadow:0 0 5px #333;-webkit-box-shadow: 0 0 5px #333;box-shadow: 0 0 5px #333;}
#page-content .article-content h2.article-title {margin-bottom:1em;}
#page-content .article-content p.byline {margin-bottom:1em;}
#page-content .article-content p {margin-bottom:1em;line-height:1.3em;}
#page-content li {margin-bottom:1em;}
