.post {
	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid #b3b3b3;
}

.post p {
	padding-top: 20px;
}

.post h1 {
	
}

.post li {
	list-style: disc inside;
}

.post strong {
	font-family: 'MrJonesBook', sans-serif;
	font-size: 20px;
	color: #000;
	padding-bottom: 6px;
}

.post em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.post .meta {
	padding: 0px;
}

.more-link {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#comments {
	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid #b3b3b3;
}

#post-comment {
	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid #b3b3b3;
}

#comment-form {
	
}

.commentlist {
	padding-top: 30px;
}

.commentlist h4 {
	padding-bottom: 6px;
}

.commentlist li {
	padding-bottom: 30px;
}

.formlist li {
	padding-bottom: 10px;
}

input, textarea {  
	padding: 9px;  
	border: solid 1px #e5e5e5;  
	outline: 0;
	width: 240px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}  
   
textarea {  
	width: 670px;  
	max-width: 670px;  
	height: 150px;  
	line-height: 150%;
}  

input:hover, textarea:hover, input:focus, textarea:focus {  
	border-color: #c9c9c9;  
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}  
   
.form label {  
	margin-left: 10px;  
	color: #999999;  
}  

.form label.focus {
	color: #000; 
}

button.nice-button, a.nice-button, input[type=submit].nice-button {
	padding: 10px 10px;
	width: 90px;	
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,0);
	line-height: 1;
}
