/* Begin Posts css */

#post-top-wrapper {
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #F0F0F0), color-stop(1, #FFFFFF));
	background-size: cover;
	width: 100%;
	margin: 0 auto;
}

#post-top-wrapper .header {
	width: 760px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}

#post-top-wrapper .logo img {
	padding-top: 30px;
	width: 198px;
	height: 54px;
}

#post-top-wrapper .post-title {
	width: 100%;
	position: absolute;
	bottom: 7px;
}

#post-top-wrapper h1 {
	margin-bottom: -20px;
	font-family: "Proxima N W01 Light", Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 54px;
	line-height: 60px;
	color: #000;
}

#post-top-wrapper h2 {
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	opacity: 0.4;
}

#post-content {
	width: 760px;
	margin: 25px auto;
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 19px;
	color: #666666;
}

#post-content a {
	border-bottom: 1px solid #cbcbcb;
}

#post-content h2, h3, h4 {
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	font-weight: normal;
 	color: #000;
}

#post-content h2 {
 	font-size: 32px;
}

#post-content h3 {
 	font-size: 26px;
}

#post-content h4 {
 	font-size: 22px;
}

.description_overlay {  
    position: relative;
    text-align: left;
}  

.description {  
    position: absolute; 
    bottom: 0px;
    left: 0px;  
    display: none; 
    background-color: black;  
    font-size: 0.8em;  
    color: white; 
    text-align: left;
    width: 100%;
}  

.description_content {  
    padding: 10px; 
    text-align: left;
}

blockquote {
	border-left: 2px solid #cccccc;
	padding-left: 10px;
	font-size: 32px;
	font-style: italic;
}

blockquote:last-child {
	margin-bottom: 0;
}

pre {
	border: 1px solid #FFDAE0;
}

pre,
code {
	font-size: 17px;
  border-radius: 3px;
  background-color: #FFF7F8;
  color: #A9404D;
}

h3 code {
	font-size: 24px;
}

pre {
  padding: 8px 12px;
  overflow-x: scroll;
}

.float-right {
	margin: 0 0 20px 20px;
	width: 40%;
	float: right;
	font-size: 36px;
	font-style: italic;
	line-height: 40px;
}

.float-left {
	margin: 0 20px 20px 0;
	width: 40%;
	float: left;
	font-size: 36px;
	font-style: italic;
	line-height: 40px;
}

.caption {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	width: 100%;
	line-height: 12px;
	margin-top: 10px;
}

#post-content ul {
	list-style-type: square;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	text-align: center;
}

#footer hr {
	opacity: 0.1;
}

nav ul {
	padding: 0;
}

nav li {
	display: inline;
	padding: 0 25px;
}

nav li:first-child {
	padding-left: 0;
}

nav li:last-child {
	padding-right: 0;
}

@media only screen and (min-width: 569px) and (max-width: 790px){
	#post-top-wrapper .header {
		width: 90%;
		height: 250px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#post-top-wrapper .logo img {
		padding-top: 20px;
		width: 30%;
		height: 30%;
	}

	#post-content {
		width: 90%;
		margin: 25px auto;
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 17px;
		color: #666666;
	}
	#post-content h2, h3, h4 {
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: normal;
	 	color: #000;
	}
	
	#post-content h2 {
	 	font-size: 28px;
	}
	
	#post-content h3 {
	 	font-size: 24px;
	}
	
	#post-content h4 {
		font-size: 22px;
	}
	
	#post-top-wrapper h1 {
		margin-bottom: -10px;
		font-family: "Proxima N W01 Light", Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 38px;
		line-height: 38px;
		color: #000;
	}
	#post-top-wrapper h2 {
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: normal;
		font-size: 17px;
		color: #000;
		opacity: 0.4;
	}
	pre,
	code {
		font-size: 15px;
	}
	#footer {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px 0;
		text-align: center;
	}
	nav li {
		display: inline;
		padding: 0 25px;
	}
	blockquote {
		font-size: 20px;
	}
	.float-right {
		margin: 0;
		width: 100%;
		float: none;
		font-size: 36px;
		font-style: italic;
		line-height: 40px;
		text-align: center;
	}
	.float-left {
		margin: 0;
		width: 100%;
		float: none;
		font-size: 36px;
		font-style: italic;
		line-height: 40px;
		text-align: center;
	}	
}

@media only screen and (min-width: 320px) and (max-width: 568px){
	#post-top-wrapper .header {
		width: 90%;
		height: 250px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#post-top-wrapper .logo img {
		padding-top: 20px;
		width: 30%;
		height: 30%;
	}
	#post-content {
		width: 90%;
		margin: 25px auto;
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 17px;
		color: #666666;
	}
	#post-content h2, h3, h4 {
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: normal;
	 	color: #000;
	}
	
	#post-content h2 {
	 	font-size: 28px;
	}
	
	#post-content h3 {
	 	font-size: 24px;
	}
	
	#post-content h4 {
	 	font-size: 17px;
	}
	
	#post-top-wrapper h1 {
		margin-bottom: -10px;
		font-family: "Proxima N W01 Light", Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 38px;
		line-height: 38px;
		color: #000;
	}
	#post-top-wrapper h2 {
		font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
		font-weight: normal;
		font-size: 17px;
		color: #000;
		opacity: 0.4;
	}
	pre,
	code {
		font-size: 15px;
	}
	#footer {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px 0;
		text-align: center;
	}
	nav li {
		display: block;
		padding: 0 0px;
		line-height: 40px;
	}
	blockquote {
		font-size: 20px;
	}
	.float-right {
		margin: 0;
		width: 100%;
		float: none;
		font-size: 36px;
		font-style: italic;
		line-height: 40px;
		text-align: center;
	}
	.float-left {
		margin: 0;
		width: 100%;
		float: none;
		font-size: 36px;
		font-style: italic;
		line-height: 40px;
		text-align: center;
	}
	
}
}