/* Collective Diary Styles - cancerandcareers.org */
.short {
  margin-bottom: 3em; }

.date-title-block {
  border-bottom: 3px double #ccc;
  margin-bottom: 16px; }

.date-title-block .col {
  float: right;
  width: 75%; }

.date-title-block .first {
  width: 25%;
  float: left; }

.date-title-block h3 {
  margin-top: 0; }

.date-title-block em {
  font: italic 13px Georgia,"Times New Roman",serif;
  color: #828282; }

.date-wrap {
  text-align: center;
  width: 55px; }

.date-wrap a {
  text-decoration: none !important; }

.date-wrap span {
  display: block;
  font-family: "Open Sans Condensed", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.date-wrap .interval span {
  background: #c6e9fa;
  color: #666;
  font-size: 1.78571429em;
  /* 25/14 */
  line-height: 34px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px; }

.date-wrap .descriptor span {
  background: #ACCAD8;
  color: #333;
  font-size: .92857143em;
  /* 13/14 */
  line-height: 20px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px; }

#content dt {
  float: left;
  font-weight: bold; }

.diary-teaser,
#diary-entry {
  clear: left; }

#diary-entry {
  padding-top: .5em; }

#entry-info em,
.page .post-meta em,
.single-attrib em {
  font: italic 12px Georgia,"Times New Roman",serif;
  color: #989898; }

.single-attrib a {
  color: #ed9c54; }

a.more {
  text-decoration: underline; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --- Sidebar --- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
  display: block; }

.right-sidebar h2.submenu {
  line-height: 42px;
  margin: 6px 0 0;
  padding: 0 18px;
  cursor: pointer;
  background: #f4f4f4 url(../images/new/arrow-submenu.png) no-repeat 96% 50%;
  background-size: 18px 12px; }

.right-sidebar #submenu1 {
  margin-top: 1em; }

#main .right-sidebar .menu-filter ul {
  list-style: none;
  margin-top: 1em;
  margin-left: 0; }

.right-sidebar .menu-filter ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 0 18px; }

.right-sidebar .menu-filter ul li.active span {
  font-weight: bold;
  display: block;
  padding: 6px 0; }

.right-sidebar .menu-filter ul a {
  color: #586f00;
  text-decoration: none;
  display: block;
  padding: 6px 0; }

.right-sidebar .menu-filter ul.submenu2 a {
  float: left; }

.right-sidebar .menu-filter ul.submenu2 em {
  float: right;
  color: #989898;
  padding: 6px 0; }

.right-sidebar .menu-filter a:hover {
  text-decoration: underline; }

.right-sidebar .add-box {
  background: #cee285;
  padding: 7px 18px;
  margin-top: 6px; }

.right-sidebar .add-box h2 {
  margin: 0; }

.right-sidebar.add-box a {
  color: #586f00 !important; }

.right-sidebar .add-box .button {
  text-decoration: none;
  color: #fff; }

.create-post {
  margin: 1em 0; }

.create-post span {
  background: url(/images/icon-create-post-diary.png) no-repeat 0 0;
  padding-left: 22px;
  line-height: 17px; }

/* -- Clearfix -- */
.date-title-block:before, .date-title-block:after {
  content: " ";
  display: table; }

.date-title-block:after {
  clear: both; }

.date-title-block {
  *zoom: 1; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --- => 480 --- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 480px) {
  #content dt {
    display: block;
    float: none;
    margin-right: 4px; }

  #content .diary-dx dt,
  #content .diary-dx dd,
  #content #dx-info dd {
    display: block;
    float: none; }

  .diary-dx dd,
  #dx-info dd,
  #diary-entry dd {
    margin-left: 12px; } }
@media screen and (min-width: 480px) {
  .date-title-block .col {
    width: 85%; }

  .date-title-block .first {
    width: 15%; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --- 600 => --- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 600px) {
  #content .diary-dx dt {
    float: left; }

  .diary-dx dd {
    margin-left: 0; }

  .date-title-block .col {
    width: 88%; }

  .date-title-block .first {
    width: 12%; }

  #sidebar section.authors header {
    padding-bottom: 0; } }
