@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'BonvenoCFLight';
  src: url('/fonts/BonvenoCF-Light-webfont.eot');
  src: url('/fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
      url('/fonts/BonvenoCF-Light-webfont.woff') format('woff'),
      url('/fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
      url('/fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  height:100%;
  background: #eeefeb;
}
body {
  width: 1280px;
  background: #4d4f53;
  margin: 0px auto;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6c6c6c;
  height: 100%;
}
#wrap {
  background: #4d4f53;
  width: 1280px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  border-top: 10px solid #4d4f53;
  box-shadow: 0px 0px 5px rgba(24,24,24,.5);
  -moz-box-shadow: 0px 0px 5px rgba(24,24,24,.5);
  -webkit-box-shadow: 0px 0px 5px rgba(24,24,24,.5);
}

/* ------------------------------- General Styles ------------------------------ */
.floatleft {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.floatright {
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.left { float: left; }
.right { float: right; }
.clear { clear:both; }
strong { font-weight:bold; }
blockquote {
  margin: 25px 10px 20px 20px;
  padding: 5px 15px;
  border-left: 5px solid #6c6c6c;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
}

/* data table */

table.data {
  margin: 1em 0 2em;
}

table.data th, table.data td {
  padding: .4em .8em;
}

table.data thead th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

table.data tbody tr:nth-child(odd) td {
  text-align: left;
  background-color: #eeefeb;
}

/* ----------------------- Video/Embed Styles --------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border: 1px solid #ec7a08;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ------------------------------- Anchor Tags ------------------------------ */
a img { border: none; }
a { text-decoration: none; color: #ec7a08; }
a:hover { text-decoration: underline; }
.orange-arrow {
  background: url(/images/redesign/arrow_orange.png) no-repeat right center;
  padding-right: 25px;
  font-weight: bold;
}
.orange-back-arrow {
  background: url(/images/redesign/arrow_back_orange.png) no-repeat left center;
  padding-left: 25px;
  font-weight: bold;
}
.gray-arrow {
  background: url(/images/redesign/arrow_gray.png) no-repeat right center;
  padding-right: 25px;
  font-weight: bold;
}
.white-arrow {
  background: url(/images/redesign/arrow_white.png) no-repeat right center;
  padding-right: 30px;
  font-weight: bold;
}

/* -------------------------------- Headings -------------------------------- */
h1 {
  font-family: BonvenoCFLight;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: #6c6c6c;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  padding: 0px;
}
h2 {
  font-family: BonvenoCFLight;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #6c6c6c;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  padding: 0px;
}
h3 {
  font-family: BonvenoCFLight;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #6c6c6c;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  padding: 0px;
}

/* --------------------------------- Header --------------------------------- */

#header {
  background: #FFFFFF;
  width: 960px;
  height: 130px;
  margin: 0px auto;
  padding: 0px 160px; 
}
#header-left {
  float: left;
  display: inline;
  width: 85px;
  height: 78px;
  padding-top: 25px;
}
#header-left img {
  width: 85px;
  height: 78px;
}
#header-right {
  float: right;
  display: inline;
}

/* ------------------------------- Navigation ------------------------------- */

#header-nav a {
  float: left;
  display: block;
  border-top: 10px solid #4d4f53;
  font-size: 14px;
  font-family: BonvenoCFLight;
  color: #4d4f53;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 10px 0px;
  margin: -10px 0px 0px;
}
#header-nav a:hover#nav-about,
#header-nav a#nav-about.selected { border-color: #f68b33; }
#header-nav a:hover#nav-services,
#header-nav a#nav-services.selected { border-color: #7497c1; }
#header-nav a:hover#nav-our-work,
#header-nav a#nav-our-work.selected { border-color: #78a19a; }
#header-nav a:hover#nav-expertise,
#header-nav a#nav-expertise.selected { border-color: #5eb6e4; }
#header-nav a:hover#nav-careers,
#header-nav a#nav-careers.selected { border-color: #babda9; } 

/* --------------------------------- Sub-Nav -------------------------------- */
#subnav {
  width: 960px;
  margin: 0px auto 40px;
}
#subnav a {
  float: left;
  display: block;
  font-size: 16px;
  font-family: BonvenoCFLight;
  color: #4d4f53;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 15px 0px;
  margin: 0px;
}
#subnav a:hover, #subnav a.selected {
  border-top: 10px solid #4d4f53;
  margin-top: -10px;
}

