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

.category
{
	float: left;
	margin: 0 25px 25px 0;
}
.category a
{
	border: 3px solid #720306;
	float: left;
}
.category a:hover
{
	border: 3px solid #f90;
}
.category a img
{
	float: left;
}
.category p
{
	clear: both;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: center;
	width: 200px;
}

#portfolio-img
{
	border: 1px solid #fff;
	float: left;
	height: 350px;
	width: 468px;
}
#portfolio-name
{
	clear: both;
	float: left;
	margin-top: 10px;
	width: 690px;
}

#portfolio-btns
{
	background: url("../tmpl/img/portfolio_btns.png") no-repeat 0 0;
	height: 23px;
	margin-bottom: 5px;
	width: 470px;
}
#portfolio-btns a
{
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
}
#portfolio-btns a:hover
{
	background-color: transparent;
}
#portfolio-previous
{
	background: url("../tmpl/img/portfolio_previous.png") no-repeat 0 0;
	float: left;
	height: 23px;
	padding-left: 60px;
}
#portfolio-next
{
	background: url("../tmpl/img/portfolio_next.png") no-repeat 100% 0;
	float: right;
	height: 23px;
	padding-right: 60px;
}

#portfolio-items
{
	float: left;
	height: 352px;
	width: 220px;
}
#portfolio-items a
{
	border: 1px solid #fff;
	cursor: pointer;
	float: left;
	margin: 0 0 17px 10px;
}
#portfolio-items a:hover
{
	border: 1px solid #fdfac1;
}
#portfolio-items img
{
	float: left;
}
