/* Main style settings for all pages on front end (admin pages excluded) */

html {
  margin: 0; overflow-x: hidden;
}

body {
  background-color: #404040;
  background-image: url('../images/space.jpg');
  background-attachment: fixed;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 120%;
}

/* Style settings for top navigation (navbar) */

nav.navbar .navbar-brand {
  text-transform: uppercase;
  font-size: 2.1em;
}

ul.nav li a {
  font-size: 1.32em;
}

ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

ul.dropdown-menu li {
  background-color: #333;
}

ul.dropdown-menu li a {
  font-size: 1.25em;
  color: #bbb;
}

ul.dropdown-menu li a:hover {
  background-color: #770077;
  font-size: 1.25em;
  color: #ddd;
}

li.dropdown.active {
  background: #000;
}

/* Style settings for jumbotron on start page index.php */

div.jumbotron {
  background-color: #303030;
  border-bottom: 8px solid #770077;
  height: 220px;
}

div.jumbotron div.title {
  padding-left: 0;
}

div.jumbotron div.title h1 {
  color: #B70D34;
  font-size: 4em;
  margin-top: 30px;
  margin-bottom: 20px;
}

div.jumbotron div.title h1 a {
  color: inherit;
  text-decoration: none;
}

div.jumbotron div.title h1 a:hover {
  color: #a70D34;
  text-decoration: none;
}

div.jumbotron div.icons p {
  margin-top: 20px;
}

div.jumbotron div.icons p a,
div.jumbotron div.icons p a:hover {
  text-decoration: none;
}

div.jumbotron div.tagline {
  padding-left: 0;
  padding-right: 0;
}

div.jumbotron div.tagline p {
  font-size: 1.89555em;
  color: #777;
}

/* Style settings for page main content (blog posts wrapper) on application start page index.php */

section#wrapper {
  background: transparent;
  padding: 0;
  margin-top: 60px;
}

div#main-wrapper {
  background: inherit;
  min-height: 300px;
  padding: 0;
}

article.post-wrapper,
article.single-post-wrapper {
  background-color: #444;
  border: 1px solid #444;
  border-radius: 10px;
  margin-bottom: 60px;
  min-height: 300px;
}

article.post-wrapper {
  padding: 20px;
  box-sizing: padding-box;
}

article.single-post-wrapper {
  padding: 25px;
  box-sizing: padding-box;
}

div.post {
  background-color: #eee;
  border: 6px solid #990099;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  box-sizing: padding-box;
}

article.single-post-wrapper div.post {
  padding: 30px;
}

div.post header {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
}

div.post header p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.25em;
  color: #969696;
  margin-bottom: -2px;
}

div.post header p time {
  color: inherit;
  font-size: inherit;
}

div.post header p span.author a {
  color: #bb00bb;
  text-transform: uppercase;
}

div.post header p span.author a:hover {
  color: #990099;
  text-transform: uppercase;
}

div.post header p span.cmt-count {
  color: GoldenRod;
  font-weight: bold;
}

div.post div.title {
  margin: 25px 0 25px 0;
}

div.post div.title h2 {
  font-size: 2.2em !important;
}

article.single-post-wrapper div.post div.title h2 {
  font-size: 2.45em !important;
  margin-top: -10px;
}

div.post div.title h2 a {
  color: #404040;
  text-decoration: none;
}

div.post div.title h2 a:hover {
  color: #A30D37;
  text-decoration: none;
}

div.post div.ingress {
  font-family: Cambria, Georgia, serif;
  font-size: 1.8em;
  color: #777;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 35px;
}

div.post div.ingress p {
  font-family: Cambria, Georgia, serif;
  font-size: inherit;
  color: #777;
  line-height: inherit;
}

div.post div.content {
  font-family: Cambria, Georgia, serif;
  font-size: 1.8em;
  color: #666;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.post div.content p {
  font-family: Cambria, Georgia, serif;
  font-size: inherit;
  color: #666;
  margin-bottom: 35px;
  line-height: inherit;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  font-size: inherit;
  color: #999;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.6em;
}

blockquote p {
  display: inline;
}

div.post a {
  font-family: inherit;
  font-size: inherit;
  color: #00cc00;
  font-weight: bold;
  text-decoration: none;
}

div.post a:hover {
  color: #ee6600;
  text-decoration: underline;
}

p.read-more {
  margin-top: -10px;
}

p.read-more a, p.read-more a:hover {
  font-size: 65%;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

div.post footer {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
  margin-top: -40px;
  padding: 10px;
}

div.post footer p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.25em;
  color: #969696;
  margin-bottom: -2px;
}