/* ------------------------------- Hero Spots ------------------------------- */
#hero-container {
  background: #FFFFFF;
  width: 1280px;
  height: 160px;
  margin: 0px auto;
  padding: 0px 0px;
  overflow: hidden;
  clear: both;
}
.home #hero-container { height: 425px; }
#hero-headline {
  font-size: 42px;
  line-height: 42px;
  font-family: BonvenoCFLight;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  z-index: 9999;
  margin: 190px auto 0px;
  width: 1280px;
  text-align: center;
}

/* Page Borders */
.about-us #container { border-top: 10px solid #f68b33; }
.services #container { border-top: 10px solid #7497c1; }
.our-work #container { border-top: 10px solid #78a19a; }
.expertise #container { border-top: 10px solid #5eb6e4; }
.careers #container { border-top: 10px solid #babda9; }
.subpage #container { border-top: 10px solid #ec7a08; }

/* --------------------------------- Content -------------------------------- */
#container {
  background: #e3e5dd;
  width: 960px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0px 160px;
  clear: both;
}
#main {
  width: 960px;
  margin: 0px auto;
  padding: 40px 0px;
  overflow: hidden;
}
#main p {
  margin: 0px 0px 20px;
  padding: 0px;
}
#main-left {
  float: left;
  display: inline;
  width: 640px;
}

/* -------------------------------- Sidebar --------------------------------- */
#sidebar-right {
  float: left;
  display: inline;
  width: 300px;
  margin-left: 20px;
}
#sidebar-left {
  background: #eeefeb;
  float: left;
  display: inline;
  width: 260px;
  padding: 20px 20px;
  margin-right: 20px;
}
#video-left {
  float: left;
  display: inline;
  width: 300px;
  padding: 0px;
  margin-right: 20px;
}
#sidebar-right h1 { margin: 0px 0px 10px; }
#sidebar-right p { margin: 0px 0px 10px; }
p#blog-rss img { float: left; }
p#blog-rss strong {
  display: block;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
p#blog-rss small {
  display: block;
  margin-left: 25px;
  font-size: 10px;
  font-weight: normal;
}
/* ------------------------- Sidebar Twitter -------------------------------- */
#tweetbox {
  background: #EEEFEB;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
#tweetbox #tweet-box-container label.doing {display: none;}


#tweet {
  padding: 10px;
  border: 1px solid #FFFFFF;  
  overflow: hidden;
  margin-bottom: 15px;
}
#tweetItem {
  overflow: hidden;
  margin-bottom: 15px;
}
#twitterAvatar {
  float: left;
  width: 48px;
  margin-right: 10px;
}
#twitterContent {
  float: left;
  width: 220px;
  font-size: 13px;
  line-height: 18px;
}




/* -------------------------------- Slidenav -------------------------------- */
#slidenav {
  background: #eeefeb;
  padding: 20px 20px;
  margin-bottom: 20px;
}
div.slidenav-content table th {
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px 0;
}
div.slidenav-content table {
  width: 300px;
  padding: 0px;
  margin: 0px 0px 10px;
}
div.slidenav-content table td {
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
}
div.slidenav-content {
  width: 235px;
  padding: 0px;
  margin-left: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  display: none;
}
div.slidenav-content ul,
div.slidenav-content dl { margin: 0; }
div#slidenav h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: bold;
}
div.headingbg-on h2 { margin-bottom: 10px; }
div.headingbg {
  background: url(/images/redesign/arrow_orange.png) center left no-repeat;
  font-size: 14px;
  line-height: 14px;
  color: #ec7a08;
  padding-left: 25px;
  cursor: pointer;
}
div.headingbg-on {
  background: url(/images/redesign/arrow_orange_down.png) top left no-repeat;
  font-size: 14px;
  line-height: 14px;
  color: #ec7a08;
  padding-left: 25px;
  font-weight: bold;
}
ul.tagcloud, ul.authorlist {
  margin: 0px 0px 10px 0px;
  padding: 0;
  line-height: 20px;
}
ul.tagcloud li, ul.authorlist li {
  display: inline;
  padding-right: 10px;
}
ul.tagcloud li a.highlight,
ul.authorlist li a.highlight { color: #4d4f53; }
dl.cloud {
  font-size: 12px;
  line-height: 16px;
}
dl.cloud dt {
  display: block;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
}
dl.cloud dd {
  display: inline;
  padding-right: 10px;
}


#sidebar-left div.headingbg {
  background: none;
  font-size: 14px;
  line-height: 14px;
  color: #ec7a08;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}
#sidebar-left div.headingbg-on h2 {
  margin-bottom: 20px;
}
#sidebar-left div.headingbg-on, #sidebar-left div:hover.headingbg {
  background: url(/images/redesign/arrow_orange.png) no-repeat right center;
  font-size: 14px;
  line-height: 14px;
  color: #ec7a08;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
