@charset "UTF-8";
html,
body {
  height: 100%; }

body {
  font: 81.2%/1.75em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  background-color: #2E4F73;
  color: #373a3d; }

pre,
code,
tt {
  background-color: #eee;
  font: 0.9em/1.4 "andale mono", "lucida console", monospace; }

p,
ol li {
  margin: 0 0 1.5em; }

/* Link styles
------------------------------------------------- */
a, a:link {
  color: #7696ae;
  text-decoration: none; }

a:hover, a:visited:hover {
  color: #5686aa;
  text-decoration: underline; }

a:visited {
  color: #7696ae;
  text-decoration: none; }

a img {
  border: 0; }

#content-inner .page-content .tutorial a[href^="http:"],
#content-inner .page-content .tutorial a[href^="https:"],
#content-inner .page-content .article a[href^="http:"],
#content-inner .page-content .article a[href^="https:"] {
  background: url(../images/icons/ext-link.gif) no-repeat right 4px;
  padding-right: 11px;
  margin-right: 2px; }

#content-inner .page-content .tutorial a,
#content-inner .page-content .tutorial a:link,
#content-inner .page-content .article a,
#content-inner .page-content .article a:link {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1px; }

#content-inner .page-content .tutorial a:hover,
#content-inner .page-content .tutorial a:visited:hover,
#content-inner .page-content .article a:hover,
#content-inner .page-content .article a:visited:hover {
  text-decoration: none;
  color: #70aaea;
  border-color: #d9e2ec; }

/* Override default active link color */
li a.active {
  color: #5686aa; }

/* Automatic image frame for content images in certain sections */
body.tutorial .tutorial img,
body.article .article img {
  border: none;
  display: block;
  padding: 7px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-color: #f6f6f6 #bac1c8 #bac1c8 #f6f6f6; }

/* Headings
------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #222A33; }

h1 {
  font-size: 2.2em;
  line-height: 1.3em;
  margin: 14px 0 14px 0;
  padding: 7px 0 0 0; }

h2 {
  font-size: 1.69em; }

h1 span,
h2 span {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic;
  color: #ccc; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  font-weight: bold; }

/* Fancy ampersands */
h1 .amp,
h2 .amp,
h3 .amp,
h4 .amp,
h5 .amp,
h6 .amp {
  font-size: 1.3em;
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic; }

/**
 * Category icon
 * See #intro in page.scss for additional styling */
#category-icon {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 16px 0 -15px;
  padding: 0;
  background-repeat: no-repeat; }

/* Lists
------------------------------------------------- */
ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em; }

ol {
  padding-left: 40px;
  margin: 0 0 1.5em 0; }
  ol .ol-number {
    font-family: Georgia;
    font-size: 1.4em;
    color: #ccc;
    width: 25px;
    margin-left: -20px;
    float: left;
    clear: both; }
  ol .ol-content {
    float: left;
    width: 625px;
    margin-bottom: 1.5em; }

#main-content .content ul,
.simple .section-popular-block ul {
  padding: 0 0 0 1.3em; }

#main-content .content ul li,
.simple .section-popular-block ul li {
  background: url(../images/icons/menu-leaf.gif) no-repeat 0 7px;
  list-style: none;
  padding: 0 0 0 1.3em; }

/* Tables
------------------------------------------------- */
table,
td,
th {
  vertical-align: middle; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th,
td,
caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

thead th,
th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333; }

th a img {
  margin: 0; }

tr.even td {
  background: #F1F5FA; }

tr.odd td {
  background: #fff; }

fieldset dl,
fieldset select {
  margin: 0; }

/* Layout
------------------------------------------------- */
#bg-wrap {
  background: #2e4f73 url(../images/body-bg.gif) repeat-x;
  min-height: 100%;
  position: relative; }

.container {
  width: 982px;
  margin: 0 auto; }

#header-top {
  height: 31px;
  padding: 7px 0 6px;
  position: relative; }
  #header-top #search label {
    display: none; }
  #header-top #search input {
    background: transparent url(../images/sprites.png) no-repeat 0 -202px;
    float: left;
    width: 145px;
    height: 17px;
    border: none;
    padding: 3px 2px 3px 20px;
    margin: 0;
    color: #6D6E73;
    border-radius: 0; }
    #header-top #search input.form-submit {
      background: transparent url(../images/sprites.png) no-repeat -167px -202px;
      display: block;
      padding: 0 0 2px 0;
      border: 0;
      margin: 0;
      white-space: nowrap;
      width: 50px;
      height: 22px;
      text-decoration: none;
      color: #44474B;
      float: left;
      font-size: 0.9em;
      border-radius: 0; }

#logo {
  float: left;
  display: block;
  background: url(../images/logo.gif) no-repeat;
  width: 167px;
  height: 29px;
  text-indent: -999em;
  overflow: hidden; }

#slogan {
  float: left;
  color: #dbe1e7;
  /*   font: 0.9em Georgia, "Times New Roman", serif; */
  font-size: 0.9em;
  line-height: 0.9em;
  font-style: italic;
  letter-spacing: 0.09em;
  margin: 9px 0 0 22px; }

/**
 * Search box
 */
#search-box {
  float: right;
  margin-top: 4px;
  position: relative; }

/* Message displayed on 404 page */
#search-form-message {
  background: #f8f8f8 url(../images/icons/arrow-right.gif) no-repeat 92% 6px;
  padding: 5px 22px 5px 7px;
  position: absolute;
  top: 1px;
  left: -110px;
  z-index: 200;
  font-size: 0.85em;
  line-height: 1em;
  text-align: center;
  border-radius: 4px; }

