/* 
	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 
{

	width: 85%;
	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%;
}
.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;
}


/* BrickAnd.me customized colors */
.itemBoxStyle a:link, .commentBoxStyle a:link
{
	font-weight: bold; 
	text-decoration: none; 
	color: #403f58;

}

.itemBoxStyle a:hover, .commentBoxStyle a:hover
{
	color: white;
	background: black;
}


.commentViewBoxStyle input 
{
	border:1px solid #CCCCCC;
}

.openidtextbox {
	background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%; 
	padding-left: 18px; 
}

.openidtextboxwrap 
{
	padding-right: 30px;
}

