 
@import url('//www.google.com/cse/api/branding.css');
#rightSidebar {
	margin-left: 0;
	margin-right: 0;
}
#mainContent {
	background: #fff;
	padding: 0;
}
h1 {
	font-size: 30px;
	color: #666;
	font-weight: 500;
	text-align: center;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	color: #330066;
	text-align: center;
}
#feedCol {
	margin: 0 -5px 10px 10px;
	background: #fff;
}
#feedCol h3 {
	font-size: 18px;
	text-align: left;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 10px;
}
#feedCol h4 {
	font-size: 16px;
	text-align: left;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 10px;
}
#blogFeed {
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
}
#blogFeed h2 {
	background: #330066;
	color: #fff;
	margin: -11px -11px 10px -11px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}
#blogFeed li {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	height: 300px;
	overflow: hidden;
}
#blogFeed .headline {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}
#blogFeed .headline a {
	text-decoration: none;
}
#blogFeed p {
	margin-bottom: 4px;
}
#blogFeed #creditfooter {
	display: none;
}
div[id^="attachment"] {
	width: 100% !important;
}
.feedburnerFeedBlock img {
	width: 50%;
	height: auto;
	float: left;
	margin-right: 8px;
}
.fbsubscribelink img {
	width: inherit;
}
.wp-caption-text {
	display: none;
}
@keyframes maxFadeInOut {
 0% {
   opacity:1;
 }
 25% {
   opacity:1;
 }
 33.3% {
   opacity:0;
 }
91.7% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}
.maxFade {
	position: relative;
	height: 200px;
	width: 300px;
	margin: 0 auto;
}
.maxFade img {
	position: absolute;
	left: 0;
	animation-name: maxFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 24s;
}
.maxFade img:nth-of-type(1){
	animation-delay: 16s;
}
.maxFade img:nth-of-type(2){
	animation-delay: 8s;
}
.maxFade img:nth-of-type(3){
	animation-delay: 0;
}
.content {
	line-height: 36px;
	height: 144px;
	overflow: hidden;
	font-family: "museo-sans-1","museo-sans-2",sans-serif;
	font-size: 30px;
	color: #666;
	font-weight: 500;
	position: relative;
}
.visible {
	overflow: hidden;
	height: 36px;
	padding: 0;
}
.visible:after {
	content: 'shop & project.';
	position: absolute;
	left: 195px;
	line-height: 36px;
	top: -3px;
}
.content h1 {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}
.content ul {
	display: inline-block;
	margin-top: 0;
	padding-left: 0;
	text-align: center;
	list-style: none;
	background: #f47929;
	color: #fff;
	font-weight: 500;
	width: 120px;
	-webkit-animation-name: change;
	animation-name: change;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.content ul li {
	line-height: 36px;
	margin: 0;
	text-align: center;
	padding: 0;
}
@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  17%,29% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  34%,46% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51%,63% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  68%,80% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  85%,97% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.promoBox {
	text-align: center;
	position: relative;
}
#featureCol .grid_6:nth-child(-n+3) {
    margin-top: -80px;
    border-bottom: 1px solid #ccc;
}
#featureCol .grid_6 {
	padding: 15px 0;
	margin: 0;
}
.promoBox img {
	margin: 40px 0 0;
}
.promoBox h2 {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	font-size: 24px;
	text-decoration: underline;
}
.promoBox h3 {
	font-size: 16px;
	position: absolute;
	line-height: 18px;
	margin: 0;
}
.promoBox.box1 h2 {
	top: 10%;
	font-size: 19px;
	right: 0;
}
.promoBox.box1 h3 {
	right: 0;
}
.promoBox.box3 h3 {
	right: 0;
}
.promoBox.box2 h2 {
	font-size: 17px;
	top: 90%;
	text-decoration: underline;
	left: 7px;
}
.promoBox.box2 h3 {
	left: 18px;
}
.promoBox.box2 img {
	margin: 46px 0 12px;
}
.promoBox.box4 {
	margin-top: -10px;
}
.promoBox.box4 h3 {
	right: 0;
	text-align: right;
	top: 73%;
}
.promoBox.box4 h2 {
	top: 92%;
	right: 0;
}
.promoBox.box4 img {
	margin: 0 0 40px;
}
 