#sidebar-left div.slidenav-content {
  margin-left: 0px;
  margin-bottom: 0px;
}
/*#sidebar-left div.headingbg-on {
  background: url(/images/redesign/arrow_orange_down.png) top right no-repeat;
  font-size: 14px;
  line-height: 14px;
  color: #ec7a08;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}*/
#main-left div.slidenav-content {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
}

/* --------------------------------- Subnav --------------------------------- */
.subnav {
  margin: 0 0 2.5em;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.subnav li {
  float: left;
  margin-right: 30px;
  width: auto;
  text-transform: lowercase;
}

/* ------------------------------ Home Content ------------------------------ */
#home-content {
  width: 960px;
  background: #FFFFFF;
  margin: 0px auto;
  padding: 30px 160px;
  clear:both;
}
#home-content-left {
  float: left;
  display: inline;
  width: 578px; 
  padding-right: 20px;
}
#home-content-right {
  float: left;
  display: inline;
  width: 362px;
}
#home-content h2 { margin: 20px 0px; }
#home-content p {
  margin: 0px 0px 20px;
  padding: 0px;
}

/* -------------------------- Home Bottom Section --------------------------- */
#home-bottom {
  width: 960px;
  margin: 0px auto;
  padding: 40px 0px;
}
#home-bottom-left {
  float: left;
  display: inline;
  width: 700px;
}
#home-bottom-left-col1, #home-bottom-left-col2 {
  float: left;
  display: inline;
  width: 320px;
  margin-right: 30px;
}
#home-bottom-right {
  float: left;
  display: inline;
  width: 260px;
}

/* ------------------------------- Home Blog -------------------------------- */
#blog-entry {
  /*float: left;
  display: inline;
  width: 320px;*/
  width: 96.42%;
  background: #FFFFFF;
  margin-bottom: 30px;
  border-top: 25px solid #5eb6e4;
}
.blog-image img {
  width: 320px;
  height: 150px;
  overflow: hidden;
}
.blog-content {
  padding: 25px;
  margin: 0px;
  font-size: 14px;
  color: #4d4f53;
  line-height: 20px;
}
.blog-heading {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
.blog-content p {
  margin: 0px 0px 20px;
  padding: 0px;
}

/* ------------------------------ Contact Form ------------------------------ */
#main-left div.slidenav-content.contact-form {
  background: #EEEFEB;
  width: 100%;
  padding: 25px;
  margin: 0px auto;
}
.contact-form p {
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 12px;
}
.contact-form form {
  padding: 0px;
  margin: 0px;
}
.contact-form input.txt, .contact-form textarea {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 14px;
  width: 90%;
  padding: 12px 0px 12px 10px;
  margin: 5px 0px 0px;
  border: 1px solid #d0d0d0;
}
.contact-form input.txt {height: 12px;}
.contact-form input:focus.txt { color: #4d4f53; }
.contact-form input#submit {
  background: #5eb6e4 url(/images/redesign/arrow_white.png) no-repeat 120px center;
  width: 150px;
  border: none;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0px 10px 10px;
  margin: 10px 0px 0px;
  cursor: pointer;
  text-align: left;
}

