/* DocuShare CSS - Blue Clean Theme for Weblogs
 * A theme with dominant blue colors
 * Copyright (c) 2002-2007 Xerox Corporation.  All Rights Reserved.
 */
/* ------------------------ */
/* Weblog Main Page Styling */
/* ------------------------ */
/* Heading Styles */
/* Used for cache-busting */
#weblogHeader {
  background: #247ACB;
  border-bottom: 1px solid #d4dced;
  padding: 10px;
}
#weblogHeader h1 {
  font-size: 200%;
  color: #fff;
  text-align: center;
}
#weblogHeader h1 a {
  color: #fff;
}
#weblogHeader h1 a:hover {
  color: #2792ff;
}
#weblogHeader p {
  color: #9bbede;
  text-align: center;
}

.webLogBreadcrumbs {
  background: #EDF3FF;
}
.webLogBreadcrumbs .breadcrumbs {
  position: relative;
}
.webLogBreadcrumbs #contents_anchor {
  position: absolute;
  left: -9000px;
}
.webLogBreadcrumbs #bcExpand, .webLogBreadcrumbs #bcCollapse {
  position: absolute;
  bottom: 0;
  margin: 0 0 -10px 25px;
  border: 1px solid #b9d3ff;
  padding: 1px 2px;
  background: #fff;
  z-index: 100;
}

#space_navigator {
  display: none;
}

#weblogentry-contents {
  margin: 0 200px 20px 40px;
}

#weblog-contents-wrapper {
  min-height: 400px;
}

.weblog-entries {
  padding-top: 20px;
}
.weblog-entries .weblog-entry:nth-child(even) {
  background-color: #edeff1;
}
.weblog-entries .weblog-entry:target {
  -webkit-animation-name: fadeAnchorTarget;
     -moz-animation-name: fadeAnchorTarget;
       -o-animation-name: fadeAnchorTarget;
          animation-name: fadeAnchorTarget;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
     -moz-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
}
@-webkit-keyframes fadeAnchorTarget {
  5.0% {
    background-color: #fff68b;
  }
}
@-moz-keyframes fadeAnchorTarget {
  5.0% {
    background-color: #fff68b;
  }
}
@-o-keyframes fadeAnchorTarget {
  5.0% {
    background-color: #fff68b;
  }
}
@keyframes fadeAnchorTarget {
  5.0% {
    background-color: #fff68b;
  }
}
.weblog-published {
  color: #555;
  margin: 0 0 4px 0;
  padding: 0px;
}

#ViewWeblog .weblog-entry:nth-child(even) {
  background-color: #fff;
}
#ViewWeblog .icon-comment {
  display: none;
}

.weblog-entry {
  margin: 10px 270px 30px 35px;
}
.weblog-entry > h2 {
  display: inline-block;
  font-size: 190%;
  border: 0;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
}
.weblog-entry .weblog-entry-edit-icon {
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.weblog-entry-published-time-label {
  font-weight: bold;
}

.weblog-entry-published-time-value {
  color: gray;
  margin: 3px 0 10px 0;
}

.weblog-entry-title {
  margin: 0 0 4px 0;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
}
.weblog-entry-title img {
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.weblog-entry-published-date {
  margin: 0 0 4px 0;
  padding: 0px;
  font-size: 90%;
}

.weblog-entry-published-date-value {
  color: gray;
}

.weblog-entry-description {
  margin: 0 0 10px 0;
  text-indent: 0;
  color: #444;
  line-height: 1.75em;
}
.weblog-entry-description h1, .weblog-entry-description h2, .weblog-entry-description h3, .weblog-entry-description h4 {
  margin: 0.5em 0 1em 0;
}
.weblog-entry-description h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f3f3f3;
}
.weblog-entry-description p {
  margin: 0 0 1em 0;
}

.weblog-entry-summary {
  margin: 0 0 10px 0;
  text-indent: 0;
  color: #555;
}

.weblog-entry-description ul, .weblog-entry-summary ul, .weblog-entry-description ol, .weblog-entry-summary ol {
  margin: 10px 0 10px 20px;
  padding: 0;
  color: #555;
}

.weblog-readmorelink {
  margin-bottom: 15px;
}

.weblog-entry-footer {
  color: #b2b2b2;
  font-size: 95%;
  font-family: Arial, Helvetica, Sans-serif;
  margin: 20px 0 10px 0;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}
.weblog-entry-footer .next-button, .weblog-entry-footer .prev-button {
  display: inline-block;
  vertical-align: middle;
}

a.weblog-entry-comments-link {
  padding: 2px 0 2px 17px;
  margin-left: 5px;
}

.weblog-entry-author-label, .weblog-entry-contributors-label {
  font-weight: bold;
}

.weblog-entry-approve-icon a {
  font-size: 85%;
  text-decoration: none;
}

.weblog-entry-unapproved-icon a {
  font-style: italic;
  font-size: 85%;
  text-decoration: none;
}

.weblog-entry-resubmit-icon {
  vertical-align: middle;
  margin-top: 2px;
}

.weblog-entry-reapprove-icon a {
  font-size: 85%;
  text-decoration: none;
}

.weblog-entry-status-rejected {
  font-style: italic;
  color: grey;
}
.weblog-entry-status-rejected a {
  font-style: italic;
  color: grey;
}

.weblog-entry-status-toBeApproved, .weblog-entry-status-resubmitted {
  font-style: italic;
}

#weblog-archive-sidebar {
  float: right;
  width: 200px;
  margin: 35px 10px 0 0;
  font-size: 85%;
}
#weblog-archive-sidebar ul {
  margin: 0;
  padding: 10px;
}
#weblog-archive-sidebar h3 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
}

