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

#projects
{
	clear: both;
}
#projects .edata,
#projects .odata
{
	padding-top: 20px;
	vertical-align: top;
}
#projects .img
{
	width: 150px;
}
#projects .img img
{
	border: 5px solid #c0c0c0;
}
#projects .project
{
	padding-left: 15px;
}
#projects .project div
{
	padding: 4px 0;
}

#tags
{
	float: right;
	padding: 0 10px 20px 10px;
	width: 240px;
}
#tags li
{
	background: none;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tags li a
{
	background: none;
	border: 0;
	color: #716e5d;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
}
#tags li a:hover
{
	text-decoration: underline;
}

#years
{
	float: left;
	margin: 0;
	padding: 0;
}
#years li
{
	background: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#years li a
{
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 1px;
	padding: 0 0 4px 0;
	text-decoration: none;
}
#years li a:hover
{
	background: url("../tmpl/img/years.gif") no-repeat center bottom;
	color: #fff;
	text-decoration: none;
}
#years li.active a
{
	background: url("../tmpl/img/years_a.gif") no-repeat center bottom;
	color: #fff;
	text-decoration: none;
}
#years li a div
{
	background: #716e5d;
	float: left;
	padding: 0 4px;
}
#years li.active a div
{
	background: #f60;
}