/* ---------------------------- Page Bottom Form ---------------------------- 
#home-bottom #contact-form {
  width: 234px;
  padding: 20px 12px;
}
#home-bottom #contact-form h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
#home-bottom #contact-form p {
  line-height: 17px;
  font-size: 14px;
}
#home-bottom #contact-form input.txt {
  width: 214px;
  margin: 0px 0px 10px;
  float: none;
}*/
/* ------------------------------ Simple Search ----------------------------- */
#smpl-search {
  width: 235px;
  padding: 0px 0px;
}
#smpl-search p {
  line-height: 16px;
  font-size: 12px;
}
#smpl-search form {
  padding: 0px;
  margin: 0px;
}
#smpl-search input.txt {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 12px;
  width: 130px;
  height: 12px;
  padding: 12px 10px;
  margin: 0px 0px 10px 0px;
  border: none;
}
#smpl-search input:focus.txt { color: #6c6c6c; }
#smpl-search button.search {
  background: url(/images/redesign/arrow_gray.png) no-repeat right center;
  font-weight: bold;
  border: none;
  color: #4d4f53;
  line-height: 14px;
  padding: 0px 25px 0px 10px;
  margin: 10px 0px 0px;
  cursor: pointer;
}

/* --------------------------------- Footer --------------------------------- */

#footer {
  clear: both;
  background: #4d4f53;
  width: 960px;
  margin: 0px auto;
  padding: 30px 160px;
  clear: both;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 12px;
}
#footer a {
  color: #FFFFFF;
}
#footer h2 {
  color: #FFFFFF;
  line-height: 22px;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 185px;
}
#footer-top {
  width: 960px;
  clear: both;
  padding: 0px;
  margin: 0px auto 65px;
  overflow: hidden;
}
#footer-top-left {
  float: left;
  display: inline;
  width: 345px;
  overflow: hidden;
}
#footer-top-icons {
  float: left;
  display: inline
  width: 230px;
  overflow: hidden;
}
#footer-top-icons a {
  float: left;
  display: inline;
}
#footer-top-icons a img {
  margin-right: 5px;
  width: 41px;
  height: 40px;
  overflow: hidden;
}

/* ------------------------------ Footer Search ----------------------------- */
#footer-top-search {
  float: left;
  display: inline;
  width: 360px;
  margin-left: 25px;
}
#footer-top-search form {
  padding: 0px;
  margin: 3px 0px 0px;
}
#footer-top-search input.search-txt {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 12px;
  width: 300px;
  height: 12px;
  padding: 12px 10px;
  margin: 0px;
  border: none;
  float: left;
  display: inline;
}
#footer-top-search input:focus.search-txt { color: #6c6c6c; }
#footer-top-search button.search-submit {
  border: none;
  background: #5eb6e4 url(/images/redesign/arrow_white.png) center center no-repeat;
  color: #4d4f53;
  height: 36px;
  width: 40px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  float: left;
  display: inline;
}
#footer-bottom-left {
  float: left;
  display: inline;
}
#footer-bottom-right {
  float: right;
  display: inline;
}

/* -------------------------------- Our Work -------------------------------- */
#our-work-entry {
  float: left;
  display: inline;
  background: #FFFFFF;
  width: 455px;
  height: 255px;
  border-top: 10px solid #ec7a08;
  color: #4d4f53;
  margin: 0px 25px 25px 0px;
  padding: 0px;
}
#our-work-entry:hover { cursor: pointer; }
#our-work-img {
  float: left;
  display: inline;
  width: 210px;
  background: #000000;
  overflow: hidden;
}
#our-work-img img {
  width: 210px;
  height: 255px;
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
}
#our-work-entry:hover #our-work-img img {
  opacity:1;
  filter:alpha(opacity=100);
}
#our-work-info {
  float: left;
  display: inline;
  width: 245px;
}
#our-work-logo {
  width: 245px;
  height: 60px;
  background: #eeefeb;
  position: relative; 
}
#our-work-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0px auto 20px;
}
#our-work-list { margin: 20px 0px 0px 20px; }
#our-work-list ul {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  list-style: none;
}
#our-work-list ul li {
  background: url(/images/redesign/arrow_green.png) left top no-repeat;
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
  margin-bottom: 8px;
}

/* ------------------------------- Leadership ------------------------------- */
.col {
  float: left;
  width: 460px;
  overflow: hidden;
  margin: 0px 20px 30px 0px;
  padding: 0px 0px 0px 0px;
}
.col img {
  float: left;
  width: 195px;
  height: 290px;
}
.col-copy {
  float: left;
  width: 245px;
  margin: 0 0px 0 20px;
}
.col-copy h3 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-transform: none;
  margin: 0px 0px 2px 0px;
}
.col p {
  padding: 0px;
  margin: 0px 0px 0px;
  font-size: 12px;
  line-height: 16px;
}
.col p.small {
  padding: 0px;
  margin: 0px 0px 10px;
  font-size: 14px;
  line-height: 14px;
}

