/* 
#####################################
	Overrides of bootstrap.css 
#####################################
*/
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
  	width: 970px;
    max-width: 970px;
  }
}
/*.jekyll-content {
  width: 750px;
}
*/
body {
  font-family: Optima, Palatino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
p {
  margin: 0 0 25px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, Menlo, monospace, "Courier New";
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
}
pre {
	margin: 0 0 25px 0;
}

/* Customize the navbar for my purposes */
.navbar {
	min-height: 40px;
	margin-bottom: 40px;
}
.navbar-inverse {
	border-radius: 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mobile-header {
  min-height: 40px;
  background-color: #222;
  text-align: center;
  color: #fff;
}
div .mobile-header h3 {
  margin-top: 0px
}
.post-title{
	margin: 0 0 -10px -10px;
}
.post-title a {
	color: #333;
}
.post-date{
	margin: 0 0 0 -10px;
	padding: 0 0 30px;
}
.post-date-archives {
  margin: 0 0 0 -10px;
  padding: 0 0 0;
}
.post-footer {
	margin-top: 40px;
	margin-bottom:80px;
	margin-left:-10px;
}
.post-end {
	margin-top: 40px;
	margin-bottom:-20px;
}
.pagination-section {
	margin-bottom: 40px;
}
.archives {
  margin-bottom: 80px;
}
footer .row {
  background-color: #eeeeee;
  margin-right: -20px;
  margin-left: -20px;
  padding-bottom: 18px;
  padding-top: 18px;
}
footer, footer p {
  font-size: 13px;
}
footer, footer ul {
  padding-left: 20px;
}
.unstyled {
  margin-bottom: 0px;
}
div .about ul {
	padding-left:20px;
	font-size:85%;
}
.list-contact {
	padding-left:20px;
	list-style: none;
}
.last-section-in-content {
	margin-bottom: 80px;
}
.gist {
	font-size: 70%;
	margin-bottom: 25px;
}