/* Yahoo Reset collection */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* Porfolio */

#content {
	width:730px;
	margin:0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #555;
}

h1 {
	font-size: 17px;
	letter-spacing: -1px;
	color: #7CAE1D;
	font-family: Verdana, Arial;
	padding-bottom: 15px;
}


#portfolio_intro {
	float: left;
	clear: both;
	width: 700px;
	background: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
	padding: 15px;

}

.portfolio_item {
	float: left;
	clear: both;
	width: 730px;
	background: url(../img/gray_dot.png) bottom left repeat-x;
}

.portfolio_image_cover{
	float: right;
	width: 407px;
	height: 130px;
	background: url(../img/profile_pic_shadow.png) bottom left no-repeat;
}

.portfolio_copy img {
	float: right;
	width: 401px;
	height: 114px;
	border: 3px solid #ddd;
	margin: 20px 0 0 15px;
}

.portfolio_copy {
	padding: 0 20px 0px 20px;
}

.portfolio_item .portfolio_copy h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	color: #7cae1d;
}
.portfolio_item .portfolio_copy h3 {
	font-size: 13px;
	padding-bottom: 5px;
	color: #888;
	text-transform: uppercase;
}

.portfolio_item .portfolio_copy p {
	padding-bottom: 15px;
}

.visit_site{
	float: left;
	clear: both;
	display: block;
	width: 75px;
	height: 23px;
	text-indent: -99999px;
	background: url(../img/visit_site_button.png) 0 0 no-repeat;
	margin-bottom: 15px;
}

.portfolio_item .portfolio_copy a {
	border: none;
}

