/**
* CSS for doc_event.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

h5
{
	background: #fff url("../tmpl/img/event_h5.png") no-repeat 0 100%;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	width: 210px;
}
h5 b
{
	background: #fff url("../tmpl/img/event_h5.png") no-repeat 0 0;
	color: #fff;
	display: block;
	padding: 10px 0 0 24px;
	width: 186px;
}

.event-list
{
	background: url("../tmpl/img/event_name.png") no-repeat 0 2px;
	clear: both;
	padding: 0 0 20px 20px;
}
.event-list h6
{
	margin: 0 0 5px 0;
}
.event-list .name
{
	font-weight: bold;
}
.event-list .summary
{
	padding-bottom: 2px;
}
.event-list .a-date
{
	font-style: italic;
}

#years-title
{
	background-position: 100% 100%;
}
#years-title b
{
	background-position: 100% 0;
}
ul#years
{
	margin: 0;
}
#years li
{
	list-style: none;
}
#years li a
{
	background: url("../tmpl/img/event_name.png") no-repeat 0 2px;
	border-bottom: 0;
	color: #666;
	display: block;
	font-weight: normal;
	margin: 0 4px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#years li a:hover,
#years li.active a,
#years li.active a:hover
{
	background-color: #fff;
	border-bottom: 0;
	color: #666;
	text-decoration: underline;
}
#years #first-year-1
{
	border-left: 0;
}

#event-article
{
	clear: both;
}
#event-article h6
{
	margin: 0 0 5px 0;
}
#event-article .summary
{
	padding-bottom: 2px;
}
#event-article .a-date
{
	font-style: italic;
}
