/* 
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. */


#content {
	padding: 40px;
	background-color: #fff;
	min-height: 600px;
}

#header.col-full {
	margin-bottom: 0px;
	padding: 40px;
}

#content {
	width: 960px;
	margin: auto;
}

#content ul#portfolio {
	opacity: 1;
}


.category-certifications span.comments.bubble, .category-certifications .post-meta  {
	display: none;
}

.category-certifications .archive-header {
	display: none;
}

.single-portfolio-image .woo-image {
	width: auto;
}

body {
	background-color: #b9bacf;
}

.post-type-archive-feedback  #main {
    width: 100%;
    /* 630 / 960 = 0.6562 */
  }

  #feedback.home-section li.slide blockquote,
  .post-type-archive-feedback .type-feedback blockquote {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
  }

.project-section {
	width: 300px;
	display: inline;
	float: left;
}

.boxy {
	width: 300px;
	margin-bottom: 10px;
}  

#portfolio-gallery .portfolio-item {
    min-height: 330px;
    }
    
    #feedback.home-section li.slide blockquote p:before,
    .post-type-archive-feedback .type-feedback blockquote p:before,
    #feedback.home-section li.slide blockquote p:after,
    .post-type-archive-feedback .type-feedback blockquote p:after {
      content: '';
      display: inline;
    }