/**
 *
 */

h1 {
	padding: 80px 0 18px;

	font-size: 40px;
	line-height: 40px;
	color: #505762;
}
	.search h1 {
		padding: 60px 0;
	}

.date {
	font-size: 10.5px;
	line-height: 12px; 
}

#top {
	overflow: hidden;
	padding: 20px 35px;
	font-size: 10.5px; 
	background: #fff;
	border-bottom: 1px solid rgba(22,36,54,.1);
}
	#top a {
		float: left;

		font-size: 13px;
		font-weight: 500;
		text-decoration: none;

		color: #8895a7;
	}
		#top #logo:hover, #top ul a:hover, #top ul .active a, .posts .items li:first-child h2 a:hover, p a:hover {
			color: #4171b1;
		}
	#top ul {
		list-style: none;
		float: right;
	}
		#top ul li {
			float: left;
			padding-left: 40px;
		}
		#top ul a {
			display: inline-block;
			color: #555f6d;
		}
		#top ul img {
			display: inline-block;
			vertical-align: middle;

			position: relative;
			top: -2px;

			width: 16px;
			height: 16px;

			opacity: .4;
		}
			#top ul a:hover img {
				opacity: .7;
			}
			#top ul a.active img {
				opacity: 1;
			}

#sidebar {
	position: absolute; 
	padding-left: 20px; 
	top: 110px; 
	float: left; 
	width: 200px; 
}

	#sidebar a {
		float: left;

		font-size: 13px;
		font-weight: 500;
		text-decoration: none;

		color: #8895a7;
	}
		#sidebar #logo:hover, #sidebar ul a:hover, #sidebar ul .active a, .posts .items li:first-child h2 a:hover, p a:hover {
			color: #4171b1;
		}
	#sidebar ul {
		list-style: none;
		text-align: center; 
		letter-spacing: .05em; 
	}
		#sidebar ul li {
		}
		#sidebar ul a {
			display: block;
			width: 100%; 
			color: #424242;
			border: .1em #707070 solid; 
			font-family: 'Roboto Slab', serif;
			text-transform: uppercase;
			padding-left: .3em;
			margin-bottom: .3em;
		}
		#sidebar ul a:hover {
			color: #ffffff; 
			background: #555f6d; 
		}	
		.active {
			color: #ffffff; 
			background: #aaafb6; 
		}	
		#sidebar ul img {
			display: inline-block;
			vertical-align: middle;

			position: relative;
			top: -2px;

			width: 16px;
			height: 16px;

			opacity: .4;
		}
			#sidebar ul a:hover img {
				opacity: .7;
			}
			#sidebar ul a.active img {
				opacity: 1;
			}

.navtitle {
	border-bottom: 1px solid #F0F0F0;
	display: block;
	padding-top: 20px; 
	text-align: center; 
}
/**
 *   Index page listing, category listing, search page results
 */
.items {
	list-style: none;
}
	.items > li {
		padding: 100px 0 60px;
	}
		.posts .items > li:first-child {
			background: #fff !important;
			padding: 110px 0;
		}
			.items li h1 a, .posts .items > li:first-child h2 a {
				color: #3d4551;
			}
	.items h1 {
		padding: 0 0 8px;
	}
		.items h1 a {
			text-decoration: none;
		}
	.items h2 {
		font-size: 32px;
		line-height: 41px;
	}
		.items h2 a {
			display: block;
			padding-bottom: 12px;

			text-decoration: none;
		}
			.items h2 a:hover {

			}
	.items .content {
		padding: 10px 0 0;
	}
		.items .content p {
			padding-bottom: 15px;
		}

/**
 *   Pagination
 */
.pagination {
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 50px;

	border-top: 1px solid rgba(22,36,54,.1);
	border-bottom: 1px solid rgba(22,36,54,.1);
}
	.pagination:empty {
		display: none;
	}
	.pagination a {
		float: left;
		text-decoration: none;

		font-size: 13px;
		font-weight: 500;

		color: #6f7b8b;
	}
		.pagination a:hover {
			color: #3c4857;
		}
	.pagination a.next {
		float: right;
	}

article.wrap {
	margin-left: 220px; 
	margin-top: -100px;
	padding-bottom: 75px; 
	float: left; 
}
article.wrap2 {
	margin-left: 220px; 
	width: 52%;
	float: left; 
}
.art {
	padding-top: 30px; 
}


/**
 *   Give some extra space to single-page wrappers
 */
.content.wrap {
	padding-bottom: 50px;
	margin-left: 220px; 
	margin-top: -70px;
}
	.content {
		margin-top -25px; 
	}
	
	.content.wrap ul, .content.wrap ol, .items li ul {
		padding: 20px 50px;
	}
		.content.wrap ul ul, .content.wrap ol ol, .items li ul ul {
			padding: 0 20px;
		}

.list li {
	margin-left: 35px; 
}
		
.subtext {
	color:#A1A1A1; 
	font-size: 14px; 
	text-align: center;
	font-style: italic; 
}
		
/**
 *   Footnotes and straplines
 */
.footnote, .commentlist time, .items footer {
	display: block;
	padding: 5px 0 15px;

	color: #98a2b1;
	font-size: 14px;
	font-style: italic;
	
	white-space: nowrap;
}
	.footnote {
		padding: 20px 0 40px;
		text-align: right; 
	}

/**
 *   Comment form
 */
ul.commentlist {
	margin-bottom: 40px;

	list-style: none;
	border-top: 1px solid rgba(22,36,54,.1);
}
	ul.commentlist .wrap {
		position: relative;
	}
	ul.commentlist li {
		padding: 40px 0;
		border-bottom: 1px solid rgba(22,36,54,.1);
	}
		ul.commentlist time {
			font-size: 13px;
		}
		ul.commentlist h2 {
			font-size: 25px;
			line-height: 33px;
		}
		ul.commentlist .counter {
			position: absolute;
			right: 0;
			top: 0;

			font-size: 25px;
			font-weight: 300;
			color: #cdd2da;
		}

#comment {
	overflow: hidden;
}
	#comment label[for] {
		display: none;
	}
	#comment p {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;

		text-indent: 0;
	}
		#comment p + p {
			margin-right: 0;
		}
		#comment p.textarea {
			float: none;
			width: 100%;
		}
	#comment input, #comment textarea {
		width: 100%;
		padding: 10px 15px;

		font-size: 15px;
		font-weight: normal;

		border: 1px solid rgba(22,36,54,.2);
		border-radius: 4px;
	}
		#comment input:focus, #comment textarea:focus {
			outline: none;
			background: #f7f9fc;
		}
		#comment textarea {
			min-height: 150px;
			max-height: 800px;
			resize: vertical;
		}
	#comment button {
		display: inline-block;
		padding: 9px 18px;

		background: #4e82ce;
		color: #fff;

		border: none;
		border-radius: 5px;
		cursor: pointer;

		font-size: 13px;
		font-weight: 500;
	}
		#comment button:hover {
			background: #3c6eb7;
		}

#term {
	width: 100%; 
	}
	
#logo {
	font-size: 2em; 
}

#main {
	float: right; 
}

/**
 *   Footer
 */
#bottom {
	padding: 30px 0 40px;
	clear: both; 
}
	#bottom ul {
		float: right;
		list-style: none;
	}
		#bottom li {
			float: left;
			padding-left: 35px;

			font-size: 14px;
		}
		#bottom a {
			text-decoration: none;
		}