/* Primary menu
------------------------------------------------- */
/* Note: uses method from cssplay.co.uk/menus/sliding_doors.html */
#nav {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  /* 1 grid line to align with content */
  height: 36px;
  font-size: 1em;
  line-height: 1em;
  background: #365273 url(../images/tab-left.gif) repeat-x 0 -37px;
  border-radius: 6px 6px 0 0;
  /* Basic shared menu item styles */
  /* Active Tab and Active hover state */ }
  #nav li {
    margin: 0 20px 0 0;
    /* margin-right is space between tabs */
    float: left;
    padding: 14px 0 10px;
    /* Tab right (on the li) */ }
    #nav li a {
      color: #ecf2f7; }
      #nav li a:hover {
        color: #c6ccd2;
        text-decoration: none; }
    #nav li.active, #nav li.active-trail {
      background: transparent url(../images/tab-right.gif) no-repeat right 0;
      padding: 0;
      /* Tab left (on the anchor) */ }
      #nav li.active a, #nav li.active-trail a {
        background: transparent url(../images/tab-left.gif) no-repeat left 0;
        display: block;
        padding: 14px 14px 10px;
        /* spacing of text within the tab, set top/bottom same as ul#nav li */
        position: relative;
        width: auto;
        color: #fff;
        font-size: 1em; }
  #nav li.active a,
  #nav li.active-trail a,
  #nav li.active a:hover,
  #nav li.active-trail a:hover {
    color: #969696; }

/* Primary menu, subnav
------------------------------------------------- */
/* Position subnav, including 1 grid line (30px) to align with content */
#subnav {
  margin: 11px 30px 0 0;
  font-size: 94%; }
  #subnav li {
    list-style: none;
    margin: 0 12px 0 0;
    float: left; }
    #subnav li.active-trail {
      padding: 0 10px 0 0;
      background: transparent url(../images/subnav.gif) no-repeat right 0;
      display: block;
      width: auto; }
      #subnav li.active-trail a {
        padding: 0 0 0 10px;
        color: #547b9f;
        background: transparent url(../images/subnav.gif) no-repeat left 0;
        display: block;
        width: auto; }
        #subnav li.active-trail a:hover {
          color: #6f9dc7;
          text-decoration: none; }
  #subnav a {
    color: #6d7075; }
    #subnav a:hover {
      color: #b1c5d4;
      text-decoration: none; }
    #subnav a.active {
      padding: 0 0 0 10px;
      color: #547b9f;
      background: transparent url(../images/subnav.gif) no-repeat left 0;
      display: block;
      width: auto; }
      #subnav a.active:hover {
        color: #6f9dc7;
        text-decoration: none; }

#navigation {
  padding: 20px 0 0 0;
  clear: both; }

#wrapper {
  margin: 0;
  position: relative;
  clear: both; }

#main {
  background: #fff url(../images/content-top-bg.gif) repeat-x;
  padding: 0;
  position: relative;
  clear: both; }

#back-to-top {
  background: url(../images/sprites.png) -320px 0 no-repeat;
  width: 112px;
  height: 36px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  bottom: -33px;
  right: 17px;
  z-index: 50;
  padding: 0;
  margin: 0; }

#content-body {
  width: 752px;
  float: left;
  margin: 0; }

/* Pad 1 grid line on the left of content */
#content-inner {
  padding: 0 40px; }

#content-top {
  margin: 20px 0 16px 0; }
  #content-top .block {
    margin-bottom: 0; }

/* Breadcrumbs
------------------------------------------------- */
#breadcrumbs {
  margin: 35px 0 20px;
  overflow: auto;
  width: 100%; }

ul.breadcrumb {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  background-color: #f4f5f6;
  border: 1px solid #ebebeb;
  border-radius: 6px; }
  ul.breadcrumb li {
    float: left;
    list-style: none;
    list-style-image: none;
    font-size: 1em;
    line-height: 1em;
    /* Add icon for home breadcrumb, overrides arrow icon */ }
    ul.breadcrumb li.home a {
      background: url(../images/sprites.png) 7px -559px no-repeat;
      padding-left: 22px; }
  ul.breadcrumb a {
    /* Add a background arrow to left of all breadcrumb items */
    background: url(../images/sprites.png) 0 -584px no-repeat;
    display: block;
    padding: 6px 7px 6px 15px;
    color: #6D7075; }
    ul.breadcrumb a:hover {
      color: #437ab5;
      text-decoration: none; }

/* Sidebar
------------------------------------------------- */
#secondary {
  width: 230px;
  float: left;
  padding: 0;
  margin: 0;
  position: relative; }

.secondary-inner {
  padding: 0 15px; }

.sidebar .paper-block {
  background: url(../images/sprites.png) no-repeat -320px -341px;
  width: 230px;
  height: 246px;
  margin: -26px 0 20px -2px;
  position: relative; }
  .sidebar .paper-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar .paper-block li {
    margin: 0;
    padding: 0; }
  .sidebar .paper-block h3 {
    background: url(../images/sprites.png) no-repeat -320px -49px;
    width: 151px;
    height: 35px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 41px;
    left: 35px;
    text-indent: -999em; }

.sidebar .sidebar-links h3 {
  background: url(../images/sprites.png) no-repeat 0 -267px;
  width: 200px;
  height: 22px;
  margin-bottom: 2px;
  text-indent: -999em; }

.sidebar .sidebar-links .content ul {
  margin: 0;
  padding: 6px 10px; }

.sidebar .sidebar-links .content li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 10px; }

.sidebar .sidebar-sponsors h3 {
  background: url(../images/sprites.png) no-repeat 0 -299px;
  width: 200px;
  height: 22px;
  margin-bottom: 10px;
  text-indent: -999em; }

