/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

#navigation {
	margin-bottom:0 !important;
}
#footer p {
	margin-bottom:1em;
}
#loopedSlider {
	border-bottom:1px solid #eeeeee;
	padding-bottom:20px;
	margin-bottom:20px;
}
.home .threecol-one {
	background:#eeeeee;
}
.home .threecol-one h5 {
	padding:10px 0 0 10px;
}
.home .threecol-one p {
	padding:0 10px;
}
.single-portfolio .post-meta {
	display:none;
}
.zoom_img img{
	height:60%;
	width:60%;
	-moz-transition:-moz-transform 0.5s ease-in-out; 
	-webkit-transition:-webkit-transform 0.5s ease-in-out; 
	-o-transition:-o-transform 0.5s ease-in-out;
}
.zoom_img img:hover{
	-moz-transform:scale(2); 
	-webkit-transform:scale(2);
	-o-transform:scale(2);
	transform-origin: middle bottom;
}

.portfolio h2 {
  margin: 0 0 0.5em .5em !important;
  padding-left: .5em;
}

.entry {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #555555;
  margin: 0 0 0.5em 1.25em !important;
}