/* reset */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* layout */
body {
  background: url(img/ribbon.png) no-repeat top center;
  text-align: center;
}

  body.admin-menu {
    background-position: center 29px;
  }

#canvas {
  width: 992px;
  margin: 0 auto;
  text-align: left;
  background: url(img/canvas-top.png) no-repeat;
}

#content {
  margin: 0 26px;
  padding: 0 30px 30px 30px;
  border: 1px solid #dbdbdb;
  border-width: 0 1px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

.layout-2-col .region-content {
  width: 570px;
  float: left;
}

.layout-2-col .region-sidebar {
  margin-left: 300px;
}

#header {
  position: relative;
  height: 220px;
}

/* styles */
body {
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.5em;
}

h1 {
  background: url(img/h1-bg.png) no-repeat top left;
  background-size: 100% 100%;
  padding: 25px;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 9px;
  min-height: 19px;
  height: auto !important;
  height: 69px;
}

.region-content h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #d97300;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 5px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.view-Blog h2 {
  border-bottom: none
}

.region-content h2 a {
  text-decoration: none;
}

  .region-content h2 a:hover {
    color: #333;
  }

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d97300;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  padding-bottom: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #d97300;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 1em;
}

table {
  margin-bottom: 1em;
}

th, td {
  padding: 5px;
}

th {
  font-weight: bold;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

.right {
  float: left;
  margin: 0 0 10px 10px;
}

/* header */
#logo {
  position: absolute;
  top: 60px;
  left: 60px;
}

/* menu */
#main-menu {
  list-style-type: none;
  padding: 0;
  height: 80px;
  width: 489px;
  position: absolute;
  top: 80px;
  right: 0;
  background: url(img/nav-bg.png);
}

  #main-menu li.first {
    margin-left: 36px;
  }

    #main-menu li.first a {
      background: url('img/home.png') no-repeat;
      text-indent: -9000px;
      width: 16px;
      height: 13px;
      display: block;
    }

      #main-menu li.first a:hover {
        background-position: 0px -13px;
      }

      #main-menu li.first a.active {
        background-position: 0px -26px;
      }

  #main-menu li {
    float: left;
    line-height: 16px;
    margin-top: 30px;
    margin-left: 1px;
  }

    #main-menu li a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
    }

      #main-menu li a:hover {
        color: #666;
        text-decoration: none;
      }

    #main-menu li.active a, #main-menu li.active-trail a {
      color: #d97300 !important;
      text-decoration: none;
    }

/* footer */
#footer {
  color: #666;
  font-size: 11px;
  text-align: center;
  background: url(img/footer.png) no-repeat top center;
  padding-top: 10px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
}

/* blocks */
.region-sidebar {
  font-size: 100%;
}

  .region-sidebar .block h2 {
    background: url(img/border-title.png) no-repeat top left;
    padding: 1em 30px;
    font-weight: bold;
    font-size: 15px;
  }

  .region-sidebar .block .content {
    border: 1px solid #dbdbdb;
    padding: 1.5em 30px;
    background: url(img/white-transparent.png);
  }

  .region-sidebar .block {
    margin-bottom: 1.5em;
  }

/* forms */
.form-text, .form-textarea {
  border: 1px solid #dbdbdb;
}

.form-text, .form-textarea, .resizable-textarea {
  width: 85%;
}

.form-text {
  line-height: 12px;
  padding: 0 5px;
  padding: 5px;
  height: 12px;
}

.region-sidebar .form-text, .region-sidebar .form-textarea, .region-sidebar .form-submit {
  font-size: 11px;
}

input, textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  color: #333;
  padding: 0 2px;
}

