/* BLOG LIST */
div.blog_list {
	color:#333333;
}

div.blog_list_entry {
	margin-bottom:60px;
}

div.blog_list_entry img.blog_avatar {
	height:40px;
	width:40px;
}

div.blog_list_entry div.blog_author {
	color:#020300;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

div.blog_list_entry div.blog_title {
	color:#494949;
	font-weight:bold;
	font-size:26px;
	margin-bottom:5px;
}

div.blog_list_entry div.blog_title a {
	color:#494949;
	text-decoration:none;
}

div.blog_list_entry div.blog_title a:hover{
	color:#7d7d7d;
	text-decoration:underline;
}

div.blog_list_date {
	color:#5f4e93;
	background:url('../img/calendar_icon.png') no-repeat center left;
	text-indent:20px;
	float:left;
	margin-right: 20px;
	font-size:12px;
}

div.blog_list_comment_count {
	color:#5f4e93;
	background:url('../img/comment_icon_small.png') no-repeat center left;
	text-indent:22px;
	float:left;
	margin-right: 20px;
	font-size:12px;
}

span.blog_list_sub_heading {
	color:#666666;
}

div.blog_list_category {
	color:#5f4e93;
	background:url('../img/category_icon.png') no-repeat center left;
	text-indent:17px;
	float:left;
	font-size:12px;
}

div.blog_list_body p {
	font-size:14px;
	margin:0 0 5px;
}

a.light_purple_link {
	color:#666699;
	text-decoration:none;
	font-size:10px;
}

a.light_purple_link:hover {
	text-decoration:underline;
	color:#9179e0;
}

div.no_results {
	padding-bottom:5px;
}

/* BLOG LIST COMMENTS */
div.blog_list_entry div.no_comments {
	font-size: 10px;
}

div.blog_list_entry div.large_comment_count {
	background:url('../img/comment_icon_large.png') no-repeat center left;
	text-indent:35px;
	height:25px;
	padding-top:10px;
}

div.blog_comment {
	margin-bottom:15px;
}

div.blog_comment img.comment_avatar {
	height:40px;
	width:40px;
	float:left;
	margin-right:10px;
}

div.blog_comment div.comment_author {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	margin-top:5px;
}

div.blog_comment div.comment_date {
	color:#000000;
	background:url('../img/calendar_icon.png') no-repeat center left;
	text-indent:20px;
	font-size:11px;
	margin-top:2px;
}

div.blog_comment div.comment_body {
	font-size:14px;
	color:#333333;
	clear:left;
	padding: 10px 0;
}

div.blog_comment div.comment_body p {
	margin:0;
}

/* CATEGORY BOX */
a.purple_link {
	color:#605093;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}

a.purple_link:hover {
	color:#9179e0;
	text-decoration:underline;
}

div.category_box ul {
	list-style-type:none;
	margin:0 0 0 7px;
	padding:0;
}

div.category_box li{
	padding: 5px 0;
}

div.category_box div.category_link {
	background:url('../img/folder_icon.png') no-repeat center left;
	text-indent:20px;
}

/*PUBLIC BLOG BOX */
a.public_blog_box {
	background: url('../img/public_blog.png') no-repeat;
	height: 58px;
	width: 132px;
	margin-left:7px;
	cursor:pointer;
	display:block;
}

/* MEMBER BLOG BOX */
a.member_blog_box {
	background: url('../img/member_blog.png') no-repeat;
	height: 58px;
	width: 143px;
	margin-left:7px;
	cursor:pointer;
	display:block;
}

/* RSS BOX */
div.rss_link {
	background:url('../img/rss_icon.png') no-repeat center left;
	text-indent:20px;
	margin-left:15px;
}

/* VIEW OTHER BLOGS BOX */
div.view_other_blogs_box div.view_other_blogs_img {
	background:url('../img/notepad.png') no-repeat;
	height:52px;
	width:48px;
	float:left;
	margin: 0 10px 0 7px;
}

div.view_other_blogs_box p {
	color:#494949;
	font-size:13px;
}

div.view_other_blogs_box a {
	display:block;
	cursor:pointer;
	width:150px;
	height:25px;
	background:url('../img/view_blogs_button.png') no-repeat center left;
	margin:7px auto auto;
}

/* BLOG VIEW PAGE */
div.blog_comment_form_wrapper {
	padding-bottom:15px
}

div.blog_view_entry {
	margin-bottom:15px;
}

div.blog_comment_form_title {
	font-size:14px;
	color:#605093;
	font-weight:bold;
	margin:0 0 15px 0;
}

div.blog_comment_form_labels {
	float:left;
	font-size:10px;
	margin-right:25px;
}

div.blog_comment_form_inputs {
	float:left;
}

div.blog_comment_form_inputs div.textarea_wrapper {
	background:url('../img/text_area.png') no-repeat;
	width:308px;
	height:156px;
}

div.textarea_wrapper textarea {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	height:145px;
	margin:7px 0 0 10px;
	width:295px;
	font-family:Helvetica;
	font-size:14px;
	color:#333333;
}

a.comment_form_button {
	background:url('../img/leave_comment_button.png') no-repeat center left;
	width:139px;
	height:25px;
	cursor:pointer;
	display:block;
}

/* CREATE FORM */
a.create_entry_button {
	background:url('../img/create_entry_button.png') no-repeat center left;
	width:139px;
	height:25px;
	cursor:pointer;
	display:block;
	float:left;
}

a.preview_entry_button {
	background:url('../img/preview_entry_button.png') no-repeat center left;
	width:139px;
	height:25px;
	cursor:pointer;
	display:block;
	float:left;
}

div.blog_create_form_labels {
	width:30px;
}

div.blog_comment_form_inputs div.text_field_wrapper {
	background:url('../img/text_field.png') no-repeat;
	width:308px;
	height:30px;
}

div.text_field_wrapper input.text_field {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	height:20px;
	margin:7px 0 0 10px;
	width:295px;
	font-family:Helvetica;
	font-size:14px;
}

div.blog_comment_form_inputs input, div.blog_comment_form_inputs select {
	color:#333333;
	color:#333333;
}