/*********************************************/
/*                                           */
/*  Copyright: Cox IT Producties             */
/*  www.coxitproducties.nl                   */
/*  info@coxitproducties.nl                  */
/*                                           */
/*********************************************/

#portfolio {
	padding: 0 20px 20px 20px;
  background:#EEEEE4;
  background-image:
  -webkit-gradient(
      linear,
      left top,
      left bottom,         
      color-stop(0.40, #EEEEE4),
      color-stop(0.99, #AFB0A7)
  );
  background-image:
  -moz-linear-gradient(
      left center,
      #EEEEE4 40%,
      #AFB0A7 99%
  );
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE4', endColorstr='#AFB0A7'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE4', endColorstr='#AFB0A7')"; /* IE8 */

	border: 1px solid #999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	color: #000;

	width: 380px;
}

#portfolio #title {
	font-weight:bold;
	border-top: 1px solid white;
	padding: 4px 0;
	margin: 10px 0 4px 0;
}

#portfolio #description {
	margin: 0 0 20px 0;
}