.sidebar .sidebar-sponsors img {
  margin-bottom: 10px; }

#paper-block-tutorials {
  background: url(../images/sprites.png) no-repeat -320px -96px;
  width: 174px;
  height: 46px;
  position: absolute;
  top: 84px;
  left: 26px;
  display: block;
  text-indent: -999em;
  overflow: hidden; }

#paper-block-media {
  background: url(../images/sprites.png) no-repeat -320px -156px;
  width: 191px;
  height: 41px;
  position: absolute;
  top: 147px;
  left: 26px;
  display: block;
  text-indent: -999em;
  overflow: hidden; }

#paper-block-rss {
  background: url(../images/sprites.png) no-repeat -320px -211px;
  width: 84px;
  height: 27px;
  position: absolute;
  top: 202px;
  left: 124px;
  display: block;
  text-indent: -999em;
  overflow: hidden; }

/* Flexible paper box */
.paperbox {
  width: 232px;
  margin: 0 0 0 -4px; }
  .paperbox ul {
    margin: 0;
    padding: 0; }
  .paperbox .quicktabs_wrapper {
    position: relative; }
  .paperbox ul.quicktabs_tabs {
    margin: 0 0 10px 0;
    padding: 0;
    position: absolute;
    top: -4px;
    left: -4px; }
    .paperbox ul.quicktabs_tabs li {
      padding: 0; }
      .paperbox ul.quicktabs_tabs li a {
        background: url(../images/sprites.png) no-repeat;
        display: inline-block;
        text-indent: -999em;
        overflow: hidden;
        height: 24px;
        margin: 0 7px 0 0; }
        .paperbox ul.quicktabs_tabs li a#quicktabs-tab-sidebar_tabs-0 {
          background-position: 0 -532px;
          width: 42px;
          margin: 0 7px 0 7px; }
        .paperbox ul.quicktabs_tabs li a#quicktabs-tab-sidebar_tabs-1 {
          background-position: -42px -532px;
          width: 49px; }
        .paperbox ul.quicktabs_tabs li a#quicktabs-tab-sidebar_tabs-2 {
          background-position: -91px -532px;
          width: 62px; }
      .paperbox ul.quicktabs_tabs li.active a {
        cursor: default;
        margin: 0 7px 0 0; }
        .paperbox ul.quicktabs_tabs li.active a#quicktabs-tab-sidebar_tabs-0 {
          background-position: 0 -503px;
          width: 57px;
          margin: 0 7px 0 0; }
        .paperbox ul.quicktabs_tabs li.active a#quicktabs-tab-sidebar_tabs-1 {
          background-position: -57px -503px;
          width: 61px; }
        .paperbox ul.quicktabs_tabs li.active a#quicktabs-tab-sidebar_tabs-2 {
          background-position: -118px -503px;
          width: 76px; }
  .paperbox .quicktabs_main {
    padding: 28px 0 0 0;
    /* Space for tabs */ }
  .paperbox .view-content li {
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    overflow: auto;
    width: 100%; }
    .paperbox .view-content li.last {
      border: none;
      padding: 0;
      margin: 0; }
  .paperbox .views-field-created,
  .paperbox .views-field-timestamp {
    font-size: 0.9em;
    font-style: italic;
    color: #616567; }
  .paperbox .views-field-title-1,
  .paperbox .views-field-cid {
    margin: 0.5em 0; }
  .paperbox .views-field-tid,
  .paperbox .views-field-name {
    font-size: 0.8em;
    line-height: 0.8em;
    color: #515557;
    background: #f1f1f1;
    padding: 6px;
    float: left;
    border-radius: 6px; }

.paperbox-top {
  background: url(../images/paperbox.jpg) no-repeat left top;
  width: 232px;
  height: 24px;
  padding: 0 0 50px 0; }

.paperbox-content {
  background: url(../images/paperbox.jpg) repeat-y right top;
  width: 184px;
  padding: 0 18px 0 30px;
  margin: -20px 0 -80px;
  line-height: 1.35em; }

.paperbox-btm {
  background: url(../images/paperbox.jpg) no-repeat left bottom;
  width: 232px;
  height: 88px; }

/* Footer
------------------------------------------------- */
#main-bottom {
  background-color: #fff;
  height: 23px;
  margin: 0 0 55px 0;
  border-radius: 0 0 6px 6px; }

#footer-bg {
  background: url(../images/footer-bg.jpg) repeat-x top left;
  width: 100%;
  position: relative; }

#footer {
  background: url(../images/footer-bg-highlight.jpg) no-repeat 0 0;
  /* Remove right margin on last block */ }
  #footer .block {
    width: 238px;
    float: left;
    margin: 0 10px 0 0; }
    #footer .block h3 {
      color: #50555a;
      font-size: 1.85em;
      margin: 0;
      line-height: 0.8em; }
    #footer .block a {
      color: #4C7798; }
    #footer .block .content {
      background-color: #bec7d0;
      border: 1px solid #d2d8de;
      color: #50555a;
      padding: 14px;
      height: 175px; }
    #footer .block ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #footer .block li {
      background: none;
      list-style-image: none;
      list-style-type: none; }
    #footer .block.last {
      margin: 0; }
  #footer #footer-recommended {
    margin: 0; }

#footer-popular li {
  margin-bottom: 10px; }

/* Footer About block */
#footer .block:first-child p {
  margin-bottom: 1.2em; }

