﻿/* 
	Item Styles
	
	These are all the specific styles that you can
	use to customize the look and feel of the daily blog items
*/

.itemBoxStyle, .commentBoxStyle, .commentViewBoxStyle 
{
	background: #eee url('/ssb/themes/resquel/images/torn_page.jpg') repeat-x;
	background-position: right top;
	width: 80%;
/*	border: 1px solid #999; */
	background-color:#fafbfc;
	margin: 20px; 20px;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	height: 1%;
}

.commentBoxStyle, .commentViewBoxStyle 
{
	padding-top: 15px;
	padding-bottom: 15px;
}


.postTitle
{
/*	float: left; */
	width: 80%;
	line-height: 3;	
}
.commentDateStyle
{
	padding-bottom: 10px;
}

/* 
 * This item is used to protect against an IE bug called the Guillotine bug.
 * for more info: 
 */
.postClose
{
	margin-top: -10px;
/*	clear: both; */
}
.postWidgets
{
	width: auto;
	float: left;
}

.itemTitleStyle 
{
	margin: 0;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold; 
/*	width: 465px; */
	position:relative;
	padding-bottom: 0px;
}


.itemBodyStyle, .commentBodyStyle 
{
	padding-bottom: 1em;
	font-weight: normal;
	text-align: left;
}


.itemFooterStyle, .commentBoxFooterStyle 
{
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: right;
}

.commentViewControlStyle 
{
	width: 360px;
}
textarea.commentViewControlStyle 
{
	width: 430px;
}

.itemFooterDate
{
	clear: left;
	font-size: 7pt;
}

.itemCategoryLinksStyle 
{
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	text-align: right;
	font-size: .8em;
}

.itemReadMoreStyle 
{
	width: 100%;
	padding-top: 1em;
	text-align: left;
}
.itemBoxStyle a, .itemBoxStyle a:visited, .itemBoxStyle a:active, .commentBoxStyle a, .commentBoxStyle a:visited, .commentBoxStyle a:active 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
}

.itemBoxStyle a:link, .commentBoxStyle a:link
{
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;

}

.itemBoxStyle a:hover, .commentBoxStyle a:hover
{
	color: #FAFBFC;
	background: #990000;
}