/* ------------------------------- Partnerships ----------------------------- */
#partnership-entry {
  float: left;
  display: inline;
  background: #f0f2eb;
  width: 255px;
  height: 320px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #c9c9c9;  
  padding: 20px;
  margin: 0px 20px 20px 0px;
}
.partnership-image {
  width: 255px;
  height: 130px;
  margin-bottom: 20px;
  position: relative;
}
.partnership-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
#partnership-entry p {
  margin: 0px;
  padding: 0px;
}

/* ------------------------- Blog, News and Careers ------------------------- */
div.entry {
  background: #FFFFFF;
  padding: 0px;
  margin-bottom: 40px;
  width: 100%px;
}
div.entry-hdr {
  width: 100%;
  min-height: 30px;
  background: #4d4f53;
  padding: 15px 0px;  
}
div.entry-hdr div.post-date {
  float: left;
  display: inline;
  width: 500px;
  font-size: 12px;
  font-weight: bold;
  color: #e3e5dd;
  margin-left: 25px;
}
div.entry-hdr div.post-date a { font-weight: normal; }
span.time {
  display: block;
  font-size: 10px;
}
span.day {
  display: block;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-weight: bold;
  color: #e3e5dd;
}
.printonly { display: none; }
.entry-body {
  width: 100%;
  padding: 15px 0px 0px;
  overflow: hidden;
}
.entry-body .title { margin-left: 25px; }
.entry-body .title h1 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 20px;
}
.entry-body .title h2 { margin-bottom: 15px; }
.entry-hdr .title h2 { 
  margin-bottom: 0px; 
  margin-left: 25px; 
  line-height: 29px;
  color: #e3e5dd; 
}
.entry-body .entry-content { margin: 0px 25px; }
.entry-body ul, .entry-body ol {
  margin: 0px 0px 20px;
  padding: 0px;
}
.entry-body ul li {
  list-style: disc;
  margin: 0px 0px 5px 20px;
  padding: 0px;
}
.entry-body li > ul,
.entry-body li > ol { margin: 5px 0px; }
.entry-body ul > ul,
.entry-body ul > ol,
.entry-body ol > ul,
.entry-body ol > ol { margin: 5px 20px; }
.entry-body ol li {
  list-style: decimal;
  margin: 0px 0px 5px 20px;
  padding: 0px;
}
.entry-body ul > ul li { list-style: circle; }
.entry-body ol > ol li { list-style: lower-alpha; }
.entry-body em { font-style: italic; }
.entry-body del { text-decoration: line-through; }
.share-btns {
  float: right;
  display: inline;
  width: 65px;
  margin: 0px 25px 0px 0px;
}
.share-btns a {
  height: 29px;
  display: block;
  float: left;
}
.share-btns a#stwit {
  background: url(/images/uploads/icon_twitter_sm.jpg) no-repeat;
  width: 30px;
}
.share-btns a#sface {
  background: url(/images/uploads/icon_facebook_sm.jpg) no-repeat;
  width: 30px;
  margin-right: 5px;
}
#secondary-entries div.entry {
  background: #f0f2eb;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #c9c9c9;  
  padding: 20px 0px 0px;
  margin: 0px 0px 20px 0px;
}
#secondary-entries div.entry div.entry-content { margin: 0px 25px; }
#secondary-entries div.entry p.event {
  margin-bottom: 20px;
  font-size: 14px;
}
div.entry code {
  display:block;
  background-color: #F0F2EB;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  margin: 10px 0 10px 20px;
  padding: 5px;
}
div.entry-content p img {
  float: right;
  margin: 5px 0 15px 15px;
}
div.media {
  clear: both;
  text-align: center;
  margin: 15px 0;
}
div.entry-content p div.media img
{
  float: none;
  margin: 0 auto;
  max-width: 100%;
}

/* ------------------------------- Archives --------------------------------- */
div.hdl { margin-bottom: 30px; }
.hdl h2 {
  font-size: 20px;
  font-weight: normal;
  padding: 0px;
  line-height: 16px;
  margin: 10px 0px 5px;
}
.hdl dd {
  display: inline;
  font-size: 12px;
  padding-right: 10px;
}

