/* 	----------------------------------------------------------*/
/*	Blog style rules which may change for each site - by AttikDesigns Ltd.	*/
/* 	----------------------------------------------------------*/
/*	------------------------------------------------------
FRONT END	
----------------------------------------------------------*/
div.blog-item.blog-content h1{
	width:80%;
	}
div.blog-panel{
	background: url(/mainpics/bgs/bg-sidebar-holder.jpg);
	box-shadow: 1px 1px 1px 1px #CCC;
	padding-top: 1.5em;
	border-top: 1px solid #005033;
	margin-bottom:2em;
	}

div.blog-panel h2{
	border-bottom: 1px solid #003f28;
	font-size: 2.4em;
1	font-family: archivo_blackregular,Arial,Helvetica,sans-serif;
	padding-top: 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
	margin-bottom: -1px;
	z-index: 9999;	
	color:#FFF;
}

div.blog-panel div.recent-posts-item{
    font-size: 1em;
    display: block;
    text-decoration: none!important;
    padding: 10px 15px;
	border-top: 1px solid #668e7f;
	border-bottom: 1px solid #003f28;
}

div.blog-panel div.recent-posts-item p{
	margin-bottom:0px;
	color: #FFF;
}
div.blog-panel div.recent-posts-item p.date{
	font-weight:bold;
}

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


div.blog-list-item a.button{
	background:url(/mainpics/buttons/button-colour-one.png);
	width:210px;
	height:60px;
	font-size:1.8em;
	line-height:3.4;
	float:right;
	color:#FFF;
	}
p.cat-list a,
div.blog-item a{
	color:#f68a2c;
	text-decoration:none;
	}
p.cat-list a:hover,
div.blog-item a:hover{
	text-decoration:underline;
	}
a.blog-button,
a#button-back-link {
	background:url(/mainpics/buttons/button-colour-one.png);
	width:210px;
	height:60px;
	font-size:1.8em;
	line-height:3.4;
	float:right;
	color:#FFF;
	float:right;
}
a#button-back-link {
margin-top: -45px;
}
/*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 a h2.title,
.blog-list-item a {
	text-decoration: none!important;
}
.blog-list-item p.date{
	color: #666;
	font-style: italic;
}
/*  ---------	blog-comment-item	 ---------	*/
.blog-comment-item {
	background:#FBFBFB;
	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 #668e7f;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
	color:#000;
}
div.blog-panel a h3{
	color:#FFF!important;
1	font-family:Arial!important;
font-weight:normal;
}
div.blog-panel a:hover,
div.blog-panel a.on {
	background:#004229;
}
div.blog-panel div.recent-posts-item a {
    border-top: none;
}
/*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 {
	color:#FFF!important;
	font-family:Arial;
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;
}


