/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
/*  padding-top: 70px;
*/}
footer {
  padding: 30px 0;
}


/*
 * Blog Custom
 * --------------------------------------------------
 */

.meta {
    color: #999;

}
#banner {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
/*  background-color: #ebebeb;*/
}
#banner .banner-inner {
  width: 728px;
  margin: 0 auto 0 auto;
}
.navbar {
  border: 0px;
  border-top: 1px solid transparent;
  border-radius: 0;
}
.navbar-inverse {
	background-color: #1E8CBE;
	border-color: #21759B;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-inverse .navbar-toggle {
  border-color: #ddd;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #00ACED;
}

.mobile-follow {
  padding: 5px 15px;
}

#sidebar {
	margin: 0px 0 0 0;
}
#sidebar li {
	list-style-type: none;
}

#sidebar h3 {
	margin: 0px 0 15px 15px;
}
#posts-nav {
	padding: 0 0 0 0px;
}
#posts-nav li {
	margin: 0;
	border-bottom: 1px solid #B9BFC1;
}


.hamburger-text {
}

#social-tools {
  padding: 45px 0;
}

footer {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
#home .post-excerpts {
  margin: 0;
  padding: 0;
}
#home .post-excerpts li{
  list-style-type: none;
}


@media (max-width: 728px) {
   .post-image-full{
      width: 100%;
      height: auto;
   }
}

/*sidebar*/

/* 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;
}
