/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */

/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  background-image: url(../images/dust2.png);
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
  /*height: 97px;*/
  background-color: #333;
}

#header.eventdetail {
  background-color: #393939;
}

#header .section {
}

#header .region-header {
  width: 60px;
  /*margin-top: 1em;*/
  float: left;
  /*clear: none;*/
}

#logo /* Wrapping link for logo */  {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
  padding-top: 10px;
  padding-left: 10px;
}

#name-and-slogan /* Wrapper for website name and slogan */  {
}

h1#site-name,
div#site-name /* The name of the website */  {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */  {
}

.region-header /* Wrapper for any blocks placed in the header region */  {
}

/* Creating a different highlight oolor when selecting text using CSS3 */
::selection {
  background: #A1E2FF; /* Safari */
}

::-moz-selection {
  background: #A1E2FF; /* Firefox */
}

/*
  * Alert
 */
#alert {
  width: 962px;
  /*background-image: url(../images/alert-bg.gif);*/
  background-color: #75cdf5;
}

#alert .block {
  margin-bottom: 0;
  /* margin-left: 2.3em; */
  /*  padding-bottom: 0.3em; */
  /*  padding-top: 0.3em; */
}

#alert .context-block-region {
  display: none;
}

#alert p {
  margin-top: 0;
  display: inline;
}

#alert a {
  display: inline;
}

#alert .content {
  display: inline;
}

#alert h2.title {
  text-transform: uppercase;
  /*	color: #999999;  */
  display: inline;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  padding-right: 10px;
}

#alert .views-field-title {
  margin-left: 15px;
  font-size: 0.8em;
}

/*
 * Highlighted area
 */

#highlight {
  color: #fff;
  height: 207px;
  border-bottom: 3px solid #FFD204;
}

.section-digital-learning #highlight,
.page-library-search #highlight {
  height: 80px;
  border: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

#highlight.homepage {
  background-color: #000;
  color: #fff;
  height: 277px;
  position: relative;
  width: 962px;
  border-bottom: none;
}

#highlight p {
  color: #fff;
}

#highlight.video {
  height: 320px;
  border-bottom: 3px solid #FFD204;
  background-color: #222;
}

#highlight.video p {
  margin: 0;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  background-image: url(../images/bg-content-01.gif);
  background-repeat: repeat-y;
}

#main-wrapper.shoppingcart,
#main-wrapper.admin,
#main-wrapper.full,
.page-community-member-list #main-wrapper,
.page-corporate-detail #main-wrapper,
.section-forums #main-wrapper,
.section-forum #main-wrapper,
.node-type-corp-forum-topic #main-wrapper,
.page-corporate-member-representatives #main-wrapper,
.page-corporate-forum #main-wrapper,
.page-digital-learning #main-wrapper {
  background-image: none;
  background-color: #ffffff;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
  padding: 0 1.5em 1.5em 3em;
}

#editorial .section {
  padding: 0 0 1.5em 2em;
}

#mission /* The mission statement of the site (displayed on homepage) */  {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */  {
}

.breadcrumb /* The path to the current page in the form of a list of links */  {
  padding-bottom: 0; /* Undo system.css */
  font-size: 0.8em;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */  {
  margin: 0;
}

#editorial h1 {
  /*display:none;*/
}

tr.even /* Some tables have rows marked even or odd. */  {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
  background-color: #fff;
}

tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
  background-color: #fff;
}

.subscriptions_rowSelect-processed tr.odd,
.subscriptions_rowSelect-processed tr.even {
  background-color: #fff;
}

