@charset "UTF-8";

/*
Theme Name:cerulean
Theme URI:
Description:cerulean of Bootswatch
Author:sonobe
Author URI:
Version:2.0.0
*/

/*==============================================================================
 * Common
 *----------------------------------------------------------------------------*/
body {
  background:white;
}
/*well*/
.parts,
.memberImageBox,
#MailAddressLogin,
#POP3Login,
div.dparts div.parts,
#Footer,
.timeline-large {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.parts,
.memberImageBox,
#POP3Login,
div.dparts div.parts,
#Footer,
.timeline-large {
  margin: 5px 0 5px 0;
}
div.partsHeading h3 {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.input_submit,
input[type="submit"],
input[type="button"] {
  color: #333;
  background-color: #fff;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
}
.input_submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover {  background-color: #e6e6e6 }
div.parts table {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/*==============================================================================
 * Header
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * Notification
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * Timeline
 *----------------------------------------------------------------------------*/
.timeline-post a.screen-name,
.nav > li > a {  color: #333 }
/*==============================================================================
 * informationBox
 *----------------------------------------------------------------------------*/
.informationBox,
#informationAboutThisIsYourProfilePage .well {
  color: #38b44a;
  background-color: #caeecf;
  border-color: #b7e8b6;
}
div.alertBox {
  background-color: #fadfdd;
  color: #df382c;
  border-color: #f8d0d4;
}
