
/*******************************************************************/
/*                    FRONT END ADMIN STYLES                       */
/*******************************************************************/

div.messages {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1em;
}

div.messages.status {
  background-color: #ebffc2;
  border-color: #daff8f;
  color: #171717;
}


/*******************************************************************/
/*                         GENERAL STYLES                          */
/*******************************************************************/


/**
 * Button styles
 */
#block-bpsearch-0 .form-submit,
#user-register .form-submit,
#user-login .form-submit,
#user-pass .form-submit,
#user-pass-reset .form-submit,
#user-profile-form .form-submit,
#node-form .form-submit,
#bpsearch-form .form-submit,
#node-form .add-tag,
#block-bpcommon-0 ul.links li,
#block-bpcommon-1 ul.links li {
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  background-color: #f02743;
  border: 1px solid #6D181A;
  color: #fff;
  cursor: pointer;
  font: italic 12px/12px 'Georgia';
  padding: 5px 8px;
  text-decoration: none;
  text-shadow: 0 1px 0 #333;
  display: inline;
}

#block-bpcommon-0 ul.links li.login {
  padding: 5px 12px;
}

/**
 * Menu bar
 */
ul.links {
  padding: 0;
  margin-bottom: 2em;
}

ul.links li a {
  color: #fff;
}

/**
 * Used edit form
 */
#user-profile-form legend {
  display: none;
}

/**
 * Node form
 */
#node-form legend {
  display: none;
}

#node-form .form-checkboxes .form-item {
  width: 50%;
  float: left;
}

#node-form .description {
  clear: left;
}

#node-form #edit-field-profile-technologies-value-wrapper-activetags {
  padding-top: 1em;
}

/**
 * Autocomplete
 */
#content #autocomplete li {
  margin-bottom: 0;
}

/**
 * Home page
 */

.left-col {
  width: 175px;
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}

.right-col {
  width: 383px;
  float: left;
  padding-bottom: 20px;
}

#block-blockcontent-2 {
  clear: left;
}



/**
 * User account submenu
 */

#block-bpcommon-2 {
  margin-bottom: 2em;
}

#block-bpcommon-2 ul {
  margin: 0;
  padding: 0;
}

#block-bpcommon-2 ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 0 0;
}

#block-bpcommon-2 ul li.your-profile,
#block-bpcommon-2 ul li.your-profile-view,
#block-bpcommon-2 ul li.your-account,
#block-bpcommon-2 ul li.your-account-view {
  padding-right: 3px;
}

#block-bpcommon-2 ul a {
  color: #dc1a35;
}

#block-bpcommon-3 {
  float: right;
}

/**
 * Register
 */

.login-link {
  padding-top: 1em;
}