@media screen and (min-width: 768px) {
  .date-title-block .col {
    width: 90%; }

  .date-title-block .first {
    width: 10%; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --- 800 => --- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 800px) {
  /* --- Content --- */
  body.collective_diary .page {
    padding-right: 25px; }

  #content {
    float: left; }

  .date-title-block .col {
    width: 87%; }

  .date-title-block .first {
    width: 13%; }

  .short {
    clear: both; }

  body.collective_diary .diary-teaser, body.current-user-my-diary-entries .diary-teaser {
    clear: none;
    width: 60%; }
  body.collective_diary .diary-dx, body.current-user-my-diary-entries .diary-dx {
    font-size: 13px;
    width: 35%; }
  body.collective_diary .diary-dx dl, body.current-user-my-diary-entries .diary-dx dl {
    margin-top: 0; }
  body.collective_diary #dx-info dt, body.current-user-my-diary-entries #dx-info dt {
    float: none;
    font-size: 13px; }
  body.collective_diary #dx-info dd, body.current-user-my-diary-entries #dx-info dd {
    margin-left: 0;
    margin-bottom: 1em;
    font-size: 13px; }
  body.collective_diary .diary-entry, body.collective_diary #diary-entry, body.current-user-my-diary-entries .diary-entry, body.current-user-my-diary-entries #diary-entry {
    clear: none; }

  #dx-info .interval-date-block {
    float: none;
    /*    float: left;*/
    /*    width: 33.68984%;*/
    /* 63/187 */
    /*    width: 63px;*/ }

  #dx-info .single-attrib {
    float: none;
    /*    float: right;*/
    /*    width: 124px;*/
    /*    width: 66.31016%; */
    /* 124/187 */
    padding-top: 13px;
    font-size: 12px; }

  #dx-info {
    width: 22.342342%;
    /* 187/555 */
    padding-right: 8.10810811%;
    padding-left: 3.24324324%;
    padding-top: 22px;
    /*    padding-right: 45px;
        padding-left: 18px;*/ }

  body.collective_diary #diary-entry {
    /*    padding-right: 25px;*/
    padding-right: 4.5045045%;
    width: 61.801802%;
    /* 368/555 */ }

  #diary-entry dt {
    float: none;
    margin-bottom: 10px; }

  #diary-entry dd {
    margin-left: 0;
    margin-bottom: 2em; }

  /* --- Sidebar --- */
  #sidebar {
    float: right;
    width: 26.0416667%;
    /* 250/960 */
    padding-left: 1px;
    padding-top: 60px;
    background: url(/images/bg-right-sidebar.png) no-repeat 0 0;
    position: relative; }

  .submenu1,
  .submenu2,
  .submenu3 {
    display: block !important; }

  #sidebar .menu-filter ul li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e3dfcf;
    padding: 0; }

  #sidebar .menu-filter ul li:first-child {
    border-top: none; }

  .right-sidebar h2.submenu {
    font-family: "Open Sans Condensed", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.42857143em;
    /* 20/14 */
    color: #525252;
    margin-top: 30px;
    margin-left: 16px;
    background: none;
    cursor: default;
    padding: 0; }

  .right-sidebar .menu-filter ul.submenu2 em {
    float: right;
    padding-top: 12px;
    color: #989898;
    font-size: .92857143em;
    /* 13/14 */ }

  .right-sidebar .add-box {
    background: none;
    position: absolute;
    top: 8px; }

  #sidebar .menu-filter ul li.active {
    border-bottom: none; }

  #sidebar .menu-filter ul.submenu2 li.active {
    border-top: none; }

  .right-sidebar li.active p {
    background: #deeead url(/images/bg-sidebar-right-li-active.png) no-repeat center right;
    border-bottom: 2px solid #aac94b; }

  .right-sidebar li.active span {
    float: none; }

  .right-sidebar li.active em {
    display: none; }

  .authors header {
    padding-bottom: 0; }

  .authors h2 {
    float: left; }

  .authors a.device-mid {
    float: right;
    color: #4e6606;
    font-size: .92857143em;
    /* 13/14 */
    text-decoration: none;
    margin-top: 44px; }

  .authors a.device-mid:hover {
    text-decoration: underline; }

  #submenu2 {
    clear: both; }

  .right-sidebar .add-box {
    background: none;
    position: absolute;
    top: 8px; }

  body.collective_diary .right-sidebar #submenu1 {
    margin-top: 100px; }

  .create-post {
    position: absolute;
    top: 22px;
    left: 18px;
    text-decoration: none; }

  body.collective_diary .right-sidebar .add-box {
    border: 1px solid #e3dfcf;
    margin: 0 .5em;
    padding: 0;
    top: 34px;
    width: 95%; }

  body.collective_diary .right-sidebar .add-box h2 {
    margin-top: -24px;
    font-size: 1.28571429em;
    /* 18/14 */
    font-family: "Open Sans Condensed", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center; }

  .create-post span {
    background: url(/images/icon-create-post-diary.png) no-repeat 0 2px;
    padding-left: 22px;
    line-height: 17px; }

  .right-sidebar .add-box .post {
    clear: both;
    display: block;
    font-size: .85714286em;
    /* 12/14 */
    padding: 1em; }

  .right-sidebar .add-box .post a {
    text-decoration: underline; }

  #main .right-sidebar .add-box p {
    background: #c6e9fa;
    margin: 10px 1px 1px;
    padding: 20px 0 12px;
    text-align: center;
    position: relative; }

  .right-sidebar .add-box p .or {
    position: absolute;
    top: -12px;
    left: 43%;
    color: #666;
    font-family: Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: .78571429em;
    /* 11/14 */
    display: block;
    background: #c6e9fa;
    border: 2px solid #f9f9f6;
    border-radius: 16px;
    line-height: 12px;
    padding: 4px;
    text-align: center;
    width: 12px;
    height: 12px; }

  .right-sidebar .add-box a.button {
    color: #fff !important;
    padding: 4px 10px;
    font-size: .85714286em;
    /* 12/14 */ }

  /* --- My Account: My Diary Entries --- */
  body.current-user-my-diary-entries #content {
    float: right; }
  body.current-user-my-diary-entries #sidebar {
    padding-top: 22px;
    padding-left: 0;
    background: none;
    float: left; }

  /* -- Clearfix -- */
  .short:before, .short:after {
    content: " ";
    display: table; }

  .short:after {
    clear: both; }

  .short {
    *zoom: 1; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --- 960 => --- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 960px) {
  /* --- Content --- */
  .date-title-block .col {
    width: 90%; }

  .date-title-block .first {
    width: 10%; }

  body.collective_diary .diary-teaser {
    width: 404px;
    clear: none; }

  body.collective_diary .diary-dx {
    font-size: 13px;
    width: 203px;
    padding-right: 30px; }

  body.collective_diary .diary-dx dl {
    margin-top: 0; }

  body.collective_diary #main h1 {
    position: relative;
    padding-left: 60px;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd; }

  body.collective_diary #main h1:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -5px;
    background: url(/images/h1-tag-diary.png) no-repeat 0 0;
    width: 51px;
    height: 45px; }

  body.collective_diary #diary-entry {
    width: 428px;
    padding-top: 23px;
    padding-right: 29px;
    clear: none; }

  body.collective_diary #diary-entry dl {
    margin-top: 0; }

  body.collective_diary #diary-entry dt {
    float: none;
    margin-bottom: 10px; }

  body.collective_diary #diary-entry dd {
    margin-left: 0;
    margin-bottom: 2em; }

  body.collective_diary #dx-info {
    width: 187px;
    padding-top: 22px;
    padding-right: 45px;
    padding-left: 18px; }

  body.collective_diary #dx-info .interval-date-block {
    float: left;
    width: 63px; }

  body.collective_diary #dx-info .single-attrib {
    width: 124px;
    padding-top: 13px;
    font-size: 12px; }

  #dx-info dt {
    float: none;
    /*    font-size: 13px;*/ }

  #dx-info dd {
    margin-left: 0;
    margin-bottom: 1em;
    /*    font-size: 13px;*/ }

  /* -- Clearfix -- */
  .short:before, .short:after {
    content: " ";
    display: table; }

  .short:after {
    clear: both; }

  .short {
    *zoom: 1; } }
