/* circlewebs - examples.css - box layout for portfolio*/

div#examples {
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	max-width: 560px;
	min-width: 450px;
}

.exleft {
	max-width: 350px;
	width: 340px;
}

.exleft p {
	color: #333 !important; /*#69F; */
	float: left;
  font-size:150%;
  padding-top:1em;
	position: relative;
	text-align:justify;
	text-decoration: none;
}

.exleft a {
	border: none;
	color: #2B4560; /*#69F;*/
  font-size:140%;
	text-decoration: none;
}

.exleft a:hover {
	border: none;
	color: #69F;
}

div.portentry {
	background-color:transparent;
	display: block;
	font-family:Arial , Tahoma, Arial, sans-serif !important;
}

div#examples div.portentry div.exright p a img {
	border: 4px solid #DDD;
}

div#examples div.portentry div.exright p a:hover img {
	border: 4px solid #BBB;
}

div.portentry {

clear:both;
}

.portentry > p > a:hover {
	display:none;
}

div.left a, div.right a {
  color: #2B4560 !important
}

.exright {
display:block;
	float: right;
	position: relative;
	max-width: 220px;
  margin:0;
  padding:0;
	height:150px;
}
