/* @override http://connortomas.com/clients/ben.css */

/* @override http://connortomas.com/clients/ben.css */

/* @override http://connortomas.com/clients/ben.css */


		html, body, h1, h2, h3, h4, h5, h6, p {
			margin: 0;
			padding: 0;
		}

		body {
			font: 16px Magra, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(http://static.tumblr.com/zpjpgfj/99Cm343sw/bg.jpg) repeat-x fixed center center;
	width: 100%;
	background-size: cover;
}

.logo {
	background: url(http://static.tumblr.com/zpjpgfj/PKVm3441n/logo.png) no-repeat center 5px;
height: 120px;
width: auto;
}

.logo h1 {
	margin-left: -90000px;
	}


#navcontainer li {
	display: inline;
	list-style-image: none;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	color: white;
	text-shadow: 0px 2px 3px rgba(64,64,64,0.1);
	background-color: #445476;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
	padding: 10px 15px;
}

#navcontainer li:hover {					background-color: #074725;

	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2;
	-ms-transition: linear 0.2;
	-o-transition: linear 0.2;
	transition: linear 0.2;
	cursor: pointer;

}

div.text-post {
}

#navcontainer ul {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#navcontainer {padding-top: 14px;
			height: 40px;

}

#top a {
	color: inherit;
	text-decoration: none;
}


		#container {
			width: 600px;
			margin: auto;
			margin-top: 25px;
		}

		#top {
	margin-bottom: 30px;
			text-align: center;
		}

		#top h1 a {
			color: #000;
			text-decoration: none;
		}

		#footer {
			text-align: center;
			margin: 25px 0;
			font-size: .82em;
			color: white;
		}
		
		#footer a{
	color: white;
}

.date-meta, .date-meta a {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
		color: #a5a5a5!important;
		text-decoration: none!important;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
}

		.post {
			line-height: 1.5em;
			margin-bottom: 20px;
			padding-bottom: 50px;
			clear: both;
			background-color: rgba(255,254,255,0.95);
				-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.7);
		padding-left: 60px;
		padding-right: 60px;

}

.post p, .post h3 {
font-weight: 600;
	text-align: center;
}

.post p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 20px;
font-weight: 500;
}
	
		.post h3 {
	list-style-image: none;
	font-size: 38px;
	color: #445476;
	text-transform: lowercase;
	font-weight: bold;
	margin-bottom: 20px!important;
}

.post h3:hover {
color: #074725;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2;
	-ms-transition: linear 0.2;
	-o-transition: linear 0.2;
	transition: linear 0.2;
	cursor: pointer;	
}

.post h3 a {
		border-bottom: 3px solid  #074725;

}
	
		.post a {
	color: #445476;
	font-weight: bold;
	text-decoration: none;
}

.post a:hover {
color: #074725;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2;
	-ms-transition: linear 0.2;
	-o-transition: linear 0.2;
	transition: linear 0.2;
	cursor: pointer;}
	
	h3 a {
	text-decoration: none!important;
}
		.post p {
			text-align: left;
			padding-bottom: 20px;
		}
	
		.post p a:hover, .post p a:active, .post p a {
		}

		.centred {
			text-align: center;
		}

		.centred2 {
			text-align: center;
			margin-bottom: 5px;
		}

		.navigation {
			padding-bottom: 25px;
			color: white!important;
		}
		
		.navigation a{
	color: white;
}

		.alignright {
			float: right;
		}

		.alignleft {
			float: left;
		}
		.link-post {
			text-align: justify;
		}

		.photo-post {
			margin-bottom: 5px;
		}

		.photo-post img {
			border: 0;
			width: 100%;
			margin-bottom: 30px;
		}

		.quote-post {
			text-align: justify;
		}

		.quote-post q {
			font-style: italic;
		}
		.quote-post i {
			font-style: normal;
		}

		.quote-post .source {
			font-size: .82em;
		}

		.chat-post ul, .chat-post li {
			margin: 0;
			padding: 0;
		}

		.chat li {
			list-style-type: none;
		}

		li span.user_1 {
			font-weight: bold;
			color: #000;
		}

		li span.user_2 {
			font-weight: bold;
			color: blue;
		}

		.text-post img {
			max-width: 100%;
		}