/* Abou block: Social Media icons area */
#footer-social-media {
  margin: 0;
  list-style-type: none;
  overflow: auto;
  width: 100%; }
  #footer-social-media li {
    float: left;
    color: #8d98a1;
    font-size: 0.92em;
    list-style: none;
    margin: 0 6px 0 0; }
    #footer-social-media li span {
      padding: 0 2px; }
  #footer-social-media a {
    background: url(../images/icons.png) no-repeat;
    display: block;
    width: 30px;
    height: 31px;
    text-indent: -999em;
    overflow: hidden; }
    #footer-social-media a.rss {
      background-position: 0 -548px; }
    #footer-social-media a.facebook {
      background-position: -31px -548px; }
    #footer-social-media a.linkedin {
      background-position: -93px -548px; }
    #footer-social-media a.twitter {
      background-position: -62px -548px; }

/* Popular Content block */
#footer-popular .footer-thumb {
  padding: 3px;
  background-color: #eef1f3;
  width: 28px;
  height: 28px; }

#footer-popular li a {
  display: flex;
  align-items: center;
  gap: 8px; }

/* Recommended links block */
#footer-recommended li a {
  background: url(../images/icons.png) no-repeat 0 -402px;
  padding-left: 20px; }

/* Footer meta area */
#footer-meta {
  font-size: 1.08em;
  color: #50555a;
  padding: 15px 0;
  overflow: auto;
  width: 100%; }
  #footer-meta ul {
    margin: 0;
    list-style-type: none; }
  #footer-meta li {
    float: left;
    background: none;
    list-style-image: none;
    padding: 0 0 0 20px; }
  #footer-meta a {
    color: #50555a; }
    #footer-meta a:hover {
      text-decoration: none;
      color: #fff; }
  #footer-meta .footer-drupal {
    background: url(../images/icons.png) no-repeat 0 0;
    width: 75px;
    height: 22px;
    display: block;
    margin: -1px 0 0 20px;
    text-indent: -999em;
    overflow: hidden; }

/* Blocks
------------------------------------------------- */
.block {
  margin-bottom: 1.5em; }

/* Pager styles
------------------------------------------------- */
.item-list ul.pager {
  margin: 22px 0 12px;
  font-style: italic;
  font-size: 1em;
  font-family: Palatino, Georgia, "Times New Roman", serif; }
  .item-list ul.pager li {
    margin: 0;
    padding: 0; }
    .item-list ul.pager li a:link,
    .item-list ul.pager li a:visited {
      background-color: #f5f5f5;
      border: 1px solid #d3d3d3;
      color: #7c7f83;
      font-size: 1em;
      font-weight: normal;
      text-shadow: 0 1px 0 #fff;
      margin: 4px 1px;
      padding: 4px 7px 3px;
      border-radius: 2px; }
    .item-list ul.pager li a:hover,
    .item-list ul.pager li a:active {
      border: 1px solid #999;
      color: #666; }
    .item-list ul.pager li.pager-current {
      background-color: #949ea8;
      border: 1px solid #949ea8;
      color: #fff;
      text-shadow: 0 1px 0 #999;
      font-size: 1em;
      font-weight: normal;
      margin: 4px 1px;
      padding: 4px 7px 3px;
      border-radius: 2px; }

/* Top pager */
#top-pager {
  margin: 0 0 14px 0; }
  #top-pager ul.pager {
    margin: 0; }

/* Module style overrides
------------------------------------------------- */
/* Admin Menu */
#admin-menu {
  background-color: #1F1F1F; }
  #admin-menu ul a {
    font-size: 1.3em;
    line-height: 1.2em;
    border-right-color: #323232; }
  #admin-menu li.admin-menu-action a {
    border-left-color: #323232; }
  #admin-menu li li {
    opacity: 0.95; }

/* Vertical Tabs */
ul.vertical-tabs-list li {
  list-style-image: none; }

/* IMCE */
/* Resize preview image so it fits in window */
#imce-content {
  /* Remove unwanted parts */
  /* Autosize preview area */ }
  #imce-content * #file-preview a img {
    width: auto;
    max-height: 300px;
    height: auto !important;
    max-height: 300px; }
  #imce-content * #log-resizer,
  #imce-content * #log-wrapper,
  #imce-content #log-clearer,
  #imce-content #help-box,
  #imce-content #content-resizer,
  #imce-content * #dir-stat {
    display: none !important; }
  #imce-content * #log-prv-wrapper {
    height: auto !important;
    border: none; }
  #imce-content .x-resizer {
    width: 5px; }
  #imce-content .y-resizer {
    height: 5px; }

/* Code filter */
.codeblock {
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #EEE; }

/* Secondary Tab Menus
------------------------------------------------- */
#content-tabs {
  background-color: transparent;
  margin: 20px 0;
  padding: 0; }
  #content-tabs ul.primary,
  #content-tabs ul.secondary {
    border-bottom: 1px solid #efefef;
    clear: both;
    float: left;
    margin: 0 0 0 -10px;
    padding: 0 10px 0 10px; }
    #content-tabs ul.primary li,
    #content-tabs ul.secondary li {
      border-style: none;
      display: inline;
      float: left;
      list-style: none;
      margin: 0 20px 0 0;
      padding: 0; }
      #content-tabs ul.primary li a:link,
      #content-tabs ul.primary li a:visited,
      #content-tabs ul.secondary li a:link,
      #content-tabs ul.secondary li a:visited {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        padding: 0 0 6px 0;
        text-decoration: none;
        white-space: nowrap; }
      #content-tabs ul.primary li a:hover,
      #content-tabs ul.primary li a:focus,
      #content-tabs ul.secondary li a:hover,
      #content-tabs ul.secondary li a:focus {
        border-bottom: 4px solid #777;
        color: #777;
        padding-bottom: 2px; }
  #content-tabs ul.secondary {
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
    text-transform: lowercase; }
    #content-tabs ul.secondary li a:link,
    #content-tabs ul.secondary li a:visited {
      color: #555; }
    #content-tabs ul.secondary li a.active:link,
    #content-tabs ul.secondary li a.active:visited {
      border-bottom: 4px solid #555;
      color: #777;
      padding-bottom: 2px; }
    #content-tabs ul.secondary li a:hover,
    #content-tabs ul.secondary li a:focus {
      border-bottom: 4px solid #777;
      color: #777;
      padding-bottom: 2px; }
  #content-tabs ul.primary li a.active:link,
  #content-tabs ul.primary li a.active:visited {
    border-bottom: 4px solid #94CE18;
    color: #000;
    font-weight: bold;
    padding-bottom: 2px; }
  #content-tabs ul.primary li a:hover,
  #content-tabs ul.primary li a:focus {
    border-bottom: 4px solid #94CE18;
    color: #4A95C8; }

