/**
 * Basic site elements
 */

body {
	background-color: black;
	color: white;
}

/*fieldset {
	border-color: black;
}*/

/**
 * Links
 */

a {
	color: #0079FF;
}

a:visited {
	color: #C0C0C0;
}

a:active {
	color: #FFFF00;
}

#skip-to-nav a:link, #skip-to-nav a:visited {
	color: black;
}

#site-name a:link, #site-name a:visited, #skip-to-nav a:hover {
	color: white;
}

/**
 * Unpublished and preview stuff
 */

.preview .node {
	background-color: #222201; /* #ffffea */
}

.node-unpublished {
	background-color: #221717; /* #fff4f4 */
}

.node-unpublished div.unpublished, .comment-unpublished div.unpublished {
	color: #393939; /* #d8d8d8 */
}

/**
 * List elements
 */

li.expanded {
  list-style-image: url(images/menu-expanded.png);
}
li.collapsed {
  list-style-image: url(images/menu-collapsed.png);
}
li.leaf {
  list-style-image: url(images/menu-leaf.png);
}

li a.active {
	color: white;
}

/**
 * Fieldsets
 */

html.js fieldset.collapsible legend a {
	background-image: url(images/menu-expanded.png);
}

html.js fieldset.collapsed legend a {
	background-image: url(images/menu-collapsed.png);
}

/**
 * Tables
 */

tbody, th, thead th, form th, form thead th, tr.even, tr.odd {
	border-color: #333;
}

tr.even, tr.odd {
	background-color: #111;
}

tr.drag {
  background-color: #331; /* #fffff0 */
}
tr.drag-previous {
  background-color: #220;
}
td.active {
  background-color: #222;
}

tr.selected td {
  background-color: #330;
}

table.sticky-header {
	background: black;
}

/**
 * Particular tables
 */

table.system-status-report th {
	border-bottom-color: #333;
}

/**
 * Block rearrange page
 */

.block-region {
	background-color: #990; /* #ff6 originally */
}

#blocks tr.region-message {
	color: #666;
}

/**
 * Tabs - primary
 */

ul.primary {
	background-image: url(images/tab-bar.png);
	border-bottom-color: #444; /* #bbb originally */
}

ul.primary li a, ul.primary li a:hover,
ul.primary li.active a, ul.primary li.active a:hover {
	background-image: url(images/tab-left.png);
	color: white;
}

ul.primary li.active a {
	border-color: #444 #444 #000; /* #bbb #bbb #fff originally */
}

ul.primary li a .tab, ul.primary li a:hover .tab,
ul.primary li.active a .tab, ul.primary li.active a:hover .tab {
	background-image: url(images/tab-right.png);
}

ul.primary li a {
	color: #888; /* #777 originally */
}

ul.primary li a:hover {
	/*background-color: #111; *//* #eee originally */
	border-color: #333 #333 #111; /* #ccc #ccc #eee originally */
}

/**
 * Tabs - secondary
 */

ul.secondary {
	background-image: url(images/tab-secondary-bg.png);
	border-bottom-color: #3F3F3F; /* c0c0c0 originally */
}

ul.secondary a, ul.secondary a:hover,
ul.secondary a.active, ul.secondary a.active:hover {
	background-image: url(images/tab-secondary.png);
	border-color: #3F3F3F;
	color: #888;
}

ul.secondary a:hover, ul.secondary a.active, ul.secondary a.active:hover {
	color: white;
}

/**
 * Messages and such
 */

div.messages, div.status, div.warning, div.error {
	color: white;
	background-color: #330; /* ffc */
}

div.ok, tr.ok, .update tr.ok {
	background-color: #020; /* #dfd */
	color: #dfd; /* #020 */
}

div.error, tr.error, .update tr.error {
	background-color: #100; /* #fee */
	color: #f66; /* #900 */
}

.update tr.error .version-recommended {
	background-color: #200; /* #fdd */
}

div.warning, tr.warning, .update tr.warning {
	background-color: #330; /* #ffc */
	/*border-color: #630; /* #fc0 */
	color: white;
}

.update tr.warning .version-recommended {
	background-color: #441;
}

/**
 * Log entries
 */

tr.dblog-user .active {
	background-color: #220; /* #eed - 110 is too close to basic table row color */
}

