﻿div#portfolio {
	padding: 8px 0 8px 8;
}

div.item {
	width: 316px;
	float: left;
}

div.item a {
	padding: 4px;
	color:gray;
	text-decoration:none;
	display:block;
	border: 1px white solid;
	height: 200px;
	overflow:hidden;
}

div.item a:hover {
	background:#ffffff url('../images/fade.jpg') repeat-x scroll left top;
	border:1px gray dotted;
	color:black;	
	overflow:auto;
	text-decoration:none;
}

span.company_name {
	color:black;
}

span.url {
	font-size: 0.8em;
	color:#004f5a;
}

div.item a:hover span.url {
	text-decoration:underline;
	color:#51b948;
}

div.texts {
	float:left;
	padding-right:4px;
}
div.item img {
	border:0;
	padding:4px 4px 4px 0;
	float:left;
}

span.description {
	font-size: 0.8em;
}

div#page_numbers {
	text-align:center;
	clear:both;
	padding-bottom:8px;
}

span#numbers a {
	font-size: 1.5em;
	color:silver;
	text-decoration:none;
}

span#current {
	font-size:2em;
	color:black;
}