/* System messages
------------------------------------------------- */
.status {
  border-color: #9fee51;
  color: #33A333;
  background-color: #E8FFD1; }

.warning {
  border-color: #ffe89d;
  color: #000;
  background-color: #FFFFDD; }

.messages,
.warning {
  border-style: solid;
  border-width: 1px;
  margin: 10px 0 20px 0;
  padding: 6px; }
  .messages ul li,
  .warning ul li {
    margin-left: 16px; }

/* Various widgets for use throughout the site
------------------------------------------------- */
/* Read more links */
a.read-more {
  background: url(../images/icons/arrow-right.gif) right 4px no-repeat;
  padding: 0 16px 0 0;
  font-size: 1em;
  font-style: italic;
  color: #999;
  white-space: nowrap; }

/* Saving animation */
#saving {
  background: url(../images/loading.gif) no-repeat 12px 1px;
  padding-left: 36px;
  font-weight: bold;
  font-size: 1em;
  display: none; }
  #saving p {
    margin: 0; }

#saving-notice {
  font-size: 0.9em;
  background: #ffc;
  font-style: italic; }

/* Block editing */
.block.with-block-editing {
  position: relative; }
  .block.with-block-editing .edit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 9px;
    background-color: #fff; }
  .block.with-block-editing:hover .edit {
    display: block; }

#tooltip {
  position: absolute;
  border: 1px solid #000;
  background: #000;
  padding: 0;
  margin: 0;
  display: none;
  color: #fff;
  z-index: 1000; }
  #tooltip img {
    display: block; }

/* No border: disable styled wrapper on images */
img.nb {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  display: inline !important;
  border-radius: 0 !important; }

a.tooltip {
  cursor: pointer; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.note {
  background-color: #fff;
  border: 2px dashed #ededed;
  color: #929598;
  padding: 6px;
  margin: 15px 0; }
  .note span {
    color: #d6d7da;
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 4px; }

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* Sidebar Friends/Links block
------------------------------------------------- */
.sidebar-links li a {
  display: block;
  background: url(../images/icons.png) no-repeat;
  padding: 0 0 0 28px; }
  .sidebar-links li a.good-tutorials {
    background-position: 0 -488px; }
  .sidebar-links li a.wdh {
    background-position: 0 -518px; }

/* Inline ads
------------------------------------------------- */
.inline-ad {
  margin: 20px 0 20px 78px; }

/* Bottom ads region
------------------------------------------------- */
#bottom-ads {
  margin: 14px 0 0 0;
  text-align: center; }
  #bottom-ads .block,
  #bottom-ads .content {
    display: inline; }

/* Museo */
@font-face {
  font-family: 'Museo';
  src: url("../fonts/museo/museo700-regular.eot");
  src: local("☺"), url("../fonts/museo/museo700-regular.woff") format("woff"), url("../fonts/museo/museo700-regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("../fonts/museo/museo500-regular.eot");
  src: local("☺"), url("../fonts/museo/museo500-regular.woff") format("woff"), url("../fonts/museo/museo500-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("../fonts/museo/museo300-regular.eot");
  src: local("☺"), url("../fonts/museo/museo300-regular.woff") format("woff"), url("../fonts/museo/museo300-regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* Custom font for headings and various details */
#slogan,
#page-title h1,
#content-inner h2,
#content-inner h3,
.popular-block-title,
.paperbox .views-field-created,
.paperbox .views-field-timestamp,
.paperbox .views-field-title-1,
.paperbox .views-field-cid,
.page-teaser h2,
.post-date,
.read-more,
.pane-term-description,
#term-description,
#intro .text,
#home-content-block_1 h2,
#author-info-block_1,
form.fivestar-widget .description,
#leave-comment-link,
.post-top .post-submitted,
#footer .block h3,
#footer-meta .left,
#footer-meta .right {
  font-family: "Museo", "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: lighter; }

/* Base list reset */
.item-list ul li {
  margin: 0;
  padding: 0; }

/* Category listing pages
------------------------------------------------- */
body.page-tutorials-photoshop #page-title,
body.page-content #page-title {
  margin: 0; }

.pane-term-description,
#term-description {
  font-size: 1.1em;
  line-height: 1.5em;
  font-style: italic; }

.panel-display,
#page-title + .content-listing {
  margin-top: 33px; }

#home .panel-display {
  margin: 0; }

.category-list {
  margin: 30px 0 0 38px; }
  .category-list .item-list li {
    list-style: none;
    display: inline-block; }
  .category-list a {
    line-height: 1em;
    padding: 6px;
    margin: 0 10px 0 0;
    background-color: #F4F5F6;
    border: 1px solid #EBEBEB;
    border-radius: 6px; }
    .category-list a:hover {
      color: #6D7075;
      background-color: #f9f9f9;
      text-decoration: none; }

/* Texture section
------------------------------------------------- */
#listing-downloads-panel_pane_1,
#texture-gallery {
  clear: both; }