tr.dblog-content .active {
	background-color: #002; /* #cce */
}

tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
	background-color: #131; /* #cec */
}

tr.dblog-error .active {
	background-color: #350000; /* #eeb9b9 */
}

/**
 * Block editing links on hover
 */

div.block.with-block-editing div.edit {
	background-color: black;
	border-color: #111;
}

/**
 * Misc
 */

.progress .bar {
	background-image: url(images/progress.gif);
}



/** body **/
  body
  {
    margin: 0;
    padding: 10px;
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  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
  {
    text-decoration: underline;
  }

  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;
  }

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


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

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


  .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
  {
    padding: 0.5em;
  }

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

   #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
    font-size: 1.5em;
  }

  #primary ul
  {
    list-style: none;
  }

 #primary a
  {
    color: #0079FF;
    font-weight: bold;
    text-decoration: none;
  }

  #primary a:hover
  {
    text-decoration: underline;
  }


  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

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

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }


  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }


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

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

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

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

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


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }



.block #user-login-form .item-list .first {
	padding-top: 15px;
	list-style-position: outside;
	list-style-image: url(icons/add.png);
    	font-size: 0.929em;
}

.block #user-login-form .item-list .last {
      list-style-position: outside;
	list-style-image: url(icons/key.png);
    	font-size: 0.929em;
}

#block-user-0 .block-inner .title {
/**	font-size: 1.0em; **/
}

#profile_aim {
    padding-left: 20px;
    padding-bottom: -10px;
    background:url(/sites/all/themes/STR/sn_icons/aim_16.png)  no-repeat;
}

#profile_aim .field-label {
    font-size: 0.7em;
    font-weight: normal;
}

#profile_google {
    padding-left: 20px;
    padding-bottom: -10px;
    background:url(/sites/all/themes/STR/sn_icons/google_16.png)  no-repeat;
}

#profile_google .field-label {
    font-size: 0.7em;
    font-weight: normal;
}

#profile_skype {
    padding-left: 20px;
    padding-bottom: -10px;
    background:url(/sites/all/themes/STR/sn_icons/skype_16.png)  no-repeat;
}

#profile_skype .field-label {
    font-size: 0.7em;
    font-weight: normal;
}

#profile_yahoo {
    padding-left: 20px;
    padding-bottom: -10px;
    background:url(/sites/all/themes/STR/sn_icons/yahoo_16.png)  no-repeat;
}

#profile_email {
    padding-left: 20px;
    padding-bottom: -10px;
    background:url(/sites/all/themes/STR/icons/email.png)  no-repeat;
}

#profile_yahoo .field-label {
    font-size: 0.7em;
    font-weight: normal;
}

.view-content table {
      width:100%;
      background-color: #000000;
      border:1px;
      padding: 6px;
}

#block-panels_mini-mp_header .leaf {
	list-style-image: none;
	list-style-type: none;
}

#block-panels_mini-mp_header .menu {
	font-size:1.2em;
	color: #FFFF00;
}

#block-panels_mini-mp_header .panel-col-first{
	float: left;
	width:30%;
	font-size: 0.929em;
}

#block-panels_mini-mp_header .panel-col{
	float: left;
	width:51%;
}

#block-panels_mini-mp_header .panel-col-last{
	width:13%;
	float: right;
}

#block-panels_mini-mp_header .panel-col-last .inside .panel-separator{
	display: none;
}

#block-panels_mini-mp_header .admin-links{
	display: none;
}

#block-panels_mini-mp_header .panel-col-last .menu_main{
	background: 000000;
	font-family: Georgia;
	font-size: 1.143em;
}

#block-panels_mini-mp_header .panel-col-last .menu .leaf {
	padding-bottom: 5px;
}

#node-8615 .node-inner p {
	margin-top: 0em;
}

.view-header-quote p {
	margin-top: 0em;
}

.view-header-quote .view-footer {
	font-size: 0.8em;
}

.menu_nav{
	background: 000000;
	font-family: Verdana;
	font-size: 1.0em;
	padding-bottom: 30px;
}

.menu_nav .first{
	margin-left:-10px;
	padding-left: 25px;
      background:url(/sites/all/themes/STR/icons/house.png)  no-repeat;
}

