/* Begin Archive css */

#archive-wrapper {
	width: 760px;
	margin: 0 auto;
}

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

#archive-wrapper .post-title {
	width: 100%;
}

#archive-wrapper h1 {
	margin-bottom: -17px;
	font-family: "Proxima N W01 Light", Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 34px;
	color: #000;
}

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

#archive-wrapper h4 {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#archive-wrapper p {
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	font-weight: normal;
	opacity: 0.7;
	padding-bottom: 10px;
}

.border-left {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding: 2px 10px 2px 0;
}

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

#footer hr {
	display: none;
}

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

.pagination {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.previous, .next {
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	border: 1px solid #D1D1D1;
	border-radius: 300px;
	padding: 10px 20px 7px 20px;
	text-transform: uppercase;
}

.previous:hover, .next:hover {
	border: 1px solid #B2B2B2;
}
.previous {
	float: left;
}

.previous_hide {
	display: none;
}

.next {
	float: right;
}

@media only screen and (min-width: 320px) and (max-width: 790px){
	#archive-wrapper {
		width: 90%;
		height: 250px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#footer {
        clear: both;
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px 0;
		text-align: center;
	}
	.border-left {
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
		padding: 2px 10px 2px 10px;
	}
	nav li {
		display: block;
		padding: 0 0px;
		line-height: 40px;
	}
}