#listing-downloads-panel_pane_1 .view-content ul {
  margin: 0;
  padding: 0; }

#listing-downloads-panel_pane_1 .view-content li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  margin: 0 6px 4px 0;
  position: relative; }
  #listing-downloads-panel_pane_1 .view-content li img {
    display: block;
    width: 140px;
    height: 140px;
    padding: 7px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-color: #f6f6f6 #bac1c8 #bac1c8 #f6f6f6; }
  #listing-downloads-panel_pane_1 .view-content li:hover .views-field-nid {
    display: block; }

.texture-grid {
  margin: 0;
  padding: 0; }
  .texture-grid li {
    display: inline-block;
    list-style-image: none;
    list-style: none;
    margin: 0 6px 4px 0;
    position: relative; }
    .texture-grid li img {
      display: block;
      width: 140px;
      height: 140px;
      padding: 7px;
      border-radius: 3px;
      background-color: #fff;
      border: 1px solid #f6f6f6;
      border-color: #f6f6f6 #bac1c8 #bac1c8 #f6f6f6; }

#listing-downloads-panel_pane_1 .views-field-nid {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 6px;
  left: 6px;
  background: #fff;
  color: #999;
  padding: 5px;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center; }

#texture-help {
  padding: 4px 8px;
  margin: 0;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-color: #f6f6f6 #bac1c8 #bac1c8 #f6f6f6;
  font-size: 0.8em;
  color: #64717e;
  width: 94%; }
  #texture-help li {
    list-style: none;
    list-style-image: none;
    padding: 0 0 7px 0; }
    #texture-help li.last {
      padding: 0; }
  #texture-help span {
    padding: 0 12px;
    color: #a9b0b8; }

/* Photoshop main page, top area
------------------------------------------------- */
#categories-photoshop {
  margin: 0;
  padding: 0 0 0 78px;
  list-style-type: none; }
  #categories-photoshop li {
    float: left;
    background: none;
    list-style-image: none;
    width: 180px;
    height: 52px; }
    #categories-photoshop li.wide {
      width: 220px; }
    #categories-photoshop li.ps-layout-ui a {
      background-position: 0 -32px;
      height: 36px; }
    #categories-photoshop li.ps-special-fx a {
      background-position: 0 -78px;
      height: 31px; }
    #categories-photoshop li.ps-photo-fx a {
      background-position: 0 -119px;
      height: 32px; }
    #categories-photoshop li.ps-textures a {
      background-position: 0 -161px;
      height: 38px;
      padding: 0 0 0 49px;
      margin-left: -2px; }
    #categories-photoshop li.ps-tools-basics a {
      background-position: 0 -209px;
      height: 30px; }
  #categories-photoshop a {
    background: url(../images/icons.png) no-repeat 0 100px;
    display: block;
    padding: 0 0 0 47px; }
    #categories-photoshop a span.amp {
      font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
      font-size: 1.2em;
      font-style: italic;
      color: #acacac; }

ul#categories-photoshop li.ps-text-fx a {
  background-position: 0 -249px;
  height: 26px;
  padding: 0 0 0 42px;
  margin-left: 5px; }

/* Temp: Photoshop main page, list of tutorials
------------------------------------------------- */
#categories h2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 4px 0;
  margin: 20px 0 20px 0; }

.category dl {
  margin: 0 0 24px 0;
  padding: 0;
  width: 330px;
  line-height: 1.3em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

.category dt {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  float: left;
  clear: both; }
  .category dt a {
    display: block;
    margin: 2px 6px 0 0;
    padding: 4px;
    border: 1px solid #cdd0d6;
    background: #fff; }
    .category dt a:hover {
      border-color: #ccc;
      background: #ececec; }

.category dd {
  padding: 0;
  margin: 0 0 0 12px;
  display: block;
  float: left;
  width: 210px; }
  .category dd a {
    font-weight: bold;
    font-size: 1.05em;
    padding-bottom: 5px; }
  .category dd.desc {
    padding: 0 0 20px 0; }

.category img {
  display: block; }

.sponsored-category {
  padding: 0 0 30px 0; }

/* Node styles (general)
------------------------------------------------- */
.page-content {
  border-bottom: 0;
  margin: 0;
  padding: 0; }
  .page-content h2 {
    margin: 1.1em 0 0.8em;
    padding: 0px;
    line-height: 1.2em; }
  .page-content h3 {
    color: #a0a6ab;
    font-size: 1.35em;
    margin: 1.3em 0 1em; }
  .page-content .tutorial,
  .page-content .article {
    margin: 0 0 44px 0; }
  .page-content .post-date {
    color: #333;
    display: block; }
  .page-content ul.links {
    text-align: left; }
  .page-content .picture {
    float: none;
    margin: 0; }

.post-date {
  font-size: 1.1em;
  color: #333;
  margin: 0 0 20px; }

.page-teaser .post-date {
  color: #616567; }

body.section-tutorials a.lightbox-processed {
  background: url(../images/icons/plus.png) no-repeat center right;
  padding: 0 16px 0 0; }

/* Temp fix to hide undesired input format fieldset on Description field, replace with removal via PHP */
#edit-field-tutorial-description-0-value-wrapper + fieldset {
  display: none; }

.codeblock {
  margin-bottom: 20px; }

.page-links {
  font-size: 0.9em;
  color: #575757;
  background-color: #fefefe;
  border: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 5px; }

/* Image floating */
img.l {
  float: left;
  margin: 7px 20px 14px 0; }

img.r {
  float: right;
  margin: 7px 0 14px 20px; }

/* Node styles for Tutorials & Articles
------------------------------------------------- */
#intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 10px 0;
  min-height: 60px; }
  #intro .intro-text {
    flex: 1; }
  #intro .text {
    font-size: 1.05em;
    font-style: italic;
    color: #979797; }
  #intro .intro-image img {
    display: block; }
  #intro img {
    margin: 0; }

