/*
 * Globals
 */
 html {
	 position: relative;
 }
html, body {min-height: 100%;}



body {
  font-family: 'Helvetica Neue', Helvetica;
  font-size: 16px;
  color: #fff;
  background: #131220 url("images/bg.png") repeat left top;
  margin: 0 0 250px; /* bottom = footer height */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;

  /* Negative indent footer by its height */
}


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: #fff;
}

p {
	margin: 20px 0;
}




/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}







/*
 * Main column and sidebar layout
 */

#main {
	width:900px;
	margin: 30px 20px 0 20px;
}

#sidebar {
	width: 230px;
	margin-right: 30px;
	float: left;
}

#content {
	width: 640px;
	float: right;
}

#main img {
	width: 100%;
	height: 100%;
}

.blog-main {
  font-size: 16px;
  color: #ddd;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {

}
.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;
}

.social-icons {
	margin:15px 0 30px 0;
	padding-left: 0;
list-style: none;
}
.social-icons ul {
	margin-top: 0;
margin-bottom: 10px;
}
.social-icons a {
  position: relative;
  display: block;
  margin-top: 5px;
  background-color: #050505;
  color: #ccc;
  text-decoration: none;
}
.social-icons a:hover {
  color: #fff;
}
.social-icons .left {
	padding: 10px 10px;
	width: 40px;
	font-size:22px;
	background-color: #000;
	border-right: 1px solid #111;

}
.social-icons .right {
	padding: 10px 10px;
	font-size: 16px;
	text-transform: uppercase;
}



/* */

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * Footer
 */

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 350px;
	width: 100%;
	color: #999;
	background-color: #f9f9f9;
	background: url("images/bg-footer-2.png") no-repeat left bottom;
	z-index: -1;

}

#hashtag {
	margin-top: 10px;
	font-size: 20px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: rgba(255,255,255,.85);
	text-shadow: -2px 2px 0px #000;
	
}

.clear {
	clear: both;
}