#weblog-sidebar-actions {
  position: relative;
}
#weblog-sidebar-actions ul.action-listitems {
  list-style-type: none;
  margin: 0 0 20px 0;
  width: 200px;
  font-size: 13px;
  background-color: white;
  padding: 0;
  color: #383e42;
}
#weblog-sidebar-actions ul.action-listitems li {
  padding: 5px 0;
  line-height: 20px;
}
#weblog-sidebar-actions ul.action-listitems li a {
  display: block;
  color: #383E42;
  text-decoration: none;
}
#weblog-sidebar-actions ul.action-listitems li:link {
  color: #383E42;
  text-decoration: none;
}
#weblog-sidebar-actions ul.action-listitems li:visited {
  color: #383E42;
  text-decoration: none;
}
#weblog-sidebar-actions ul.action-listitems li .icon {
  font-size: 18px;
  color: #999999;
  float: left;
  position: relative;
  padding: 7px;
  margin-top: -7px;
  margin-right: 8px;
}
#weblog-sidebar-actions ul.action-listitems li img.linklabel {
  margin-right: 7px;
  max-width: 30px;
  max-height: 30px;
}
#weblog-sidebar-actions ul.action-listitems li.action-disabled {
  color: #D8E0E4;
}
#weblog-sidebar-actions ul.action-listitems li.action-disabled:hover {
  background-color: #FFF;
}
#weblog-sidebar-actions ul.action-listitems li:hover {
  background-color: #EDEFF1;
}
#weblog-sidebar-actions ul.action-listitems li.favorite-button span:before {
  content: "F";
  font-family: "icons" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
}

.icon-addentry {
  background: url("../../images/small/weblogentry_add.png") 50% 50% no-repeat;
  width: 32px;
  height: 32px;
}

.weblog-sidebar-section {
  margin-bottom: 15px;
}
.weblog-sidebar-section h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}
.weblog-sidebar-section img {
  border: 0;
  vertical-align: middle;
  margin-right: 3px;
}
.weblog-sidebar-section ul {
  list-style: none;
  padding: 10px;
}
.weblog-sidebar-section ul li {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  position: relative;
}
.weblog-sidebar-section ul li hr {
  margin: 0;
  padding: 0;
}

.weblog-copyright {
  clear: both;
}

.weblog-footer {
  clear: both;
  color: #b2b2b2;
  text-align: center;
  margin-bottom: 10px;
}
.weblog-footer .next-button, .weblog-footer .prev-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.weblog-copyright {
  clear: both;
  text-align: center;
  position: relative;
  font-size: 85%;
  color: #666;
  border-top: 1px solid #DCDEE0;
  padding: 5px 0;
  background: #F5F6F7;
}

.propertycontents .weblog-entry-edit-icon {
  padding-right: 10px;
}
.propertycontents #weblog-contents-wrapper {
  height: 1%;
  background: #fff;
  border-top: none;
}
.propertycontents #weblog-archive-sidebar {
  display: none;
}
.propertycontents .weblog-entry {
  padding: 20px;
  margin: 10px 0;
  font-size: 95%;
  background-color: #f9fafd;
}
.propertycontents .weblog-entry h2 {
  font-size: 120%;
  padding: 0;
  margin: 0 0 1em 0;
  display: inline-block;
}
.propertycontents .weblog-entry-description {
  line-height: 1.4em;
  margin-top: 10px;
}
.propertycontents .weblog-entry-published-date {
  float: right;
}
.propertycontents .weblog-entry-footer {
  font-size: 95%;
}
.propertycontents .weblog-copyright {
  display: none;
}

.sidebar-entries-list {
  padding: 10px !important;
}
.sidebar-entries-list li {
  margin-bottom: 10px;
  font-size: 13px;
  padding: 0 !important;
}
.sidebar-entries-list li i {
  font-size: 14px;
  vertical-align: middle;
}

/*# sourceMappingURL=weblog.css.map */
