h5
{
	font:Georgia;
	font-size:1.25em;
	font-weight: 250;
	font:arial;
	margin-top:20px;
	margin-bottom:0px;
}

a
{
	color: #6f9232;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
.italic
{
	font-style:italic;
}

.inline
{
	display:inline;
}

#blog_site_back_button:hover
{
	text-decoration: underline;
}

#blog_site_entry_date
{
	margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    color:#aaa;
}

#blog_site_comments
{
	
	
}

#blog_site_comments h4
{
	font-size:1.5em;
	
}

#submission_confirmation
{
	width:498px;
    margin-bottom:20px;
    border:1px solid grey;
	display: none;
    background-color: #eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    color:#6f9232;
}

#submission_confirmation p
{
	padding:20px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
}

#submission_not_allowed
{
    width:342px;
    margin-bottom:20px;
    border:1px solid grey;
	display: none;
    background-color: #eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    color:#6f9232;
}

#submission_not_allowed p
{
	padding:20px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
}

#cancel_reply_button
{
	display:none;
}

#blog_site_comment_creation
{
	padding-left:20px;
    padding-top:20px;
}

#blog_site_comment_creation textarea
{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.047);
	font-size: 1em;
	padding: 5px 10px;
}

#comment_id
{
	padding-top:20px;
	border-bottom:1px solid #ccc;
}

#comment_date
{
	margin-top:2px;
	color:#888888;
}

#comment_name
{
	
}

#comment_text
{
	word-wrap:break-word;
	width:350px;
}

#comment_says
{
	font-style:italic;
	font-weight: 200;
}

#reply_section
{
    padding-bottom:20px;

}

#new_comment
{
	border-top:1px solid #ccc;
	margin-top:-1px;
}

#new_comment_content
{
	padding-top: 20px;
}

#new_comment_says
{
	font-style:italic;
	font-weight: 200;
}

#new_comment_date
{
	margin-top:2px;
	color:#888888;
}

#new_comment_text
{
	word-wrap:break-word;
	width:350px;
}

#comment_name_ta
{
	resize:none;
    width:170px;
}

#comment_email_ta
{
	resize:none;
    width:170px;
}

#comment_website_ta
{
	resize:none;
    width:170px;
}

#comment_text_ta
{
	width:328px;
	height:122px;
	margin-bottom:10px;
	
	resize:vertical;
}

#comment
{
	padding-left:300px;
}

#comment.hierarchy0
{
	padding-left:10px;
}

#comment.hierarchy1
{
	padding-left:50px;
}

#comment.hierarchy2
{
	padding-left:100px;
}

#comment.hierarchy3
{
	padding-left:150px;
}

#comment.hierarchy4
{
	padding-left:200px;
}

#comment.hierarchy5
{
	padding-left:250px;
}

#comment.hierarchy6
{
	padding-left:300px;
}

#new_comment
{
	padding-left:300px;
}

#new_comment.hierarchy
{
    padding-left:0px;
}

#new_comment.hierarchy0
{
    padding-left:10px;
}

#new_comment.hierarchy1
{
    padding-left:50px;
}

#new_comment.hierarchy2
{
    padding-left:100px;
}

#new_comment.hierarchy3
{
    padding-left:150px;
}

#new_comment.hierarchy4
{
    padding-left:200px;
}

#new_comment.hierarchy5
{
    padding-left:250px;
}

#new_comment.hierarchy6
{
    padding-left:300px;
}

#new_comment
{
	display: none;
}

.comment_errors
{
    color:red;
}