/*
customportfolio.css
'custom' style for the Portfolio page
*/

body.custom  { min-width: 960px; }
body.custom  #wrapper { width: 960px;}
body.custom #content .primary { width: 925px;}

	body.custom h1, body .entry .title {
		display: none;
		}
		
	#content {
		margin-bottom:2em;
		padding-left:20px;
		padding-right:20px;
		background:url('images/cbbodybgtopportfolio.png') no-repeat scroll top;
		padding-top: 257px;
		}

		/*---Content---*/


	
	body.custom .content h3 {
		font-size: 1.3em;
		margin-left:265px;
		margin-right: 0px;
		line-height:125%;
		text-transform: none;
		color:#8FAFBF;
		display:none;
		}
		

		
	body.custom .portsub {
		position: relative;
		left: .3em;
		margin-top:1em;
		margin-bottom: 1em;
		}