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

div.blog-panel{
	background:#e5e5e5;
	box-shadow: 1px 1px 1px 1px #CCC;
	margin-bottom:2em;
	}

div.blog-panel h2{
	border-bottom: 1px solid #FFF;
	font-size: 2.4em;
	font-family: "Pluto-Regular",Arial;
	padding-top: 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
	margin-bottom: -1px;
	z-index: 9999;	
}

div.blog-panel div.recent-posts-item{
    font-size: 1em;
    display: block;
    text-decoration: none!important;
    padding: 10px 15px;
}

div.blog-panel div.recent-posts-item p{
	margin-bottom:0px;
}

div.blog-panel div.recent-posts-item a{
    font-size: 1em;
    display: block;
    text-decoration: none!important;
}


div.blog-list-item a.button{
	font-family:'Pluto-Regular', Arial;
	color:#FFF;
	background:#000;
	padding:5px 15px;
	text-decoration:none;
	border:1px solid #000;
	float:right;
	}
div.blog-list-item a.button:hover{
	color:#000;
	background:#FFF;
	padding:5px 15px;
	text-decoration:none;
}


a.blog-button,
a#button-back-link {
	font-family:'Pluto-Regular', Arial;
	color:#FFF;
	background:#000;
	padding:5px 15px;
	text-decoration:none;
	border:1px solid #000;
	float:right;
}
a.blog-button:hover,
a#button-back-link:hover  {
	color:#000;
	background:#FFF;
	padding:5px 15px;
	text-decoration:none;
}

/*back likj button*/
/*  ---------	blog list on blog homepage	 ---------	*/
.blog-list-item {
	border-top:1px solid #ccc;
	padding-top:1em;
}
.blog-list-item.first {
	border-top:none;
}
.blog-list-item h2.title a{
	text-decoration: none;
}
.blog-list-item p.date{
	color: #666;
	font-style: italic;
}
/*  ---------	blog-comment-item	 ---------	*/
.blog-comment-item {
	background:#E5E5E5;
	border:1px solid #e9e9e9;
	padding:10px;
	margin-bottom:1em;
}
.blog-comment-item h3 {
	font-family: "Pluto-Regular",Arial;
	color:#000;
	font-size:2.2em!important;
}
.sub-comment {
	background:url(/mainpics/icons/arrow-down-right.png) 0px 0 no-repeat;
	padding-left:80px !important;
	padding-right:0;
	border:none;
}
div.blog-panel a {
    border-top: 1px solid #cccccc;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
	color:#000;
}
div.blog-panel a:hover,
div.blog-panel a.on {
	background:#FFF;
}
/*Blog Comment Submit*/
input#blog-comment-submit{
	float:right;
	margin-right:30px;
	}
/*  ---------	blog category & blog archives list in sidebar	 ---------	*/
.sidebar-links-list p {
}
.sidebar-links-list a {
	color:#000;
}
.sidebar-links-list a:hover {
	color:#000;
}
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 {
1	font-family:fancy;
1	font-size:1.5em !important;
}
.recent-posts-item p.date{
	color:#666;
	font-size:1.2em;
	font-style:italic;
}
/*	--------- 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;
}


