/*
Theme Name: AtKisson.com
Theme URI: http://atkisson.com/
Description: The theme for the AtKisson blog & resources.
Version: 1.0
Author: AtKisson, Inc.
*/

/* 
	This stylesheet only contains styles for the posts.  
	The main styles are in the css folder of the theme.
*/

.post {
	margin-bottom: 20px;
}

.dateheader {
	font-size: 1.2em;
}

.storytitle a,
#comments {
	font-size: 1.4em;
	color: #004196 !important;
}

.feedback {
	font-size: .9em;
	color: #666;
}

#commentlist { margin: 0px; padding: 0px; }

.comment {
	background: #eee;
	list-style-type: none;
	padding: 15px;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #AFD7ED;
}

.comment_textarea {
	width: 400px;
	border: 1px solid #AFD7ED;
}

.comment_details {
	font-size: .9em;
	color: #666;
}

.comment_details cite { font-style: normal; }

.feed { background: none !important; height: 30px; }

.feed a:hover { background: none !important; }