body {
	background: #fafce0;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#content {
	background: #fafce0;
	display: block;
	height: 100%;
}

#header {
	height: 150px;	
	background: #1892bf;
	width: 100%;
	margin-top: 0;
}

body #header h1 a {
	height: 133px;	
	background: #1892bf url(http://printery.wallblank.com/mjd/MJDheader3.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
	margin-top: 0;
	padding-top: 0;
}

body h1 a {
	height: 133px;	
	background: #1892bf url(http://printery.wallblank.com/mjd/MJDheader3.png) no-repeat center top;
	width: 100%;
	display: block;
	text-indent: -9999px;
	margin-top: 0;
	padding-top: 0;
}

#grid {
	width: 770px;
	padding: 0 0 40px 0;
	margin: 0 auto;
}

#board {
	float: right;	
	width: 235px;
	color: #555;
}

#main {
	width: 500px;
	float: left;
	padding-right: 20px;
}

.title {
	font-size: 23px;
	font-weight: bold;
	color: #d99427;
	padding-bottom: 4px;
}

.nav {
	border-bottom: 1px solid #555;
	margin-top: -10px;
	font-weight: bold;
	text-align: justify;
}

.desc {
	text-align: justify;
	border-bottom: solid 1px #fafce0;
}

.desc p {
	color: #5e3913;
	margin-top: 0;
}

.index {
	color: black;
}

h3 {
	font-size: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 30px;
}

.index a {
	margin-top: 10px;
	margin-bottom: 25px;
	float: right;
	padding-left: 5px;
	font-weight: bold;
}

#feed {
	width: 500px;
	text-align: justify;
}

.text {
	color: #555;
	font-size: 14px;
	line-height: 17px;
}

.photo {
	color: #555;
}

.quote {
	color: #555;
}

.quotation {
	font-size: 18px;
	text-align: center;
}

.source {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.chat {
	color: #555;
}

.chat ul {
	padding: 0px;
	margin: 0px;
}

.chat ul li {
	list-style: none;
	padding: 5px;
	margin: 0px;
}

.label {
	font-weight: bold;
}

li.odd {
	background: #eee;
}

li.even {
	background: #fff;
}

.audio {
	color: #555;
}

.video {
	color: #555;
}

.tag {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
}

p.perma {
	font-size: 11px;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 0;
}

.notes {
	list-style-type: none;
	color: #555;
	font-weight: bold;
	padding: 0;
}

.notes li:nth-child(odd) {
	background: #eee;
	padding: 5px;
}

.notes li:nth-child(even) {
	background: #fff;
	padding: 5px;
}

.post-content {
	border-bottom: 1px solid #333;
}

a img {
	border: none;
}

.link {
	border-bottom: solid 1px #444;
	color: #d99427;
}

a:link {
	color: #d99427;
	text-decoration: none;
}

a:active {
	color: #d99427;
	text-decoration: none;
}

a:visited {
	color: #d99427;
	text-decoration: none;
}

a:hover {
	color: #d99427;
	text-decoration: underline;
}

.title a:link {
	color: #444;
	text-decoration: none;
}

.title a:active {
	color: #444;
	text-decoration: none;
}

.title a:visited {
	color: #444;
	text-decoration: none;
}