/* ---------------------------------- Grid ---------------------------------- */
.grid-collection {  
  background: #f0f2eb;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #c9c9c9;  
  padding: 20px 0px 0px;
  margin: 0px 0px 20px 0px;
}
.grid-snippet { padding: 0px 20px; }
.grid-snippet p.event {
  margin-bottom: 10px;
  font-size: 14px;
}

/* ------------------------------- Author Area ------------------------------ */
.author {
  width: 300px;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 30px;
}
.about-author-info {
  width: 175px;
  float: left;

  display: inline;
  margin-right: 18px;
}
.about-author-info h3 {
  color: #4d4f53;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.about-author-info strong {
  font-size: 14px;
  font-weight: bold;
}
.about-author-img {
  width: 105px;
  float: left;
  display: inline;
}
.about-author-img img { border: 1px solid #ec7a08; }

/* ------------------------------ Certifications ---------------------------- */
.certification-image {
  float: left;
  display: inline;
  width: 200px;
  height: 105px;  
  padding: 0px 20px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.certification-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}

/* -------------------------------- Comments -------------------------------- */
#comments {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0px;
  margin: 0px;
}
#comments h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding: 0px;
  margin: 0px 0px 20px;
  color: #ec7a08;
  text-transform: none;
}
.comment-content {
  padding: 0px 20px;
}
.comment-content dl {
  background: #eeefeb;
  padding: 20px;
  margin-bottom: 30px;
}
.comment-content p {
  padding: 0px;
  margin-bottom: 10px;
}

#comments-form {
  margin: 0px 0px;
  padding: 0px 20px;
}
#comments-form input, #comments-form textarea {
  width: 580px;
  padding: 10px;
  color: #878787;
  margin-bottom: 20px;
  border: 1px solid #e3e5dd;
}
#comments-form input#notify-me {
  width: 20px;
  height: 20px;
}
#comments-form input#captcha { margin-top: 20px;}
#comments-form input:focus.txt {color: #6c6c6c;}
#comments-form .form-buttons input {
  width: 100px;
  border: none;
  color: #4d4f53;
  line-height: 14px;
  padding: 10px 20px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #e3e5dd;
  cursor: pointer;
}

/* -------------------------------- Results -------------------------------- */
div.entry-results {
  background: #E3E5DD;
  padding: 0px;
  margin-bottom: 40px;
  width: 100%px;
}
div.entry-results .result {
  background: #f0f2eb;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #c9c9c9;  
  padding: 20px 20px 0px;
  margin: 0px 0px 20px 0px;
}

/* -------------------------------- Sitemap -------------------------------- */
ul#sitemap li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul#sitemap li ul li {
  font-size: 12px;
  list-style: disc;
  margin: 0px 0px 5px 20px;
  padding: 0px 0px 0px 0px;
}

/* -------------------------------- Support Form -------------------------- */
.supp_box {
  width:600px;
  height:auto;
  background-color:#f1f2ec;
  border:1px solid #d8dad0;
  padding:20px;
}

.supCli_inp, .supCli_inpS, .supCli_inpBig {
  width:265px;
  height:15px;
  padding:10px;
  border:1px solid #cfcfcf;
  font-size:14px;
  color:#707070;
}
.supCli_inpS {
  margin-left:14px;
}
.supCli_inpBig {
  width:570px;
}
.supCli_drops {
  width:285px;
  height:auto;
  color:#707070;
}
.supCli_text {
  width:588px;
  height:130px;
  color:#707070;
}
#supBtnSub {
  width:165px;
  height:36px;
  background-image:url('/images/uploads/supportSub.png');
  border:0px;
  color:transparent;
  cursor:pointer;
}
.errorClass {
  background-color:#dab9b9;
  border:1px solid #F00;
  color:#000;
}
.codeBlock { /*for displaying code blocks in the blog*/
  background: #eee; 
  border: 1px solid #ccc; 
  padding:15px; 
  font-family:"Courier New", Courier, monospace;
}

/* -------------------------------- Dreamforce Landing Specific -------------------------- */
.sundog-speakers {
  overflow: hidden;
  padding-top: 35px;
}
.sundog-speakers h3 {font-size: 20px;}
.sundog-speakers p {margin-bottom: 10px;}
.sundog-speakers a {
  font-weight: bold;
  font-size: 18px;
}
.speaker-info {
  width: 33.33%;
  float: left;
}