/* General Classes */

#categoriesHeader, #blogRollHeader, #resourcesHeader, #tagCloudHeader, #recentEntriesHeader {
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#categories, #blogRoll, #resources, #tagCloud, #recentEntries, #adSpace {
	margin-bottom: 15px;
}

#categories a {
	background-color: #070707;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

#categories a:hover {
	background-color: #282828;
}	

/* blogDefault */

#blog #article {
	margin-bottom: 30px;
}

#blog #article #headerA {
	margin-bottom: 10px;
}

#blog #article #bodyA {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

#blog #article #bodyA p {
	margin-bottom: 10px;
}

#blog #article .title {
	font-size: 30px;
	font-weight: bold;
	color: #4d4f33;
}

#blog #article .title a {
	text-decoration: none;
}

#blog #article .posted {
	font-size: 9px;
	font-weight: bold;
	color: #666;
}

#blog #article .tags {
	margin-top: 10px;
}

#blog #article .tags a {
	font-weight: bold;
	color: #FF3300;
}

/* Comments Area */
#commentArea #comments {
	margin-bottom: 20px;
}

#commentArea #leaveComment {
	font-size: 10px;
	font-weight: bold;
}

#comment .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

#comment .commentText {
	background-color: #e2e5b9;
	padding: 10px;
}

.commentTab {
	width: 54px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../../img/commentTab.png');
}

.commentTab[class] {
	background: url('../../../img/commentTab.png') no-repeat;
}