@charset "utf-8";
/* CSS Document */
/* Website #1 Customization */

/* Use this to customize for each specific site */
.site-title {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
}
.site-description {
    font-size: 18px;
    font-style: italic;
    line-height: 1.2em;
}
#header {
    background: #012f66;
    color: #fff;
    border-bottom: 7px solid #ffcc66;
    padding: 10px 0;
}
#header a {
    color: #fff !important;
}
a.header-book-link {
    background: #ffcc00;
    padding: 2%;
    display: inline-block;
    float: right;
    border: 2px solid;
}
#nav {
    display: none;
}
#body {
  background-color: #f6f6f6;
}
a, #post-area p a {
    color: #0961cd;
}
h2, h3, a.main-headline-sidebar {
	font-family: 'Roboto','Segoe UI','Arial',sans-serif;
}
#post-area h2 {
    border-left: 5px solid #ffcc00;
    padding: 5px 10px;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 800;
}
#post-area h3 {
	margin-bottom: 1em !important;
}
.header-icon-title {
	display: none;
}
.permclosed, .closedtag-inline {
    background: red;
    color: #fff;
    padding: 1%;
    margin-bottom: 1em;
}
.closedtag-inline {
	display: inline;
}
.widget-text-list {
    margin-bottom: 1em;
}
p.widget-text-list-post-title {
    margin-bottom: 0;
}
p.widget-text-list-post-title a {
    font-size: 1.0em !important;
    margin-bottom: 0;
    line-height: 1.2em;
}
p.widget-text-list-post-excerpt {
    font-size: 90%;
    line-height: 1.25em;
    color: #777;
}
/* Wiki and Timeline */
#timeline-container {
    overflow: hidden;
    float: left;
    width: 100%;
}
#timeline-container ul li, #timeline-container ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
ul.timeline-sub-repeater {
	float: left;
	overflow: hidden;
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100%;
}
ul.timeline-sub-repeater li {
    float: left;
    overflow: hidden;
    margin-bottom: 0.5em !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em !important;
	font-size: 18px !important;
}
.timeline-pic-float {
	width: 80px;
	float: left;
	margin-right: 2%;
}
.timeline-content-float {
    float: left;
    width: calc(98% - 80px);
    position: relative;
}
.timeline-content-float p {
    margin-bottom: 0 !important;
	font-size: 18px !important;
}
#timeline-container h2 {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 1% !important;
}
.timeline-menu a {
    color: #fff !important;
	background:#0065ca;
    padding: 5px 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
#home-floating-icon {
    display: none;
}
.book-sidebar-img {
    width: 45%;
    margin-right: 2%;
    float: left;
}