/*a:focus {
-moz-outline-radius: 10px;
-webkit-outline-radius: 10px;
-o-outline-radius: 10px;
outline-radius: 10px;
}

#nav a:focus,
#tweet a:focus {
-moz-outline-radius: 2px;
-webkit-outline-radius: 2px;
-o-outline-radius: 2px;
outline-radius: 2px;
}

.content a:focus {
-moz-outline-radius: 0px;
-webkit-outline-radius: 0px;
-o-outline-radius: 0px;
outline-radius: 0px;
}*/

#thumbs li img { 
-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
-o-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
}

#roots_pics img {
-moz-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}

#roots_pics li:nth-child(even) img {
-moz-transform: rotate(-5deg) translate(15px,0);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}

#thumbs li:nth-child(2) img,
#thumbs li:nth-child(3) img,
#thumbs li:nth-child(6) img,
#thumbs li:nth-child(7) img,
#thumbs li:nth-child(10) img,
#thumbs li:nth-child(11) img,
#thumbs li:nth-child(13) img,
.pic-r { 
-moz-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}

#thumbs li:nth-child(1) img,
#thumbs li:nth-child(4) img,
#thumbs li:nth-child(5) img,
#thumbs li:nth-child(8) img,
#thumbs li:nth-child(9) img,
#thumbs li:nth-child(12) img { 
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}

.content a {
-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
-o-box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
}

.content a.image_link {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

#thumbs li .t_info {
opacity: 0;
-moz-transition: opacity .25s linear;
-webkit-transition: opacity .25s linear;
-o-transition: opacity .25s linear;
transition: opacity .25s linear;
}
#thumbs li:hover .t_info {
opacity: .95;
}