@charset "utf-8";

@font-face {
	font-family: 'HelveticaNeueBoldCond';
	src: url('hlbc____-webfont.eot');
	src: local('☺'), url('hlbc____-webfont.woff') format('woff'), url('hlbc____-webfont.ttf') format('truetype'), url('hlbc____-webfont.svg#webfontbXvkOx85') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.5em;
	background-image: url(assets/paper_texture.jpg);
}

h2 {
	font-family: 'HelveticaNeueBoldCond';
	font-size: 28px;
	color: #282020;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeueBoldCond;
	font-size: 28px;
	line-height: 28px;
	color: #282020;
}

h3 a {
	color: #282020;
}

hr {
	color: #9E8383;
	background-color: #9E8383;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img{
	border: none;
}

a img:hover{
	border-top-color: #FF962D;
	border-right-color: #FF962D;
	border-bottom-color: #FF962D;
	border-left-color: #FF962D;
	border: 2px solid;
	margin: -2px;
}

a {
	text-decoration: none;
	
}

a:hover {
	color: #C60
}

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

#header {
	padding: 0 0 20px 18%;
}

#header a{
	font-family: 'HelveticaNeueBoldCond';
	font-size: 16px;
	color: #282020;
	text-decoration: none;
}

#header a:hover {
	color: #C60
}

#date {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'HelveticaNeueBoldCond';
	font-size: 18px;
	color: #282020;
	float: left;
	width: 10%;
	text-align: right;
	line-height: 20px;
}

.comment{
	font-size: 12px;
	line-height: 14px;
}

#posting {
	margin: 0 0 3em 0;
}
#date a{
	color: #A28A8A;
}

#date a:hover{
	color: #C60;
}

#square {
	float: left;
	margin: 6px 0 0 0;
	padding 123px 0px 0px 0px;
	width: 45px;
	text-align: right;
}
#post {
	margin: 0 0 0 18%;
	padding: 0;
	color: #282020;
	width: 75%;
}

#post h3 + p:first-letter{
	font-size: 3em;
	float:left;
	padding: 0.1em .1em 0 0;
	line-height:.7em;
	color: #8F5C18;
}

.first p:first-letter{
	font-size: 3em;
	float:left;
	padding: 0.1em .1em 0 0;
	line-height:.7em;
	color: #8F5C18;
}

#post h3 a{
	color: #282020;
	font-weight: normal;
}

#post a{
	color: #282020;
	font-weight: bold;
}

#post a:hover{
	color: #C60
}

#post img{
	padding: 8px;
	float: left;
	margin: 0 1em 0 0;
	background-color: #F1EBEB;
	border-top-width: 1px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3C9C9;
	border-right-color: #D3C9C9;
	border-bottom-color: #D3C9C9;
	border-left-color: #D3C9C9;
}

#post a img:hover{
	border-top-color: #FF962D;
	border-right-color: #FF962D;
	border-bottom-color: #FF962D;
	border-left-color: #FF962D;
}


#commentPane {
	padding: 0 0 20px 18%;
}

#footer {
		padding: 0em 0 20px 18%;
}

#footer a{
	font-family: 'HelveticaNeueBoldCond';
	font-size: 16px;
	color: #282020;
	text-decoration: none;
}

#footer a:hover{
	color: #C60;
}

#comments a{
	font-family: 'HelveticaNeueBoldCond';
	font-size: 16px;
	color: #282020;
	text-decoration: none;
}

#comments a:hover{
	color: #C60;
}

#commentform a{
	color: #282020;
	text-decoration: none;
	font-weight: bold;
}

#commentform a:hover{
	color: #C60;
}

.wp-caption {
/*	border: 1px solid #ddd;*/
	text-align: center;
/*	background-color: #f3f3f3;*/
	padding: 0px 7px 7px 0;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
*/
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
