/* Common Layout Style Sheet :: acculis.com & microsulis.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

/* Content Styles */

div.newsitem {
	border-bottom: 2px solid #ccc;
}

div.social_icons {
	text-align: right;
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Text Styles */

p.date {
	font-weight: bold;
	padding: 5px 0 5px 22px;
	background: #fff url(../images/layout/bullet_date.gif) 0% 50% no-repeat;
}

p.more, p.backlink, p.contact_us {
	padding: 0 0 0 22px;
}

p.more {
	background: #fff url(../images/layout/bullet_more.gif) 0% 50% no-repeat;
}

p.backlink {
	background: #fff url(../images/layout/bullet_backlink.gif) 0% 50% no-repeat;
}

p.contact_us {
	background: #fff url(../images/layout/bullet_contact_us.gif) 0% 50% no-repeat;
}

/* List Styles */

div.social_icons li {
	display: inline;
	margin: 0 0 0 10px !important;
	padding: 0 0 0 12px !important;
}

div.social_icons li.digg {
	background: #fff url(../images/layout/icon_digg.gif) 0% 50% no-repeat !important;
}

div.social_icons li.delicious {
	background: #fff url(../images/layout/icon_delicious.gif) 0% 50% no-repeat !important;
}

div.social_icons li.delicious {

}

/* Link Styles */

div.social_icons a {
	margin-left: 10px;
	text-decoration: none !important;
	background: none !important;
}

div.social_icons a:hover {
	color: #222 !important;
	text-decoration: none !important;
	background: none !important;
}

a.noborder {
	background: none !important;
}