.menu_nav .last{
	margin-left:-10px;
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/key_go.png)  no-repeat;
}

.menu_mail{
	background: 000000;
	font-family: Verdana;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

.menu_mail .first{
	display: none;
}

.menu_mail .last{
	margin-left:-10px;
	padding-left: 25px;
    background:url(/sites/all/themes/STR/icons/email.png)  no-repeat;
    list-style-image: none;
	list-style-type: none;
}

#node-7886 {
	font-family: 'High Tower Text';
	font-size: 2em;
      text-align:center;
	clear: both;
}

#node-23560 {
	margin-top: -40px;
	font-size: 1.2em;
  text-align:center;
	clear: both;
}

#block-views-nodequeue_1-block .views-row {
	padding-bottom: 20px;
}

#block-views-nodequeue_1-block .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.3em;
}

#block-views-nodequeue_1-block .views-field-title a {
	text-decoration:none;
}

#block-views-nodequeue_1-block .views-field-field-url-url {
	font-size: 0.8em;
}

#block-views-nodequeue_1-block .views-field-body {
	font-size: 0.929em;
}

#block-views-nodequeue_1-block .views-field-body p{
	margin-top: 0em;
	margin-bottom: 0em;
}

#block-views-nodequeue_1-block .views-field-comments-link{
	font-size: 0.929em;
}

.view-nodequeue-2 .views-row {
	padding-bottom: 20px;
}

.view-nodequeue-2 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.3em;
}

.view-nodequeue-2 .views-field-title a {
	text-decoration:none;
}

.view-nodequeue-2 .views-field-field-url-url {
	font-size: 0.8em;
}

.view-nodequeue-2 .views-field-body {
	font-size: 0.929em;
}

.view-nodequeue-2 .views-field-body p{
	margin-top: 0em;
	margin-bottom: 0em;
}

.view-nodequeue-2  .views-field-comments-link{
	font-size: 0.929em;
}

.view-nodequeue-3 .views-row {
	padding-bottom: 20px;
}

.view-nodequeue-3 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.3em;
}

.view-nodequeue-3 .views-field-title a {
	text-decoration:none;
}

.view-nodequeue-3 .views-field-field-url-url {
	font-size: 0.8em;
}

.view-nodequeue-3 .views-field-body {
	font-size: 0.929em;
}

.view-nodequeue-3 .views-field-body p{
	margin-top: 0em;
	margin-bottom: 0em;
}

.view-nodequeue-3  .views-field-comments-link{
	font-size: 0.929em;
}

#comments {
	padding-left: 35px;
	padding-right: 35px;
}

#comments-title {
	font-size: 2em;
	padding-bottom: 15px;
}

#comments .comment-published .comment-inner .picture {
	float:left;
	padding-right: 10px;
}

#comments .comment-published .comment-inner .submitted {
	font-size: 1.0em;
}

#comments .comment-published .comment-inner .content {
	clear: both;
	padding-top: 5px;
}

#comments .comment-published .comment-inner .links {
	padding-bottom: 15px;
	font-size: 0.8em;
}

#content .submitted {
	font-size: 0.8em;
}

#quicktabs-5 .views-field-value {
	font-size: 0.8em;
	padding-bottom: 10px;
}

#quicktabs_container_5 {
	background: #000000;
}

#node-7889 {
	background:#000044;
	padding-left:35px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 35px;
	border-style: solid;
	border-width 8px;
      border-color: #C0C0C0;
}

#node-7889 .title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding-bottom: 10px;
}

#node-7889 .links {
	display: none;
}

.view-comments-recent .views-field-subject{
	font-size: 0.8em;
}

.view-comments-recent .views-field-timestamp{
	font-size: 0.8em;
}

.view-comments-recent .more-link {
	font-size: 0.8em;
}

.view-comments-recent.view-display-id-block .item-list ul li {
	list-style-position: outside;
	list-style-image: url(/sites/all/themes/STR/icons/comment.png);
}

.view-comments-recent.view-display-id-page .item-list ul li {
	list-style-type: none;
}

.view-comments-recent.view-display-id-page .views-row{
	padding-bottom: 30px;
}

.view-comments-recent.view-display-id-page .views-field-ops {
	font-size: 0.8em;
}