/* node */
.region-content .node-blog_post h2 {
  border-bottom: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.node .meta {
  font-size: 11px;
  margin-bottom: 1em;
  color: #999;
  border-bottom: 1px dotted #333;
  padding-bottom: 5px;
}

.node .submitted {
  margin-bottom: 5px;
  display: block;
}

.node .field-name-body {
  clear: both
}

.node .field-name-taxonomy-vocabulary-1 {
  clear: both
}

.node .field-type-taxonomy-term-reference div.field-items div.field-item {
  text-align: left
}

  .node .field-type-taxonomy-term-reference div.field-items div.field-item a {
    background: #eee;
    padding: 2px 5px;
    color: #333;
    text-decoration: none;
    float: left;
    margin-right: 10px
  }

    .node .field-type-taxonomy-term-reference div.field-items div.field-item a:hover {
      color: #999;
      border-left-color: #ccc;
    }

  .node .field-type-taxonomy-term-reference div.field-items div.field-item li {
    padding-left: 0 !important;
    padding-right: 2px;
  }
/*.node ul.links { font-size: 11px; text-align: right; display: block; }*/
.node {
  margin-bottom: 1em;
}

  .node ul.links {
    float: right;
    clear: both
  }

/* blog block */
.view-id-Blog.view-display-id-block_1 li,
.view-id-Blog.view-display-id-block_1 ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

/* tweets block */
.view-id-tweets.view-display-id-block2 li,
.view-id-tweets.view-display-id-block2 ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

/* breadcrumb */
.breadcrumb {
  font-size: 11px;
  margin-bottom: 0em;
  font-weight: bold;
}

/* comments */
#comments {
  clear: both
}

.comment {
  background: #eee;
  padding: 10px;
  margin-bottom: 1em;
  border-left: 3px solid #ccc;
}

  .comment ul.links {
    font-size: 11px;
    text-align: right;
    display: block;
  }

/* submenu */
.region-sidebar .block-menu-block .content {
  padding: 1.5em 21px;
}

.block-menu-block ul.menu,
.block-menu-block ul.menu li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  height: auto !important;
  height: 100%;
}

  .block-menu-block ul.menu li a {
    width: 220px;
    display: block;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #eee;
    font-size: 100%;
    color: #333;
    text-decoration: none;
  }

  .block-menu-block ul.menu li.last a,
  .block-menu-block ul.menu li.active a,
  .block-menu-block ul.menu li.before-active a {
    border-bottom: none;
  }

  .block-menu-block ul.menu li.active {
    background: url(img/menu-item-bottom.png) no-repeat bottom left;
  }

    .block-menu-block ul.menu li.active a {
      background: url(img/menu-item-top.png) no-repeat top left;
    }

/* error messages */
div.error, tr.error {
  padding: 10px 10px 10px 40px;
}

div.error {
  margin-bottom: 20px;
  border-width: 0;
}

  div.error ul {
    margin-bottom: 0;
    margin-left: 50px
  }

/* status messages */
div.status, div.notice {
  padding: 10px;
  margin-bottom: 20px;
  border-width: 0;
  background: #ffffcc;
}

/* tabs */
.tabs {
  margin-bottom: 2em !important;
}

/* title feed icon */
.feed-icon {
  display: block;
  height: 16px;
  width: 16px;
  float: right;
}

/* twitter link */
.twitter {
  background: url(img/logo-twitter.png) no-repeat center left;
  text-indent: -10000px;
  color: #999;
}

/* facebook link */
.facebook {
  background: url(img/logo-facebook.png) no-repeat center left;
  text-indent: -10000px;
  color: #999;
}

.view-footer {
  text-align: right;
}


/* files in fileset */
/*
body.node-type-fileset .field-name-field-file-description {
float: left;
line-height: 23px;
padding-right: 5px;
}
*/

.field-name-downloads-anchor {
  height: 0;
  line-height: 0
}

#block-system-user-menu {
  position: absolute;
  right: 58px;
  top: 150px;
}

  #block-system-user-menu ul li.leaf {
    list-style-type: none;
    list-style-image: none;
    float: left;
  }

.field-name-downloads-anchor {
  height: 0;
  line-height: 0
}

#block-system-user-menu {
  position: absolute;
  right: 58px;
  top: 150px;
}

  #block-system-user-menu ul li.leaf {
    list-style-type: none;
    list-style-image: none;
    float: left;
  }

#block-samplesumo-downloads-share .content {
  height: 15px;
}

a.samplesumo-shop-buy-now {
  display: block;
  height: 65px;
  width: 153px;
  background: transparent url(img/bluesnap_buy_now.png) no-repeat top left;
  text-indent: -9999px;
}

.forum-table {
  width: 100%;
}

span.spam-warning {
  color: red;
  font-weight: bold;
}

table.examples {
  border-style: hidden;
  border-collapse: collapse;
  font-size: 12px;
}

  table.examples th, table.examples td {
    border-width: 1px;
    padding: 4px;
    border-style: dashed;
    border-color: #ddd;
  }
