@charset "utf-8";

/* Drupal Styling Overrides */

/** Removing the "grippie" from forms. **/
.grippie {
  display: none
}

/** Container Styling **/
.container-inline div, 
.container-inline label,
.container-inline input {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

/** Drupal's Inline Links **/
ul.inline li {
  display: inline-block;
  margin: 5px;
}

/** Drupal's Pager **/
.item-list ul li {
  margin: 0;
}

/** Drupal's Action Links **/
ul.action-links {
  margin: 0;
}
ul.action-links li {
  list-style: none;
}
ul.action-links li a {
  padding-left: 15px;
  background: transparent url('../img/icons/add.png') no-repeat 0 center;
  line-height: 30px;
  color: #0076be;
}

/** Drupal Admin **/
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel,
div.admin-panel .body {
  padding: 0;
  clear: left;
}
div.admin-panel h3 {
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 800;
}
#system-themes-page h2 {
  font-weight: normal;
  text-transform: uppercase;
}
.theme-selector h3 {
  font-weight: normal;
}
.theme-default h3 {
  font-weight: bold;
}
.system-themes-list-enabled .theme-selector h3 {
  margin-top: 0;
}
div.admin-panel {
  margin: 0 0 20px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ccc;
}

/** Admin List **/
dl.admin-list dt a,
dl.node-type-list dt a {
  font-weight: 800;
}
.admin-list dd {
  margin-bottom: 10px;
}

/** Drupal's Autocomplete Field **/
html.js input.form-autocomplete {
  background-image: url(../img/throbber.gif)!important;
  background-position: -40px!important;
  background-repeat: no-repeat!important;
}
html.js input.throbbing {
  background-image: url(../img/throbber.gif)!important;
  background-position: right center!important;
  background-repeat: no-repeat!important;
}
#autocomplete {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #333333;
  border-top: 0px solid;
}
.reference-autocomplete {
   padding: 4px;
}
#autocomplete li {
  margin-left: 0;
  padding-left: 20px;  
}
#autocomplete li:hover {
  background: #333333;
  color: #fff;
  cursor: pointer;
}

/** Drupal's Exposed Filters **/
.page-admin-content .exposed-filters .filters {
  padding: 20px;
}

/** Drupal's Forms **/
.form-actions {
  background: none;
  border-top: none;
}
.form-actions input.btn {
  margin: 5px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.field-formatter-settings-edit {
  width: auto;
}
.description,
.help-block {
  font-size: 80%;
}

/** Drupal's Fieldsets **/
html.js fieldset.collapsed {
  height: auto;
}

/** Drupal's Tables **/
table.table td.checkbox input[type="checkbox"] {
  margin-left: 0;
}

/* Drupal's Comment System **/
#comment-form {
  padding: 10px;
  margin-top: 10px;
}
.submitted {
  font-size: 80%
}
/** Removing The Annoying Text Format Choice area. **/
#edit-comment-body-und-0-format {
  display: none
}
.comment-form .form-submit {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 5px;
}
#comments {
  margin-top: 30px
}
.comment {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
}
.comment-unpublished {
  background-color: #fff4f4
}
.comment-preview {
  background-color: #ffffea
}

/** Margins */ 
#main, #main-content, #footer { margin-top: 20px; }

/* Main Content Area  */
#main { margin-bottom: 20px; }

/* First Sidebar */
#sidebar-first .block {
  margin-top: 20px;
}

/* Search Form Block */
#search-block-form input.form-text {
  width: 110px;
}

/* Default Utility Styling */
.header-title a  { 
  color: #333; 
}

.header-slogan { 
  line-height: 1; 
}

.credits { 
  font-size: 12px; 
  float: right; 
  display: inline; 
}

/* Avoid skype plugin from formatting phone numbers */
span.skype_pnh_container {
    display: none !important;
}

span.skype_pnh_print_container {
    display: inline !important;
}
/* Maintenance page */
.in-maintenance #page{
  max-width: 640px;
  min-width: 320px;
  margin: 20px auto;
  text-align: center;
  background: #FFF;
  padding: 20px 20px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
  border: 1px solid #DDD;
}