.article_table tr {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #CD8614;
  font-size: 0.9em;
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */  {
}

div.status /* Normal priority messages */  {
}

div.warning,
tr.warning /* Medium priority messages */  {
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */  {
}

.error /* Errors that are separate from div.messages status messages. */  {
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */  {
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */  {
}

.help /* Help text on a page */  {
  margin: 1em 0;
}

#authors {
  font-size: 0.9em;
}

.more-help-link /* Link to more help */  {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */  {
}

ul.links /* List of links */  {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline-block;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */  {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */  {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */  {
  margin: 1em 0;
  clear: both;
}

.more-link /* Aggregator, blog, listing blocks and forum more link */  {
  text-align: right; /* LTR */
  clear: both;
  font-size: 1.5em;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #cc9900;
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */  {
  display: block;
  clear: both;
  margin-top: 20px;

}

#main-wrapper #content-area ul {
  font-size: 0.9em;
  list-style-position: outside;
  padding-left: 1em;
  min-width: 150px;
}

#editorial #content-area ul,
#editorial #content-area ol {
  font-size: 1.0em;
  list-style-position: outside;
  padding-left: 1em;
  min-width: 150px;
  line-height: 1.35em;
}

#content-area hr {
  height: 1px;
  border: none;
  background-image: url(../images/bg_hr.gif);
  background-repeat: repeat-x;
  /*margin-top: 20px;*/
}

/*

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/* PAGER CONTROLS */
ul.pager li.pager-current {
  color: #fff;
  background-color: #11a0cf;
  font-weight: normal;
}

ul.pager li a {
  color: #11a0cf;
  padding: 0;
}

.item-list .pager li {
  margin: 0;
}

.item-list ul.pager {
  text-align: left;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
}

#sidebar hr {
  height: 1px;
  border: none;
  background-image: url(../images/bg_hr.gif);
  background-repeat: repeat-x;
  margin-top: 20px;
}

/*
 * Footer
 */
#footer {
  background-color: #e2f4fa;
}

#footer .section {
  padding-left: 0;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */  {
  font-size: 0.8em;
  margin-left: 3.5em;
  padding: 2em 0;
}

.region-footer {
  /*font-size: 0.8em;*/
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */  {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */  {
}

.box h2 /* Box title */  {
}

.box .content /* Box's content wrapper */  {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* FONT-FACE */
@font-face {
  font-family: 'DIN';
  src: url('CartoGothicStd-Book-webfont.eot');
  src: local('☺'), url('CartoGothicStd-Book-webfont.woff') format('woff'), url('CartoGothicStd-Book-webfont.ttf') format('truetype'), url('CartoGothicStd-Book-webfont.svg#webfont3Jo4Ril0') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('CartoGothicStd-Bold-webfont.eot');
  src: local('☺'), url('CartoGothicStd-Bold-webfont.woff') format('woff'), url('CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('CartoGothicStd-Bold-webfont.svg#webfontIxqYmXN9') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('DINWeb-Medium.eot');
  src: local('☺'), url('DINWeb-Medium.woff') format('woff'), url('DINComp-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* HOMEPAGE */
#content.homepage h1 {
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}

#content.homepage p {
  font-size: 1.1em;
  line-height: 1.5em;
}

#editorial .video-content {
  float: left;
}

/* UBERCART */
.add-to-cart {
  margin-top: 20px;
}

.add-to-cart input {
  background-image: url("../images/btn-addtocart.gif");
  text-align: left;
  background-repeat: no-repeat;
  border: medium none;
  color: #FFFFFF;
  height: 19px;
  width: 97px;
}

#cart-form-products table th,
#uc-cart-checkout-form table th {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #666;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 8px;
}

#cart-form-products table tr.even,
#cart-form-products table tr.odd,
#uc-cart-checkout-form table tr.even,
#uc-cart-checkout-form table tr.odd {
  background-color: #f1f1e2;
}

#cart-form-products table td,
#uc-cart-checkout-form table td {
  font-size: 0.9em;
  color: #666;
  padding: 5px 0;
}

#cart-form-products table td.subtotal,
#cart-form-products table td.price,
#uc-cart-checkout-form table td.subtotal,
#uc-cart-checkout-form table td.price {
  text-align: right;
}

#uc-cart-checkout-form table td.subtotal {
  border-top: 1px solid #666;
}

.uc-price {
  padding: 0 10px;
}

#cart-form-products table td.qty input {
  border: 1px solid #999;
}

#uc-cart-checkout-form .description,
#uc-cart-checkout-form legend,
#uc-cart-checkout-form .field-label {
  font-size: 0.9em;
  font-weight: normal;
}

#uc-cart-checkout-form fieldset {
  border: 1px solid #ccc;
  color: #666;
}

#uc-cart-checkout-form input.form-text {
  border: 1px solid #999;
  padding: 3px;
  margin-left: 10px;
}

#uc-cart-checkout-form select.form-select {
  padding: 3px;
  margin-left: 10px;
}

table.order-review-table {
  color: #666;
}

table.order-review-table tr.pane-title-row,
table.order-review-table tr.review-button-row {
  background-color: #f1f1e2;
}

table.order-pane-table {
  width: 400px;
}

/* WEBFORM */
.node-type-webform .form-item label {
  clear: left;
  color: #cc6600;
  display: block;
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  padding: 7px 0 0 5px;
  text-transform: uppercase;
  /* width:75px; */
  line-height: 1.0em;
  visibility:visible !important;
}

.webform-component {
  margin-bottom: 20px;
}

.webform-client-form .form-item input.form-text {
  border: 1px solid #cccccc;
  clear: right;
  /* float: right; */
  width: 90%;
  padding: 10px;
  font-size: 1.2em;
  color: #666;
  margin-right: 5px;
}

.webform-client-form .form-item select.form-select {
  clear: right;
  /* float: right; */
  width: 90%;
  padding: 2px 8px;
  font-size: 0.9em;
  color: #666;
  margin-right: 5px;
}

