/*
Theme Name: THP - Portfolio
Theme URI: http://treyhillphotograph.com/
Description: Child Theme for THP
Author: John Dyer
Author URI: http://refreshdev.com/
Template: thp
Version: 1.0
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../thp/style.css");

#portfolio-list 
	{}
#portfolio-list h2 
	{ display:none; }

#portfolio-list ul 
	{ list-item-style: none; margin: 0 0 0 -5px; width: 960px; }
#portfolio-list li
	{ display: block; float: left; width: 150px; height: 150px; margin: 0 10px 10px 0; }	
#portfolio-list ul li a img
	{ display: block; width: 140px; height: 140px; border: solid 5px #FFFFFF; background: #79797A; }
#portfolio-list ul li a:hover img
	{ display: block; width: 140px; height: 140px; border: solid 5px #8CC63F; }		