@charset "utf-8";
.entry_list_hold
{
	padding-top: 15px;
	width:550px;
	margin-left:50px;
}

.entry_list_hold .hold
{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/css/box_hold_flex_height/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	clear: both;
	width:550px;
}

.entry_list_hold .hold a.head
{
	display: block;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 15px;
	background-image: url(../img/css/box_hold_flex_height/top_bg.jpg);
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
}
.entry_list_hold .hold a.head:hover
{
	text-decoration: underline;
}

.entry_list_hold  .hold   img 
{
	float: left;
	border: 1px solid #EFEFEF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}

.entry_list_hold .hold .date
{
	display: block;
	color: #884346;
}

.entry_list_hold .hold b
{
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E5252;
}
.entry_list_hold .hold .comments_hold
{
	height: 60px;
}
.comments_hold a.comments    
{
	width: 82px;
	color: #FFFFFF;
	padding: 0px;
	background-image: url(../img/css/small_red_box.png);
	height: 56px;
	display: block;
	text-decoration: none;
	float: right;
}
.comments_hold a.comments i       
{
	font-size: 10px;
	font-style: normal;
	display: block;
	text-align: center;
	text-decoration: none;
}
.comments_hold a.comments strong        
{
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	font-size: 24px;
	text-align: center;
	display: block;
	padding-top: 8px;
	text-decoration: none;
}
.comments_hold  div
{
	float: right;
	margin-top: 17px;
	margin-right: 10px;
}





/* ----------------------------------------- */

.date
{
	display: block;
	margin-top: 7px;
	color: #666666;
}

.comment_hold
{
	margin-top: 10px;
}
.comment_hold  div
{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/speach_marks.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.comment_hold div.light
{
}

.comment_hold div.dark
{
	background-color: #f9f9f9;
	padding: 10px;
}

.comment_hold  div  .name
{
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	padding-left: 30px;
	display: block;
}
.comment_hold  div  .date
{
	color: #884346;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.comment_hold   div   p
{
}

.comment_hold div img.user_img
{
	display: block;
	float: right;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #eeeeee;
	margin-left: 10px;
	margin-bottom: 5px;
}

.written_by
{
	margin-bottom: 40px;
}

.written_by img
{
	padding: 3px;
	border: 1px solid #eeeeee;
	float: left;
	width: 100px;
}

.written_by span
{
	display: block;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	font-weight: bold;
}

.written_by span b
{
	font-weight: normal;
	color: #8E5252;
	font-family: Arial, Helvetica, sans-serif;
}

.written_by span  i
{
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