.view-comments-recent.view-display-id-page .views-field-replyto-comment {
	font-size: 0.8em;
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/comment.png)  no-repeat;
}

.view-comments-recent.view-display-id-page .views-field-picture{
	float: left;
	padding-right: 5px;
}

.view-comments-recent.view-display-id-page .views-field-title{
	font-size:0.8em;
}

.view-comments-recent.view-display-id-page .views-field-name-1{
	font-size:0.8em;
}

.view-comments-recent.view-display-id-page .views-field-type{
	font-size:0.8em;
}


.view-comments-recent-user .item-list ul li {
	list-style-position: outside;
	list-style-image: url(/sites/all/themes/STR/icons/comment.png);
}

.view-comments-recent-user .views-field-timestamp{
	font-size: 0.8em;
}

.view-comments-recent-user .views-field-title{
	font-size:0.8em;
}

.view-comments-recent-user .views-field-name{
	font-size:0.8em;
}

.view-comments-recent-user .views-field-type{
	font-size:0.8em;
}

.comment_reply a {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/comment.png)  no-repeat;
	padding-top: 10px;
	background-position: left bottom;
}

.comment_edit a {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/comment_edit.png)  no-repeat;
	padding-top: 10px;
	background-position: left bottom;
}

.comment_delete a {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/comment_delete.png)  no-repeat;
	padding-top: 10px;
	background-position: left bottom;
}

.mark-as-spam a {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/stop.png)  no-repeat;
	padding-top: 10px;
	background-position: left bottom;
}


#block-similarterms-42 .content {
	font-size: 0.9em
}

#block-similarterms-42 .item-list ul li {
	list-style-position: outside;
	list-style-image: url(/sites/all/themes/STR/icons/page_white_text.png);
}

#block-views-Front_page_picture-block_1 {
	text-align:center;
}

#block-views-Front_page_picture-block_1 .views-field-body {
	font-size:0.8em;
}

#block-quicktabs-1 .title {
	padding-bottom: 10px;
}

#quicktabs_container_1 {
	background:#000044;
	border: 1px solid #eee;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#block-quicktabs-1 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#block-quicktabs-1 .views-field-count {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#block-quicktabs-1 .views-field-count-1 {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#block-quicktabs-1 .views-row {
	padding-top:8px;
}

#block-quicktabs-1 .views-field-name {
	font-size: 0.8em;
}

#block-quicktabs-1 .views-field-teaser {
	font-size: 0.929em;
}

#block-quicktabs-1 .views-field-created {
	font-size: 0.8em;
}




#quicktabs-2 .title {
	padding-bottom: 10px;
}

#quicktabs_container_2 {
	background:#000044;
	border: 1px solid #eee;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#quicktabs-2 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-2 .views-field-count {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-2 .views-row {
	padding-top: 8px;
}

#quicktabs-2 .views-field-name {
	font-size: 0.8em;
}

#quicktabs-2 .views-field-teaser {
	font-size: 0.929em;
}

#quicktabs-2 .views-field-created {
	font-size: 0.8em;
}

#quicktabs-3 .title {
	padding-bottom: 10px;
}

#quicktabs_container_3 {
	background:#000044;
	border: 1px solid #eee;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#quicktabs-3 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-3 .views-row {
	padding-top: 8px;
}

#quicktabs-3 .views-field-name {
	font-size: 0.8em;
}

#quicktabs-3 .views-field-count {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-3 .views-field-count-1 {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-3 .views-field-teaser {
	font-size: 0.929em;
}

#quicktabs-3 .views-field-created {
	font-size: 0.8em;
}

#quicktabs-4 .title {
	padding-bottom: 10px;
}

#quicktabs_container_4 {
	background:#000044;
	border: 1px solid #eee;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#quicktabs-4 .views-field-title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-4 .views-row {
	padding-top: 8px;
}

#quicktabs-4 .views-field-name {
	font-size: 0.8em;
}

#quicktabs-4 .views-field-count {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-4 .views-field-count-1 {
	color: yellow;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.143em;
}

#quicktabs-4 .views-field-teaser {
	font-size: 0.929em;
}

#quicktabs-4 .views-field-created {
	font-size: 0.8em;
}

