/* 	----------------------------------------------------------*/
/*	Blog style rules which may change for each site - by AttikDesigns Ltd.	*/
/* 	----------------------------------------------------------*/

/*	------------------------------------------------------
FRONT END	
----------------------------------------------------------*/
a.blog-button {
	display:inline-block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border:none !important;
	color:#000 !important;
	background: url(/mainpics/buttons/button-yellow-sm.png) 0 0 no-repeat;
	width:111px;
	height:42px;
	line-height:40px;
	font-size:14px;
}
a.blog-button:hover {
	background: url(/mainpics/buttons/button-yellow-sm-hover.png) 0 0 no-repeat;
}
/*  ---------	blog list on blog homepage	 ---------	*/
.blog-list-item {
	border-top:1px solid #ccc;
}
/*  ---------	blog-comment-item	 ---------	*/
.blog-comment-item {
	background:#f3f8fa;
	border:1px solid #e9e9e9;
}
.blog-comment-item h3 {
	font-family:fancy;
	color:#af0319;
}
.sub-comment {
	background:url(/mainpics/icons/arrow-down-right.png) 0px 0 no-repeat;
	padding-left:80px !important;
	padding-right:0;
	border:none;
}
.sidebar-links-list a {
	color:#666 !important;
}
.sidebar-links-list a:hover {
	color:#7EB0CB !important;
}
/*  ---------	blog category & blog archives list in sidebar	 ---------	*/
.sidebar-links-list p {
}
.sidebar-links-list a {
	color:#666;
}
.sidebar-links-list a:hover {
	color:#7EB0CB;
}
a.blog-arrow {
	background:url(/mainpics/icons/arrow-right-yellow.png) 0 center no-repeat;
	padding-left:20px;
	text-decoration:none;
	border:none !important;
}
/*  ---------	recent posts in sidebar	 ---------	*/
.recent-posts-item h3 {
	font-family:fancy;
	font-size:1.5em !important;
}
.recent-posts-item p.date{
	color:#af0319;
	font-size:1em;
}
/*	--------- page navigation for blogs  --------- */
.page-nav a {
	font-size:1.4em;
	font-weight:bold;
	padding:5px 10px;
	background:#bed7e5;
	color:#414141 !important;
	border:none;
	border-right:1px solid #e5e4e4;
	border-bottom:1px solid #e5e4e4 !important;
}
.page-nav a:hover,
.page-nav a.on {
	background:none !important;
	border:none !important;
	padding-right:11px;
	padding-bottom:6px;
}
/*	------------------------------------------------------
BACK END	
----------------------------------------------------------*/
/*  CUSTOM STYLING FOR BLOG MODULE  */
.blog-admin-button {
	text-align:center;
	font-weight:bold;
	color:#000 !important;
	width:166px;
	height:50px;
	background:url(/mainpics/buttons/button-yellow.png) 0 0 no-repeat;
	line-height:50px;
	font-size:18px;
}
.blog-admin-button:hover {
	background:url(/mainpics/buttons/button-yellow-hover.png) 0 0 no-repeat;
}
.blog-list-row {
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	background:none;
}
div.blog-list-row.approved p.blog-list-comment{
	color:#82C01F !important;
}
.blog-list-row.alt{
	background:#fdfaeb;
}
p.blog-list-comment{
	color:#222;
}