div.post footer p span.category a {
  color: #FABA03;
  text-transform: uppercase;
}

div.post footer p span.category a:hover {
  color: #EAAA00;
  text-transform: uppercase;
}

div.post footer p span.tags a {
  color: #009900;
}

div.post footer p span.tags a:hover {
  color: #008800;
}

div#edit-post-link {
  margin-top: -10px !important;
}

div#edit-post-link p a {
  font-size: 1.2em;
  color: #999;
}

/* Pagination system on index.php, category.php, tag.php, search-result.php, discuss.php (forum) and guestbook.php */

ul.pager li a {
  background-color: #444444 !important;
  color: #fff;
}

ul.pager li a.active_link {
  background-color: #880088 !important;
  color: #fff;
}

/* Style settings for post meta data, such as timestamp, author name, category and tags, contained in a section wrapper */

section#metadata-wrapper {
  background-color: #444;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 6px solid #770077;
  border-right: 6px solid #007700;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  box-sizing: padding-box;
  margin-bottom: 60px;
}

section#metadata-wrapper p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.3em;
  color: #bbb;
  margin-bottom: -2px;
}

section#metadata-wrapper p span.author a {
  color: #bb00bb;
  text-transform: uppercase;
}

section#metadata-wrapper p span.author a:hover {
  color: #aa00aa;
  text-transform: uppercase;
}

section#metadata-wrapper p time {
  color: #999;
  font-style: normal;
}

section#metadata-wrapper p span.category a {
  color: #FABA03;
  text-transform: uppercase;
}

section#metadata-wrapper p span.category a:hover {
  color: #EAAA00;
  text-transform: uppercase;
}

section#metadata-wrapper p span.tags a {
  color: #00bb00;
}

section#metadata-wrapper p span.tags a:hover {
  color: #00aa00;
}

/* Style settings for alert boxes on all pages */

div.alert-success {
  background-color: #009900;
  border: 1px solid #008800;
  font-size: 1.25em !important;
  color: #fff;
}

div.alert-danger {
  background-color: #990000;
  border: 1px solid #880000;
  font-size: 1.25em !important;
  color: #fff;
}

/* Style settings for comments and comment form on page single-post.php */

section#comment-form-box {
  background-color: #444;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 6px solid #770077;
  border-right: 6px solid #007700;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  box-sizing: padding-box;
}

section#comment-form-box #comments-box h2 {
  color: #bb00bb;
  margin-top: -2px;
  margin-bottom: 20px;
}

div#comments-box .comment-box {
  background-color: #505050;
  border-top: 2px solid #606060;
  border-bottom: 2px solid #606060;
  border-left: 4px solid #008800;
  border-right: 4px solid #880088;
  border-radius: 6px;
  padding: 12px 20px 12px 20px;
  color: #ccc;
  font-size: 1.295em;
  margin-bottom: 25px;
}

div#comments-box .comment-box header time,
div.replies-box .reply-box header time {
  color: #999;
  font-style: normal;
}

div#comments-box .comment-box header span.cmt-author,
div.replies-box .reply-box header span.cmt-author {
  color: GoldenRod;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  font-size: 1.25em !important;
}

div#comments-box .comment-box header span.cmt-author a,
div.replies-box .reply-box header span.cmt-author a {
  color: GoldenRod;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  font-size: inherit !important;
}

div#comments-box .comment-box header span.cmt-author a:hover,
div.replies-box .reply-box header span.cmt-author a:hover {
  color: DarkGoldenRod;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  font-size: inherit !important;
}

div#comments-box .comment-box .comment-body {
  border-left: 2px solid #FDC502;
  border-right: 2px solid #ee6600;
  padding: 10px 15px 10px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #545454;
}

div.replies-box {
  display: none;
}

div.replies-box div.reply-box {
  background-color: #606060;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  border-left: 4px solid #880088;
  border-right: 4px solid #008800;
  border-radius: 6px;
  padding: 15px 20px 30px 20px;
  color: #ddd;
  font-size: inherit;
  margin-top: 25px;
}

div.reply-box div.reply-body {
  color: #ddd;
  font-size: inherit;
  border-right: 2px solid #FDC502;
  border-left: 2px solid #ee6600;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 5px 15px;
  background-color: #646464;
}

div.reply-box div.reply-body p {
  color: #ddd;
  font-size: inherit;
}

div#form-box {
  margin-top: 40px;
}

div#form-box form label {
  font-size: 1.2em;
  color: #888;
}

div#form-box form input,
div#form-box form textarea {
  background-color: #484848;
  border: 2px solid #777;
  color: #ccc;
  resize: vertical;
}

div.reply-report-box {
  width: inherit;
  margin-top: 20px;
}

