/* Fonts ---------------------------------- */
/* Palette -------------------------------- */
/* Colors --------------------------------- */
/* Images --------------------------------- */
/* Region Colors -------------------------- */
/* Forum ---------------------------------- */
body {
  color: #1f1e23;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}
pre {
  font-size: 1em;
  margin: 1.364em 0;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px solid #999999;
}
ul,
ol {
  padding: 0;
  margin: 0 0 18px 1.33em;
}
.item-list ul {
  margin: 0 0 18px 1.33em;
}
ul ul,
ul ol,
ol ol,
ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-top: 4.5px;
}
.item-list ul li,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
  margin: 0;
  padding: 0;
}
ul,
ul li {
  list-style: disc;
}
ol,
ol li {
  list-style: decimal;
}
/* Tables */
table,
thead,
tr,
th,
td {
  border: none;
  background-color: #ffffff;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 13.5px;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-top: 1px solid #d6d6d6;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  border: none;
}
table th,
table td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  padding: 18px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
legend {
  padding: 0 3px;
  color: #999999;
}
label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 4.5px;
}
textarea {
  min-width: 300px;
  min-height: 100px;
}
input {
  min-width: 150px;
}
input,
textarea {
  color: #1f1e23;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.700000000000001px;
  line-height: 18px;
  padding: 4px;
  margin: 0 0 9px;
  border: 1px solid #cccccc;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a {
  color: #005689;
  font-weight: normal;
  text-decoration: none;
}
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: underline;
}
img {
  border: 0;
  vertical-align: bottom;
}
p,
a {
  line-height: 18px;
  margin: 0 0 18px 0;
}
p {
  color: #1f1e23;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1f1e23;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-rendering: optimizelegibility;
  margin-bottom: 0;
}
h1,
h1 a {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
}
h2,
h2 a {
  font-size: 23px;
  line-height: 27px;
}
h3,
h3 a {
  font-size: 16px;
  line-height: 18px;
}
h4,
h4 a {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
h5,
h5 a {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999999;
}
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
}
blockquote {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #d6d6d6;
}
blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 9px 0;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
dd {
  margin: 0 0 4.5px 9px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}