#content-preface {
  padding: 0 0 0 78px; }

#book-parent-link {
  display: inline-block;
  margin: 6px 0 20px 0;
  color: #6D7075;
  background-color: #F4F5F6;
  padding: 8px;
  font-size: 0.9em;
  border: 1px solid #ebebeb;
  border-radius: 5px; }

#content-inner #book-parent-link a {
  border: none; }

/* Block-level images in tutorial/article content */
body.tutorial .tutorial img {
  margin: 10px 0; }

/* Tutorial Resources fieldset */
.group-tutorial-resources {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: 14px 18px;
  margin: 20px 0;
  border-radius: 4px; }
  .group-tutorial-resources legend {
    font-weight: bold;
    padding: 0 8px;
    color: #555;
    background: #fff;
    border: 1px solid #ccc; }
  .group-tutorial-resources .filefield-file {
    padding: 4px 0; }
    .group-tutorial-resources .filefield-file a {
      background: url(../images/icons/arrow-right.gif) no-repeat left 4px;
      padding-left: 16px; }
  .group-tutorial-resources img {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    margin: 0 3px -4px 0; }

/* Book navigation on nodes
------------------------------------------------- */
.book-navigation {
  font-size: 1em;
  color: #575757;
  background-color: #fefefe;
  border: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 5px; }
  .book-navigation .menu {
    border: none;
    padding: 0 0 0 20px;
    margin: 0 0 1.5em 0; }
  .book-navigation .page-links {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }
  .book-navigation a.page-previous {
    background: url(../images/icons/arrow-blue-left.png) 0 5px no-repeat;
    padding: 0 0 0 22px;
    width: 38%; }
  .book-navigation a.page-next {
    background: url(../images/icons/arrow-blue-right.png) 100% 5px no-repeat;
    padding: 0 22px 0 0;
    width: 38%; }
  .book-navigation a.page-up {
    background: url(../images/icons/arrow-blue-up.png) 100% 2px no-repeat;
    padding: 0 18px 0 0; }

#content-inner .tutorial .book-navigation a {
  border: none; }

/* Nodes in preview mode
------------------------------------------------- */
/* Disable intro styles during comment preview */
body.section-comment #intro {
  background: none;
  margin: 0;
  padding: 0; }

body.section-comment .box {
  background: none;
  margin: 0;
  padding: 0; }

body.section-comment .page-content {
  margin-top: 30px; }

/* Node teasers
------------------------------------------------- */
.page-teaser {
  background: url(../images/corner-gradient.jpg) top left no-repeat;
  padding: 15px 0 15px 15px;
  margin: 0 0 15px 0; }
  .page-teaser h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    border: none;
    margin: 0 0 10px 0;
    padding: 0; }
  .page-teaser p {
    margin: 0 0 15px 0; }

.preview-image-wrap {
  float: left;
  width: 150px;
  height: 150px;
  padding: 7px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-color: #f6f6f6 #bac1c8 #bac1c8 #f6f6f6; }

.preview-image {
  width: 150px;
  height: 150px;
  /* Lines below for vertical/horizontal centering */
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .preview-image * {
    vertical-align: middle; }
  .preview-image img {
    max-width: 150px;
    max-height: 150px; }

.comment-count {
  display: inline-block; }
  .comment-count a {
    background: url(../images/icons.png) 0 -588px no-repeat;
    width: 28px;
    height: 24px;
    padding: 7px 0 0 0;
    display: block;
    text-align: center;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #454545; }
    .comment-count a:hover {
      text-decoration: none; }

.preview-content {
  margin: 0 0 0 190px; }

.tags {
  display: inline-block;
  color: #858687; }
  .tags .label {
    display: inline-block;
    background: url(../images/icons.png) -52px -358px no-repeat;
    width: 17px;
    height: 16px;
    margin: 0 6px -3px 0;
    text-indent: -999em;
    overflow: hidden; }

/* Node Content footer area
------------------------------------------------- */
#content-footer {
  background: url(../images/content-footer-bg.gif) repeat-y 0 0;
  border: 1px solid #e7e7e7;
  border-width: 0 1px;
  clear: both; }

/* Border top/bottom for the equal height faux column */
#content-footer-wrap {
  background: url(../images/content-footer-bg.gif) no-repeat -670px top;
  overflow: auto;
  width: 100%; }

#content-footer-inner {
  background: url(../images/content-footer-bg.gif) no-repeat -670px bottom;
  overflow: auto;
  width: 100%; }

#content-footer-one,
#content-footer-two {
  float: left;
  padding: 14px;
  margin: 0;
  position: relative;
  line-height: 1.4em; }

#content-footer-one {
  margin: 0 12px 0 0;
  width: 349px; }

#content-footer-two {
  margin: 0;
  width: 253px; }

#content-footer-bottom {
  margin: 50px 0 0 0; }
  #content-footer-bottom .block {
    margin: 0; }

/* About the Author */
.author-block {
  margin: 0; }
  .author-block h3 {
    font-style: italic;
    font-size: 1.3em;
    margin: 0 0 14px 0; }
  .author-block p {
    margin-bottom: 10px; }

#author-picture {
  float: left; }
  #author-picture img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px; }

#author-details {
  margin: 0 0 0 85px;
  color: #222; }
  #author-details p {
    /* 	font: italic 1.1em/1.5em Palatino, Georgia, "Times New Roman", serif; */
    line-height: 1.6em;
    color: #939393;
    margin: 0 0 6px 0; }
  #author-details .author-name {
    /*   font: italic 1.1em Georgia, "Times New Roman", serif; */
    font-size: 1.1em;
    margin-bottom: 10px; }

