section[role="main"] 
{
	background: url(http://zurb.com/playground/uploads/upload/upload/87/wood-bg.jpg) repeat;
}
section[role="main"] p a, li a {
	color: #7E3200;
}
section[role="main"] p a:hover, li a:hover {
	color: #461C00;
}
div#sidebarAd.cleanslate {
    background: rgba(255, 255, 255, 0.25);
}
.CodeRay { background: rgba(255, 255, 255, 0.75); }
.row { overflow: visible }
.project-header { margin-bottom: 1em; }
  
@media screen and (max-width: 767px) {
    .polaroids li:nth-child(n+5) {
   /*   display: none*/;
	}
}

ul.polaroids li { display: inline; }
ul.polaroids a 
{ 
	background: #fff; 
	display: inline; 
	float: left; 
	margin: 0 0 2px 3px; 
	width: auto; 
	padding: 10px 10px 15px; 
	text-align: center; 
	font-family: "Marker Felt", sans-serif; 
	text-decoration: none; 
	color: #333; 
	font-size: 14px; 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-webkit-transform: rotate(-4deg); 
	-webkit-transition: -webkit-transform .15s linear; 
	-moz-transform: rotate(-4deg); 
}

ul.polaroids li {
      padding-left: 0;
}


@media screen and (max-width: 768px) {
	ul.polaroids li a {
        margin-left: 0;
    } 
}
ul.polaroids img { display: block; width: 120px; margin-bottom: 12px; }
ul.polaroids a:after { content: attr(title); }
		
ul.polaroids li:nth-child(even) a { -webkit-transform: rotate(4deg);  -moz-transform: rotate(4deg); }
ul.polaroids li:nth-child(3n) a { -webkit-transform: none; position: relative; top: -5px;  -moz-transform: none; }
ul.polaroids li:nth-child(5n) a { -webkit-transform: rotate(8deg); position: relative; right: 5px;  -moz-transform: rotate(8deg); }
ul.polaroids li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
ul.polaroids li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }
		

		
ul.polaroids li a:hover { 
-webkit-transform: scale(1.25); 
-moz-transform: scale(1.25); 
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
position: relative; 
z-index: 5; }