#quicktabs_container_5 {
	border: 1px solid #555;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right: 5px;
}


#block-tagadelic-42 .title {
	font-size: 1.0em;
}

#block-tagadelic-42 .content {
	text-align: center;
}

#block-tagadelic-42 .more-link {
	font-size: 0.8em;
}

.panel-2col-stacked .panel-col-first {
	width: 40%;
}

.panel-2col-stacked .panel-col-last {
	width: 59%;
}

#content-area .node-type-page .node-inner .meta  {
	padding-bottom: 5px;
	text-align: center;
}

.service_links_facebook {
	float: right;
}

.service_links_google {
	float: right;
}

.service_links_yahoo {
	float: right;
}

.service_links_icerocket {
	float: right;
}

.service_links_technorati {
	float: right;
}

.service_links_furl {
	float: right;
}

.service_links_magnoliacom {
	float: right;
}

.service_links_digg {
	float: right;
}

.service_links_delicious {
	float: right;
}

.service_links_stumbleupon {
	float: right;
}

.service_links_propeller {
	float: right;
}

.service_links_reddit {
	float: right;
}

.service_links_newsvine  {
	float: right;
}

#node-8611,
#node-23564,
#node-44278 {
	font-family: Georgia, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 1.143em;
	background:#ffffff;
	color:#000000;
	padding-left:35px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 35px;
	border-style: solid;
	border-width: 5px;
      border-color: #C0C0C0;
	margin-bottom: 20px;
}

#content-area .node-type-page {
	font-family: Georgia, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 1.143em;
	background:#ffffff;
	color:#000000;
	padding-left:35px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 35px;
	border-style: solid;
	border-width: 5px;
      border-color: #C0C0C0;
}

#content-area .node-type-blog {
	font-family: Georgia, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 1.143em;
	background:#ffffff;
	color:#000000;
	padding-left:35px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 5px;
	border-style: solid;
	border-width: 5px;
      border-color: #C0C0C0;
}

#content-area .node-type-blog .content {
     padding-right: 30px;
}

#content-area .node-type-blog .picture {
     float: right;
}

#content-area .node-type-blog .blog_usernames_blog {
	padding-left: 25px;
      margin-left: 20px;
	background:url(/sites/all/themes/STR/icons/book.png)  no-repeat;
}

#content-area .node-type-page .node-inner .flag-must-read {
	padding-left: 25px;
      margin-left: 10px;
	background:url(/sites/all/themes/STR/icons/flag_yellow.png)  no-repeat;
}

#content-area .node-type-page .node-inner .flag-recommended .flag-link-toggle {
	padding-left: 25px;
      margin-left: 10px;
	background:url(/sites/all/themes/STR/icons/flag_green.png)  no-repeat;
}

ul.links li.comment_add a {
	padding-left: 25px;
      margin-left: 10px;
	background:url(/sites/all/themes/STR/icons/comment_add.png)  no-repeat;
}

ul.links li.comment_new_comments a {
    padding-left: 20px;
    margin-left: 10px;
    background:url(/sites/all/themes/STR/icons/new.png)  no-repeat;
}

ul.links li.comment_comments a {
	padding-left: 25px;
      margin-left: 10px;
	background:url(/sites/all/themes/STR/icons/comment_add.png)  no-repeat;
}

#content-area .node-type-page .fivestar-summary {
	padding-bottom: 25px;
}

#content-area .node-type-page .node-inner .links {
	font-size: 0.8em;
}


#content-area .node-type-web-link .node-inner .meta  {
	padding-bottom: 5px;
	text-align: center;
}

#content-area .node-type-web-link .field-field-url  {
	font-size: 1.143em;
	padding-top: 20px;
}
#content-area .node-type-web-link .fivestar-form-item {
	margin-top: 20px;
}

#content-area .node-type-web-link .fivestar-summary  {
	margin-bottom: 20px;
}

#block-block-4 .title {
	font-size: 1.0em;
}

.poll .bar {
  background-color: #222;
}
.poll .bar .foreground {
  background-color: #ddd;
}


#block-poll-0 .content {
   font-size: 0.8em;
}

#block-poll-0 .links {
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
}

#block-poll-0 .content .title {
	border-style:none;
}