#author-view-more {
  font-size: 0.9em;
  background: url(../images/icons/arrow-right.gif) no-repeat right 3px;
  padding: 0 16px 0 0; }

#content-published-date {
  font: italic 1em Palatino, Georgia, "Times New Roman", serif;
  color: #a8a8a8;
  clear: both;
  position: absolute;
  bottom: 12px;
  right: 20px; }

/* Tags */
#content-footer-two .block {
  margin: 0;
  color: #7a7a7a; }

h3.tags-heading {
  background: url(../images/icons/tags.png) no-repeat center right;
  padding: 1px 20px 5px 0;
  margin: 0 9px 0 0;
  font: 1em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  color: #ADAEB0;
  float: left; }

.tags-block a {
  display: inline-block;
  font-size: 0.9em;
  line-height: 0.9em;
  background-color: #ccd6dc;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin: 0 0 6px 0;
  border-radius: 4px; }
  .tags-block a:hover {
    background-color: #fff;
    color: #474747;
    text-decoration: none; }

/* Tutorials & Articles main pages
------------------------------------------------- */
#section-page .pane-panels-mini,
.section-group {
  background: url(../images/corner-gradient.jpg) top left no-repeat;
  padding: 15px 0 15px 15px; }

#section-page h2.pane-title,
h2.section-group-label {
  font: 1.1em/1.4em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #272727; }
  #section-page h2.pane-title span,
  h2.section-group-label span {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-size: 1.2em;
    font-style: italic;
    color: #ccc; }

#section-page .pane-panels-mini h3,
.section-group h3 {
  font-size: 1.6em;
  line-height: 1em;
  margin: 0 0 8px 0;
  padding: 0;
  border: none; }

#section-page .inline-ad,
.section-group .inline-ad {
  background: url(../images/faded-line.gif) no-repeat bottom left;
  margin: 0 0 30px 103px;
  padding: 10px 0; }
  #section-page .inline-ad .pane-content,
  #section-page .inline-ad .wrap,
  .section-group .inline-ad .pane-content,
  .section-group .inline-ad .wrap {
    background: url(../images/faded-line.gif) no-repeat top left;
    padding: 10px 0 0 0; }
  #section-page .inline-ad .block,
  .section-group .inline-ad .block {
    margin: 0; }

.section-inner {
  padding: 0 0 20px 0; }

.section-image {
  float: left;
  width: 90px; }
  .section-image img {
    max-width: 80px; }

.section-details {
  padding: 0 20px 0 10px;
  margin: 0 0 0 80px; }

.grid .section-details {
  float: left;
  width: 350px;
  margin: 0; }

.simple .section-details {
  margin-left: 100px;
  padding-left: 0; }

.section-popular-block {
  clear: both;
  width: auto;
  margin: 0 0 0 100px; }

.simple .section-popular-block ul {
  padding-left: 30px; }

.grid .section-popular-block {
  clear: none;
  float: left;
  width: 186px;
  margin: 0; }

.tutorial-type {
  padding: 0 0 0 110px;
  margin: 0 0 20px 0;
  min-height: 90px; }

#tutorial-type-photoshop {
  background: url(../images/icons/icon-photoshop.png) no-repeat 0 0; }

#tutorial-type-flash {
  background: url(../images/icons/icon-flash.jpg) no-repeat 0 0; }

#tutorial-type-drupal {
  background: url(../images/icons/icon-drupal.png) no-repeat 0 0; }

/* Popular in section*/
.popular-block-title {
  font-size: 1em;
  font-style: italic;
  color: #a6a6a6;
  margin: 0 0 12px 0; }

#popular-in-section-block_2 ul,
.grid .section-popular-block ul {
  margin: 0;
  padding: 0; }

#popular-in-section-block_2 li,
.grid .section-popular-block li {
  list-style: none;
  list-style-image: none;
  display: inline-block;
  margin: 0 3px 1px 0; }

#popular-in-section-block_2 img,
.grid .section-popular-block img {
  border: 3px solid #f1f1f1;
  display: block; }

/* Slider
------------------------------------------------- */
#home {
  margin-top: 33px; }

#home-slider-wrap {
  position: relative; }

.slider-edge {
  background: url(../images/slider-round-edge.png) no-repeat;
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 100;
  left: 0; }

#slider-top-left {
  background-position: 0 0;
  top: 0; }

#slider-btm-left {
  background-position: 0 -5px;
  top: 245px; }

#home-slider {
  float: left;
  width: 480px;
  height: 250px;
  overflow: hidden; }

#slider-nav {
  background: url(../images/slider-nav-bg.jpg) no-repeat right top;
  width: 238px;
  height: 250px;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  position: absolute;
  left: 464px;
  top: 0;
  z-index: 20; }
  #slider-nav li {
    list-style: none;
    list-style-type: none;
    background: url(../images/slider-div-line.gif) no-repeat 36px bottom; }
    #slider-nav li a {
      color: #000;
      display: block;
      padding: 10px 10px 10px 30px;
      outline: 0; }
      #slider-nav li a:hover {
        color: #fff;
        text-decoration: none; }
    #slider-nav li.activeSlide a {
      color: #fff;
      background: url(../images/slider-nav-arrow.png) no-repeat 0 13px; }

/* Latest & Greatest
------------------------------------------------- */
#home .home-section {
  margin: 20px 0 0 0; }
  #home .home-section h2 {
    margin: 0 0 10px 0; }
  #home .home-section h2.latest {
    margin: 0 0 20px 0; }