strong,
b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #37363e;
}
em,
i {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
}
cite {
  font-style: normal;
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
button,
input[type="submit"],
.af-button-large {
  min-width: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  color: #005689;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#d1d1d1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: linear-gradient(top, #f7f7f7, #d1d1d1);
  background-repeat: repeat-x;
  border-color: #d1d1d1 #d1d1d1 #ababab;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d1d1d1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #999999;
  *border: 0;
  border-bottom-color: #808080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
button:hover,
input[type="submit"]:hover,
.af-button-large:hover,
button:active,
input[type="submit"]:active,
.af-button-large:active,
button.active,
input[type="submit"].active,
.af-button-large.active,
button.disabled,
input[type="submit"].disabled,
.af-button-large.disabled,
button[disabled],
input[type="submit"][disabled],
.af-button-large[disabled] {
  background-color: #d1d1d1;
  *background-color: #c4c4c4;
}
button:active,
input[type="submit"]:active,
.af-button-large:active,
button.active,
input[type="submit"].active,
.af-button-large.active {
  background-color: #b8b8b8 \9;
}
button:first-child,
input[type="submit"]:first-child,
.af-button-large:first-child {
  *margin-left: 0;
}
button:hover,
input[type="submit"]:hover {
  color: #1f1e23;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
/* -------------------------
.btn {
  // reset here as of 2.0.3 due to Recess property order
  border-color: #ccc;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.btn-primary {
  .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
}
// Warning appears are orange
.btn-warning {
  .buttonBackground(@btnWarningBackground, @btnWarningBackgroundHighlight);
}
// Danger and error appear as red
.btn-danger {
  .buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
}
// Success appears as green
.btn-success {
  .buttonBackground(@btnSuccessBackground, @btnSuccessBackgroundHighlight);
}
// Info appears as a neutral blue
.btn-info {
  .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight);
}
// Inverse appears as dark gray
.btn-inverse {
  .buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);
}*/
button,
input[type="submit"] {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn-large,
input[type="submit"].btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn-small,
input[type="submit"].btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn-mini,
input[type="submit"].btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.node-form .form-text {
  width: 98.5%;
}
td.views-field-comment-count {
  padding-left: 0;
  background-image: none;
  background-color: #ffffff;
  display: table-cell;
  text-align: center;
}
td.active,
th.active {
  background-color: #efefef;
}
td.active img,
th.active img {
  padding: 0 0 3px 4.5px;
}
form {
  position: relative;
}
form .form-item {
  margin: 0;
}
form select {
  padding: 4px 6px;
  margin-top: 1px;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#d1d1d1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
  background-image: linear-gradient(top, #f7f7f7, #d1d1d1);
  background-repeat: repeat-x;
  border-color: #d1d1d1 #d1d1d1 #ababab;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d1d1d1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #999999;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #005689;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
}
form select:hover,
form select:active,
form select.active,
form select.disabled,
form select[disabled] {
  background-color: #d1d1d1;
  *background-color: #c4c4c4;
}
form select:active,
form select.active {
  background-color: #b8b8b8 \9;
}
form select option {
  font-size: 13px;
  display: block;
  padding: 3px 15px;
  margin: 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  *line-height: 18px;
  white-space: nowrap;
}
form keygen,
form select,
form select[size="0"],
form select[size="1"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.links li {
  text-transform: capitalize;
}
ul.links.inline li {
  float: left;
}
ul.links.inline li:after {
  content: " | ";
  font-size: 11px;
}
ul.links.inline li.last:after {
  content: "";
}
ul.links li.comment_forbidden {
  padding: 0;
}
#tabs {
  margin: 0 0 18px;
}
div.tabs {
  background-color: #efefef;
  margin: 0 0 18px;
  border: none;
}
ul.primary li a,
ul.secondary li a {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-transform: capitalize;
  font-size: 11px;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus,
ul.secondary li.active a,
ul.secondary li.active a:hover,
ul.secondary li.active a:focus {
  border: none;
  color: #666666;
  background-color: #efefef;
}
ul.primary,
ul.secondary {
  margin: 0;
  padding: 0;
  background-color: #efefef;
  height: 27px;
  border: none;
  list-style: none;
  white-space: nowrap;
}
ul.primary li,
ul.secondary li {
  float: left;
  margin: 0;
  padding: 0 9px;
  vertical-align: bottom;
  background-color: #efefef;
  border: none;
}
ul.primary li.last,
ul.secondary li.last {
  padding-right: 0;
}
ul.primary li a .tab,
ul.secondary li a .tab {
  margin: 0;
  padding: 0;
  border: none;
}
ul.primary li a:hover,
ul.primary li a:focus,
ul.secondary li a:hover,
ul.secondary li a:focus {
  border: none;
  background-color: transparent;
  text-decoration: underline;
}
ul.primary li.active,
ul.primary li:hover,
ul.secondary li.active,
ul.secondary li:hover {
  background-color: #efefef;
  text-decoration: none;
}
/*
ul.secondary {
  .reset();
  list-style: none;
  white-space: nowrap;
}

ul.secondary li {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none;
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
}

ul.secondary a .tab {
  display: block;
  height: 18px; // 24px (parent) - 6px (padding)
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
  border: 1px solid #c0c0c0;
  color: #000;
}
*/
.views-field-last-comment-timestamp {
  min-width: 81px;
}
.page-forum .element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
.page-forum .forum-table-superheader,
.page-forum .forum-node-create-links {
  margin-bottom: 18px;
}
.page-forum .forum-list-icon-legend {
  margin: 18px 0 0;
}
.page-forum .forum-list-legend-item {
  float: left;
  margin-right: 30px;
}
.page-forum .forum-topic-legend {
  margin-bottom: 18px;
}
.page-forum .forum-topic-legend div {
  clear: both;
  float: left;
  padding: 5px 0 5px 25px;
  margin-right: 7px;
}
.page-forum #forum .forum-table-name {
  font-size: 23px;
  line-height: 27px;
}
.page-forum #forum table.sticky-header thead tr {
  border: none;
  border-bottom: 1px solid #005689;
}
.page-forum #forum .views-field-title {
  text-align: left;
}
.page-forum #forum thead tr {
  border-color: #005689;
}
.page-forum #forum thead tr th a {
  font-weight: bold;
}
.page-forum #forum th.forum-icon {
  text-indent: -9999px;
  width: 70px;
}
.page-forum #forum th.forum-number-topics,
.page-forum #forum th.forum-posts {
  width: 10%;
  text-align: center;
}
.page-forum #forum th.forum-last-reply {
  min-width: 108px;
}
.page-forum #forum td.forum-last-reply,
.page-forum #forum td.forum-last-post,
.page-forum #forum td.views-field-last-comment-timestamp {
  text-align: left;
  min-width: 108px;
}
.page-forum #forum td.views-field-comment-count {
  padding-left: 0;
  background-image: none;
  background-color: #ffffff;
  display: table-cell;
}
.page-forum #forum td.forum-number-topics,
.page-forum #forum td.forum-number-posts,
.page-forum #forum td.views-field-totalcount,
.page-forum #forum td.views-field-comment-count {
  text-align: center;
  white-space: nowrap;
  background-image: none;
}
.page-forum #forum td.views-field-topic-icon {
  width: 26px;
}
.page-forum #forum td.views-field-comment-count,
.page-forum #forum td.views-field-totalcount {
  width: 10%;
}
.page-forum #forum td.views-field-last-updated {
  width: 30%;
}
.page-forum #forum td.views-field-last-updated {
  white-space: normal !important;
}
.page-forum #forum td span.views-field-topic-icon a {
  font-size: 1px;
}
.page-forum #forum #forum-sort,
.page-forum #forum #forum-tools {
  float: left;
  margin: 0 4.5px 18px 0;
}
.page-forum #forum #forum-sort .container-inline > *,
.page-forum #forum #forum-tools .container-inline > * {
  display: inline-block;
  margin: 0 4.5px 0 0;
}
/* Forum Thread Styles Start Here */
#forum-topic-header {
  margin-bottom: 18px;
}
#forum-topic-header  > * {
  float: left;
  margin-right: 9px;
}
.forum-post-title {
  font-weight: bold;
}
.forum,
#main-share {
  margin-right: 0;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
  margin-bottom: 18px;
}
.forum-post {
  border-top: 1px solid #005689;
  margin-bottom: 18px;
  padding-top: 4.5px;
  float: none;
}
.forum-post.comment-unpublished {
  background-color: rgba(202, 0, 2, 0.25);
}
.forum-post .forum-post-panel-sub {
  background-color: #efefef;
  padding: 4.5px 0;
  margin-bottom: 4.5px;
}
.forum-post .forum-post-panel-sub  > * {
  padding-left: 4.5px;
}
.forum-post .forum-post-panel-sub .pull-right {
  text-align: right;
  padding-right: 4.5px;
}
.forum-post .forum-post-panel-sub .pull-left {
  text-align: left;
  padding-left: 4.5px;
  width: 50%;
}
.forum-post .forum-post-panel-sub img {
  float: left;
  padding-right: 9px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.forum-post .forum-post-panel-sub img img {
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
}
.forum-post .author-pane .author-name a {
  font-weight: bold;
}
.forum-post .author-pane .author-joined,
.forum-post .author-pane .author-contact,
.forum-post .author-pane .author-privatemsg {
  display: none;
}
.forum-post .author-pane .author-offline,
.forum-post .author-pane .author-online {
  display: none;
}
.forum-post .forum-posted-on {
  color: #999999;
}
.forum-post .forum-post-content img {
  clear: both;
  margin-bottom: 0;
  max-width: 460px;
  height: auto;
}
.forum-post .forum-post-content p a {
  /* break long links in forum posts */

  word-wrap: break-word;
}
.forum-post .forum-post-content .bb-quote {
  line-height: 36px;
  vertical-align: top;
  font-weight: bold;
}
.forum-post .forum-post-content .bb-quote p {
  color: #666666;
}
.forum-post .forum-post-content .bb-quote .bb-quote-body {
  font-weight: normal;
  line-height: 18px;
  color: #666666;
}
.forum-post .forum-post-content .bb-quote .bb-quote-body img {
  display: none;
}
.forum-post .forum-post-info {
  font-size: 11px;
}
.forum-post .forum-post-footer {
  display: block;
  font-size: 11px;
}
.forum-post .forum-post-footer .forum-post-location {
  padding: 2.25px 0;
  border-bottom: 1px solid #cccccc;
}
.forum-post .forum-jump-links {
  margin: 0;
  padding-right: 4.5px;
}
.forum-post .forum-jump-links a {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.forum-post ul.links li,
.forum-post .forum-post-links li {
  display: block;
  float: none;
  margin: 0;
  border: none;
  padding: 2.25px 0;
  border-bottom: 1px solid #cccccc;
  text-transform: lowercase;
}
.forum-post ul.links li:after,
.forum-post .forum-post-links li:after {
  content: "";
}
.views-field-last-comment-timestamp {
  min-width: 81px;
}
.page-forum .element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
.page-forum .forum-table-superheader,
.page-forum .forum-node-create-links {
  margin-bottom: 18px;
}
.page-forum .forum-list-icon-legend {
  margin: 18px 0 0;
}
.page-forum .forum-list-legend-item {
  float: left;
  margin-right: 30px;
}
.page-forum .forum-topic-legend {
  margin-bottom: 18px;
}
.page-forum .forum-topic-legend div {
  clear: both;
  float: left;
  padding: 5px 0 5px 25px;
  margin-right: 7px;
}
.page-forum #forum .forum-table-name {
  font-size: 23px;
  line-height: 27px;
}
.page-forum #forum table.sticky-header thead tr {
  border: none;
  border-bottom: 1px solid #005689;
}
.page-forum #forum .views-field-title {
  text-align: left;
}
.page-forum #forum thead tr {
  border-color: #005689;
}
.page-forum #forum thead tr th a {
  font-weight: bold;
}
.page-forum #forum th.forum-icon {
  text-indent: -9999px;
  width: 70px;
}
.page-forum #forum th.forum-number-topics,
.page-forum #forum th.forum-posts {
  width: 10%;
  text-align: center;
}
.page-forum #forum th.forum-last-reply {
  min-width: 108px;
}
.page-forum #forum td.forum-last-reply,
.page-forum #forum td.forum-last-post,
.page-forum #forum td.views-field-last-comment-timestamp {
  text-align: left;
  min-width: 108px;
}
.page-forum #forum td.views-field-comment-count {
  padding-left: 0;
  background-image: none;
  background-color: #ffffff;
  display: table-cell;
}
.page-forum #forum td.forum-number-topics,
.page-forum #forum td.forum-number-posts,
.page-forum #forum td.views-field-totalcount,
.page-forum #forum td.views-field-comment-count {
  text-align: center;
  white-space: nowrap;
  background-image: none;
}
.page-forum #forum td.views-field-topic-icon {
  width: 26px;
}
.page-forum #forum td.views-field-comment-count,
.page-forum #forum td.views-field-totalcount {
  width: 10%;
}
.page-forum #forum td.views-field-last-updated {
  width: 30%;
}
.page-forum #forum td.views-field-last-updated {
  white-space: normal !important;
}
.page-forum #forum td span.views-field-topic-icon a {
  font-size: 1px;
}
.page-forum #forum #forum-sort,
.page-forum #forum #forum-tools {
  float: left;
  margin: 0 4.5px 18px 0;
}
.page-forum #forum #forum-sort .container-inline > *,
.page-forum #forum #forum-tools .container-inline > * {
  display: inline-block;
  margin: 0 4.5px 0 0;
}
/* Forum Thread Styles Start Here */
#forum-topic-header {
  margin-bottom: 18px;
}
#forum-topic-header  > * {
  float: left;
  margin-right: 9px;
}
.forum-post-title {
  font-weight: bold;
}
.forum,
#main-share {
  margin-right: 0;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
  margin-bottom: 18px;
}
.forum-post {
  border-top: 1px solid #005689;
  margin-bottom: 18px;
  padding-top: 4.5px;
  float: none;
}
.forum-post.comment-unpublished {
  background-color: rgba(202, 0, 2, 0.25);
}
.forum-post .forum-post-panel-sub {
  background-color: #efefef;
  padding: 4.5px 0;
  margin-bottom: 4.5px;
}
.forum-post .forum-post-panel-sub  > * {
  padding-left: 4.5px;
}
.forum-post .forum-post-panel-sub .pull-right {
  text-align: right;
  padding-right: 4.5px;
}
.forum-post .forum-post-panel-sub .pull-left {
  text-align: left;
  padding-left: 4.5px;
  width: 50%;
}
.forum-post .forum-post-panel-sub img {
  float: left;
  padding-right: 9px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.forum-post .forum-post-panel-sub img img {
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
}
.forum-post .author-pane .author-name a {
  font-weight: bold;
}
.forum-post .author-pane .author-joined,
.forum-post .author-pane .author-contact,
.forum-post .author-pane .author-privatemsg {
  display: none;
}
.forum-post .author-pane .author-offline,
.forum-post .author-pane .author-online {
  display: none;
}
.forum-post .forum-posted-on {
  color: #999999;
}
.forum-post .forum-post-content img {
  clear: both;
  margin-bottom: 0;
  max-width: 460px;
  height: auto;
}
.forum-post .forum-post-content p a {
  /* break long links in forum posts */

  word-wrap: break-word;
}
.forum-post .forum-post-content .bb-quote {
  line-height: 36px;
  vertical-align: top;
  font-weight: bold;
}
.forum-post .forum-post-content .bb-quote p {
  color: #666666;
}
.forum-post .forum-post-content .bb-quote .bb-quote-body {
  font-weight: normal;
  line-height: 18px;
  color: #666666;
}
.forum-post .forum-post-content .bb-quote .bb-quote-body img {
  display: none;
}
.forum-post .forum-post-info {
  font-size: 11px;
}
.forum-post .forum-post-footer {
  display: block;
  font-size: 11px;
}
.forum-post .forum-post-footer .forum-post-location {
  padding: 2.25px 0;
  border-bottom: 1px solid #cccccc;
}
.forum-post .forum-jump-links {
  margin: 0;
  padding-right: 4.5px;
}
.forum-post .forum-jump-links a {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.forum-post ul.links li,
.forum-post .forum-post-links li {
  display: block;
  float: none;
  margin: 0;
  border: none;
  padding: 2.25px 0;
  border-bottom: 1px solid #cccccc;
  text-transform: lowercase;
}
.forum-post ul.links li:after,
.forum-post .forum-post-links li:after {
  content: "";
}
.privatemsg-list th {
  font-weight: bold;
}
.privatemsg-list th a {
  font-weight: inherit;
}
.privatemsg-list th.select-all,
.privatemsg-list td.privatemsg-list-select {
  max-width: 36px;
}
.privatemsg-list th.select-all input,
.privatemsg-list td.privatemsg-list-select input {
  min-width: 0;
}
.privatemsg-list th.privatemsg-header-lastupdated {
  min-width: 108px;
}
.privatemsg-view-pager.top {
  float: left;
  margin-right: 9px;
}
.privatemsg-view-pager {
  margin-bottom: 18px;
}
.message-participants {
  margin: 0 0 18px 0;
  border: none;
}
.privatemsg-box-fb {
  margin-bottom: 18px;
  padding-top: 4.5px;
  border-top: 1px solid #6198b8;
}
.privatemsg-box-fb .name a {
  font-weight: bold;
}
.message-actions {
  margin: 0;
}
.message-actions li {
  list-style: none;
}
.drupal-status-msg {
  display: block;
  clear: both;
  border: 1px solid;
  margin: 18px 0;
  padding: 18px 18px 0;
}
.messages {
  display: block;
  clear: both;
  border: 1px solid;
  margin: 18px 0;
  padding: 18px 18px 0;
  background-color: rgba(255, 196, 13, 0.2);
  border-color: #ffc40d;
}
.messages.status {
  margin-top: 0;
  padding-bottom: 18px;
}
.help {
  display: block;
  clear: both;
  border: 1px solid;
  margin: 18px 0;
  padding: 18px 18px 0;
  border-color: #46a546;
  background-color: rgba(70, 165, 70, 0.2);
}
#comment-form {
  border-top: 1px solid #005689;
  padding: 4.5px 0;
}
#comment-form  > * {
  padding: 9px;
}
#comment-form div {
  background-color: #efefef;
}
#comment-form div .form-item {
  margin-bottom: 9px;
}
#comment-form div .form-item label {
  margin-bottom: 0;
}
#comment-form div input {
  min-width: 0;
}
#comment-form div input[type="submit"] {
  margin-top: 18px;
}
#comment-form div textarea {
  font-size: 13px;
  line-height: 18px;
  padding: 9px;
}
#comment-form div .resizable-textarea {
  min-width: 220px;
  width: 580px;
}
#comments {
  border-top: 1px solid #cccccc;
}
#comments h2 {
  margin: 18px 0;
}
.comment {
  border-top: 1px solid #005689;
  padding-top: 4.5px;
  margin-bottom: 18px;
  float: none;
}
.comment.comment-unpublished {
  background-color: rgba(202, 0, 2, 0.25);
}
.comment .comment_forbidden {
  border-top: 1px dotted #cccccc;
  display: block;
  margin-bottom: 18px;
}
.comment .comment-prefix {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  background-color: #efefef;
  color: #999999;
  margin-bottom: 9px;
}
.comment .comment-prefix  > * {
  padding-left: 4.5px;
}
.comment .comment-prefix img {
  float: left;
  padding-right: 9px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.comment .comment-prefix img img {
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
}
.comment .author a {
  font-weight: bold;
}
.comment .content img {
  max-width: 460px;
  height: auto;
}
.comment ul.links {
  font-size: 11px;
}
.comment ul.links li {
  display: block;
  float: none;
  margin: 0;
  border: none;
  padding: 2.25px 0;
  border-bottom: 1px solid #cccccc;
  text-transform: lowercase;
}
.comment ul.links li:after {
  content: "";
}
.item-list {
  padding: 0 !important;
  margin: 9px 0;
}
.item-list .pager {
  background-color: #efefef;
  height: 27px;
  line-height: 27px;
  color: #666666;
}
.item-list .pager a {
  color: #005689;
  font-weight: bold;
}
.book-navigation a {
  font-weight: bold;
}
.book-navigation .menu {
  padding: 18px 0 0 18px;
  margin: 18px 0;
}
.book-navigation li.leaf {
  list-style: disc;
  margin-left: 18px;
}
.book-navigation .page-links {
  padding: 18px 0;
}
.book-navigation .page-links a {
  margin: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
.box h2 {
  margin-bottom: 9px;
  color: #666666;
}
.resizable-textarea input {
  min-width: 0;
}
.page-gallery #main .view-teasers img {
  width: 140px;
}
.page-tracker #main-content {
  float: left;
}
.views-field-comment-count {
  /*padding-left: 16px;
  display: block;
  background-color: transparent;
  background-image: url("../img/comment.png");
  background-position: left center;
  background-repeat: no-repeat;*/

}
.page-tracker table th a {
  font-weight: bold;
}
.page-tracker table th.views-field-last-comment-timestamp {
  min-width: 70px;
}
.item-list {
  padding: 0 18px 0 0;
}
.item-list ul,
.item-list li {
  margin: 0;
  list-style: none;
}
.item-list ul,
.item-list ul li {
  list-style: none;
}
.view-bloggers thead {
  display: none;
}
.view-bloggers table th,
.view-bloggers table td {
  padding: 6px 0px;
}
#page-title {
  margin-bottom: 18px;
}
.node.not-page {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}
.node.not-page .field-field-photo {
  width: 140px;
  height: 80px;
  overflow: hidden;
  margin: 0 18px 18px 0;
  float: left;
}
.node.not-page .field-field-photo img {
  max-width: 140px;
  min-height: 80px;
  min-width: 140px;
}
.node.not-page .submitted,
.node.not-page .title {
  margin-bottom: 9px;
}
.node.not-page .content > * {
  display: none;
}
.node.not-page .field-field-photo {
  display: block;
}
.node.not-page .field-field-introduction {
  display: block;
  padding-left: 160px;
}
.node.not-page .footnotes,
.node.not-page .bb-quote {
  display: none;
}
.node.not-page .title a,
.node.not-page .title {
  line-height: 18px;
  font-size: 16px;
}
#header {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  background-color: #ca0002;
}
#header ul.links li {
  padding: 0 18px 0 0;
}
#header a {
  color: #ffffff;
  font-weight: bold;
}
#header #logo {
  font-weight: bold;
  text-transform: lowercase;
  line-height: 54px;
  font-size: 29px;
  color: #ffffff;
  letter-spacing: -1px;
}
#header #logo a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 6px #666666;
}
#header #prefix-wrapper {
  height: 54px;
  position: relative;
}
#header #feed_icons {
  float: right;
  margin-top: 18px;
}
#header #search-box {
  margin-top: 14.4px;
  float: right;
}
#header .feed-icon {
  margin: 0 0 0 18px;
}
#header #search {
  /*input#edit-submit,
    input#edit-search-theme-form-1 {*/

  /* Ice Weasel Hack */

}
#header #search label {
  display: none;
}
#header #search .form-item {
  display: block;
  float: left;
  margin: 0 !important;
}
#header #search  > * {
  line-height: 0;
}
#header #search input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  background-image: none;
  background-color: #c00a0c;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  border-color: #970001;
  min-width: 0;
  height: 24px;
}
#header #search input[type="text"] {
  padding: 0 4px;
  border-right: none;
  height: 22px;
}
#header #search input[type="text"]:hover,
#header #search input[type="text"]:focus {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header #search input[type="hidden"] {
  display: none;
}
#header #search .form-submit {
  border-left: none;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  text-transform: lowercase;
}
#header #primary-wrapper,
#header .breadcrumb {
  height: 27px;
  line-height: 27px;
}
#header #primary-wrapper {
  background-color: #ffffff;
  border-top: 1px dotted #1f1e23;
  border-bottom: 1px solid #1f1e23;
}
#header #primary-links {
  line-height: 54px;
}
#header #primary-links li {
  display: inline-block;
  height: 54px;
}
#header #primary-links a {
  text-transform: lowercase;
  text-shadow: 1px 1px 0px #7e0001;
}
#header #secondary-wrapper {
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: right;
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header #secondary-wrapper #secondary-links {
  float: left;
  margin-left: 10px;
}
#header #secondary-wrapper a {
  color: #ffffff;
  text-transform: lowercase;
}
#header #secondary-wrapper ul.links {
  height: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header #secondary-wrapper ul.links li {
  padding: 0 9px 0 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header #secondary-wrapper ul.links li.last {
  border: none;
}
#header #status {
  background-color: #fff;
}
#header .breadcrumb {
  margin: 0;
  padding: 0;
  color: #1f1e23;
  font-weight: bold;
  border-bottom: 1px dotted #cccccc;
  font-size: 11px;
}
#header .breadcrumb a {
  text-transform: none;
  font-size: inherit;
  color: inherit;
}
.page-frontpage #front-top-column-one .block {
  margin-bottom: 0;
}
.page-frontpage #front-top-column-one .views-field-field-photo-fid {
  width: 220px;
  height: 140px;
  overflow: hidden;
  margin: 9px 18px 9px 0;
  float: left;
}
.page-frontpage #front-top-column-one .views-field-field-photo-fid img {
  max-width: 220px;
  min-height: 140px;
  min-width: 220px;
}
.page-frontpage #front-top-column-one .views-field-field-introduction-value {
  width: 220px;
  float: left;
  margin-top: 9px;
}
.page-frontpage #front-top-column-one .views-field-field-introduction-value p {
  margin-bottom: 0;
}
.page-frontpage #front-top-column-two {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}
.page-frontpage #front-top-column-two .views-row {
  display: block;
  overflow: hidden;
  margin-top: 9px;
  border-top: 1px solid #cccccc;
  padding-top: 9px;
}
.page-frontpage #front-top-column-two .views-field-field-photo-fid {
  width: 140px;
  height: 100px;
  overflow: hidden;
  margin-top: 9px;
  float: left;
  margin-right: 18px;
}
.page-frontpage #front-top-column-two .views-field-field-photo-fid img {
  max-width: 140px;
  min-height: 100px;
  min-width: 140px;
}
.page-frontpage #front-top-column-two .views-field-field-introduction-value {
  padding-left: 160px;
  margin-top: 9px;
}
.page-frontpage #front-top-column-two .views-field-field-introduction-value p {
  margin-bottom: 0;
}
.page-frontpage #front-top-column-one .views-field-title a,
.page-frontpage #front-top-column-one h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 27px;
  color: #005689;
}
.page-frontpage #front-top-column-two .views-field-title a,
.page-frontpage #front-bottom-column-one .views-field-title a,
.page-frontpage #front-bottom-column-two .views-field-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.page-frontpage #front-top-column-two .views-row,
.page-frontpage #front-bottom-column-one .views-row,
.page-frontpage #front-bottom-column-two .views-row {
  margin-bottom: 18px;
}
.page-frontpage #front-bottom-column-one .views-field-field-photo-fid,
.page-frontpage #front-bottom-column-two .views-field-field-photo-fid {
  width: 220px;
  height: 140px;
  overflow: hidden;
  margin: 18px 0;
}
.page-frontpage #front-bottom-column-one .views-field-field-photo-fid img,
.page-frontpage #front-bottom-column-two .views-field-field-photo-fid img {
  max-width: 220px;
  min-height: 140px;
  min-width: 220px;
}
.page-frontpage #front-bottom-column-three .views-field-field-photo-fid {
  width: 140px;
  height: 100px;
  overflow: hidden;
}
.page-frontpage #front-bottom-column-three .views-field-field-photo-fid img {
  max-width: 140px;
  min-height: 100px;
  min-width: 140px;
}
.page-frontpage #front-bottom-column-three .views-row {
  margin-bottom: 18px;
  position: relative;
}
.page-frontpage #front-bottom-column-three .views-field-tid {
  background-image: url("../img/semiblack.png");
  width: 100%;
  height: 27px;
  z-index: 100;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.page-frontpage #front-bottom-column-three .views-field-tid .field-content {
  padding: 0 4.5px;
  line-height: 27px;
}
.page-frontpage #front-bottom-column-three .views-field-tid a {
  color: #ffffff;
}
.page-frontpage #front-bottom-column-three .views-field-field-photo-fid img {
  z-index: -100;
}
.page-frontpage #front-top-column-three .views-field-name {
  padding-bottom: 4.5px;
  margin-bottom: 4.5px;
  border-bottom: 1px solid #cccccc;
}
.page-frontpage #front-top-column-three .views-field-name a {
  font-weight: bold;
  color: #999999;
}
.page-frontpage #front-top-column-three .views-field-title a {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #005689;
  font-weight: bold;
}
.page-frontpage #front-top-column-three .views-row {
  margin-bottom: 18px;
}
.page-frontpage #front-top-column-three .views-row:hover a {
  text-decoration: underline;
}
.page-frontpage #front-top-column-three #block-block-63 {
  background-color: #efefef;
}
.page-frontpage #front-top-column-three #block-block-63 p,
.page-frontpage #front-top-column-three #block-block-63 h3 {
  color: #1f1e23;
}
.page-frontpage #front-top-column-three #block-block-63 p {
  margin-bottom: 4.5px;
  padding: 0 4.5px 4.5px;
}
.page-frontpage #front-top-column-three #block-block-63 h3 {
  height: 36px;
  line-height: 36px;
  padding-left: 4.5px;
}
#share-title .title {
  color: #2b2a31;
  letter-spacing: -1px;
  font-weight: 200;
  text-transform: none;
}
#node-page {
  border-top: 1px solid #005689;
  padding-top: 4.5px;
  margin-top: 18px;
  /*
  .field-field-photo {
    .image-clipper( @image-article-main-width,
                    @image-article-main-height );
    margin-bottom: @lineHeight;
  }
  */

}
#node-page .field-field-introduction * {
  font-size: 14.5px;
  color: #666666;
}
#node-page .field-field-introduction a {
  color: #005689;
}
#node-page p,
#node-page ul,
#node-page ul li,
#node-page blockquote {
  font-size: 13px;
}
#node-page ul.footnotes {
  color: #666666;
  border-top: 1px solid #999999;
  margin: 18px 0;
}
#node-page ul.footnotes li {
  font-size: 13px;
  margin: 18px 0 0 18px;
}
#node-page ul.footnotes a {
  color: #005689;
}
#node-page h2,
#node-page h3,
#node-page h4,
#node-page h5,
#node-page h6,
#node-page h7 {
  margin-bottom: 18px;
}
#node-page img {
  max-width: 460px;
  margin-bottom: 18px;
  height: auto;
}
#node-page .field-field-photo img {
  width: 460px;
  height: auto;
  margin-bottom: 18px;
}
#node-sidebar {
  margin-top: 18px;
  /* Share Block */

  /**
   * File attachments block
   */

}
#node-sidebar ul,
#node-sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
#node-sidebar ul.links.inline {
  float: none;
}
#node-sidebar  > div {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  padding-top: 4.5px;
  border-top: 1px solid #005689;
}
#node-sidebar .taxonomy a {
  text-transform: none;
}
#node-sidebar .taxonomy li:after {
  content: ", ";
}
#node-sidebar .taxonomy li.last:after {
  content: "";
}
#node-sidebar #block-block-65 p {
  margin-bottom: 0;
}
#node-sidebar #block-apachesolr-mlt-001 .item-list {
  padding: 0;
  margin: 0;
}
#node-sidebar #block-apachesolr-mlt-001 li {
  padding-top: 4.5px;
  margin-top: 4.5px;
  border-top: 1px solid #cccccc;
}
#node-sidebar #block-views-key_quote-block_1,
#node-sidebar #block-views-key_quote-block_2 {
  border: none;
}
#node-sidebar #block-views-key_quote-block_1 em,
#node-sidebar #block-views-key_quote-block_2 em {
  color: #666666;
}
#node-sidebar .block h2,
#node-sidebar .block h2 a,
#node-sidebar h2 {
  font-size: 13px;
  line-height: 18px;
}
#node-sidebar .views-field-upload-fid a {
  word-wrap: break-word;
}
#node-page-links {
  margin-top: 18px;
}
#node-page-links ul.links.inline li {
  color: #999999;
  padding: 0 4.5px 0 0;
  text-transform: lowercase;
}
.not-logged-in {
  /* when your not logged in there is plain text not just " | " */

}
.not-logged-in #node-page-links ul.links.inline li {
  color: #666666;
}
#sidebar {
  /* fan box */

  /* featured blog block */

}
#sidebar .views-field-field-photo-fid {
  width: 280px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 9px;
}
#sidebar .views-field-field-photo-fid img {
  max-width: 280px;
  min-height: 120px;
  min-width: 280px;
}
#sidebar .view-blog-author img,
#sidebar #block-block-57 img,
#sidebar #block-block-62 img {
  padding-bottom: 4px;
  line-height: 18px;
}
#sidebar .view-about-libcom {
  /* about block header hack (should be done in views */

}
#sidebar .view-about-libcom a {
  font-weight: 200;
}
#sidebar .view-about-libcom .view-header {
  display: none;
}
#sidebar #block-block-42 #sidebar-facebook-frame,
#sidebar #block-block-42 .fb-like {
  margin-bottom: 9px;
}
#sidebar #block-block-42 p {
  margin: 0;
}
#sidebar .view-bloggers .views-field-name a,
#sidebar .view-blog-author .views-field-name a {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  line-height: 54px;
}
#sidebar .view-bloggers .view-content,
#sidebar .view-blog-author .view-content {
  display: block;
  margin-bottom: 9px;
  overflow: visible;
}
#sidebar .view-bloggers .view-content .views-field-value,
#sidebar .view-blog-author .view-content .views-field-value {
  margin: 9px 0;
  display: block;
}
#sidebar .view-bloggers .views-field-name,
#sidebar .view-blog-author .views-field-name {
  padding-left: 63px;
}
#sidebar .view-bloggers .picture img,
#sidebar .view-blog-author .picture img {
  float: left;
  width: 54px;
  height: 54px;
  overflow: hidden;
}
#sidebar .view-bloggers .picture img img,
#sidebar .view-blog-author .picture img img {
  max-width: 54px;
  min-height: 54px;
  min-width: 54px;
}
#sidebar .view-bloggers .view-footer p,
#sidebar .view-blog-author .view-footer p {
  margin: 0;
}
#sidebar .view-key-quote em {
  font-size: 13px;
}
#sidebar .view-key-quote .views-field-title {
  margin-top: 18px;
}
#sidebar .view-hot-topics a {
  font-weight: bold;
}
#sidebar .view-hot-topics .views-field-comment-count a {
  font-weight: normal;
}
#sidebar ul,
#sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
#sidebar .block > * {
  padding: 0 9px;
}
#sidebar .block {
  padding: 9px 0;
  background-color: #efefef;
  margin-bottom: 18px;
}
#sidebar .block h2 {
  margin-bottom: 9px;
  color: #666666;
}
#sidebar .block .views-row {
  margin-bottom: 9px;
}
#sidebar .block .views-field-title,
#sidebar .block .views-field-title-1 {
  font-weight: bold;
  color: #005689;
  font-weight: bold;
}
#sidebar .block .views-field-title a,
#sidebar .block .views-field-title-1 a {
  font-weight: inherit;
}
#sidebar #block-views-about_libcom-block_1.block {
  background-color: #6198b8;
  padding: 9px 0 0;
}
#sidebar #block-views-about_libcom-block_1.block .content {
  padding: 0;
}
#sidebar #block-views-about_libcom-block_1.block .item-list {
  margin: 0;
}
#sidebar #block-views-about_libcom-block_1.block p {
  padding: 0 9px;
  margin: 0;
}
#sidebar #block-views-about_libcom-block_1.block .view-footer {
  padding: 0 0 9px 0;
}
#sidebar #block-views-about_libcom-block_1.block .view-footer p {
  margin-bottom: 0;
}
#sidebar #block-views-about_libcom-block_1.block .view-footer a {
  font-weight: bold;
}
#sidebar #block-views-about_libcom-block_1.block h1,
#sidebar #block-views-about_libcom-block_1.block h2,
#sidebar #block-views-about_libcom-block_1.block p,
#sidebar #block-views-about_libcom-block_1.block a {
  color: #fff;
}
#sidebar .story-stack p {
  margin-bottom: 0;
}
#sidebar .story-stack .views-field-field-photo-fid {
  width: 280px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 9px;
}
#sidebar .story-stack .views-field-field-photo-fid img {
  max-width: 280px;
  min-height: 120px;
  min-width: 280px;
}
#sidebar .story-stack .views-row {
  margin-bottom: 18px;
}
#sidebar .story-stack .views-row-last {
  margin-bottom: 0;
}
.nosotros-menu {
  height: 27px;
  line-height: 27px;
}
.nosotros-menu p {
  line-height: 27px;
  margin: 0;
  color: #cccccc;
}
.nosotros-menu a {
  text-transform: lowercase;
  color: #cccccc;
}
#footer-outer {
  padding: 18px 0;
  background-color: #1f1e23;
}
#footer {
  font-size: 12px;
  color: #cccccc;
}
#footer h2,
#footer h2 a {
  color: #cccccc;
  font-size: 13px;
}
#footer h2.logo {
  font-size: 16px;
  text-transform: lowercase;
  color: #ffffff;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #cccccc;
}
#footer .views-row {
  margin-top: 4.5px;
  padding-top: 4.5px;
}
#footer .link-stack h2 {
  border-bottom: 1px solid #cccccc;
}
#footer .link-stack h2 a {
  text-transform: lowercase;
  color: #cccccc;
}
.page-user #main-content {
  margin-bottom: 36px;
}
.page-user #page-title {
  margin-bottom: 0;
}
.page-user .profile {
  margin: 0;
  color: #666666;
}
.page-user .profile .picture {
  float: none;
  margin: 0;
}
.page-user .profile h1,
.page-user .profile h2,
.page-user .profile h3,
.page-user .profile h4 {
  color: inherit;
  color: #666666;
  text-transform: capitalize;
  padding-left: 4.5px;
}
.page-user .profile h1.title,
.page-user .profile h2.title,
.page-user .profile h3.title,
.page-user .profile h4.title {
  color: #1f1e23;
}
.page-user .profile dt,
.page-user .profile dd {
  margin: 0;
}
.page-user .profile dt {
  color: #999999;
}
.page-user .profile .profile-title {
  padding: 4.5px 0;
  border-top: 1px solid #005689;
  background-color: #efefef;
  margin: 18px 0 4.5px;
}
.page-user .profile .profile-item {
  padding: 4.5px 0;
  border-bottom: 1px dotted #cccccc;
}
.search-sidebar ul,
.search-sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
.search-sidebar ul.links.inline {
  float: none;
}
.search-sidebar .item-list {
  margin-top: 0;
}
.search-sidebar  > div {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  padding-top: 4.5px;
  border-top: 1px solid #005689;
}
.search-sidebar ul .item-list {
  padding: 0;
  margin: 0;
}
.search-sidebar ul li {
  padding-top: 4.5px;
  margin-top: 4.5px;
  border-top: 1px solid #cccccc;
}
.search-sidebar .block h2,
.search-sidebar .block h2 a,
.search-sidebar h2 {
  font-size: 13px;
  line-height: 18px;
}
.node-type-images #node-page .field-field-gallery-image div.field-item {
  display: inline;
}
.node-type-images #node-page .field-field-gallery-image div.field-item img {
  width: 140px;
  height: auto;
}
/*
<h2>[name]</h2>
[picture]
[value]
*/
.page-bloggers #main-content tbody td .picture {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.page-bloggers #main-content tbody td .picture img {
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
}
.page-bloggers #main-content tbody td h2,
.page-bloggers #main-content tbody td p {
  padding-left: 80px;
}
