
/* $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: #e6e6e6;
}

#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 {
}

#header .section {
}

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

#logo img {
  vertical-align: bottom;
  margin: 0;
}

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

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0 auto;
  max-width: 960px;
  font-size: 45px;
  line-height: 96px;
}

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

#site-name a:hover,
#site-name a:focus {
}

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

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

/*
 * Main (container for everything else)
 */
#main-wrapper {
  clear: both;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
  position: relative;
}

#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 */
  display: inline-block;
  float: left;
  width: 60%;
}
.breadcrumb.bottom-breadcrumb {
  margin-top: 39px;
  width: 100%;
}

a:link, a:visited {
  color: #0091cd;
  text-decoration: none;
}
a:link: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-top: 0;
  margin-left: 0;
  margin-right: 0;
}
h1.title,
h2.title {
  text-transform: uppercase;
}
h2.title a {
  color: #5A5758;
}

thead th {
  /*background: #fff url(../images/heading-bg.png) repeat-x bottom;
  border-bottom: 1px solid #ccc;
  color: #494949;
  font-weight: bold;
  text-align: center;*/
}

td, th {
  padding: .3em .5em;
}
td {
  padding: 7px 5px;
  border-bottom: 1px dotted #aaa;
  vertical-align: top;
}
td.task-name,
td.task-app {
  word-break: break-all;
}
tr.heading {
  font-weight: bold;
}
tr.heading > td {
  padding-top: 38px;
}
th.primary, td.primary {
  font-size: 1.5em;
}
th.active img {
  margin: 0 0 0 5px;
}
tr.even, tr.odd {
  background-color: transparent;
  border: none;
  padding: 0;
}
tr.even /* Some tables have rows marked even or odd. */ {
  /*background-color: #f2f2f2;*/
}

tr.odd {
  /*background-color: #dedede; */
}
tr.even td.active,
tr.odd td.active {
  background-color: transparent;
}
tbody tr:hover {
  background-color: #f0f0f0;
}
tbody tr.heading:hover {
  background-color: inherit;
}
table.sticky-header {
}
table.sticky-header th {
  padding-top: 10px;
}
table.sticky-header th.views-field-expavg-credit,
table.sticky-header th.views-field-total-credit {
  text-align: right;
}

table.tableSelect-processed {
  width: 100%;
}
table.tableSelect-processed th {
  line-height: 21px;
  padding-bottom: 4px;
}
table.tableSelect-processed th.select-all {
  padding-bottom: 2px;
}
table.tableSelect-processed td {
  line-height: 21px;
}
table.selection-list .form-checkboxes {
  margin: 0;
}

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

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

.ok {
  color: #008000;
}

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

.fine-print {
  color: #bbb;
}

.framing {
  padding: 25px;
}

.shadow {
  -webkit-box-shadow: 0 0 2px #ccc;
  -moz-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
}
.container {
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: white;
}

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

.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;
  display: inline;
  font-weight: bold;
}

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

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
  border-left: 1px solid #5A5758;
}
ul.links li.first {
  border: none;
  padding-left: 0;
}
ul.links li a {
  color: #5A5758;
  text-transform: uppercase;
}

.subscribe {
  display: inline-block;
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
  z-index: 10;
}
.subscribe a {
  color: #5A5758;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.35em;
  text-transform: uppercase;
}
.subscribe .flag-message,
.view-subscriptions .flag-message {
  left: initial;
  right: 0;
  text-align: right;
}
.subscribe ul.links li {
  margin-left: 0.3em;
  padding: 0 0 0 1em;
}

.toc {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #aaa;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 100%;
}
.toc .toc-title {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 95%;
}
.toc ul {
  list-style-type: disc;
  margin: 0 0 16px;
  padding-left: 16px;
}
.toc ul li {
  padding-top: 5px;
}
.toc,
.toc a {
  color: #777;
}
.toc a:hover {
  color: #0091cd;
  text-decoration: none;
}
.toc-back-to-top {
  background: transparent;
  font-style: inherit;
  padding: 0 0 10px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 10px;
}

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


.more-link /* Aggregator, blog, and forum more link */ {
  /*text-align: right; /* LTR */
  text-align: left;
  padding: 10px 0 0 5px;
  clear: both;
}
.more-link a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tab-list.more-link {
  margin: 10px 5px 0;
}
.tab-list.more-link li.first.alt.tab {
  padding-right: 0;
}
.tab-list .first.tab a,
.tab-list .primary.tab a,
.tab-list .first.alt.tab.primary a {
  color: #0091cd;
}
.on-time {
  color: #33cc33;
}
.past-due {
  color: #ff3333;
}

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

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

.region-sidebar-first .section {
}

/*
 * 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 {
}

/*
 * Two column stacked panels
 *//*
.panel-2col-stacked .panel-col-first .inside {
  margin: 0 1em 1em 0;
}
.panel-2col-stacked .panel-col-last .inside {
  margin: 0 0 1em 1em;
}
*/
/*
 * Footer
 */
#footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 5px;
}

#footer .section {
}

#footer-menu {
  border-top: 5px solid #d1d1d1;
  border-bottom: 1px dotted #d1d1d1;
}
#footer-menu a {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
#footer-menu a:hover {
  text-decoration: underline;
}

#server-status {
  line-height: 32px;
  margin: 0 5px;
  float: right;
}
#server-status li {
  display: inline;
  padding-top: 4px;
  padding-bottom: 5px;
  letter-spacing: 0;
  font-weight: normal;
  /*background: url(../images/menu-divider.png) no-repeat left middle;*/
}
#server-status .tab {
  font-size: 11px;
}
#server-status li a {
}
#server-status-highlights {
  display: inline;
  padding: 0;
}
#server-status-highlights li {
  background: url(../images/icon-yellow-light.png) no-repeat left;
  border: none;
  margin-left: 12px;
  padding-left: 18px;
}
#server-status-highlights li.first {
  margin-left: 0;
}
#server-status-highlights li.good {
  background: url(../images/icon-green-light.png) no-repeat left;
}
#server-status-highlights li.bad {
  background: url(../images/icon-red-light.png) no-repeat left;
}

#footer-info {
  margin: 12px 2px;
}
#content-management-links {
  margin: 12px 0;
}
#language {
  font-size: 12px;
  float: right;
  padding: 0 28px 0 0;
  background: url(../images/icon-us.png) no-repeat right;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * 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;
}
.separator {
  height: 1px;
  border-width: 2px 0 0;
  border-style: dotted;
  border-color: #aaa;
  margin: 2em 0;
}
.separator.buttons {
  border-top-width: 1px;
}

/**
 * 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);
}


/**
 *
 */
a.button {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #00658b;
  display: inline-block;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: rgb(0,156,219); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,156,219,1) 0%, rgba(0,141,199,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,156,219,1)), color-stop(100%,rgba(0,141,199,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,156,219,1) 0%,rgba(0,141,199,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(0,156,219,1) 0%,rgba(0,141,199,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,156,219,1) 0%,rgba(0,141,199,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(0,156,219,1) 0%,rgba(0,141,199,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdb', endColorstr='#008dc7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.button:hover {
  text-decoration: none;
}

.left-column {
  float: left;
  width: 50%;
}
.right-column {
  float: right;
  width: 49%;
}

/**
 * Home page elements
 */
a.join.button {
  margin: 40px 0 0;
}

a.help.button {
  margin: 60px 0;
}

ul.stats {
  list-style-type: none;
  padding-left: 0;
}

.tab-list .tab,
.stats, .stats .tab {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
}
/*.stats .tab {
  padding-left: 12px;
  padding-right: 12px;
}*/
.stats .first .tab, .stats .first.tab {
  padding-left: 0;
}
.stats .last .tab, .stats .last.tab {
  padding-right: 0;
}
.tab-list .tab,
.stats label, .stats a,
.stats .tab label, .stats .tab a {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
}
.tab.alt {
  float: right;
}
.chart img {
  margin: 0;
  padding-top: 5px;
}
.page-account-dashboard .chart img {
  height: 155px;
  width: 589px;
}

table tr.link:hover {
}
table tr.inactive {
  color: #808080;
}
.page-account-dashboard table {
  width: 100%;
  margin: 0;
}
#mini-panel-dashboard_tables table tr td:first-child {
  width: 140px;
}

.compound-heading {
  display: inline-block;
}
.item-count-wrapper {
  display: inline-block;
  height: 21px;
  margin-left: 10px;
  background: url(../images/speech-bubble-tail.png) no-repeat bottom center;
  vertical-align: middle;
}
.item-count {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 5px 1px;
  background: #747477;
  vertical-align: top;
}

.item-list .pager {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; 
}
.item-list .pager-item a,
.item-list .pager-first a,
.item-list .pager-previous a,
.item-list .pager-next a,
.item-list .pager-last a {
  color: #808080;
}
.item-list .pager-current a {
  color: #000;
}
.item-list .pager a:hover {
  text-decoration: underline;
  color: #000;
}

/**
 * User profiles
 */
.user-profile .picture {
  float: left;
  max-height: 100px;
  overflow: hidden;
}
.user-profile .picture img {
  width: 100px;
  margin: 0;
}
.user-profile .general-info {
  margin: 0 0 5px 0;
  padding: 0 0 14px 120px;
  border-bottom: 1px dotted #AAA;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.user-profile .general-info ul.tab-list {
  margin-top: 10px;
}
.user-profile .bio {
  clear: both;
  margin: 5px 0;
  border-top: 1px dotted #AAA;
}
.user-profile .bio .messages {
  margin-top: 10px;
}
.user-profile .bio .background,
.user-profile .bio .opinions {
  margin-top: 24px;
}
.user-profile .general-info .name,
.user-profile .bio .background .label,
.user-profile .bio .opinions .label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.user-profile .general-info .name {
  margin-top: 0;
}
.user-profile .bio .background .value,
.user-profile .bio .opinions .value {
  display: block;
}

/*
 * Private messages
 */
.privatemsg-box-fb {
  padding: 24px 3px;
}
.privatemsg-box-fb.even {
  border-style: dotted;
  border-color: #aaa;
  border-width: 1px 0;
}
.privatemsg-box-fb .left-column {
  width: 100px;
}
.privatemsg-box-fb .user {
  float: left;
  width: 130px;
}
.privatemsg-box-fb .user .picture {
  max-height: 100px;
  overflow: hidden;
}
.privatemsg-box-fb .user .picture img {
  margin: 0;
  width: 100px;
}
.privatemsg-box-fb .message-body .name {
  color: #5A5758;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.privatemsg-view-pager {
  display: none;
}

/* Forums */
#forum-0 {
  margin-top: -32px; /* [TODO] Add search box and remove this! */
  margin-bottom: 32px;
}
#forum h2.title {
  margin: 14px 3px 16px;
}
#forum .heading .primary .name {
  text-transform: uppercase;
}
#forum .description {
  font-size: inherit;
  margin: 0;
}
#forum th {
  border: none;
}
#forum td {
  border-top: 1px dotted #aaa;
  border-bottom: none;
}
#forum tr.heading td {
  border-top: none;
}
#forum tr.sticky:hover {
  background-color: #e8e8e8;
}
#forum tr.first td {
  /* border-color: #333; */
}
#forum tr.first-non-sticky td {
  /* border-color: #333; */
}
#forum tr.last td {
  border-bottom: 1px dotted #aaa;
}
#forum td.icon {
  color: #5A5758
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager, #forum td.icon{
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
#forum tr td.forum {
  padding-left: 5px;
  background-image: none;
}
#forum tr.new-topics td.forum {
  background-image: none;
}
#forum div.indent {
  margin-left: 0;
}
#forum > table {
  width: 100%;
}
#forum > .item-list { /* pager */
  float: right;
}
#forum > ul.links,
.view-boinc-team-forum-topics > ul.links {
  float: left;
  font-size: 10px;
}
#forum > ul.links li {
  margin: 1em 0;
}
#forum .subscriptions {
  margin: 32px 5px;
}
#forum .topic.updated .title,
.view-subscriptions .title.updated {
  font-weight: bold;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em; /* LTR */
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
  padding: 0.5em;
  margin: 2em 0;
}
.forum-topic-navigation .topic-previous,
.forum-topic-navigation .topic-next {
  text-align: right; /* LTR */
  float: left; /* LTR */
  width: 46%;
  color: #808080;
}
.forum-topic-navigation .topic-next {
  text-align: left; /* LTR */
  float: right; /* LTR */
}

