﻿/*************************************************************************************
Main layout
*************************************************************************************/
div.eviblog-header
{
	line-height: 33px;
	margin: 10px 0;
	font-size: 30px;
}
div.eviblog-header a
{
	color: #074885;
}
div.eviblog-header a:hover
{
}
div.eviblog
{
}

/*************************************************************************************
Blog entry
*************************************************************************************/
div.entry
{
}
div.entry h2
{
}
ul.entry-categories
{
}
ul.entry-categories li a:hover
{
	text-decoration: underline;
}
div.entry a.readMore
{
	margin: 0 0 10px;
}
div.entry div.comments
{
	clear: left;
}

/*************************************************************************************
Comment List
*************************************************************************************/
div#entry-comment ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#entry-comment ul li
{
	padding: 4px;
	background-color: #e7e7e7;
}
div#entry-comment ul li.comment-alternate
{
	background-color: #fff;
}

/*************************************************************************************
Blog Sidebar
*************************************************************************************/
div.eviblog-rightcolumn ul
{
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.eviblog-rightcolumn ul li
{	
	margin: 5px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #e7e7e7;
}
div.eviblog-rightcolumn ul.sidebar li a
{
	color: #666;
}
div.eviblog-rightcolumn ul.sidebar li a.month
{
	font-weight: bold;
}
div.eviblog-rightcolumn ul li ul
{
	margin: 0;
}
div.eviblog-rightcolumn ul li ul li
{
	border: none;
}
div.eviblog-rightcolumn h3
{	
	margin: 0 0 5px;
	padding: 0 0 4px;
	border-bottom: solid 2px #ccc;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

