/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
  /* background: #e4dddd; */
  background: #e9e9e9;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title, .blog-title a {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.blog-title a:hover {
	text-decoration: none;
	color: #900;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .blog-title {
    font-size: 36px;
  }
  .blog-post-title {
	  font-size: 36px;
  }
}
@media (min-width: 767px) {
	.blog-title {
		font-size: 72px;
	}
	.blog-post-title {
		font-size: 36px;
	}
}


/*
 * Main column and sidebar layout
 */

.blog-main, .blog-main blockquote {
  font-size: 16px;
  line-height: 1.5;
}
.blog-main blockquote {
	color: #777;
	border-left: 1px solid white;
}
.blog-main a, .blog-main a:visited {
	text-decoration: underline;
	color: #444;
	background: #ff4;
}
.blog-main a:hover {
	color: white;
	background: #900;
}
.blog-main q {
	color: #900;
}
.blog-main h3 {
	/* color: white; */
	color: #900;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.sidebar-module p {
	color: #888;
}
.sidebar-module p a {
	text-decoration: underline;
	color: #888;
}
.sidebar-module p a:hover {
	color: white;
	background: #888;
}
.sidebar-module p span.this_month {
	background: white;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.blog-post-meta a {
	color: #888;
	background: none;
	text-decoration: underline;
}
.blog-post-meta a:hover {
	color: white;
	background: #888;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*
 * Google Custom Site Search box
 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible, .gsc-search-button, .gsc-search-button-v2 {
        box-sizing: content-box !important;
    }
	.gsc-control-cse, .cse {
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}
	.cse {
		color: red !important;
	}
