/* ----------------------------
	Description: Blog Stylesheet For USDISH.com
	Version: 1.0
---------------------------- */
#contentArea h1, #contentArea h2, #contentArea h3, #contentArea h4 { text-transform:none; color:#333; }

#contentArea li { margin-left: 30px;margin-right:10px; }

#contentArea p, #extFooter p,
#contentArea dl,
#contentArea hr,
#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4,
#contentArea h5,
#contentArea h6,
#contentArea pre,
#contentArea address,
#contentArea fieldset {
	margin-bottom: 18px;
	line-height:18px;
	margin-left:10px;
	margin-right:10px;
}

#contentArea h1,
#contentArea h2 { line-height:36px;}

#container {
	background: url(../images/usdish/blog-bg.png) top repeat-y;
}
#contentArea {
	width: 530px;
	float:left;
}
#contentArea h1.blogTitle {
	background:transparent url(../images/usdish/blogTitle-bg.jpg) no-repeat;
	height:175px;
	text-indent:-9999px;
	margin:0;
}
#contentArea h1.articleTitle {
	background:transparent url(../images/usdish/articles-title-bg.jpg) no-repeat;
	height:175px;
	text-indent:-9999px;
	margin:0;
}
#contentArea h1.blogHeading {
	text-transform:uppercase;
	margin:0;
	padding:10px;
	border-bottom:1px solid #999;
	color:#666;
	font-size:18px;
	line-height:18px;
}
#contentArea .article {
	border-bottom:#CCC 1px solid;
}
#contentArea .article h1 {
	margin-bottom:0;
}
#contentArea .article h1 a {
	color:#333;
	text-decoration:none;
}
#contentArea .article .articlePostDate a {
	background:#ECECEC;
	color:#333;
	padding:4px 8px;
	margin-right:5px;
	border:1px solid #DBDBDB;
}
#rail {
	width: 135px;
	float:left;
}
.rssSubscribe {
	margin:0;
}
.rssSubscribe a {
	background:url(../images/usdish/rssSubscribe.png) no-repeat;
	text-indent:-9999px;
	height:56px;
	display:block;
}
#rail h3 {
	background:#d9d9da;
	padding:5px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #B8BABC;
	color:#C50C13;
	font-weight:normal;
	font-size:14px;
	margin-bottom:9px;
}
#rail .articleCategoryArchiveLinks, #rail .blogModule {
	margin-bottom:9px;
}
#rail .articleCategoryArchiveLinks li, #rail .blogModule li {
	margin:0 5px;
	list-style-type:none;;
	font-size:11px;
}
#rail .articleCategoryArchiveLinks li a, #rail .blogModule li a {
	text-decoration:none;
	color:#333;
}
.articleArchiveLinks {
	margin:10px;
	font-style:italic;
	font-weight:bold;
	color:#333;
}
.articleArchiveLinks a {
	margin:0 1px;
	display:inline-block;
}
.articleArchiveLinks:before {
	content: "Archives : ";
}

/* `Social Bookmarking
----------------------------------------------------------------------------------------------------*/
#contentArea .socialBookmarking { margin:10px;font-style:italic;font-weight:bold;color:#333;clear:both; }
#contentArea .socialBookmarking ul li { float:left;margin:10px 4px;list-style-type:none; }
#contentArea .socialBookmarking ul li a { float:left;width:16px; height:16px; display:inline-block; text-indent:-9999px; float:left; background:pink; }

#contentArea .socialBookmarking ul li.twitter a { background:url("../images/icons/social/twitter.png") no-repeat; }
#contentArea .socialBookmarking ul li.delicious a { background:url("../images/icons/social/delicious.png") no-repeat; }
#contentArea .socialBookmarking ul li.digg a { background:url("../images/icons/social/digg.png") no-repeat; }
#contentArea .socialBookmarking ul li.facebook a { background:url("../images/icons/social/facebook.png") no-repeat; }
.articleFooter p.articleCategories{ font-size:10px; float:left;}
.articleFooter p.addThis{ font-size:10px; float:right;}
#contentArea .socialBookmarking ul li.stumble a { background:url("../images/icons/social/stumble.png") no-repeat; }
