article {
	float: left;
	padding: 5px;
	background-color: #FCDCBC;
}

section article h2 {
	margin: 0 0 0px 0 ;
	padding: 0px 5px;
	width: auto;
	font-size: 20px;
	letter-spacing: 0px;
}

section article h2 a {
	text-decoration: none;
	font-size: 20px;
	color: #963701;
}
section article h2 a:hover, section article h3 a:hover {
	color: #000;
}
section article footer p {
	margin: 5px;
}
section article footer h3 a {
	float: left;
	font-size: 12px;
	color: #963701;
}
section article header h3 a {
	float: right;
	font-size: 12px;
	color: #963701;
	padding-left: 10px;
}

section article img {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 50%;
	border: 2px #963701 solid;
}

hr {
	border-style: none;
	border-top-style: solid;
	border-top-color: #963701;
	border-top-width: 1px;
	padding-top:10px;
	width: 100%;
}

header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 135%;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

section article footer, section article footer a {
	color: #963701;
	font-size: 13px;
	text-align: right;
	padding-bottom: 0px;
	padding-top:2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}
footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div#social {
	text-align: center;
	padding: 0px;
}