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

/*	------------------------------------------------------
FRONT END	
----------------------------------------------------------*/
a.blog-button {
1	display:inline-block;
1	text-decoration:none;
1	text-align:center;
1	font-weight:bold;
	padding:8px;
}
a.blog-button.small {
	width:auto !important;
}
a.blog-button:hover {
}
.blog-item div.backLinkDiv {
1	margin-top:-30px !important;
1	margin-right:10px;
}
/*  ---------	blog list on blog homepage	 ---------	*/
.blog-list-item,
.blog-item,
.blog-comment-item{
		background: #fbf5f8 url(/mainpics/bgs/bg-product-details-flower-motif.png) right top no-repeat;
		padding:10px 20px;
		border:1px solid #d3a6bf;
}
/*  ---------	blog-comment-item	 ---------	*/
.blog-comment-item {
}
.blog-comment-item.sub-comment{
	background:#fff;
}
.blog-comment-item h3 {
	text-align:left !important;
	color:#000;
}
.blog-comment-item p.date {
	font-style:italic;
}
.sub-comment {
}
/*  ---------	blog category & blog archives list in sidebar	 ---------	*/
.sidebar-links-list {
	margin-top:20px;
}
.sidebar-links-list p {
}
.sidebar-links-list a {
		display: block;
		padding:10px 0 10px 10px;
		font-size: 1.4em;
		color:#222;
		text-align: left;
		text-decoration: none;
		border-bottom:1px solid #ccc;
		cursor:pointer;
		background:none;
}
.sidebar-links-list a:hover {
		border-bottom:1px solid #563E16;
		color:#e6027e;
		background:url(/mainpics/icons/flowers-on-white-tiny.jpg) left bottom no-repeat;
}
a.blog-arrow {
}
/*  ---------	recent posts in sidebar	 ---------	*/
.recent-posts-item a {
		display: block;
		padding:10px 0 10px 10px;
		font-size: 1.4em;
		color:#222;
		text-align: left;
		text-decoration: none;
		border-bottom:1px solid #ccc;
		cursor:pointer;
		background:none;
}
.recent-posts-item a:hover {
		border-bottom:1px solid #563E16;
		color:#e6027e;
		background:url(/mainpics/icons/flowers-on-white-tiny.jpg) left bottom no-repeat;
}
.recent-posts-item h3 {
		color:#e6027e;
}
.recent-posts-item p.date{
	font-size:0.8em;
}
/*	--------- 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;
}
/*	--------- page navigation for blogs  --------- */
form#login-form.checkoutForm p {
	font-size:1.2em;
}
/*	------------------------------------------------------
BACK END	
----------------------------------------------------------*/
/*  CUSTOM STYLING FOR BLOG MODULE  */
.blog-admin-button {
	color:#fff !important;
	margin: 10px 0;
	padding: 10px 0;
	text-decoration:none !important;
	font-size:1.2em;
	font-size:14px;
	text-align:center;
	background: #000;
	position: relative;
	float:none;
	display:block;
	width:100%;
}
a#blog-preview {
	color:#fff !important;
	margin: 10px 0;
	padding: 10px 0;
	text-decoration:none !important;
	font-size:14px;
	text-align:center;
	background: #000;
	position: relative;
	float:none;
	display:block;
	width:100%;
}
a#blog-preview,
a#add-category {
	padding:12px 0;
}
.blog-admin-button:hover,
a#blog-preview:hover {
		background: #e6027e;
		text-decoration: none;
		color:#fff;
}
.blog-list-row {
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	background:none;
}
.blog-list-row a {
	color:#DC3667;
}
.blog-list-row a:hover {
	color:#000;
}
div.blog-list-row.approved p.blog-list-comment{
	color:#82C01F !important;
}
.blog-list-row.alt{
	background:#fdfaeb;
		background: #fbf5f8;
}
p.blog-list-comment{
	color:#222;
}
form#blog-create-form input#title,
#new-category-form input#cat_title {
	border: 1px solid #D3A6BF;
	background: #fff;
}
#new-category-form input#cat_title {
	padding:5px;
}
#blog-admin-comments-list p {
	font-size:1.2em;
}
/*	------------------------------------------------------
SHARE TOOLBAR	
----------------------------------------------------------*/
div#share-toolbar {
	height:30px;
	margin-bottom:5px;
}
div#share-toolbar div {
	float:left;
	margin-right:5px;
1	width:80px;
}