span.open-form, span.show-replies {
  cursor: pointer;
  color: DarkGoldenRod;
}

div.clear {
  clear: both;
}

div.reply-form-box {
  margin-bottom: 45px;
  margin-top: 15px;
  display: none;
}

div.reply-form-box form input,
div.reply-form-box form textarea {
  background-color: #585858;
  border: 2px solid #888;
  font-size: inherit;
  color: #ddd;
  resize: vertical;
}

div#form-box form button,
div.reply-form-box form button {
  width: 49.7%;
}

div#form-box form button#reset,
div.reply-form-box form button#cancel {
  background-color: #e96600;
  border: 1px solid #d95500;
  color: #fff;
}

div#form-box form button#reset:hover,
div.reply-form-box form button#cancel:hover {
  background-color: #d95500;
  border: 1px solid #c94400;
  color: #fff;
}

div#form-box form button#reset:focus,
div.reply-form-box form button#cancel:focus {
  background-color: #d95500;
  border: 1px solid #c94400;
  outline: 3px solid #e96600;
  color: #fff;
}

div#form-box form button#submit,
div.reply-form-box form button#reply-btn {
  background-color: #008800;
  border: 1px solid #007700;
  color: #fff;
}

div#form-box form button#submit:hover,
div.reply-form-box form button#reply-btn:hover {
  background-color: #007700;
  border: 1px solid #006600;
  color: #fff;
}

div#form-box form button#submit:focus,
div.reply-form-box form button#reply-btn:focus {
  background-color: #007700;
  border: 1px solid #006600;
  outline: 3px solid #008800;
  color: #fff;
}

/* Style settings for category.php, tag.php and search-result.php (where posts, by category, tag or search term is displayed) */

div#cat-intro {
  padding: 2px 15px 10px 15px;
  background-color: #444444;
  margin-bottom: 45px;
  margin-top: -15px;
  border-left: 4px solid #880088;
  border-right: 4px solid #880088;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}

div#cat-intro h3, div#cat-intro h4 {
  color: #aaa;
}

div#cat-intro h3 span, div#cat-intro h4 span {
  color: GoldenRod;
}

div#search-form {
  background-color: #444444;
  border-left: 4px solid #880088;
  border-right: 4px solid #880088;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  margin-top: 20px;
  padding: 10px;
}

div#search-form form {
  background-color: inherit;
}

div#search-form form input {
  background-color: #505050;
  color: #ccc;
}


/* Style settings for the contact page (contact.php) */

div#contact-form-wrap {
  background-color: #404040;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  border-left: 4px solid #770077;
  border-right: 4px solid #007700;
  border-radius: 10px;
  padding: 3px 20px 20px 20px;
}

div#contact-form-wrap h2 {
  color: #aaa;
  margin-bottom: 20px;
}

div#contact-form-wrap form label {
  font-size: 1.25em;
  color: #999;
}

div#contact-form-wrap form input, div#contact-form-wrap form textarea {
  background-color: #505050;
  border: 2px solid #606060;
  font-size: 1.35em;
  color: #ccc;
}

div#contact-form-wrap form button {
  width: 49.7%;
}

/* Style settings for the guestbook and the forum entries and the form (guestbook.php and discuss.php) */

div#entries-box div.entry-box {
  background-color: #474747;
  padding: 10px 15px 33px 15px;
  margin-bottom: 25px;
  border-left: 3px solid #007700;
  border-right: 3px solid #770077;
  border-radius: 6px;
  font-size: 1.2em;
  color: #ccc;
}

div#entries-box div.entry-box header p time {
  color: #bb00bb;
  font-style: normal;
}

div#entries-box div.entry-box header p span.author, div#entries-box div.entry-box header p span.author a {
  color: GoldenRod;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
}

div#entries-box div.entry-box header p span.author {
  font-size: 1.33em;
}

div#entries-box div.entry-box header p span.author a {
  font-size: inherit;
}

div#entries-box div.entry-box header p span.author a:hover {
  color: DarkGoldenRod;
}

div#entries-box div.entry-box div.entry {
  background-color: #494949;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  border-right: 3px solid #007700;
  border-left: 3px solid #770077;
  border-radius: 6px;
  font-family: Cambria, Georgia, serif;
  font-size: 1.2em;
  color: #ccc;
}

/* Additional style settings for the forum on the page discuss.php */

div.forum-wrap div#entries-box div.entry-box {
  padding-bottom: 20px;
}

div.forum-wrap div#entries-box div.entry-box footer.entry-footer {
  padding-bottom: 30px !important;
}

div.forum-wrap div#entries-box div.entry-box div.replies-wrap {
  display: none;
}