.webform-client-form .webform-component-textfield,
.webform-client-form .webform-component-select,
.webform-client-form .webform-component-email {
  /* padding-bottom: 10px; */
  display: block;
  clear: both;
}

.webform-client-form .webform-component-select {
  border-top: 1px dotted #999;
  margin-top: 10px;
}

.webform-client-form .form-item textarea.form-textarea {
  border: 1px solid #cccccc;
  clear: right;
  /* float: right; */
  width: 90%;
  padding: 10px;
  font-size: 1.2em;
  color: #666;
  margin-right: 5px;
}

.webform-client-form input.form-submit {
  clear: both;
  /* float: right; */
  margin-right: 135px;
  margin-top: 20px;
  background-image: url("../images/btn-submit.gif");
  background-repeat: no-repeat;
  border: medium none;
  color: #FFFFFF;
  height: 19px;
  width: 77px;
  text-align: left;
}

.webform-client-form fieldset.captcha,
.webform-client-form fieldset.collapsible {
  clear: both;
  float: right;
  width: 260px;
  border: 1px solid #ccc;
}

.webform-client-form fieldset.captcha legend,
.webform-client-form fieldset.collapsible legend,
.webform-client-form fieldset.captcha .description,
.webform-client-form fieldset.collapsible .description {
  font-size: 0.8em;
  color: #666;
}

.webform-client-form fieldset.captcha .description,
.webform-client-form fieldset.collapsible .description {
  float: left;
  clear: left;
}

.node-type-webform .webform-client-form fieldset.captcha label,
.node-type-webform .webform-client-form fieldset.collapsible label {
  display: block;
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
}

.webform-client-form fieldset.captcha input#edit-captcha-response,
.webform-client-form fieldset.collapsible input#edit-captcha-response {
  width: 220px;
  float: left;
}

#block-views-newsletter_signup_block-block_1 .webform-client-form .form-item input.form-text {
  width: 190px;
}

/* ARTICLES and BLOG PAGE */
.node-type-article ul.links li {
  padding: 0 0 0 1.0em;
}

.node-type-article ul.links li.first {
  padding: 0;
}

body.node-type-article #feature_img,
body.node-type-article #column_img,
body.node-type-blog #feature_img,
body.node-type-press-piece #column_img {
  /* width: 635px; */
  /* margin-top: 10px; */
  margin-left: -2em;
  /* height:300px; */
  /* background-color:#f4f4f4; */
}

body.node-type-article #column_img {
  /* margin-top: 10px; */
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

body.node-type-article #article_caption,
body.node-type-blog #article_caption {
  font-size: 0.7em;
  /* padding: 5px 3px 5px 3px; */
  border-bottom: 1px dotted #CD8614;
  color: #666666;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  padding-left: 10px;
}

#sm_buttons {
  width: 72px;
  margin-left: -110px;
  float: left;
  padding: 10px 5px 0 5px;
  height: 290px;
  background-image: url(/sites/all/themes/slm/images/bg-orangetile.png);
  background-position: left top;
  text-align: center;
}

#editorial {
  background-image: url(../images/bg-editorial.png);
  background-repeat: repeat-y;
}

#editorial.full {
  background-color: #FFF;
  background-image: none;
}

/* DIGITAL LEARNING PAGE */
#dll {
  background-image: url(../images/bg-video-page.gif);
  background-repeat: repeat-y;
}

#dll #content {
  float: left;
  width: 640px;
  margin-left: 0;
  /*margin-right:-960px; */
  padding: 0;
}

#sidebar320 {
  float: right;
  width: 300px;
  margin-bottom: 20px;
  padding-right: 0px;

}

.view-solution-providers #sidebar320 {
    margin-bottom: 20px;
    margin-left: 650px;
    padding-right: 200px;
    position: absolute;
    top: 200px;
    width: 300px;
}

/* ARTICLES BY TAXONOMY */
.view-taxonomy-term-1 h3 {
  margin-left: 5px;
}

.view-taxonomy-term-1 .views-row .content p {
  margin-left: 5px;
}

/*VIEW */
.view .title {
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: normal;
}

.view .most_read {
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  width: 290px;
  padding: 5px;
  border-top: dotted 1px #cccc99;
  float: right;
}

.views-row-odd .most_read {
  background-image: url(../images/bg-orangetile.png);
}

.views-row-even .most_read {
  background-color: transparent;
}

/* BODY COLUMNS on STANDARD PAGE TEMPLATES */
#body_col1 {
  width: 200px;
  float: left;
  clear: left;
  margin-bottom: 20px;
}

#body_col2 {
  width: 200px;
  float: right;
  clear: right;
  margin-bottom: 20px;
}

#body_col1 h2,
#body_col2 h2 {
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  height: 30px;
  padding-left: 35px;
  padding-top: 5px;
  margin-bottom: 0;
}