.forum-links {
  width: 100%;
}

/* Join */
.join {
  font-size: 14px;
}
.join li {
  margin: 1em 0;
}

/* Search */
.page-search-site #content {
  width: 650px;
}
.page-search-site h1.title {
  display: none;
}
#search-form {
  margin-bottom: 1em;
}
#search-form #edit-keys-wrapper {
  margin-top: 0;
}
#search-form .form-item label {
  float: none;
}
#search-form .form-item label[for=edit-keys] {
  width: 120px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  padding-bottom: 7px;
  float: left;
}
#search-form .form-item input#edit-keys {
  margin-top: 3px;
}
#search-form .form-submit {
  padding: 0;
}
.spelling-suggestions {
  border-top: 1px dotted #ccc;
}
.spelling-suggestions dt {
  float: left;
  margin-right: 5px;
}
.spelling-suggestions dt:after {
  content: ':';
}
.search-results {
  border-top: 2px dotted #aaa;
}
.search-results .result,
.search-results dt {
  border-top: 1px dotted #ccc;
  padding: 1em 0;
  clear: both;
}
.search-results .result:first-child,
.search-results dt:first-child {
  border: none;
}
.search-results .result.user .picture {
  width: 120px;
  margin-bottom: 30px;
  float: left;
  max-height: 100px;
  overflow: hidden;
}
.search-results .result.user .picture img {
  width: 100px;
  margin: 0;
}
.search-results .result.user .details,
.search-results .result.user .search-snippet {
  padding-top: 7px;
  margin: 0 0 0 120px;
}
.search-help-block {
  min-height: 54px;
}

/* Search pane */
.panel-secondary #search-form #edit-keys-wrapper {
  margin-right: 7px;
}
.panel-secondary #search-form label[for=edit-keys] {
  display: none;
}
.panel-secondary #search-form #edit-keys {
  width: 100%;
}

/* User registration */
#register-termsofuse {
  white-space: pre-line;
  overflow: auto;
  width: 80%;
  max-height: 300px;
}

#register-title2 {
  clear: both;
}