.author-pane-insert {
	font-family: Georgia, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	float:none;
	padding-bottom: 20px;
}

.author-pane-insert .title {
	padding: 10px;
	padding-left: 10px;
}

.author-pane-insert .author-name .author-pane-badges {
	float: left;
}

.author-pane-insert .author-name {
	padding-top: 5px;
}

.author-pane-insert .author-posts {
	font-size: 0.9em;
	padding-top: 18px;
	padding-bottom: 16px;
}

.author-pane-insert .inner-wrapper {
  padding-left: 118px;
  min-height: 112px;
}

.author-pane-insert .picture {
	float: left;
	margin-right: 0;
	margin-left: -118px;
}

.author-pane-insert .picture img {
  vertical-align: bottom;
}

.author-pane-insert .author-pane-about-me {
	margin: 0px;
}

.author-pane-insert .author-pane-about-me p {
  margin-top: 0;
}

.author-pane-insert .author-pane-message {
	padding-top: 10px;
}

.author-pane-insert .author-pane-message .author-pane-icon{
	padding-top: 10px;
}

.print-link {
	display:inline-block;
	float: right;
}

. topic_img {
	float: left;
}

.pager {
	font-size: 0.8em;
}

#closure-blocks {
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

#block-block-12 {
	float: left;
}

#block-block-7 {
	float: left;
	padding-left: 30px;
}


#block-block-8 {
	float: left;
	padding-left: 30px;
}

#block-block-11 {
	float: left;
	padding-left: 30px;
}

#block-block-10 {
	float: right;
	padding-right: 20px;
}

.calendar-calendar .date-heading {
	font-size: 0.929em;
}

#calpopup {
	font-size: 0.929em;
	color:#000000;
}

#calpopup .submitted{
	font-size: 0.8em;
}

#calpopup .terms-inline{
	font-size: 0.8em;
	padding-bottom: 10px;
}

#calpopup .links{
	font-size: 0.8em;
}

#block-views-tweets-block2 .views-field-picture {
	float:left;
	padding-right:5px;
}

#block-views-tweets-block2 .views-field-text {
	font-size: 0.8em;
}

#block-views-tweets-block2 .views-field-created-time {
	font-size: 0.8em;
	padding-bottom: 10px;
}

#block-views-calendar-calendar_block_1 .has-events {
	background:#FFFFA0
}

.textarea-identifier {
	text-indent: -9999px;
}

/* listing */

.privatemsg-list {
Width:90%;
}
#privatemsg-filter-dropdown fieldset {
padding-bottom:5px;
}
span.privatemsg-unread {
font-weight: bold;
}
.privatemsg-list th {
padding-left:5px;
}

.privatemsg-list-participants {
width: 150px;
}

.privatemsg-list-date{
width:150px;
}
/* end listing */


#block-views-ulist_supporters-block_1 .title {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/star.png)  no-repeat;
}

#block-views-ulist_editors-block_1 .title {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/pencil.png)  no-repeat;
}

#block-views-Bloggers-block_1 .title {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/note.png)  no-repeat;
}

#block-views-ulist_helpers-block_1 .title {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/wrench.png)  no-repeat;
}

#block-block-6 .title {
	padding-left: 25px;
	background:url(/sites/default/files/STR_favicon.jpg)  no-repeat;
}

#search-block-form label {
    display: none;
}


#sidebar-right .title {
	font-size: 1.143em;
	padding-top: 5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}

.comment.comment-unpublished .content
  {
    color: #000000;
  }

.calendar-legend .tableHeader-processed {
	background: #000000;
	font-size: 0.8em;
}

.view-taxonomy-term .views-table {

}

.flag-flag-like a {
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 10px;
	background:url(/sites/all/themes/STR/icons/thumb_up.png)  no-repeat;
	background-position: left bottom;
}

.comment .links ul.links {
	padding-bottom: 10px;
}

#block-views-Front_page_picture-block_1 .field-content .rtecenter img {
	padding: 5px 5px 5px 5px;
	background: #eee;
	border: 1px solid #4C3C1B;
}

#node-23560 .title {
	display: none;
}

#node-7889 .title {
	display: none;
}

#block-block-17 .title {
	padding-left: 25px;
	background:url(/sites/all/themes/STR/icons/map.png)  no-repeat;
}