body {
	background-image: url(/static/images/gray_blue.jpg);
	background-repeat: repeat-x;
	background-color: #afb3b4;
}

#container {
	width:960px;
	margin:0 auto;
}

.maintitle {
	margin-top:65px;
	font-size:2.6em;
	font-family:"Georgia", serif;
	font-style:italic;
	text-align: right;
	font-weight:normal;
	color:#fff;
}

#nav {
	color: #fff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	list-style-type: none;
	/*display:inline;	*/
}

	#nav li {
		display:inline;
		font-size:1.4em;
		margin-right:1.5em;
	}

		#nav li a {
			color:#fff;
			text-decoration:none;
		}

			#nav li a:hover {
				color:#88ABFF;
			}

#content {
	width:960px;
	margin:0 auto;
	min-height:300px;
	background-color:#ddd;
	border:1px solid #394c67;
}

.post{
	
	width:900px;
	margin:0 auto;
	margin-bottom:2em;
}

	.post h2 {
		font-family:Georgia, Times, serif;
		padding-bottom:0;
		margin-bottom:0;
		font-weight:normal;
	}
	
		.post h2 a {
			color: #333;
			text-decoration:none;
		}

			.post h2 a:hover {
				text-decoration:underline;
			}

	.post .postdate {
		padding-top:0;
		margin-top:0.2em;
		font-family:Helvetica, Arial, sans-serif;
		font-size:0.8em;
		font-style:italic;
		color: #777;
		padding-bottom:0;
		margin-bottom:0.2em;
	}
	
	.post h3 {
		font-family:Georgia, Times, serif;
		padding-bottom:5px;
		padding-top:5px;
		font-weight:normal;
		color: #333;
	}
	
	.post h4 {
		font-family: Georgia, Times, serif;
		font-weight:normal;
		color: #333;
	}

	.post .tags {
		padding-top:0;
		margin-top:0.2em;
		font-family:Helvetica, Arial, sans-serif;
		font-size:0.8em;
		font-style:italic;
		color: #777;
	}
	
	.post .postdate a, .post .tags a {
		color:#333;
	} 
	
	.post p {
		font-family:Helvetica, Arial, sans-serif;
		font-size:0.95em;
	}
	
		.post p a {
			color: #777;
		}
	.post ul {
		font-family:Helvetica, Arial, sans-serif;
		font-size:0.95em;
	}
.readmore_right {
	width:900px;
	text-align:right;
	margin:0 auto 2em;
	font-size:0.8em;
}

	.readmore_right a {
		color:#333;
	}

#footer {
	width:960px;
	margin:20px auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
}
	
	#footer h2 {
		font-family:Georgia, Times, serif;
		color: #394c67;
		padding-top:0;
		margin-top:0;
		text-align: right;
		border-bottom:1px solid #394c67;
		font-weight:normal;
	}
	
	#footer a {
		color: #333;
		text-decoration:underline;
	}
	
		#footer a:hover {
			text-decoration:none;
		}
		
	#footer .copy{
		clear:both; 
		text-align:center;
		padding-bottom:15px;
	}
		
#footer-col-1 {
	width:300px;
	float:left;
	margin:0;
}

#footer-col-2 {
	width:300px;
	float:left;
	margin:0;
	margin-left:30px;

}

#footer-col-3 {
	width:300px;
	margin:0;
	float:right;
}

pre {
	width:85%;
	margin:10px auto;
	padding:10px;
	background-color:#acacac;
	border:1px solid #313131;
}

.js-kit-comments {
	width:85%;
	margin:15px auto;
}

	.js-kit-comments a {
		font-family:Helvetica, Arial, sans-serif;
		color: #333;
	}

		.js-kit-comments a:hover {
			text-decoration:none;
	}

.pagination {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.pagination a {
		color: #777;
	}

		.pagination a:hover {
			text-decoration: none;
		}

.centered_image {
	text-align:center;
}

p.share {
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

p.share a {
	color: #777;
}

P.share a:hover {
	text-decoration:none;
}
