.wholePost *{
	margin:0 auto;
}
.greyBox{
	padding:15px;
	background-color:#373737;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border: 1px solid #373737;
	width:620px;
	font-size:24px;
	color:#736357;
	margin-bottom:30px;
}

.greyBox p{
	font-size:24px;
	padding:15px;
}
	
.post h2{
	text-indent:-9999px;
	background:url("../images/inspired/heading.png") top left no-repeat;
	width:650px;
	height:400px;
	overflow:hidden;
	padding-bottom:30px;
}

/* SMALL CONTENT */

.fullBox{
	padding:15px;
	background-color:#373737;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #373737;
	width:620px;
	font-size:24px;
	color:#736357;
	margin-bottom:30px;
}

.left{
	width:46%;
	float:left;
	padding:2%;
}

h3{
	color:#c7b299;
	font-size:48px;
}

/* OTHER */

.footnote{
	padding:15px;
	background-color:#362f2d;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #362f2d;
	width:564px;
}

.noborder{border:0 !important}

.post a:link, .post a:visited, .post a:active, .post a{
	color:#4184b3 !important;
	text-decoration:none;
}

.post a:hover{
	color:#4184b3 !important;
	text-decoration:underline;
}

time{
	position:relative;
	bottom:40px;
}