@charset 'utf-8';

/*
=================================================================== */
/* Inline Content */
.inline-content {
	padding: 11px 10px 10px 17px;
	color: #333;
	line-height: 16px;
}
.inline-content h2 {
	margin-bottom: 31px;
}
.inline-content p {
	color: #666;
	margin: 0 10px 17px 5px;
}
.inline-content h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-weight: normal;
}
.inline-content-left-col {
	float: left;
	width: 260px;
	margin-right: 16px;
}
.inline-content-right-col {
	float: left;
	width: 260px;
}
.webpublic-links {
	margin-bottom: 22px;
}
.webpublic-links li {
	float: left;
	width: 125px;
	display: block;
}
.webpublic-links li a {
	color: #B40000;
	display: block;
	height: 36px;
	line-height: 32px;
	padding-left: 36px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
}

a.facebook {
	background-image: url(/css/img/socials/facebook_32.png);
}
a.twitter {
	background-image: url(/css/img/socials/twitter_32.png);
}
a.digg {
	background-image: url(/css/img/socials/digg_32.png);
}
a.myspace {
	background-image: url(/css/img/socials/myspace_32.png);
}
a.delicious {
	background-image: url(/css/img/socials/delicious_32.png);
}
a.linkedin {
	background-image: url(/css/img/socials/linkedin_32.png);
}
