/***** Portfolio Styles ****/
.portfolio {
	margin:0;
	
}
.portfolio li {
	width:282px;
	float:left;
	margin-right:14px;
	list-style:none;
}
.portfolio li.new_site {
margin-top:20px;
}
.portfolio li img {
	margin:5px 0px;
}
.portfolio li h3, .portfolio li h3 a:link, .portfolio li h3 a:active, .portfolio li h3 a:visited {
	font-size:20px;
	text-align:center;
	font-weight:normal;
	color:#404040;
}
.portfolio li h3 a:hover {
	color:#a40d0d;
	margin-bottom:15px;
	text-decoration:none;
}
.portfolio li.new_site h4 {
	margin:5px 0 5px 0;
	padding:0px;
	text-align:center;
}
.portfolio li p {
text-align:left;
padding:5px;
margin-bottom:0px;
}


.technology-list {
	margin:0px;
	padding:0px;
	float:left;
	width:260px;
	}
.technology-list li {
	display:block;
	height:25px;
}
.technology-list span {
text-indent:30px;
display:block;
}
span.map{
background: url('../images/icons/map.png') no-repeat scroll 5px center;
}
span.ssl{
background: url('../images/icons/shield.png') no-repeat scroll 5px center;
}
span.javascript{
background: url('../images/icons/code_red.png') no-repeat scroll 5px center;
}
span.coldfusion{
background: url('../images/icons/coldfusion.png') no-repeat scroll 5px center;
}
span.css {
background: url('../images/icons/css.png') no-repeat scroll 5px center;
}
span.html {
background: url('../images/icons/html.png') no-repeat scroll 5px center;
}
span.linux {
background: url('../images/icons/tux.png') no-repeat scroll 5px center;
}
span.oop_php {
background: url('../images/icons/oop_php.png') no-repeat scroll 5px center;
}
span.flash {
background: url('../images/icons/flash.png') no-repeat scroll 5px center;
}
span.rss {
background: url('../images/icons/rss.png') no-repeat scroll 5px center;
}
span.sql {
background: url('../images/icons/sql.png') no-repeat scroll 5px center;
}
span.cart {
background: url('../images/icons/cart.png') no-repeat scroll 5px center;
}
span.wordpress {
background: url('../images/icons/wordpress.png') no-repeat scroll 5px center;
}
span.xml {
background: url('../images/icons/code_blue.png') no-repeat scroll 5px center;
}
span.theme {
background: url('../images/icons/script_palette.png') no-repeat scroll 5px center;
}
span.windows {
background: url('../images/icons/windows.png') no-repeat scroll 5px center;
}