
/* Custom styles for Confluence (included for all themes by default) */

/* ########## HEADER BREADCRUMB ########## */
#breadcrumbs .first {
  font-weight: bold;
}

/* ########## PAGE TITLE ########## */
#main {
  padding-top: 0em;
}

#title-heading {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#title-text a {
  color: #003366;
  font-size: 1.05em;
}

/* ########## PAGE METADATA ########## */
.page-metadata {
  font-size: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 1.9em;
}

.page-metadata a:link,.page-metadata a:active,.page-metadata a:hover,.page-metadata a:visited {
  font-size: 1em;
}

.page-metadata.not-personal {
  font-size: 0.7em;
}

/* ########## SPLITTER CONTENT ########## */
#splitter-sidebar h2 {
  margin-bottom: 5px;
}

#splitter-sidebar h3 {
  margin: 7px 0px 0px 6px;
  border-bottom: 0px;
  font-weight: normal;
  text-decoration: none;
}

/* ########## PAGE CONTENT ########## */
.wiki-content a.external-link {
  text-decoration: underline;
}

/* ########## COMMENTS LABELS AND CONTENT DASHED LINE ########## */
#comments-section {
  border-top: 1px dashed #CCCCCC;
}

#labels-section {
  margin: 40px 0px 10px;
}

#main-content {
  border-bottom: 0px;
}

/* ########## NAVIGATION BAR FOR IPAD ########## */

#theme-footer .expand-container {
    border-top: 1px dashed #CCC;
    padding: 20px;
    text-align: left;
}

#main {
    padding-bottom: 0px;
}

/* ########## BLOG POSTS ########## */
.blog-post-listing {
  background-color: #D8E4F1;
  padding: 0em;
  line-height: 8pt;
  border: 1px solid #9EB6D4;
  font-size: 0.8em;
  margin-bottom: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.blog-post-listing .logo-heading-block {
  padding-top: 5px;
  padding-right: 1em;
  padding-left: 67px;
  min-height: 5em;
  border-bottom: 1px solid #9EB6D4;
}

.blog-post-listing .wiki-content {
  padding: 0.7em 0.7em;
  background-color: #FFF;
}

.blog-post-listing .blogHeading a.blogHeading {
  font-size: 1.7em;
  padding-bottom: 10px;
  margin: 0.2em 0;
  color: #036;
}

.blog-post-listing .blogHeading .page-metadata a {
  color: #3C78B5;
}

.blog-post-list li.blog-item {
  list-style: none
}

.blog-post-listing .endsection {
  text-align: right;
  padding: 0.3em 1em;
  font-size: 0.8em;
  background-color: #D8E4F1;
  border-top: 1px dashed #9EB6D4;
  color: #222;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.blog-post-listing .endsection a {
  color: #222;
}

/* End custom styles for Confluence */


