/*
** Blog page layout
*/
a
{
	color: #e8025e;
}

div.nothing
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table.blogpage
{
	width: 100%;
}

td.blogpageleft
{
	width: 200px;
	border-right: 1px dashed #eee;
	vertical-align: top;
	height: 100%;
}

td.blogpageright
{
	vertical-align: top;
}

/*
** Author styles
*/
div.blogauthorholder
{
	width: 80%;
	padding: 5px;
	margin: 5px 15px 5px 5px;
	border: 1px solid black;
	font-size: 10pt;
	text-decoration: none;
	cursor: pointer;
}

div.blogauthorname
{
	margin-bottom: 5px;
	border-bottom: 1px dashed #eee;
}

div.blogauthorpreview
{
	font-size: 8pt;
}

div.blogauthordate
{
	margin-top: 5px;
	border-top: 1px dashed #eee;
	font-size: 8pt;
	text-align: right;
}



/*
** Current author styles
*/
div.blogauthorholdercurrent
{
	background-color: #eee;
	cursor: default;
	margin-left: 10px;
}

div.blogauthornamecurrent
{
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dashed #eee;
}

div.blogauthorpreviewcurrent
{
	font-size: 8pt;
}

div.blogauthordatecurrent
{
	margin-top: 5px;
	border-top: 1px dashed #eee;
	font-size: 8pt;
	text-align: right;
}


/*
** prev 1 2 3 next styles.
*/
table.blogmenu
{
	margin-left: 10px;
	margin-top: 5px;
}

td.blogmenu
{
	color: #e8025e;
	font-size: 8pt;
	padding: 2px;
}

td.blogmenuselectable
{
	cursor: pointer;
	text-decoration: underline;
}

/*
** Blog styles
*/
div.blogholder
{
  position: relative;
  width: 100%;
  margin-top: 25px;
}

div.blogitem
{
  margin: 30px;
  border-top: 1px solid black;
}

div.blogtitle
{
  font-weight: bold;
  font-size: 8pt;
  margin-top: 10px;
  margin-left: 10px;
  height: auto;
}

div.blogdate
{
  font-size: 8pt;
  margin-top: 1px;
  margin-left: 3px;
  text-align: right;
}

div.blogdescription
{
  margin: 10px;
  font-size: 10pt;
}