#body_col1 p,
#body_col2 p {
  margin: 0.5em 0;
}

h2.members {
  background-image: url("../images/hdr_member-bodycol_img.gif");
  background-repeat: no-repeat;
}

h2.events {
  background-image: url("../images/hdr_event-bodycol_img.gif");
  background-repeat: no-repeat;
}

h2.video {
  background-image: url("../images/hdr_video-bodycol_img.gif");
  background-repeat: no-repeat;
}

.body_col_link a, .body_col_link a:link,
body.SB12 .body_col_link, .body_col_link a:visited {
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  background-color: #0099cc;
  padding: 10px 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.sidebar_call2action a:link {
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  background-color: #0099cc;
  padding: 10px 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.sidebar_call2action a:visited {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  background-color: #0099cc;
  padding: 10px 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

/* OLD CODE */
/* .body_col_link a,.body_col_link a:link,
body.SB12 .body_col_link, .body_col_link a:visited {
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'DIN', Arial, Helvetica, sans-serif;
	background-color: #0099cc;
	padding: 3px 5px;
}

.sidebar_call2action a:link {
	color: #fff;
	font-size: 1.0em;
	text-transform: uppercase;
	font-family: 'DIN', Arial, Helvetica, sans-serif;
	background-color: #0099cc;
	padding: 2px 7px;
}

.sidebar_call2action a:visited {
	color: #fff;
	font-size: 1.0em;
	text-transform: uppercase;
	font-family: 'DIN', Arial, Helvetica, sans-serif;
	background-color: #0099cc;
	padding: 2px 7px;
}
*/

/*USER PAGE*/
.profile h3 {
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  border-bottom: none;
  border-top: 1px dotted #cd8614;
  padding-top: 5px;
}

.profile dt,
.profile dd {
  font-size: 0.9em;
}

/* NEWSLETTER */
#newsletter-form h3 {
  border-bottom: medium none;
  border-top: 1px dotted #CD8614;
  color: #666666;
  font-family: 'DIN', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 5px;
  text-transform: uppercase;
}

#newsletter-form input.submit {
  background-color: #4a615b;
  border: 1px solid #4a615b;
  color: #FFFFFF;
  padding: 2px 4px;
}

/* USER */
.profile .picture {
  float: left;
  clear: right;
}

/* IMAGES */
.image-left {
  float: left;
  clear: none;
}

/* FORUMS */
.author-pane-name-status .picture img {
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.author-info {
  width: 250px;
  clear: none;
}

.forum-topic-content {
  margin-left: 250px;
}

#forum-comments {

}

table.forums {
  border: 1px solid #ccc;
  margin: 0;
  width: 100%;
}

#forum-responses .comment {
  border-top: none;
}

table.forums td.author-info {
  background-color: #eee;
  vertical-align: top;
}

table.forums td {
  padding: 20px;
}

body.page-test-search form#searchbox_demo input#searchbox {
  border: 1px solid #999999;
  padding: 2px 6px;
}

body.page-test-search form#searchbox_demo input#submit {
  background-color: #999999;
  border: medium none;
  color: #FFFFFF;
  padding: 2px 6px;
}

#sm_buttons .flag-bookmarks-b {
  border: none;
  width: 67px;
  height: 50px;
  float: left;
  color: transparent;
  margin-top: -80px;
  margin-left: -5px;
  background-color: #444444;
  padding: 10px 10px 10px 5px;
}

#sm_buttons .flag-bookmarks .flag-action {
  background: url(https://s3.amazonaws.com/sbweb/icons/icon-bookmark-on.png) no-repeat center center;
  border: none;
  width: 67px;
  height: 50px;
  float: left;
  color: transparent;
}

#sm_buttons .flag-bookmarks .unflag-action {
  background: url(https://s3.amazonaws.com/sbweb/icons/icon-bookmark-off.png) no-repeat center center;
  border: none;
  width: 67px;
  height: 50px;
  float: left;
  color: transparent;
}

/* code for icons on profiles */
.view-flag-bookmarks-tab .flag-bookmarks .flag-action {
  background: url(https://s3.amazonaws.com/sbweb/icons/icon-bookmark-on.png) no-repeat center center;
  border: none;
  width: 50px;
  height: 50px;
  float: left;
  color: transparent;
}

.view-flag-bookmarks-tab .flag-bookmarks .unflag-action {
  background: url(https://s3.amazonaws.com/sbweb/icons/icon-bookmark-off.png) no-repeat center center;
  border: none;
  width: 50px;
  height: 50px;
  float: left;
  color: transparent;
}

#editorial #content-area .faceted-search ul, #editorial #content-area .faceted-search ol {
  font-size: 1em;
  line-height: 1.35em;
  list-style-position: outside;
  min-width: 100px;
  padding-left: 1em;
}

.node-type-video #help {
  display: none;
}


