﻿/*************************************************************************************
Main layout
*************************************************************************************/
div.eviblog
{
}
div.eviblog-header a
{
}
div.eviblog-header a:hover
{
}
div.eviblog div.eviblog-leftcolumn
{
	width: 690px;
	padding: 5px;
	float: left;
}
div.eviblog div.eviblog-rightcolumn
{
	width: 255px;
	margin: 0px 0px 0px 5px;
	float: left;
}
div.eviblog p
{
	margin: 0;
	padding: 0;
}
div.eviblog-footer
{
	clear: both;
	font-size: 10px;
	padding: 3px;
	text-align: right;
}

/*************************************************************************************
Generic classes
*************************************************************************************/
div.settings
{
	border: 1px solid #000;
	background-color: #FFFFC6;
	font-size: 12px;
	padding: 3px;
}
div.settings label
{
	width: 200px;
	display: block;
}
div.error
{
	border: 3px solid #FF0000;
	background-color: #FFFFC6;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	margin-bottom: 10px;
}
div.details
{
	margin-bottom: 10px;
	font-size: 11px;
	font-style: italic;
}
.errortext
{
	color: #ff0000;
}

/*************************************************************************************
Blog entry
*************************************************************************************/
div.entry
{
	margin: 0 20px 20px 0;
}
div.entry h2
{
	margin: 0;
	white-space: normal;
}
div.entry div.introduction
{
	margin-bottom: 10px;
	font-size: 12px;
}
div.entry h3
{
	font-size: 14px;
}
div.entry h3 p
{
	font-size: 14px;
	color: inherit;
}
div.entry p, div.entry ul
{
	font-size: 12px;
	color: #000;
}
div.entry ul
{
	margin: 5px 0 0 15px;
	padding: 0;
}
div.entry ul ul
{
	margin-top: 0;
}
div.entry li
{
	margin: 0;
	padding: 0;
}
ul.entry-categories
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.entry-categories li
{
	float: left;
	color: #333;
}
ul.entry-categories li a
{
	text-decoration: none;
}
ul.entry-categories li a:hover
{
	text-decoration: underline;
}
div#entry-tags
{
	margin-top: 20px;
	color: #333;
}
div#entry-tags a
{
	margin-right: 5px;
	text-decoration: none;
}
div#entry-tags a:hover
{
	text-decoration: underline;
}

/*************************************************************************************
TagCloud
*************************************************************************************/
div#tagCloud
{
	padding: 5px;
	margin-bottom: 10px;
}
div#tagCloud a
{
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	white-space: nowrap;
}
div#tagCloud a:hover
{
	color: #074885;
}
div#tagCloud a.weight1
{
	font-size: 1.9em;
}
div#tagCloud a.weight2
{
	font-size: 1.5em;
}
div#tagCloud a.weight3
{
	font-size: 1.4em;
}
div#tagCloud a.weight4
{
	font-size: 1.2em;
}
div#tagCloud a.weight5
{
	font-size: 1.0em;
}

/*************************************************************************************
Administration
*************************************************************************************/
div#eviblog-administration
{
}
div#eviblog-administration label
{
	font-size: 12px;
	width: 70px;
	display: block;
	float: left;
	clear: right;
	margin-top: 4px;
}

/*************************************************************************************
Add Comment
*************************************************************************************/
div.entry-comments
{
	margin-top: 20px;
}
div.entry-comments label
{
	width: 100px;
	display: block;
	clear: left;
	float: left;
	margin: 4px 0px 4px 0px;
}
div.entry-comments input.textbox, div.entry-comments textarea
{
	font-family: Tahoma;
	font-size: 12px;	
	color: #333;
}
div.entry-comments input.textbox
{
	float: left;
	width: 300px;
	margin: 4px 0px 4px 0px;
}

/*************************************************************************************
Comment List
*************************************************************************************/
div#entry-comment
{
}
div#entry-comment ul
{
	list-style: none;
	margin: 0;
}
div#entry-comment ul li
{
	padding: 4px;
	background-color: #F2EDE4;
}
div#entry-comment ul li span.comment-name
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
div#entry-comment ul li hr
{
	height: 1px;
	color: #000000;
}
div#entry-comment ul li div.datetime
{
	float: right;
}
div#entry-comment ul li span.comment-email
{
	font-style: italic;
}
div#entry-comment ul li span.comment-text
{
}
div#entry-comment ul li p
{
	color: #6e6e6e;
}
div#entry-comment ul li.comment-alternate
{
	background-color: #ffffff;
}

/*************************************************************************************
Blog Sidebar
*************************************************************************************/
div#eviblog-administration p
{
	font-size: 12px;
}
ul#blog-archive a.year, ul#blog-archive a.month
{
	cursor: pointer;
}

/*************************************************************************************
Blog Sidebar Archive
*************************************************************************************/
div.eviblog-rightcolumn ul#blog-archive
{
}
div.eviblog-rightcolumn ul#blog-archive ul
{
}
div.eviblog-rightcolumn ul#blog-archive ul li
{
	border: none;
}
div.eviblog-rightcolumn ul#blog-archive ul.entries
{
	display: none;
}
div.eviblog-rightcolumn ul#blog-archive ul.entries li
{
	padding-left: 10px;
}
div#subscribeToRss
{
	margin: 0 0 10px 0;
	text-align: right;
}