div.forum-wrap div#entries-box div.entry-box div.replies-wrap div.reply-wrap {
  background-color: #474747;
  padding: 10px 15px 30px 15px;
  margin-bottom: 25px;
  border-right: 3px solid #007700;
  border-left: 3px solid #770077;
  border-radius: 6px;
  font-size: inherit;
  color: #ccc;
}

div.forum-wrap div#entries-box div.entry-box div.replies-wrap div.reply-wrap div.reply {
  background-color: #494949;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  border-left: 3px solid #007700;
  border-right: 3px solid #770077;
  border-radius: 6px;
  font-family: Cambria, Georgia, serif;
  font-size: 1.2em;
  color: #ccc;
}

div.reply-form-wrapper {
  margin-bottom: 43px;
  display: none;
}

div.forum-wrap div.entry-box form input, div.forum-wrap div.entry-box form textarea {
  background-color: #505050;
  border: 2px solid #606060;
  font-size: 1.2em;
  color: #ccc;
}

div.forum-wrap div.entry-box form button {
  width: 49.7%;
}


/* Style settings for sidebar components and footer components on all pages except the start page */

aside#sidebar-wrapper {
  padding: 0;
}

div.sidebar, div.widget {
  background-color: #333;
  border-bottom: 3px solid #282828;
  border-radius: 6px;
  min-height: 100px;
  padding: 0 !important;
}

div.sidebar {
  margin-bottom: 60px;
}

div.widget {
  margin-top: 20px;
  margin-bottom: 15px;
}

div.sidebar div.title-box,
div.widget div.title-box {
  background-color: #282828;
  border-bottom: 4px solid #770077;
  border-radius: 6px;
  box-sizing: border-box;

}

div.sidebar div.title-box {
  width: 100%;
  margin-top: 0px !important;
  padding: 5px 0 7px 0;
  box-sizing: padding-box;
}

div.widget div.title-box {
  margin: 0 0px 0 25px;
  padding: 5px 0 7px 0;
}

div.widget div.title-box-right {
  margin-right: 25px;
}

div.sidebar div.title-box h3,
div.widget div.title-box h3 {
  color: #777;
  text-transform: uppercase;
  text-align: center;
}

div.sidebar div.link-box,
div.widget div.link-box {
  background-color: inherit;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.widget div.link-box {
  margin-left: 25px;
  margin-right: 25px;
}

div.sidebar div.link-box ul,
div.widget div.link-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.sidebar div.link-box ul li {
  margin: 0 20px 6px 20px;
}

div.widget div.link-box ul li {
  margin: 0 10px 6px 10px;
}

div.sidebar div.link-box ul li a,
div.widget div.link-box ul li a {
  font-size: 1.198em;
  color: #aaa;
  text-decoration: none;
}

div.sidebar div.link-box ul li a:hover,
div.widget div.link-box ul li a:hover {
  color: #F3A401;
  text-decoration: underline;
  margin-left: 5px;
}

div.sidebar div.link-box ul li a:visited,
div.widget div.link-box ul li a:visited {
  color: #048736;
  text-decoration: none;
}

div.sidebar div.login-box {
  background-color: inherit;
  padding: 20px;
  box-sizing: padding-box;
}

div.sidebar div.login-box form input {
  background-color: #444;
  border: 2px solid #666;
  color: #ccc;
}

div.sidebar div.login-box form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #444 inset !important;
  -webkit-text-fill-color: #ccc;
}

div.sidebar div.login-box form button {
  background-color: #009900;
  border: 1px solid #008800;
  color: #fff;
  margin-bottom: -15px;
}

div.sidebar div.login-box form button:hover {
  background-color: #008800;
  border: 1px solid #007700;
  color: #fff;
}

div.sidebar div.login-box form button:focus {
  background-color: #008800;
  border: 1px solid #007700;
  outline: 3px solid #009900;
  color: #fff;
}

/* Style settings for the footer on application start page (index.php) */

footer#start-page-footer, footer#page-footer {
  background-color: #303030;
  border-top: 8px solid #770077;
  min-height: 80px;
}

footer#start-page-footer p, footer#page-footer p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.25em;
  color: #999;
  text-align: center;
  margin-top: 25px;
}

/* Style settings for the footer on all other pages */

footer#page-footer {
  margin-top: 60px;
}

div.widgets-wrap {
  display: table !important;
  width: 100% !important;
  background-color: #333333;
  border: 1px solid #000;
}

div.widgets-wrap div.widget {
  display: table-cell !important;
  border: none;
}

footer#page-footer #footer-info {
  padding-bottom: 20px;
}
