.imagePlace
{
    background: url(../images/thumb-bg.gif) no-repeat top left;
    padding: 14px 15px;
}


.oneItem
{
    margin-bottom: 30px;
    padding-bottom:  20px;
    background: url(../images/item-bottom.gif) repeat-x bottom left transparent;
}

.textPlace
{
    padding: 11px 0 0 20px;
    width:  380px;
}

.category
{
    padding: 3px 7px;
    margin-right: 6px;
    color: #FFFFFF;
    text-transform:  uppercase;
    font-size: 11px;
    font-weight: bold;    
}

.category a
{
    color: #FFFFFF;
    text-decoration:  none;
}
.category a:hover
{
    text-decoration:  underline;
}


.date
{
    font-size: 11px;
    padding-top: 3px;
}

.title
{
    margin: 15px 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #376295;
    padding-bottom: 15px;
    background: url(../images/item-bottom.gif) repeat-x bottom left transparent;
}
.title a
{
    color: #376295;
    text-decoration:  none;
}
.title a:hover
{
    text-decoration:  underline;
}


.intro
{
    font-size: 14px;
}

.addBookmark button
{
    text-decoration: underline;
    display: block;
    border: 0;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #59A9E4;
    cursor: pointer;
    background-color: transparent;
    font-family: georgia, verdana, sans-serif;
}

.favorite
{
    padding-left: 10px;
}

.favText
{
    padding: 0 0 10px 10px;
}

.favText a
{
    font-size: 12px;
}

.author
{
	font-size: 12px;
	color: #000;
	font-style: italic;
	padding: 5px 0 0;
}

.author .authName
{
	text-transform: uppercase;
}

/*inlinecomments*/
.incomments
{
	margin: 20px 0 20px;
	font-size: 11px;
}

.incomments .commentsH1
{
	background-color: #E9EFFF;
	padding: 4px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}

.incomments .citem
{
	margin-bottom: 2px;
	padding: 4px;
	background-color: #F9F9FF;
}

.incomments .citem a
{
	text-decoration: none;
	color: #000;
}

.incomments .uimage
{
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	border: solid 1px #e1e1e1;
}
.incomments .txt
{
	width: 330px;
}

.gotocommments
{
	padding: 4px;
	text-align: right;
}
