﻿.mainList {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.mainList .itemSummary {
	padding: 2%;
	width: 96%;
}
.mainList .listPadding 
{
	padding: 17px;
	overflow: hidden;
}
.itemSummary {
	padding: 4%;
	width: 92%;
	overflow: hidden;
}
.itemSummary.noPadding 
{
	padding: 0px;
	width: 100%;
	overflow:hidden;
}
.dateAndWriter {
	width: 18%;
	float: left;
	overflow: hidden;
}
.itemContent {
	float: left;
	width: 82%;
	overflow: hidden;
}
.itemSummary div.comment {
	margin-top: 10px;
	overflow: hidden;
}
.itemContent h1, .itemContent h2 {
	margin-bottom: 0;
	margin-top: 0;
}
div.post-date {
	clear: both;
	margin-bottom: 10px;
	color: #606060;
	overflow: hidden;
	font-size: 0.9em;
}
.itemDetails {
	overflow: hidden;
	float: left;
	width: 74%;
}
.itemDetails.right {
	float: right;
	border-left: 1px solid #ccc;
	font-size: 0.9em;
	color: #606060;
	width: 23%;
	margin: 0px 0 0 1%;
	padding-left: 7px;
}
.blogDate {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
}

.blog .dateAndWriter {
	float:left;
}

.blog .itemDetails 
{
	float:left;
	padding-left: 10px;
	width: 300px;
	/* background: url(/images/boxes/PinkBoxItemBorder.gif) repeat-y right top; */
}
.blog .itemDetails.right 
{
	float:left;
	width: 110px;
	background: Transparent;
	border: 0px;
}

.commentBoxContent .itemMemberDetails {
	float:left;
	width: 100px;
}

.commentBoxContent .itemDetails 
{
	float:left;
	width: 270px;
	/* background: url(/images/boxes/PinkBoxItemBorder.gif) repeat-y right top; */
	min-height: 60px;
	padding-right: 10px;
	margin-top:20px;
}
.commentBoxContent .itemDetails.right 
{
	padding-right: 0px;
}

.black .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/BlackBoxItemBorder.gif) repeat-y right top; */
}
.blue .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/BlueBoxItemBorder.gif) repeat-y right top; */
}
.green .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/GreenBoxItemBorder.gif) repeat-y right top; */
}
.yellow .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/YellowBoxItemBorder.gif) repeat-y right top; */
}
.pink .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/PinkBoxItemBorder.gif) repeat-y right top; */
}
.purple .commentBoxContent .itemDetails 
{
	/* background: url(/images/boxes/PurpleBoxItemBorder.gif) repeat-y right top; */
}

.commentBoxContent .itemDetails.right 
{
	float:left;
	width: 110px;
	background: Transparent;
	border: 0px;
}


#LeftContentArea .mainList .itemSummary {
	padding: 5px;
	padding-bottom:0px;
}
#LeftContentArea .puff .dateAndWriter {
	width: 65px;
	float: left;
	overflow: hidden;
}
#LeftContentArea .puff .itemContent {
	float: left;
	width: 125px;
	overflow: hidden;
}
